From a9a7a2206c0fd154df76d2694daa84105eaee4ab Mon Sep 17 00:00:00 2001 From: Justine MEURET Date: Fri, 25 Nov 2022 14:57:31 +0100 Subject: [PATCH] BlazorTP --- .dockerignore | 25 + .vs/BlazorTP/FileContentIndex/read.lock | 0 .vs/BlazorTP/v17/.suo | Bin 0 -> 11264 bytes .vs/VSWorkspaceState.json | 6 + BlazorTP.sln | 31 + BlazorTP/App.razor | 14 + BlazorTP/BlazorTP.csproj | 36 + BlazorTP/BlazorTP.csproj.user | 9 + BlazorTP/Components/Card.razor | 8 + BlazorTP/Components/Card.razor.cs | 19 + BlazorTP/Components/Crafting.razor | 53 + BlazorTP/Components/Crafting.razor.cs | 79 + BlazorTP/Components/Crafting.razor.css | 23 + BlazorTP/Components/Crafting.razor.js | 16 + BlazorTP/Components/CraftingAction.cs | 9 + BlazorTP/Components/CraftingItem.razor | 16 + BlazorTP/Components/CraftingItem.razor.cs | 62 + BlazorTP/Components/CraftingItem.razor.css | 12 + BlazorTP/Components/CraftingRecipe.cs | 8 + BlazorTP/Components/ShowItems.razor | 13 + BlazorTP/Components/ShowItems.razor.cs | 13 + BlazorTP/Controller/CultureController.cs | 34 + BlazorTP/Data/WeatherForecast.cs | 13 + BlazorTP/Data/WeatherForecastService.cs | 20 + BlazorTP/Dockerfile | 22 + BlazorTP/Factories/ItemFactory.cs | 51 + BlazorTP/Modals/DeleteConfirmation.razor | 10 + BlazorTP/Modals/DeleteConfirmation.razor.cs | 37 + BlazorTP/Models/Cake.cs | 9 + BlazorTP/Models/Item.cs | 14 + BlazorTP/Models/ItemModel.cs | 40 + BlazorTP/Pages/Add.razor | 73 + BlazorTP/Pages/Add.razor.cs | 139 + BlazorTP/Pages/BlazorRoute.razor | 4 + BlazorTP/Pages/Counter.razor | 18 + BlazorTP/Pages/CreateLog.razor | 5 + BlazorTP/Pages/CreateLog.razor.cs | 21 + BlazorTP/Pages/Edit.razor | 90 + BlazorTP/Pages/Edit.razor.cs | 105 + BlazorTP/Pages/Error.cshtml | 42 + BlazorTP/Pages/Error.cshtml.cs | 27 + BlazorTP/Pages/FetchData.razor | 48 + BlazorTP/Pages/Index.razor | 106 + BlazorTP/Pages/Index.razor.cs | 61 + BlazorTP/Pages/List.razor | 53 + BlazorTP/Pages/List.razor.cs | 106 + BlazorTP/Pages/_Host.cshtml | 8 + BlazorTP/Pages/_Layout.cshtml | 40 + BlazorTP/Program.cs | 93 + BlazorTP/Properties/launchSettings.json | 35 + BlazorTP/Resources/Pages.List.Designer.cs | 81 + BlazorTP/Resources/Pages.List.fr-FR.resx | 126 + BlazorTP/Resources/Pages.List.resx | 126 + BlazorTP/Services/DataApiService.cs | 59 + BlazorTP/Services/DataLocalService.cs | 147 + BlazorTP/Services/IDataService.cs | 22 + BlazorTP/Shared/Config.razor | 10 + BlazorTP/Shared/Config.razor.cs | 24 + BlazorTP/Shared/CultureSelector.razor | 43 + BlazorTP/Shared/MainLayout.razor | 23 + BlazorTP/Shared/MainLayout.razor.css | 70 + BlazorTP/Shared/NavMenu.razor | 44 + BlazorTP/Shared/NavMenu.razor.css | 62 + BlazorTP/Shared/PositionOptions.cs | 10 + BlazorTP/Shared/SurveyPrompt.razor | 16 + BlazorTP/_Imports.razor | 13 + BlazorTP/appsettings.Development.json | 9 + BlazorTP/appsettings.json | 32 + BlazorTP/bin/Debug/net6.0/BlazorTP.deps.json | 441 + BlazorTP/bin/Debug/net6.0/BlazorTP.dll | Bin 0 -> 119808 bytes BlazorTP/bin/Debug/net6.0/BlazorTP.exe | Bin 0 -> 148992 bytes BlazorTP/bin/Debug/net6.0/BlazorTP.pdb | Bin 0 -> 77992 bytes .../Debug/net6.0/BlazorTP.runtimeconfig.json | 19 + .../BlazorTP.staticwebassets.runtime.json | 1 + .../Debug/net6.0/Blazored.LocalStorage.dll | Bin 0 -> 30208 bytes BlazorTP/bin/Debug/net6.0/Blazored.Modal.dll | Bin 0 -> 45056 bytes .../bin/Debug/net6.0/Blazorise.Bootstrap.dll | Bin 0 -> 104960 bytes .../bin/Debug/net6.0/Blazorise.DataGrid.dll | Bin 0 -> 253440 bytes .../net6.0/Blazorise.Icons.FontAwesome.dll | Bin 0 -> 66048 bytes BlazorTP/bin/Debug/net6.0/Blazorise.dll | Bin 0 -> 1238016 bytes .../Microsoft.AspNetCore.Authorization.dll | Bin 0 -> 46208 bytes .../Microsoft.AspNetCore.Components.Forms.dll | Bin 0 -> 33416 bytes .../Microsoft.AspNetCore.Components.Web.dll | Bin 0 -> 132232 bytes .../Microsoft.AspNetCore.Components.dll | Bin 0 -> 218240 bytes .../net6.0/Microsoft.AspNetCore.Metadata.dll | Bin 0 -> 17032 bytes ...sions.DependencyInjection.Abstractions.dll | Bin 0 -> 45200 bytes ...t.Extensions.Localization.Abstractions.dll | Bin 0 -> 21152 bytes .../Microsoft.Extensions.Localization.dll | Bin 0 -> 33408 bytes ...rosoft.Extensions.Logging.Abstractions.dll | Bin 0 -> 64120 bytes .../net6.0/Microsoft.Extensions.Options.dll | Bin 0 -> 61560 bytes .../Microsoft.Extensions.Primitives.dll | Bin 0 -> 42624 bytes .../Microsoft.JSInterop.WebAssembly.dll | Bin 0 -> 21616 bytes .../bin/Debug/net6.0/Microsoft.JSInterop.dll | Bin 0 -> 63120 bytes .../bin/Debug/net6.0/System.IO.Pipelines.dll | Bin 0 -> 79512 bytes .../Debug/net6.0/appsettings.Development.json | 9 + BlazorTP/bin/Debug/net6.0/appsettings.json | 32 + .../Debug/net6.0/fr-FR/BlazorTP.resources.dll | Bin 0 -> 3584 bytes .../obj/BlazorTP.csproj.nuget.dgspec.json | 99 + BlazorTP/obj/BlazorTP.csproj.nuget.g.props | 26 + BlazorTP/obj/BlazorTP.csproj.nuget.g.targets | 8 + .../Container/ContainerCreationResult.cache | 0 .../Container/ContainerDevelopmentMode.cache | 0 BlazorTP/obj/Container/ContainerId.cache | 0 BlazorTP/obj/Container/ContainerName.cache | 0 .../ContainerOperatingSystemFlavor.cache | 1 + .../obj/Container/ContainerRunContext.cache | 0 .../obj/Container/OperatingSystemName.cache | 1 + BlazorTP/obj/Container/TargetFramework.cache | 1 + ...CoreApp,Version=v6.0.AssemblyAttributes.cs | 4 + .../obj/Debug/net6.0/BlazorTP.AssemblyInfo.cs | 24 + .../net6.0/BlazorTP.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 108 + .../Debug/net6.0/BlazorTP.GlobalUsings.g.cs | 17 + ...orTP.MvcApplicationPartsAssemblyInfo.cache | 0 .../net6.0/BlazorTP.RazorAssemblyInfo.cache | 1 + .../net6.0/BlazorTP.RazorAssemblyInfo.cs | 18 + ...zorTP.Resources.Pages.List.fr-FR.resources | Bin 0 -> 267 bytes .../BlazorTP.Resources.Pages.List.resources | Bin 0 -> 253 bytes .../obj/Debug/net6.0/BlazorTP.assets.cache | Bin 0 -> 11002 bytes .../BlazorTP.csproj.AssemblyReference.cache | Bin 0 -> 177065 bytes .../BlazorTP.csproj.BuildWithSkipAnalyzers | 0 .../Debug/net6.0/BlazorTP.csproj.CopyComplete | 0 .../BlazorTP.csproj.CoreCompileInputs.cache | 1 + .../BlazorTP.csproj.FileListAbsolute.txt | 110 + .../BlazorTP.csproj.GenerateResource.cache | Bin 0 -> 168 bytes BlazorTP/obj/Debug/net6.0/BlazorTP.dll | Bin 0 -> 119808 bytes .../net6.0/BlazorTP.genruntimeconfig.cache | 1 + BlazorTP/obj/Debug/net6.0/BlazorTP.pdb | Bin 0 -> 77992 bytes .../Resources.Pages.List.Designer.cs.dll | Bin 0 -> 3584 bytes BlazorTP/obj/Debug/net6.0/_IsIncrementalBuild | 1 + BlazorTP/obj/Debug/net6.0/apphost.exe | Bin 0 -> 148992 bytes .../Debug/net6.0/fr-FR/BlazorTP.resources.dll | Bin 0 -> 3584 bytes .../obj/Debug/net6.0/project.razor.vs.json | 1 + BlazorTP/obj/Debug/net6.0/ref/BlazorTP.dll | Bin 0 -> 33792 bytes BlazorTP/obj/Debug/net6.0/refint/BlazorTP.dll | Bin 0 -> 33792 bytes .../Components/Crafting.razor.rz.scp.css | 23 + .../Components/CraftingItem.razor.rz.scp.css | 12 + .../Shared/MainLayout.razor.rz.scp.css | 70 + .../scopedcss/Shared/NavMenu.razor.rz.scp.css | 62 + .../scopedcss/bundle/BlazorTP.styles.css | 173 + .../projectbundle/BlazorTP.bundle.scp.css | 171 + .../Debug/net6.0/staticwebassets.build.json | 1006 + .../net6.0/staticwebassets.development.json | 1 + ...CoreApp,Version=v6.0.AssemblyAttributes.cs | 4 + .../Release/net6.0/BlazorTP.AssemblyInfo.cs | 23 + .../net6.0/BlazorTP.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 84 + .../Release/net6.0/BlazorTP.GlobalUsings.g.cs | 17 + .../net6.0/BlazorTP.RazorAssemblyInfo.cache | 1 + .../net6.0/BlazorTP.RazorAssemblyInfo.cs | 18 + .../obj/Release/net6.0/BlazorTP.assets.cache | Bin 0 -> 48 bytes .../BlazorTP.csproj.AssemblyReference.cache | Bin 0 -> 173738 bytes BlazorTP/obj/project.assets.json | 1065 + BlazorTP/obj/project.nuget.cache | 33 + BlazorTP/obj/staticwebassets.pack.sentinel | 112 + .../wwwroot/css/bootstrap/bootstrap.min.css | 7 + .../css/bootstrap/bootstrap.min.css.map | 1 + BlazorTP/wwwroot/css/open-iconic/FONT-LICENSE | 86 + BlazorTP/wwwroot/css/open-iconic/ICON-LICENSE | 21 + BlazorTP/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 BlazorTP/wwwroot/css/site.css | 64 + BlazorTP/wwwroot/fake-data.json | 418 + BlazorTP/wwwroot/favicon.ico | Bin 0 -> 5430 bytes BlazorTP/wwwroot/images/barbapapa.png | Bin 0 -> 34617 bytes BlazorTP/wwwroot/images/default.png | Bin 0 -> 2267 bytes .../Controllers/CraftingController.cs | 364 + .../Controllers/InventoryController.cs | 143 + .../Data/convert-recipes.json | 20402 ++++++++++++ .../Data/items-original.json | 2709 ++ Minecraft.Crafting.Api/Data/items.json | 3438 ++ Minecraft.Crafting.Api/Data/recipes.json | 26871 ++++++++++++++++ Minecraft.Crafting.Api/Dockerfile | 22 + .../Images/activatorRail.png | Bin 0 -> 3416 bytes .../Images/activatorRail_powered.png | Bin 0 -> 3419 bytes Minecraft.Crafting.Api/Images/anvil_base.png | Bin 0 -> 3204 bytes Minecraft.Crafting.Api/Images/anvil_top.png | Bin 0 -> 3105 bytes .../Images/anvil_top_damaged_1.png | Bin 0 -> 3177 bytes .../Images/anvil_top_damaged_2.png | Bin 0 -> 3158 bytes Minecraft.Crafting.Api/Images/apple.png | Bin 0 -> 3133 bytes Minecraft.Crafting.Api/Images/appleGold.png | Bin 0 -> 3248 bytes Minecraft.Crafting.Api/Images/arrow.png | Bin 0 -> 3020 bytes Minecraft.Crafting.Api/Images/beacon.png | Bin 0 -> 3187 bytes Minecraft.Crafting.Api/Images/bed.png | Bin 0 -> 3301 bytes .../Images/bed_feet_end.png | Bin 0 -> 3095 bytes .../Images/bed_feet_side.png | Bin 0 -> 3055 bytes .../Images/bed_feet_top.png | Bin 0 -> 3436 bytes .../Images/bed_head_end.png | Bin 0 -> 3115 bytes .../Images/bed_head_side.png | Bin 0 -> 3113 bytes .../Images/bed_head_top.png | Bin 0 -> 3441 bytes Minecraft.Crafting.Api/Images/bedrock.png | Bin 0 -> 3610 bytes Minecraft.Crafting.Api/Images/beefCooked.png | Bin 0 -> 3202 bytes Minecraft.Crafting.Api/Images/beefRaw.png | Bin 0 -> 3330 bytes Minecraft.Crafting.Api/Images/blazePowder.png | Bin 0 -> 3233 bytes Minecraft.Crafting.Api/Images/blazeRod.png | Bin 0 -> 3088 bytes .../Images/blockDiamond.png | Bin 0 -> 3458 bytes .../Images/blockEmerald.png | Bin 0 -> 3311 bytes Minecraft.Crafting.Api/Images/blockGold.png | Bin 0 -> 3351 bytes Minecraft.Crafting.Api/Images/blockIron.png | Bin 0 -> 3289 bytes Minecraft.Crafting.Api/Images/blockLapis.png | Bin 0 -> 3293 bytes .../Images/blockRedstone.png | Bin 0 -> 3392 bytes Minecraft.Crafting.Api/Images/boat.png | Bin 0 -> 3158 bytes Minecraft.Crafting.Api/Images/bone.png | Bin 0 -> 3020 bytes Minecraft.Crafting.Api/Images/book.png | Bin 0 -> 3122 bytes Minecraft.Crafting.Api/Images/bookshelf.png | Bin 0 -> 3452 bytes Minecraft.Crafting.Api/Images/bootsChain.png | Bin 0 -> 3089 bytes Minecraft.Crafting.Api/Images/bootsCloth.png | Bin 0 -> 2808 bytes .../Images/bootsCloth_overlay.png | Bin 0 -> 3013 bytes .../Images/bootsDiamond.png | Bin 0 -> 3114 bytes Minecraft.Crafting.Api/Images/bootsGold.png | Bin 0 -> 3003 bytes Minecraft.Crafting.Api/Images/bootsIron.png | Bin 0 -> 3089 bytes Minecraft.Crafting.Api/Images/bow.png | Bin 0 -> 3015 bytes Minecraft.Crafting.Api/Images/bow_pull_0.png | Bin 0 -> 3139 bytes Minecraft.Crafting.Api/Images/bow_pull_1.png | Bin 0 -> 3184 bytes Minecraft.Crafting.Api/Images/bow_pull_2.png | Bin 0 -> 3164 bytes Minecraft.Crafting.Api/Images/bowl.png | Bin 0 -> 2978 bytes Minecraft.Crafting.Api/Images/bread.png | Bin 0 -> 3174 bytes .../Images/brewingStand.png | Bin 0 -> 3301 bytes .../Images/brewingStand_base.png | Bin 0 -> 3431 bytes Minecraft.Crafting.Api/Images/brick.png | Bin 0 -> 3308 bytes Minecraft.Crafting.Api/Images/bucket.png | Bin 0 -> 3205 bytes Minecraft.Crafting.Api/Images/bucketLava.png | Bin 0 -> 3266 bytes Minecraft.Crafting.Api/Images/bucketWater.png | Bin 0 -> 3203 bytes .../Images/cactus_bottom.png | Bin 0 -> 3340 bytes Minecraft.Crafting.Api/Images/cactus_side.png | Bin 0 -> 3259 bytes Minecraft.Crafting.Api/Images/cactus_top.png | Bin 0 -> 3325 bytes Minecraft.Crafting.Api/Images/cake.png | Bin 0 -> 3284 bytes Minecraft.Crafting.Api/Images/cake_bottom.png | Bin 0 -> 3459 bytes Minecraft.Crafting.Api/Images/cake_inner.png | Bin 0 -> 3210 bytes Minecraft.Crafting.Api/Images/cake_side.png | Bin 0 -> 3170 bytes Minecraft.Crafting.Api/Images/cake_top.png | Bin 0 -> 2983 bytes .../Images/carrotGolden.png | Bin 0 -> 3233 bytes .../Images/carrotOnAStick.png | Bin 0 -> 3224 bytes Minecraft.Crafting.Api/Images/carrots.png | Bin 0 -> 3108 bytes Minecraft.Crafting.Api/Images/carrots_0.png | Bin 0 -> 3017 bytes Minecraft.Crafting.Api/Images/carrots_1.png | Bin 0 -> 3119 bytes Minecraft.Crafting.Api/Images/carrots_2.png | Bin 0 -> 3233 bytes Minecraft.Crafting.Api/Images/carrots_3.png | Bin 0 -> 3147 bytes Minecraft.Crafting.Api/Images/cauldron.png | Bin 0 -> 3074 bytes .../Images/cauldron_bottom.png | Bin 0 -> 2926 bytes .../Images/cauldron_inner.png | Bin 0 -> 3221 bytes .../Images/cauldron_side.png | Bin 0 -> 3307 bytes .../Images/cauldron_top.png | Bin 0 -> 3039 bytes .../Images/chestplateChain.png | Bin 0 -> 3179 bytes .../Images/chestplateCloth.png | Bin 0 -> 2808 bytes .../Images/chestplateCloth_overlay.png | Bin 0 -> 3226 bytes .../Images/chestplateDiamond.png | Bin 0 -> 3262 bytes .../Images/chestplateGold.png | Bin 0 -> 3195 bytes .../Images/chestplateIron.png | Bin 0 -> 3179 bytes .../Images/chickenCooked.png | Bin 0 -> 3164 bytes Minecraft.Crafting.Api/Images/chickenRaw.png | Bin 0 -> 3130 bytes Minecraft.Crafting.Api/Images/clay.png | Bin 0 -> 3154 bytes Minecraft.Crafting.Api/Images/clock.png | Bin 0 -> 5874 bytes Minecraft.Crafting.Api/Images/clock.txt | 0 Minecraft.Crafting.Api/Images/cloth_0.png | Bin 0 -> 3403 bytes Minecraft.Crafting.Api/Images/cloth_1.png | Bin 0 -> 3366 bytes Minecraft.Crafting.Api/Images/cloth_10.png | Bin 0 -> 3278 bytes Minecraft.Crafting.Api/Images/cloth_11.png | Bin 0 -> 3249 bytes Minecraft.Crafting.Api/Images/cloth_12.png | Bin 0 -> 3370 bytes Minecraft.Crafting.Api/Images/cloth_13.png | Bin 0 -> 3233 bytes Minecraft.Crafting.Api/Images/cloth_14.png | Bin 0 -> 3129 bytes Minecraft.Crafting.Api/Images/cloth_15.png | Bin 0 -> 3182 bytes Minecraft.Crafting.Api/Images/cloth_2.png | Bin 0 -> 3282 bytes Minecraft.Crafting.Api/Images/cloth_3.png | Bin 0 -> 3407 bytes Minecraft.Crafting.Api/Images/cloth_4.png | Bin 0 -> 3403 bytes Minecraft.Crafting.Api/Images/cloth_5.png | Bin 0 -> 3405 bytes Minecraft.Crafting.Api/Images/cloth_6.png | Bin 0 -> 3408 bytes Minecraft.Crafting.Api/Images/cloth_7.png | Bin 0 -> 3400 bytes Minecraft.Crafting.Api/Images/cloth_8.png | Bin 0 -> 3408 bytes Minecraft.Crafting.Api/Images/cloth_9.png | Bin 0 -> 3409 bytes Minecraft.Crafting.Api/Images/coal.png | Bin 0 -> 3035 bytes Minecraft.Crafting.Api/Images/coal_ore.png | Bin 0 -> 9016 bytes Minecraft.Crafting.Api/Images/cobblestone.png | Bin 0 -> 9034 bytes Minecraft.Crafting.Api/Images/cocoa_0.png | Bin 0 -> 2975 bytes Minecraft.Crafting.Api/Images/cocoa_1.png | Bin 0 -> 3046 bytes Minecraft.Crafting.Api/Images/cocoa_2.png | Bin 0 -> 3108 bytes .../Images/commandBlock.png | Bin 0 -> 3449 bytes Minecraft.Crafting.Api/Images/comparator.png | Bin 0 -> 3321 bytes .../Images/comparator_lit.png | Bin 0 -> 3500 bytes Minecraft.Crafting.Api/Images/compass.png | Bin 0 -> 3985 bytes Minecraft.Crafting.Api/Images/compass.txt | 0 Minecraft.Crafting.Api/Images/cookie.png | Bin 0 -> 3274 bytes Minecraft.Crafting.Api/Images/crops_0.png | Bin 0 -> 3244 bytes Minecraft.Crafting.Api/Images/crops_1.png | Bin 0 -> 3260 bytes Minecraft.Crafting.Api/Images/crops_2.png | Bin 0 -> 3289 bytes Minecraft.Crafting.Api/Images/crops_3.png | Bin 0 -> 3334 bytes Minecraft.Crafting.Api/Images/crops_4.png | Bin 0 -> 3395 bytes Minecraft.Crafting.Api/Images/crops_5.png | Bin 0 -> 3513 bytes Minecraft.Crafting.Api/Images/crops_6.png | Bin 0 -> 3523 bytes Minecraft.Crafting.Api/Images/crops_7.png | Bin 0 -> 3534 bytes .../Images/daylightDetector_side.png | Bin 0 -> 3175 bytes .../Images/daylightDetector_top.png | Bin 0 -> 3503 bytes Minecraft.Crafting.Api/Images/deadbush.png | Bin 0 -> 3046 bytes Minecraft.Crafting.Api/Images/default.png | Bin 0 -> 2267 bytes Minecraft.Crafting.Api/Images/destroy_0.png | Bin 0 -> 2836 bytes Minecraft.Crafting.Api/Images/destroy_1.png | Bin 0 -> 2864 bytes Minecraft.Crafting.Api/Images/destroy_2.png | Bin 0 -> 2898 bytes Minecraft.Crafting.Api/Images/destroy_3.png | Bin 0 -> 2923 bytes Minecraft.Crafting.Api/Images/destroy_4.png | Bin 0 -> 2947 bytes Minecraft.Crafting.Api/Images/destroy_5.png | Bin 0 -> 2973 bytes Minecraft.Crafting.Api/Images/destroy_6.png | Bin 0 -> 3004 bytes Minecraft.Crafting.Api/Images/destroy_7.png | Bin 0 -> 3000 bytes Minecraft.Crafting.Api/Images/destroy_8.png | Bin 0 -> 3068 bytes Minecraft.Crafting.Api/Images/destroy_9.png | Bin 0 -> 3049 bytes .../Images/detectorRail.png | Bin 0 -> 3448 bytes Minecraft.Crafting.Api/Images/diamond.png | Bin 0 -> 3180 bytes Minecraft.Crafting.Api/Images/diode.png | Bin 0 -> 3320 bytes Minecraft.Crafting.Api/Images/dirt.png | Bin 0 -> 3593 bytes Minecraft.Crafting.Api/Images/dispenser.png | Bin 0 -> 8131 bytes .../Images/dispenser_front.png | Bin 0 -> 3492 bytes .../Images/dispenser_front_vertical.png | Bin 0 -> 3541 bytes Minecraft.Crafting.Api/Images/doorIron.png | Bin 0 -> 3032 bytes .../Images/doorIron_lower.png | Bin 0 -> 3164 bytes .../Images/doorIron_upper.png | Bin 0 -> 3169 bytes Minecraft.Crafting.Api/Images/doorWood.png | Bin 0 -> 3208 bytes .../Images/doorWood_lower.png | Bin 0 -> 3455 bytes .../Images/doorWood_upper.png | Bin 0 -> 3352 bytes Minecraft.Crafting.Api/Images/dragonEgg.png | Bin 0 -> 3498 bytes .../Images/dropper_front.png | Bin 0 -> 3467 bytes .../Images/dropper_front_vertical.png | Bin 0 -> 3591 bytes .../Images/dyePowder_black.png | Bin 0 -> 2947 bytes .../Images/dyePowder_blue.png | Bin 0 -> 3132 bytes .../Images/dyePowder_brown.png | Bin 0 -> 3180 bytes .../Images/dyePowder_cyan.png | Bin 0 -> 3036 bytes .../Images/dyePowder_gray.png | Bin 0 -> 3025 bytes .../Images/dyePowder_green.png | Bin 0 -> 3126 bytes .../Images/dyePowder_lightBlue.png | Bin 0 -> 3028 bytes .../Images/dyePowder_lime.png | Bin 0 -> 3026 bytes .../Images/dyePowder_magenta.png | Bin 0 -> 3030 bytes .../Images/dyePowder_orange.png | Bin 0 -> 3090 bytes .../Images/dyePowder_pink.png | Bin 0 -> 3032 bytes .../Images/dyePowder_purple.png | Bin 0 -> 3028 bytes .../Images/dyePowder_red.png | Bin 0 -> 3053 bytes .../Images/dyePowder_silver.png | Bin 0 -> 3031 bytes .../Images/dyePowder_white.png | Bin 0 -> 3052 bytes .../Images/dyePowder_yellow.png | Bin 0 -> 3092 bytes Minecraft.Crafting.Api/Images/egg.png | Bin 0 -> 2966 bytes Minecraft.Crafting.Api/Images/emerald.png | Bin 0 -> 3240 bytes Minecraft.Crafting.Api/Images/emptyMap.png | Bin 0 -> 3126 bytes .../Images/enchantedBook.png | Bin 0 -> 3312 bytes .../Images/enchantment_bottom.png | Bin 0 -> 3158 bytes .../Images/enchantment_side.png | Bin 0 -> 3224 bytes .../Images/enchantment_top.png | Bin 0 -> 3425 bytes Minecraft.Crafting.Api/Images/enderPearl.png | Bin 0 -> 3253 bytes .../Images/endframe_eye.png | Bin 0 -> 3198 bytes .../Images/endframe_side.png | Bin 0 -> 3417 bytes .../Images/endframe_top.png | Bin 0 -> 3455 bytes Minecraft.Crafting.Api/Images/expBottle.png | Bin 0 -> 3287 bytes Minecraft.Crafting.Api/Images/eyeOfEnder.png | Bin 0 -> 3210 bytes .../Images/farmland_dry.png | Bin 0 -> 3541 bytes .../Images/farmland_wet.png | Bin 0 -> 3453 bytes Minecraft.Crafting.Api/Images/feather.png | Bin 0 -> 3184 bytes Minecraft.Crafting.Api/Images/fenceIron.png | Bin 0 -> 3126 bytes .../Images/fermentedSpiderEye.png | Bin 0 -> 3245 bytes Minecraft.Crafting.Api/Images/fern.png | Bin 0 -> 2988 bytes Minecraft.Crafting.Api/Images/fire_0.png | Bin 0 -> 23053 bytes Minecraft.Crafting.Api/Images/fire_0.txt | 16 + Minecraft.Crafting.Api/Images/fire_1.png | Bin 0 -> 23413 bytes Minecraft.Crafting.Api/Images/fire_1.txt | 0 Minecraft.Crafting.Api/Images/fireball.png | Bin 0 -> 3274 bytes Minecraft.Crafting.Api/Images/fireworks.png | Bin 0 -> 3101 bytes .../Images/fireworksCharge.png | Bin 0 -> 3155 bytes .../Images/fireworksCharge_overlay.png | Bin 0 -> 3096 bytes Minecraft.Crafting.Api/Images/fishCooked.png | Bin 0 -> 3255 bytes Minecraft.Crafting.Api/Images/fishRaw.png | Bin 0 -> 3221 bytes Minecraft.Crafting.Api/Images/fishingRod.png | Bin 0 -> 3261 bytes .../Images/fishingRod_empty.png | Bin 0 -> 3128 bytes Minecraft.Crafting.Api/Images/flint.png | Bin 0 -> 3141 bytes .../Images/flintAndSteel.png | Bin 0 -> 3166 bytes Minecraft.Crafting.Api/Images/flower.png | Bin 0 -> 3327 bytes Minecraft.Crafting.Api/Images/flowerPot.png | Bin 0 -> 3149 bytes Minecraft.Crafting.Api/Images/frame.png | Bin 0 -> 3065 bytes .../Images/furnace_front.png | Bin 0 -> 3325 bytes .../Images/furnace_front_lit.png | Bin 0 -> 3476 bytes .../Images/furnace_side.png | Bin 0 -> 3368 bytes Minecraft.Crafting.Api/Images/furnace_top.png | Bin 0 -> 3555 bytes Minecraft.Crafting.Api/Images/ghastTear.png | Bin 0 -> 2909 bytes Minecraft.Crafting.Api/Images/glass.png | Bin 0 -> 3027 bytes Minecraft.Crafting.Api/Images/glassBottle.png | Bin 0 -> 3088 bytes Minecraft.Crafting.Api/Images/goldNugget.png | Bin 0 -> 2987 bytes Minecraft.Crafting.Api/Images/gold_ore.png | Bin 0 -> 9141 bytes Minecraft.Crafting.Api/Images/goldenRail.png | Bin 0 -> 3363 bytes .../Images/goldenRail_powered.png | Bin 0 -> 3360 bytes Minecraft.Crafting.Api/Images/grass.png | Bin 0 -> 34672 bytes Minecraft.Crafting.Api/Images/grass_side.png | Bin 0 -> 3485 bytes .../Images/grass_side_overlay.png | Bin 0 -> 3315 bytes Minecraft.Crafting.Api/Images/grass_top.png | Bin 0 -> 3325 bytes Minecraft.Crafting.Api/Images/gravel.png | Bin 0 -> 3620 bytes .../Images/hatchetDiamond.png | Bin 0 -> 3146 bytes Minecraft.Crafting.Api/Images/hatchetGold.png | Bin 0 -> 3242 bytes Minecraft.Crafting.Api/Images/hatchetIron.png | Bin 0 -> 3044 bytes .../Images/hatchetStone.png | Bin 0 -> 3044 bytes Minecraft.Crafting.Api/Images/hatchetWood.png | Bin 0 -> 3030 bytes Minecraft.Crafting.Api/Images/hellrock.png | Bin 0 -> 3575 bytes Minecraft.Crafting.Api/Images/hellsand.png | Bin 0 -> 3393 bytes Minecraft.Crafting.Api/Images/helmetChain.png | Bin 0 -> 3050 bytes Minecraft.Crafting.Api/Images/helmetCloth.png | Bin 0 -> 2808 bytes .../Images/helmetCloth_overlay.png | Bin 0 -> 3114 bytes .../Images/helmetDiamond.png | Bin 0 -> 3133 bytes Minecraft.Crafting.Api/Images/helmetGold.png | Bin 0 -> 3109 bytes Minecraft.Crafting.Api/Images/helmetIron.png | Bin 0 -> 3131 bytes Minecraft.Crafting.Api/Images/hoeDiamond.png | Bin 0 -> 3149 bytes Minecraft.Crafting.Api/Images/hoeGold.png | Bin 0 -> 3154 bytes Minecraft.Crafting.Api/Images/hoeIron.png | Bin 0 -> 3038 bytes Minecraft.Crafting.Api/Images/hoeStone.png | Bin 0 -> 3058 bytes Minecraft.Crafting.Api/Images/hoeWood.png | Bin 0 -> 2984 bytes Minecraft.Crafting.Api/Images/hopper.png | Bin 0 -> 3277 bytes .../Images/hopper_inside.png | Bin 0 -> 3226 bytes Minecraft.Crafting.Api/Images/hopper_top.png | Bin 0 -> 3039 bytes Minecraft.Crafting.Api/Images/ice.png | Bin 0 -> 3467 bytes Minecraft.Crafting.Api/Images/ingotGold.png | Bin 0 -> 3213 bytes Minecraft.Crafting.Api/Images/ingotIron.png | Bin 0 -> 3144 bytes Minecraft.Crafting.Api/Images/iron_ore.png | Bin 0 -> 8759 bytes .../Images/itemframe_back.png | Bin 0 -> 3308 bytes Minecraft.Crafting.Api/Images/jukebox_top.png | Bin 0 -> 3451 bytes Minecraft.Crafting.Api/Images/ladder.png | Bin 0 -> 3363 bytes Minecraft.Crafting.Api/Images/lapis_block.png | Bin 0 -> 62857 bytes Minecraft.Crafting.Api/Images/lapis_ore.png | Bin 0 -> 78737 bytes Minecraft.Crafting.Api/Images/lava.png | Bin 0 -> 23211 bytes Minecraft.Crafting.Api/Images/lava.txt | 0 Minecraft.Crafting.Api/Images/lava_flow.png | Bin 0 -> 18963 bytes Minecraft.Crafting.Api/Images/lava_flow.txt | 0 Minecraft.Crafting.Api/Images/leather.png | Bin 0 -> 3154 bytes Minecraft.Crafting.Api/Images/leaves.png | Bin 0 -> 3615 bytes .../Images/leaves_jungle.png | Bin 0 -> 3570 bytes .../Images/leaves_jungle_opaque.png | Bin 0 -> 3542 bytes .../Images/leaves_opaque.png | Bin 0 -> 3600 bytes .../Images/leaves_spruce.png | Bin 0 -> 3288 bytes .../Images/leaves_spruce_opaque.png | Bin 0 -> 3265 bytes .../Images/leggingsChain.png | Bin 0 -> 3080 bytes .../Images/leggingsCloth.png | Bin 0 -> 2808 bytes .../Images/leggingsCloth_overlay.png | Bin 0 -> 2954 bytes .../Images/leggingsDiamond.png | Bin 0 -> 3092 bytes .../Images/leggingsGold.png | Bin 0 -> 3047 bytes .../Images/leggingsIron.png | Bin 0 -> 3080 bytes Minecraft.Crafting.Api/Images/lever.png | Bin 0 -> 2887 bytes Minecraft.Crafting.Api/Images/lightgem.png | Bin 0 -> 3645 bytes Minecraft.Crafting.Api/Images/log.png | Bin 0 -> 5959 bytes Minecraft.Crafting.Api/Images/magmaCream.png | Bin 0 -> 3373 bytes Minecraft.Crafting.Api/Images/map.png | Bin 0 -> 3175 bytes Minecraft.Crafting.Api/Images/melon.png | Bin 0 -> 3343 bytes Minecraft.Crafting.Api/Images/melon_side.png | Bin 0 -> 3407 bytes Minecraft.Crafting.Api/Images/melon_top.png | Bin 0 -> 3524 bytes Minecraft.Crafting.Api/Images/milk.png | Bin 0 -> 3202 bytes Minecraft.Crafting.Api/Images/minecart.png | Bin 0 -> 3148 bytes .../Images/minecartChest.png | Bin 0 -> 3315 bytes .../Images/minecartFurnace.png | Bin 0 -> 3397 bytes .../Images/minecartHopper.png | Bin 0 -> 3280 bytes Minecraft.Crafting.Api/Images/minecartTnt.png | Bin 0 -> 3304 bytes Minecraft.Crafting.Api/Images/mobSpawner.png | Bin 0 -> 3325 bytes .../Images/monsterPlacer.png | Bin 0 -> 3040 bytes .../Images/monsterPlacer_overlay.png | Bin 0 -> 3078 bytes .../Images/mushroomStew.png | Bin 0 -> 3177 bytes .../Images/mushroom_brown.png | Bin 0 -> 2954 bytes .../Images/mushroom_inside.png | Bin 0 -> 3560 bytes .../Images/mushroom_red.png | Bin 0 -> 2959 bytes .../Images/mushroom_skin_brown.png | Bin 0 -> 3341 bytes .../Images/mushroom_skin_red.png | Bin 0 -> 3332 bytes .../Images/mushroom_skin_stem.png | Bin 0 -> 3439 bytes Minecraft.Crafting.Api/Images/musicBlock.png | Bin 0 -> 3421 bytes Minecraft.Crafting.Api/Images/mycel_side.png | Bin 0 -> 3353 bytes Minecraft.Crafting.Api/Images/mycel_top.png | Bin 0 -> 3167 bytes Minecraft.Crafting.Api/Images/netherBrick.png | Bin 0 -> 3347 bytes .../Images/netherStalkSeeds.png | Bin 0 -> 3117 bytes .../Images/netherStalk_0.png | Bin 0 -> 3126 bytes .../Images/netherStalk_1.png | Bin 0 -> 3192 bytes .../Images/netherStalk_2.png | Bin 0 -> 3347 bytes Minecraft.Crafting.Api/Images/netherStar.png | Bin 0 -> 3428 bytes .../Images/netherquartz.png | Bin 0 -> 3256 bytes Minecraft.Crafting.Api/Images/obsidian.png | Bin 0 -> 441 bytes .../Images/offlawn.beanstalk.png | Bin 0 -> 3386 bytes .../Images/offlawn.lawn.png | Bin 0 -> 3375 bytes .../Images/offlawn.sunflower-bottom.png | Bin 0 -> 3390 bytes .../Images/offlawn.sunflower-top.png | Bin 0 -> 3284 bytes .../Images/offlawn.sunflowerseed.png | Bin 0 -> 3112 bytes Minecraft.Crafting.Api/Images/oreCoal.png | Bin 0 -> 3582 bytes Minecraft.Crafting.Api/Images/oreDiamond.png | Bin 0 -> 3635 bytes Minecraft.Crafting.Api/Images/oreEmerald.png | Bin 0 -> 3536 bytes Minecraft.Crafting.Api/Images/oreGold.png | Bin 0 -> 3538 bytes Minecraft.Crafting.Api/Images/oreIron.png | Bin 0 -> 3604 bytes Minecraft.Crafting.Api/Images/oreLapis.png | Bin 0 -> 3629 bytes Minecraft.Crafting.Api/Images/oreRedstone.png | Bin 0 -> 3590 bytes Minecraft.Crafting.Api/Images/painting.png | Bin 0 -> 3123 bytes Minecraft.Crafting.Api/Images/paper.png | Bin 0 -> 3001 bytes .../Images/pickaxeDiamond.png | Bin 0 -> 3128 bytes Minecraft.Crafting.Api/Images/pickaxeGold.png | Bin 0 -> 3212 bytes Minecraft.Crafting.Api/Images/pickaxeIron.png | Bin 0 -> 3031 bytes .../Images/pickaxeStone.png | Bin 0 -> 3045 bytes Minecraft.Crafting.Api/Images/pickaxeWood.png | Bin 0 -> 3034 bytes .../Images/piston_bottom.png | Bin 0 -> 3501 bytes .../Images/piston_inner_top.png | Bin 0 -> 3463 bytes Minecraft.Crafting.Api/Images/piston_side.png | Bin 0 -> 3469 bytes Minecraft.Crafting.Api/Images/piston_top.png | Bin 0 -> 3565 bytes .../Images/piston_top_sticky.png | Bin 0 -> 3642 bytes Minecraft.Crafting.Api/Images/planks.png | Bin 0 -> 8294 bytes .../Images/porkchopCooked.png | Bin 0 -> 3215 bytes Minecraft.Crafting.Api/Images/porkchopRaw.png | Bin 0 -> 3222 bytes Minecraft.Crafting.Api/Images/potato.png | Bin 0 -> 3210 bytes Minecraft.Crafting.Api/Images/potatoBaked.png | Bin 0 -> 3444 bytes .../Images/potatoPoisonous.png | Bin 0 -> 3336 bytes Minecraft.Crafting.Api/Images/potatoes_0.png | Bin 0 -> 3017 bytes Minecraft.Crafting.Api/Images/potatoes_1.png | Bin 0 -> 3119 bytes Minecraft.Crafting.Api/Images/potatoes_2.png | Bin 0 -> 3233 bytes Minecraft.Crafting.Api/Images/potatoes_3.png | Bin 0 -> 3314 bytes Minecraft.Crafting.Api/Images/potion.png | Bin 0 -> 3130 bytes .../Images/potion_contents.png | Bin 0 -> 2908 bytes .../Images/potion_splash.png | Bin 0 -> 3284 bytes Minecraft.Crafting.Api/Images/pumpkinPie.png | Bin 0 -> 3223 bytes .../Images/pumpkin_face.png | Bin 0 -> 3374 bytes .../Images/pumpkin_jack.png | Bin 0 -> 3509 bytes .../Images/pumpkin_side.png | Bin 0 -> 3433 bytes Minecraft.Crafting.Api/Images/pumpkin_top.png | Bin 0 -> 3462 bytes .../Images/quartzblock_bottom.png | Bin 0 -> 3423 bytes .../Images/quartzblock_chiseled.png | Bin 0 -> 3378 bytes .../Images/quartzblock_chiseled_top.png | Bin 0 -> 3530 bytes .../Images/quartzblock_lines.png | Bin 0 -> 3228 bytes .../Images/quartzblock_lines_top.png | Bin 0 -> 3423 bytes .../Images/quartzblock_side.png | Bin 0 -> 3355 bytes .../Images/quartzblock_top.png | Bin 0 -> 3387 bytes Minecraft.Crafting.Api/Images/quiver.png | Bin 0 -> 3263 bytes Minecraft.Crafting.Api/Images/rail.png | Bin 0 -> 3346 bytes Minecraft.Crafting.Api/Images/rail_turn.png | Bin 0 -> 3379 bytes Minecraft.Crafting.Api/Images/record_11.png | Bin 0 -> 3390 bytes Minecraft.Crafting.Api/Images/record_13.png | Bin 0 -> 3292 bytes .../Images/record_blocks.png | Bin 0 -> 3416 bytes Minecraft.Crafting.Api/Images/record_cat.png | Bin 0 -> 3376 bytes .../Images/record_chirp.png | Bin 0 -> 3370 bytes Minecraft.Crafting.Api/Images/record_far.png | Bin 0 -> 3459 bytes Minecraft.Crafting.Api/Images/record_mall.png | Bin 0 -> 3324 bytes .../Images/record_mellohi.png | Bin 0 -> 3339 bytes Minecraft.Crafting.Api/Images/record_stal.png | Bin 0 -> 3492 bytes .../Images/record_strad.png | Bin 0 -> 3446 bytes Minecraft.Crafting.Api/Images/record_wait.png | Bin 0 -> 3456 bytes Minecraft.Crafting.Api/Images/record_ward.png | Bin 0 -> 3267 bytes Minecraft.Crafting.Api/Images/redstone.png | Bin 0 -> 3041 bytes .../Images/redstoneDust_cross.png | Bin 0 -> 3296 bytes .../Images/redstoneDust_cross_overlay.png | Bin 0 -> 3487 bytes .../Images/redstoneDust_line.png | Bin 0 -> 2911 bytes .../Images/redstoneDust_line_overlay.png | Bin 0 -> 3024 bytes .../Images/redstoneLight.png | Bin 0 -> 3394 bytes .../Images/redstoneLight_lit.png | Bin 0 -> 3452 bytes Minecraft.Crafting.Api/Images/redtorch.png | Bin 0 -> 2906 bytes .../Images/redtorch_lit.png | Bin 0 -> 2924 bytes Minecraft.Crafting.Api/Images/reeds.png | Bin 0 -> 3207 bytes Minecraft.Crafting.Api/Images/repeater.png | Bin 0 -> 3517 bytes .../Images/repeater_lit.png | Bin 0 -> 3505 bytes Minecraft.Crafting.Api/Images/rose.png | Bin 0 -> 2998 bytes Minecraft.Crafting.Api/Images/rottenFlesh.png | Bin 0 -> 3167 bytes Minecraft.Crafting.Api/Images/ruby.png | Bin 0 -> 3035 bytes Minecraft.Crafting.Api/Images/saddle.png | Bin 0 -> 3103 bytes Minecraft.Crafting.Api/Images/sand.png | Bin 0 -> 3388 bytes Minecraft.Crafting.Api/Images/sandstone.png | Bin 0 -> 8002 bytes .../Images/sandstone_bottom.png | Bin 0 -> 3480 bytes .../Images/sandstone_carved.png | Bin 0 -> 3504 bytes .../Images/sandstone_side.png | Bin 0 -> 3418 bytes .../Images/sandstone_smooth.png | Bin 0 -> 3524 bytes .../Images/sandstone_top.png | Bin 0 -> 3480 bytes Minecraft.Crafting.Api/Images/sapling.png | Bin 0 -> 3192 bytes .../Images/sapling_birch.png | Bin 0 -> 3161 bytes .../Images/sapling_jungle.png | Bin 0 -> 3257 bytes .../Images/sapling_spruce.png | Bin 0 -> 3054 bytes Minecraft.Crafting.Api/Images/seeds.png | Bin 0 -> 3014 bytes Minecraft.Crafting.Api/Images/seeds_melon.png | Bin 0 -> 3180 bytes .../Images/seeds_pumpkin.png | Bin 0 -> 3364 bytes Minecraft.Crafting.Api/Images/shears.png | Bin 0 -> 3060 bytes .../Images/shovelDiamond.png | Bin 0 -> 3114 bytes Minecraft.Crafting.Api/Images/shovelGold.png | Bin 0 -> 3064 bytes Minecraft.Crafting.Api/Images/shovelIron.png | Bin 0 -> 3083 bytes Minecraft.Crafting.Api/Images/shovelStone.png | Bin 0 -> 3065 bytes Minecraft.Crafting.Api/Images/shovelWood.png | Bin 0 -> 3034 bytes Minecraft.Crafting.Api/Images/sign.png | Bin 0 -> 3180 bytes Minecraft.Crafting.Api/Images/skull_char.png | Bin 0 -> 3175 bytes .../Images/skull_creeper.png | Bin 0 -> 3207 bytes .../Images/skull_skeleton.png | Bin 0 -> 3231 bytes .../Images/skull_wither.png | Bin 0 -> 3216 bytes .../Images/skull_zombie.png | Bin 0 -> 3169 bytes Minecraft.Crafting.Api/Images/slimeball.png | Bin 0 -> 3144 bytes .../Images/slot_empty_boots.png | Bin 0 -> 2890 bytes .../Images/slot_empty_chestplate.png | Bin 0 -> 2921 bytes .../Images/slot_empty_helmet.png | Bin 0 -> 2898 bytes .../Images/slot_empty_leggings.png | Bin 0 -> 2897 bytes Minecraft.Crafting.Api/Images/snow.png | Bin 0 -> 3256 bytes Minecraft.Crafting.Api/Images/snow_side.png | Bin 0 -> 3496 bytes Minecraft.Crafting.Api/Images/snowball.png | Bin 0 -> 3128 bytes .../Images/speckledMelon.png | Bin 0 -> 3236 bytes Minecraft.Crafting.Api/Images/spiderEye.png | Bin 0 -> 3167 bytes Minecraft.Crafting.Api/Images/sponge.png | Bin 0 -> 3665 bytes Minecraft.Crafting.Api/Images/stem_bent.png | Bin 0 -> 2995 bytes .../Images/stem_straight.png | Bin 0 -> 3012 bytes Minecraft.Crafting.Api/Images/stick.png | Bin 0 -> 2929 bytes Minecraft.Crafting.Api/Images/stone.png | Bin 0 -> 3541 bytes Minecraft.Crafting.Api/Images/stoneMoss.png | Bin 0 -> 3339 bytes Minecraft.Crafting.Api/Images/stonebrick.png | Bin 0 -> 3518 bytes .../Images/stonebricksmooth.png | Bin 0 -> 3536 bytes .../Images/stonebricksmooth_carved.png | Bin 0 -> 3526 bytes .../Images/stonebricksmooth_cracked.png | Bin 0 -> 3642 bytes .../Images/stonebricksmooth_mossy.png | Bin 0 -> 3594 bytes .../Images/stoneslab_side.png | Bin 0 -> 3215 bytes .../Images/stoneslab_top.png | Bin 0 -> 3215 bytes Minecraft.Crafting.Api/Images/string.png | Bin 0 -> 3091 bytes Minecraft.Crafting.Api/Images/sugar.png | Bin 0 -> 3204 bytes Minecraft.Crafting.Api/Images/sulphur.png | Bin 0 -> 3155 bytes .../Images/swordDiamond.png | Bin 0 -> 3231 bytes Minecraft.Crafting.Api/Images/swordGold.png | Bin 0 -> 3055 bytes Minecraft.Crafting.Api/Images/swordIron.png | Bin 0 -> 3036 bytes Minecraft.Crafting.Api/Images/swordStone.png | Bin 0 -> 3115 bytes Minecraft.Crafting.Api/Images/swordWood.png | Bin 0 -> 2989 bytes Minecraft.Crafting.Api/Images/tallgrass.png | Bin 0 -> 2877 bytes .../Images/thinglass_top.png | Bin 0 -> 2904 bytes Minecraft.Crafting.Api/Images/tnt_bottom.png | Bin 0 -> 3433 bytes Minecraft.Crafting.Api/Images/tnt_side.png | Bin 0 -> 3476 bytes Minecraft.Crafting.Api/Images/tnt_top.png | Bin 0 -> 3338 bytes Minecraft.Crafting.Api/Images/torch.png | Bin 0 -> 3024 bytes Minecraft.Crafting.Api/Images/trapdoor.png | Bin 0 -> 3351 bytes Minecraft.Crafting.Api/Images/tree_birch.png | Bin 0 -> 3543 bytes Minecraft.Crafting.Api/Images/tree_jungle.png | Bin 0 -> 3580 bytes Minecraft.Crafting.Api/Images/tree_side.png | Bin 0 -> 3459 bytes Minecraft.Crafting.Api/Images/tree_spruce.png | Bin 0 -> 3547 bytes Minecraft.Crafting.Api/Images/tree_top.png | Bin 0 -> 3380 bytes Minecraft.Crafting.Api/Images/tripWire.png | Bin 0 -> 2892 bytes .../Images/tripWireSource.png | Bin 0 -> 2990 bytes Minecraft.Crafting.Api/Images/vine.png | Bin 0 -> 3168 bytes Minecraft.Crafting.Api/Images/water.png | Bin 0 -> 13475 bytes Minecraft.Crafting.Api/Images/water.txt | 0 Minecraft.Crafting.Api/Images/water_flow.png | Bin 0 -> 16633 bytes Minecraft.Crafting.Api/Images/water_flow.txt | 0 Minecraft.Crafting.Api/Images/waterlily.png | Bin 0 -> 3173 bytes Minecraft.Crafting.Api/Images/web.png | Bin 0 -> 3172 bytes Minecraft.Crafting.Api/Images/wheat.png | Bin 0 -> 3196 bytes Minecraft.Crafting.Api/Images/whiteStone.png | Bin 0 -> 3477 bytes Minecraft.Crafting.Api/Images/wood.png | Bin 0 -> 3315 bytes Minecraft.Crafting.Api/Images/wood_birch.png | Bin 0 -> 3478 bytes Minecraft.Crafting.Api/Images/wood_jungle.png | Bin 0 -> 3459 bytes Minecraft.Crafting.Api/Images/wood_spruce.png | Bin 0 -> 3362 bytes .../Images/workbench_front.png | Bin 0 -> 3463 bytes .../Images/workbench_side.png | Bin 0 -> 3426 bytes .../Images/workbench_top.png | Bin 0 -> 3445 bytes Minecraft.Crafting.Api/Images/writingBook.png | Bin 0 -> 3325 bytes Minecraft.Crafting.Api/Images/writtenBook.png | Bin 0 -> 3220 bytes Minecraft.Crafting.Api/Images/yellowDust.png | Bin 0 -> 3177 bytes .../Minecraft.Crafting.Api.csproj | 40 + .../Models/InventoryModel.cs | 24 + Minecraft.Crafting.Api/Models/Item.cs | 73 + Minecraft.Crafting.Api/Models/Recipe.cs | 26 + Minecraft.Crafting.Api/Program.cs | 25 + .../Properties/launchSettings.json | 38 + Minecraft.Crafting.Api/RecipeConverter.cs | 177 + .../appsettings.Development.json | 8 + Minecraft.Crafting.Api/appsettings.json | 9 + .../Debug/net6.0/Data/convert-recipes.json | 20402 ++++++++++++ .../bin/Debug/net6.0/Data/items-original.json | 2709 ++ .../bin/Debug/net6.0/Data/items.json | 3438 ++ .../bin/Debug/net6.0/Data/recipes.json | 26871 ++++++++++++++++ .../bin/Debug/net6.0/Images/activatorRail.png | Bin 0 -> 3416 bytes .../net6.0/Images/activatorRail_powered.png | Bin 0 -> 3419 bytes .../bin/Debug/net6.0/Images/anvil_base.png | Bin 0 -> 3204 bytes .../bin/Debug/net6.0/Images/anvil_top.png | Bin 0 -> 3105 bytes .../net6.0/Images/anvil_top_damaged_1.png | Bin 0 -> 3177 bytes .../net6.0/Images/anvil_top_damaged_2.png | Bin 0 -> 3158 bytes .../bin/Debug/net6.0/Images/apple.png | Bin 0 -> 3133 bytes .../bin/Debug/net6.0/Images/appleGold.png | Bin 0 -> 3248 bytes .../bin/Debug/net6.0/Images/arrow.png | Bin 0 -> 3020 bytes .../bin/Debug/net6.0/Images/beacon.png | Bin 0 -> 3187 bytes .../bin/Debug/net6.0/Images/bed.png | Bin 0 -> 3301 bytes .../bin/Debug/net6.0/Images/bed_feet_end.png | Bin 0 -> 3095 bytes .../bin/Debug/net6.0/Images/bed_feet_side.png | Bin 0 -> 3055 bytes .../bin/Debug/net6.0/Images/bed_feet_top.png | Bin 0 -> 3436 bytes .../bin/Debug/net6.0/Images/bed_head_end.png | Bin 0 -> 3115 bytes .../bin/Debug/net6.0/Images/bed_head_side.png | Bin 0 -> 3113 bytes .../bin/Debug/net6.0/Images/bed_head_top.png | Bin 0 -> 3441 bytes .../bin/Debug/net6.0/Images/bedrock.png | Bin 0 -> 3610 bytes .../bin/Debug/net6.0/Images/beefCooked.png | Bin 0 -> 3202 bytes .../bin/Debug/net6.0/Images/beefRaw.png | Bin 0 -> 3330 bytes .../bin/Debug/net6.0/Images/blazePowder.png | Bin 0 -> 3233 bytes .../bin/Debug/net6.0/Images/blazeRod.png | Bin 0 -> 3088 bytes .../bin/Debug/net6.0/Images/blockDiamond.png | Bin 0 -> 3458 bytes .../bin/Debug/net6.0/Images/blockEmerald.png | Bin 0 -> 3311 bytes .../bin/Debug/net6.0/Images/blockGold.png | Bin 0 -> 3351 bytes .../bin/Debug/net6.0/Images/blockIron.png | Bin 0 -> 3289 bytes .../bin/Debug/net6.0/Images/blockLapis.png | Bin 0 -> 3293 bytes .../bin/Debug/net6.0/Images/blockRedstone.png | Bin 0 -> 3392 bytes .../bin/Debug/net6.0/Images/boat.png | Bin 0 -> 3158 bytes .../bin/Debug/net6.0/Images/bone.png | Bin 0 -> 3020 bytes .../bin/Debug/net6.0/Images/book.png | Bin 0 -> 3122 bytes .../bin/Debug/net6.0/Images/bookshelf.png | Bin 0 -> 3452 bytes .../bin/Debug/net6.0/Images/bootsChain.png | Bin 0 -> 3089 bytes .../bin/Debug/net6.0/Images/bootsCloth.png | Bin 0 -> 2808 bytes .../net6.0/Images/bootsCloth_overlay.png | Bin 0 -> 3013 bytes .../bin/Debug/net6.0/Images/bootsDiamond.png | Bin 0 -> 3114 bytes .../bin/Debug/net6.0/Images/bootsGold.png | Bin 0 -> 3003 bytes .../bin/Debug/net6.0/Images/bootsIron.png | Bin 0 -> 3089 bytes .../bin/Debug/net6.0/Images/bow.png | Bin 0 -> 3015 bytes .../bin/Debug/net6.0/Images/bow_pull_0.png | Bin 0 -> 3139 bytes .../bin/Debug/net6.0/Images/bow_pull_1.png | Bin 0 -> 3184 bytes .../bin/Debug/net6.0/Images/bow_pull_2.png | Bin 0 -> 3164 bytes .../bin/Debug/net6.0/Images/bowl.png | Bin 0 -> 2978 bytes .../bin/Debug/net6.0/Images/bread.png | Bin 0 -> 3174 bytes .../bin/Debug/net6.0/Images/brewingStand.png | Bin 0 -> 3301 bytes .../Debug/net6.0/Images/brewingStand_base.png | Bin 0 -> 3431 bytes .../bin/Debug/net6.0/Images/brick.png | Bin 0 -> 3308 bytes .../bin/Debug/net6.0/Images/bucket.png | Bin 0 -> 3205 bytes .../bin/Debug/net6.0/Images/bucketLava.png | Bin 0 -> 3266 bytes .../bin/Debug/net6.0/Images/bucketWater.png | Bin 0 -> 3203 bytes .../bin/Debug/net6.0/Images/cactus_bottom.png | Bin 0 -> 3340 bytes .../bin/Debug/net6.0/Images/cactus_side.png | Bin 0 -> 3259 bytes .../bin/Debug/net6.0/Images/cactus_top.png | Bin 0 -> 3325 bytes .../bin/Debug/net6.0/Images/cake.png | Bin 0 -> 3284 bytes .../bin/Debug/net6.0/Images/cake_bottom.png | Bin 0 -> 3459 bytes .../bin/Debug/net6.0/Images/cake_inner.png | Bin 0 -> 3210 bytes .../bin/Debug/net6.0/Images/cake_side.png | Bin 0 -> 3170 bytes .../bin/Debug/net6.0/Images/cake_top.png | Bin 0 -> 2983 bytes .../bin/Debug/net6.0/Images/carrotGolden.png | Bin 0 -> 3233 bytes .../Debug/net6.0/Images/carrotOnAStick.png | Bin 0 -> 3224 bytes .../bin/Debug/net6.0/Images/carrots.png | Bin 0 -> 3108 bytes .../bin/Debug/net6.0/Images/carrots_0.png | Bin 0 -> 3017 bytes .../bin/Debug/net6.0/Images/carrots_1.png | Bin 0 -> 3119 bytes .../bin/Debug/net6.0/Images/carrots_2.png | Bin 0 -> 3233 bytes .../bin/Debug/net6.0/Images/carrots_3.png | Bin 0 -> 3147 bytes .../bin/Debug/net6.0/Images/cauldron.png | Bin 0 -> 3074 bytes .../Debug/net6.0/Images/cauldron_bottom.png | Bin 0 -> 2926 bytes .../Debug/net6.0/Images/cauldron_inner.png | Bin 0 -> 3221 bytes .../bin/Debug/net6.0/Images/cauldron_side.png | Bin 0 -> 3307 bytes .../bin/Debug/net6.0/Images/cauldron_top.png | Bin 0 -> 3039 bytes .../Debug/net6.0/Images/chestplateChain.png | Bin 0 -> 3179 bytes .../Debug/net6.0/Images/chestplateCloth.png | Bin 0 -> 2808 bytes .../net6.0/Images/chestplateCloth_overlay.png | Bin 0 -> 3226 bytes .../Debug/net6.0/Images/chestplateDiamond.png | Bin 0 -> 3262 bytes .../Debug/net6.0/Images/chestplateGold.png | Bin 0 -> 3195 bytes .../Debug/net6.0/Images/chestplateIron.png | Bin 0 -> 3179 bytes .../bin/Debug/net6.0/Images/chickenCooked.png | Bin 0 -> 3164 bytes .../bin/Debug/net6.0/Images/chickenRaw.png | Bin 0 -> 3130 bytes .../bin/Debug/net6.0/Images/clay.png | Bin 0 -> 3154 bytes .../bin/Debug/net6.0/Images/clock.png | Bin 0 -> 5874 bytes .../bin/Debug/net6.0/Images/clock.txt | 0 .../bin/Debug/net6.0/Images/cloth_0.png | Bin 0 -> 3403 bytes .../bin/Debug/net6.0/Images/cloth_1.png | Bin 0 -> 3366 bytes .../bin/Debug/net6.0/Images/cloth_10.png | Bin 0 -> 3278 bytes .../bin/Debug/net6.0/Images/cloth_11.png | Bin 0 -> 3249 bytes .../bin/Debug/net6.0/Images/cloth_12.png | Bin 0 -> 3370 bytes .../bin/Debug/net6.0/Images/cloth_13.png | Bin 0 -> 3233 bytes .../bin/Debug/net6.0/Images/cloth_14.png | Bin 0 -> 3129 bytes .../bin/Debug/net6.0/Images/cloth_15.png | Bin 0 -> 3182 bytes .../bin/Debug/net6.0/Images/cloth_2.png | Bin 0 -> 3282 bytes .../bin/Debug/net6.0/Images/cloth_3.png | Bin 0 -> 3407 bytes .../bin/Debug/net6.0/Images/cloth_4.png | Bin 0 -> 3403 bytes .../bin/Debug/net6.0/Images/cloth_5.png | Bin 0 -> 3405 bytes .../bin/Debug/net6.0/Images/cloth_6.png | Bin 0 -> 3408 bytes .../bin/Debug/net6.0/Images/cloth_7.png | Bin 0 -> 3400 bytes .../bin/Debug/net6.0/Images/cloth_8.png | Bin 0 -> 3408 bytes .../bin/Debug/net6.0/Images/cloth_9.png | Bin 0 -> 3409 bytes .../bin/Debug/net6.0/Images/coal.png | Bin 0 -> 3035 bytes .../bin/Debug/net6.0/Images/coal_ore.png | Bin 0 -> 9016 bytes .../bin/Debug/net6.0/Images/cobblestone.png | Bin 0 -> 9034 bytes .../bin/Debug/net6.0/Images/cocoa_0.png | Bin 0 -> 2975 bytes .../bin/Debug/net6.0/Images/cocoa_1.png | Bin 0 -> 3046 bytes .../bin/Debug/net6.0/Images/cocoa_2.png | Bin 0 -> 3108 bytes .../bin/Debug/net6.0/Images/commandBlock.png | Bin 0 -> 3449 bytes .../bin/Debug/net6.0/Images/comparator.png | Bin 0 -> 3321 bytes .../Debug/net6.0/Images/comparator_lit.png | Bin 0 -> 3500 bytes .../bin/Debug/net6.0/Images/compass.png | Bin 0 -> 3985 bytes .../bin/Debug/net6.0/Images/compass.txt | 0 .../bin/Debug/net6.0/Images/cookie.png | Bin 0 -> 3274 bytes .../bin/Debug/net6.0/Images/crops_0.png | Bin 0 -> 3244 bytes .../bin/Debug/net6.0/Images/crops_1.png | Bin 0 -> 3260 bytes .../bin/Debug/net6.0/Images/crops_2.png | Bin 0 -> 3289 bytes .../bin/Debug/net6.0/Images/crops_3.png | Bin 0 -> 3334 bytes .../bin/Debug/net6.0/Images/crops_4.png | Bin 0 -> 3395 bytes .../bin/Debug/net6.0/Images/crops_5.png | Bin 0 -> 3513 bytes .../bin/Debug/net6.0/Images/crops_6.png | Bin 0 -> 3523 bytes .../bin/Debug/net6.0/Images/crops_7.png | Bin 0 -> 3534 bytes .../net6.0/Images/daylightDetector_side.png | Bin 0 -> 3175 bytes .../net6.0/Images/daylightDetector_top.png | Bin 0 -> 3503 bytes .../bin/Debug/net6.0/Images/deadbush.png | Bin 0 -> 3046 bytes .../bin/Debug/net6.0/Images/default.png | Bin 0 -> 2267 bytes .../bin/Debug/net6.0/Images/destroy_0.png | Bin 0 -> 2836 bytes .../bin/Debug/net6.0/Images/destroy_1.png | Bin 0 -> 2864 bytes .../bin/Debug/net6.0/Images/destroy_2.png | Bin 0 -> 2898 bytes .../bin/Debug/net6.0/Images/destroy_3.png | Bin 0 -> 2923 bytes .../bin/Debug/net6.0/Images/destroy_4.png | Bin 0 -> 2947 bytes .../bin/Debug/net6.0/Images/destroy_5.png | Bin 0 -> 2973 bytes .../bin/Debug/net6.0/Images/destroy_6.png | Bin 0 -> 3004 bytes .../bin/Debug/net6.0/Images/destroy_7.png | Bin 0 -> 3000 bytes .../bin/Debug/net6.0/Images/destroy_8.png | Bin 0 -> 3068 bytes .../bin/Debug/net6.0/Images/destroy_9.png | Bin 0 -> 3049 bytes .../bin/Debug/net6.0/Images/detectorRail.png | Bin 0 -> 3448 bytes .../bin/Debug/net6.0/Images/diamond.png | Bin 0 -> 3180 bytes .../bin/Debug/net6.0/Images/diode.png | Bin 0 -> 3320 bytes .../bin/Debug/net6.0/Images/dirt.png | Bin 0 -> 3593 bytes .../bin/Debug/net6.0/Images/dispenser.png | Bin 0 -> 8131 bytes .../Debug/net6.0/Images/dispenser_front.png | Bin 0 -> 3492 bytes .../Images/dispenser_front_vertical.png | Bin 0 -> 3541 bytes .../bin/Debug/net6.0/Images/doorIron.png | Bin 0 -> 3032 bytes .../Debug/net6.0/Images/doorIron_lower.png | Bin 0 -> 3164 bytes .../Debug/net6.0/Images/doorIron_upper.png | Bin 0 -> 3169 bytes .../bin/Debug/net6.0/Images/doorWood.png | Bin 0 -> 3208 bytes .../Debug/net6.0/Images/doorWood_lower.png | Bin 0 -> 3455 bytes .../Debug/net6.0/Images/doorWood_upper.png | Bin 0 -> 3352 bytes .../bin/Debug/net6.0/Images/dragonEgg.png | Bin 0 -> 3498 bytes .../bin/Debug/net6.0/Images/dropper_front.png | Bin 0 -> 3467 bytes .../net6.0/Images/dropper_front_vertical.png | Bin 0 -> 3591 bytes .../Debug/net6.0/Images/dyePowder_black.png | Bin 0 -> 2947 bytes .../Debug/net6.0/Images/dyePowder_blue.png | Bin 0 -> 3132 bytes .../Debug/net6.0/Images/dyePowder_brown.png | Bin 0 -> 3180 bytes .../Debug/net6.0/Images/dyePowder_cyan.png | Bin 0 -> 3036 bytes .../Debug/net6.0/Images/dyePowder_gray.png | Bin 0 -> 3025 bytes .../Debug/net6.0/Images/dyePowder_green.png | Bin 0 -> 3126 bytes .../net6.0/Images/dyePowder_lightBlue.png | Bin 0 -> 3028 bytes .../Debug/net6.0/Images/dyePowder_lime.png | Bin 0 -> 3026 bytes .../Debug/net6.0/Images/dyePowder_magenta.png | Bin 0 -> 3030 bytes .../Debug/net6.0/Images/dyePowder_orange.png | Bin 0 -> 3090 bytes .../Debug/net6.0/Images/dyePowder_pink.png | Bin 0 -> 3032 bytes .../Debug/net6.0/Images/dyePowder_purple.png | Bin 0 -> 3028 bytes .../bin/Debug/net6.0/Images/dyePowder_red.png | Bin 0 -> 3053 bytes .../Debug/net6.0/Images/dyePowder_silver.png | Bin 0 -> 3031 bytes .../Debug/net6.0/Images/dyePowder_white.png | Bin 0 -> 3052 bytes .../Debug/net6.0/Images/dyePowder_yellow.png | Bin 0 -> 3092 bytes .../bin/Debug/net6.0/Images/egg.png | Bin 0 -> 2966 bytes .../bin/Debug/net6.0/Images/emerald.png | Bin 0 -> 3240 bytes .../bin/Debug/net6.0/Images/emptyMap.png | Bin 0 -> 3126 bytes .../bin/Debug/net6.0/Images/enchantedBook.png | Bin 0 -> 3312 bytes .../net6.0/Images/enchantment_bottom.png | Bin 0 -> 3158 bytes .../Debug/net6.0/Images/enchantment_side.png | Bin 0 -> 3224 bytes .../Debug/net6.0/Images/enchantment_top.png | Bin 0 -> 3425 bytes .../bin/Debug/net6.0/Images/enderPearl.png | Bin 0 -> 3253 bytes .../bin/Debug/net6.0/Images/endframe_eye.png | Bin 0 -> 3198 bytes .../bin/Debug/net6.0/Images/endframe_side.png | Bin 0 -> 3417 bytes .../bin/Debug/net6.0/Images/endframe_top.png | Bin 0 -> 3455 bytes .../bin/Debug/net6.0/Images/expBottle.png | Bin 0 -> 3287 bytes .../bin/Debug/net6.0/Images/eyeOfEnder.png | Bin 0 -> 3210 bytes .../bin/Debug/net6.0/Images/farmland_dry.png | Bin 0 -> 3541 bytes .../bin/Debug/net6.0/Images/farmland_wet.png | Bin 0 -> 3453 bytes .../bin/Debug/net6.0/Images/feather.png | Bin 0 -> 3184 bytes .../bin/Debug/net6.0/Images/fenceIron.png | Bin 0 -> 3126 bytes .../net6.0/Images/fermentedSpiderEye.png | Bin 0 -> 3245 bytes .../bin/Debug/net6.0/Images/fern.png | Bin 0 -> 2988 bytes .../bin/Debug/net6.0/Images/fire_0.png | Bin 0 -> 23053 bytes .../bin/Debug/net6.0/Images/fire_0.txt | 16 + .../bin/Debug/net6.0/Images/fire_1.png | Bin 0 -> 23413 bytes .../bin/Debug/net6.0/Images/fire_1.txt | 0 .../bin/Debug/net6.0/Images/fireball.png | Bin 0 -> 3274 bytes .../bin/Debug/net6.0/Images/fireworks.png | Bin 0 -> 3101 bytes .../Debug/net6.0/Images/fireworksCharge.png | Bin 0 -> 3155 bytes .../net6.0/Images/fireworksCharge_overlay.png | Bin 0 -> 3096 bytes .../bin/Debug/net6.0/Images/fishCooked.png | Bin 0 -> 3255 bytes .../bin/Debug/net6.0/Images/fishRaw.png | Bin 0 -> 3221 bytes .../bin/Debug/net6.0/Images/fishingRod.png | Bin 0 -> 3261 bytes .../Debug/net6.0/Images/fishingRod_empty.png | Bin 0 -> 3128 bytes .../bin/Debug/net6.0/Images/flint.png | Bin 0 -> 3141 bytes .../bin/Debug/net6.0/Images/flintAndSteel.png | Bin 0 -> 3166 bytes .../bin/Debug/net6.0/Images/flower.png | Bin 0 -> 3327 bytes .../bin/Debug/net6.0/Images/flowerPot.png | Bin 0 -> 3149 bytes .../bin/Debug/net6.0/Images/frame.png | Bin 0 -> 3065 bytes .../bin/Debug/net6.0/Images/furnace_front.png | Bin 0 -> 3325 bytes .../Debug/net6.0/Images/furnace_front_lit.png | Bin 0 -> 3476 bytes .../bin/Debug/net6.0/Images/furnace_side.png | Bin 0 -> 3368 bytes .../bin/Debug/net6.0/Images/furnace_top.png | Bin 0 -> 3555 bytes .../bin/Debug/net6.0/Images/ghastTear.png | Bin 0 -> 2909 bytes .../bin/Debug/net6.0/Images/glass.png | Bin 0 -> 3027 bytes .../bin/Debug/net6.0/Images/glassBottle.png | Bin 0 -> 3088 bytes .../bin/Debug/net6.0/Images/goldNugget.png | Bin 0 -> 2987 bytes .../bin/Debug/net6.0/Images/gold_ore.png | Bin 0 -> 9141 bytes .../bin/Debug/net6.0/Images/goldenRail.png | Bin 0 -> 3363 bytes .../net6.0/Images/goldenRail_powered.png | Bin 0 -> 3360 bytes .../bin/Debug/net6.0/Images/grass.png | Bin 0 -> 34672 bytes .../bin/Debug/net6.0/Images/grass_side.png | Bin 0 -> 3485 bytes .../net6.0/Images/grass_side_overlay.png | Bin 0 -> 3315 bytes .../bin/Debug/net6.0/Images/grass_top.png | Bin 0 -> 3325 bytes .../bin/Debug/net6.0/Images/gravel.png | Bin 0 -> 3620 bytes .../Debug/net6.0/Images/hatchetDiamond.png | Bin 0 -> 3146 bytes .../bin/Debug/net6.0/Images/hatchetGold.png | Bin 0 -> 3242 bytes .../bin/Debug/net6.0/Images/hatchetIron.png | Bin 0 -> 3044 bytes .../bin/Debug/net6.0/Images/hatchetStone.png | Bin 0 -> 3044 bytes .../bin/Debug/net6.0/Images/hatchetWood.png | Bin 0 -> 3030 bytes .../bin/Debug/net6.0/Images/hellrock.png | Bin 0 -> 3575 bytes .../bin/Debug/net6.0/Images/hellsand.png | Bin 0 -> 3393 bytes .../bin/Debug/net6.0/Images/helmetChain.png | Bin 0 -> 3050 bytes .../bin/Debug/net6.0/Images/helmetCloth.png | Bin 0 -> 2808 bytes .../net6.0/Images/helmetCloth_overlay.png | Bin 0 -> 3114 bytes .../bin/Debug/net6.0/Images/helmetDiamond.png | Bin 0 -> 3133 bytes .../bin/Debug/net6.0/Images/helmetGold.png | Bin 0 -> 3109 bytes .../bin/Debug/net6.0/Images/helmetIron.png | Bin 0 -> 3131 bytes .../bin/Debug/net6.0/Images/hoeDiamond.png | Bin 0 -> 3149 bytes .../bin/Debug/net6.0/Images/hoeGold.png | Bin 0 -> 3154 bytes .../bin/Debug/net6.0/Images/hoeIron.png | Bin 0 -> 3038 bytes .../bin/Debug/net6.0/Images/hoeStone.png | Bin 0 -> 3058 bytes .../bin/Debug/net6.0/Images/hoeWood.png | Bin 0 -> 2984 bytes .../bin/Debug/net6.0/Images/hopper.png | Bin 0 -> 3277 bytes .../bin/Debug/net6.0/Images/hopper_inside.png | Bin 0 -> 3226 bytes .../bin/Debug/net6.0/Images/hopper_top.png | Bin 0 -> 3039 bytes .../bin/Debug/net6.0/Images/ice.png | Bin 0 -> 3467 bytes .../bin/Debug/net6.0/Images/ingotGold.png | Bin 0 -> 3213 bytes .../bin/Debug/net6.0/Images/ingotIron.png | Bin 0 -> 3144 bytes .../bin/Debug/net6.0/Images/iron_ore.png | Bin 0 -> 8759 bytes .../Debug/net6.0/Images/itemframe_back.png | Bin 0 -> 3308 bytes .../bin/Debug/net6.0/Images/jukebox_top.png | Bin 0 -> 3451 bytes .../bin/Debug/net6.0/Images/ladder.png | Bin 0 -> 3363 bytes .../bin/Debug/net6.0/Images/lapis_block.png | Bin 0 -> 62857 bytes .../bin/Debug/net6.0/Images/lapis_ore.png | Bin 0 -> 78737 bytes .../bin/Debug/net6.0/Images/lava.png | Bin 0 -> 23211 bytes .../bin/Debug/net6.0/Images/lava.txt | 0 .../bin/Debug/net6.0/Images/lava_flow.png | Bin 0 -> 18963 bytes .../bin/Debug/net6.0/Images/lava_flow.txt | 0 .../bin/Debug/net6.0/Images/leather.png | Bin 0 -> 3154 bytes .../bin/Debug/net6.0/Images/leaves.png | Bin 0 -> 3615 bytes .../bin/Debug/net6.0/Images/leaves_jungle.png | Bin 0 -> 3570 bytes .../net6.0/Images/leaves_jungle_opaque.png | Bin 0 -> 3542 bytes .../bin/Debug/net6.0/Images/leaves_opaque.png | Bin 0 -> 3600 bytes .../bin/Debug/net6.0/Images/leaves_spruce.png | Bin 0 -> 3288 bytes .../net6.0/Images/leaves_spruce_opaque.png | Bin 0 -> 3265 bytes .../bin/Debug/net6.0/Images/leggingsChain.png | Bin 0 -> 3080 bytes .../bin/Debug/net6.0/Images/leggingsCloth.png | Bin 0 -> 2808 bytes .../net6.0/Images/leggingsCloth_overlay.png | Bin 0 -> 2954 bytes .../Debug/net6.0/Images/leggingsDiamond.png | Bin 0 -> 3092 bytes .../bin/Debug/net6.0/Images/leggingsGold.png | Bin 0 -> 3047 bytes .../bin/Debug/net6.0/Images/leggingsIron.png | Bin 0 -> 3080 bytes .../bin/Debug/net6.0/Images/lever.png | Bin 0 -> 2887 bytes .../bin/Debug/net6.0/Images/lightgem.png | Bin 0 -> 3645 bytes .../bin/Debug/net6.0/Images/log.png | Bin 0 -> 5959 bytes .../bin/Debug/net6.0/Images/magmaCream.png | Bin 0 -> 3373 bytes .../bin/Debug/net6.0/Images/map.png | Bin 0 -> 3175 bytes .../bin/Debug/net6.0/Images/melon.png | Bin 0 -> 3343 bytes .../bin/Debug/net6.0/Images/melon_side.png | Bin 0 -> 3407 bytes .../bin/Debug/net6.0/Images/melon_top.png | Bin 0 -> 3524 bytes .../bin/Debug/net6.0/Images/milk.png | Bin 0 -> 3202 bytes .../bin/Debug/net6.0/Images/minecart.png | Bin 0 -> 3148 bytes .../bin/Debug/net6.0/Images/minecartChest.png | Bin 0 -> 3315 bytes .../Debug/net6.0/Images/minecartFurnace.png | Bin 0 -> 3397 bytes .../Debug/net6.0/Images/minecartHopper.png | Bin 0 -> 3280 bytes .../bin/Debug/net6.0/Images/minecartTnt.png | Bin 0 -> 3304 bytes .../bin/Debug/net6.0/Images/mobSpawner.png | Bin 0 -> 3325 bytes .../bin/Debug/net6.0/Images/monsterPlacer.png | Bin 0 -> 3040 bytes .../net6.0/Images/monsterPlacer_overlay.png | Bin 0 -> 3078 bytes .../bin/Debug/net6.0/Images/mushroomStew.png | Bin 0 -> 3177 bytes .../Debug/net6.0/Images/mushroom_brown.png | Bin 0 -> 2954 bytes .../Debug/net6.0/Images/mushroom_inside.png | Bin 0 -> 3560 bytes .../bin/Debug/net6.0/Images/mushroom_red.png | Bin 0 -> 2959 bytes .../net6.0/Images/mushroom_skin_brown.png | Bin 0 -> 3341 bytes .../Debug/net6.0/Images/mushroom_skin_red.png | Bin 0 -> 3332 bytes .../net6.0/Images/mushroom_skin_stem.png | Bin 0 -> 3439 bytes .../bin/Debug/net6.0/Images/musicBlock.png | Bin 0 -> 3421 bytes .../bin/Debug/net6.0/Images/mycel_side.png | Bin 0 -> 3353 bytes .../bin/Debug/net6.0/Images/mycel_top.png | Bin 0 -> 3167 bytes .../bin/Debug/net6.0/Images/netherBrick.png | Bin 0 -> 3347 bytes .../Debug/net6.0/Images/netherStalkSeeds.png | Bin 0 -> 3117 bytes .../bin/Debug/net6.0/Images/netherStalk_0.png | Bin 0 -> 3126 bytes .../bin/Debug/net6.0/Images/netherStalk_1.png | Bin 0 -> 3192 bytes .../bin/Debug/net6.0/Images/netherStalk_2.png | Bin 0 -> 3347 bytes .../bin/Debug/net6.0/Images/netherStar.png | Bin 0 -> 3428 bytes .../bin/Debug/net6.0/Images/netherquartz.png | Bin 0 -> 3256 bytes .../bin/Debug/net6.0/Images/obsidian.png | Bin 0 -> 441 bytes .../Debug/net6.0/Images/offlawn.beanstalk.png | Bin 0 -> 3386 bytes .../bin/Debug/net6.0/Images/offlawn.lawn.png | Bin 0 -> 3375 bytes .../Images/offlawn.sunflower-bottom.png | Bin 0 -> 3390 bytes .../net6.0/Images/offlawn.sunflower-top.png | Bin 0 -> 3284 bytes .../net6.0/Images/offlawn.sunflowerseed.png | Bin 0 -> 3112 bytes .../bin/Debug/net6.0/Images/oreCoal.png | Bin 0 -> 3582 bytes .../bin/Debug/net6.0/Images/oreDiamond.png | Bin 0 -> 3635 bytes .../bin/Debug/net6.0/Images/oreEmerald.png | Bin 0 -> 3536 bytes .../bin/Debug/net6.0/Images/oreGold.png | Bin 0 -> 3538 bytes .../bin/Debug/net6.0/Images/oreIron.png | Bin 0 -> 3604 bytes .../bin/Debug/net6.0/Images/oreLapis.png | Bin 0 -> 3629 bytes .../bin/Debug/net6.0/Images/oreRedstone.png | Bin 0 -> 3590 bytes .../bin/Debug/net6.0/Images/painting.png | Bin 0 -> 3123 bytes .../bin/Debug/net6.0/Images/paper.png | Bin 0 -> 3001 bytes .../Debug/net6.0/Images/pickaxeDiamond.png | Bin 0 -> 3128 bytes .../bin/Debug/net6.0/Images/pickaxeGold.png | Bin 0 -> 3212 bytes .../bin/Debug/net6.0/Images/pickaxeIron.png | Bin 0 -> 3031 bytes .../bin/Debug/net6.0/Images/pickaxeStone.png | Bin 0 -> 3045 bytes .../bin/Debug/net6.0/Images/pickaxeWood.png | Bin 0 -> 3034 bytes .../bin/Debug/net6.0/Images/piston_bottom.png | Bin 0 -> 3501 bytes .../Debug/net6.0/Images/piston_inner_top.png | Bin 0 -> 3463 bytes .../bin/Debug/net6.0/Images/piston_side.png | Bin 0 -> 3469 bytes .../bin/Debug/net6.0/Images/piston_top.png | Bin 0 -> 3565 bytes .../Debug/net6.0/Images/piston_top_sticky.png | Bin 0 -> 3642 bytes .../bin/Debug/net6.0/Images/planks.png | Bin 0 -> 8294 bytes .../Debug/net6.0/Images/porkchopCooked.png | Bin 0 -> 3215 bytes .../bin/Debug/net6.0/Images/porkchopRaw.png | Bin 0 -> 3222 bytes .../bin/Debug/net6.0/Images/potato.png | Bin 0 -> 3210 bytes .../bin/Debug/net6.0/Images/potatoBaked.png | Bin 0 -> 3444 bytes .../Debug/net6.0/Images/potatoPoisonous.png | Bin 0 -> 3336 bytes .../bin/Debug/net6.0/Images/potatoes_0.png | Bin 0 -> 3017 bytes .../bin/Debug/net6.0/Images/potatoes_1.png | Bin 0 -> 3119 bytes .../bin/Debug/net6.0/Images/potatoes_2.png | Bin 0 -> 3233 bytes .../bin/Debug/net6.0/Images/potatoes_3.png | Bin 0 -> 3314 bytes .../bin/Debug/net6.0/Images/potion.png | Bin 0 -> 3130 bytes .../Debug/net6.0/Images/potion_contents.png | Bin 0 -> 2908 bytes .../bin/Debug/net6.0/Images/potion_splash.png | Bin 0 -> 3284 bytes .../bin/Debug/net6.0/Images/pumpkinPie.png | Bin 0 -> 3223 bytes .../bin/Debug/net6.0/Images/pumpkin_face.png | Bin 0 -> 3374 bytes .../bin/Debug/net6.0/Images/pumpkin_jack.png | Bin 0 -> 3509 bytes .../bin/Debug/net6.0/Images/pumpkin_side.png | Bin 0 -> 3433 bytes .../bin/Debug/net6.0/Images/pumpkin_top.png | Bin 0 -> 3462 bytes .../net6.0/Images/quartzblock_bottom.png | Bin 0 -> 3423 bytes .../net6.0/Images/quartzblock_chiseled.png | Bin 0 -> 3378 bytes .../Images/quartzblock_chiseled_top.png | Bin 0 -> 3530 bytes .../Debug/net6.0/Images/quartzblock_lines.png | Bin 0 -> 3228 bytes .../net6.0/Images/quartzblock_lines_top.png | Bin 0 -> 3423 bytes .../Debug/net6.0/Images/quartzblock_side.png | Bin 0 -> 3355 bytes .../Debug/net6.0/Images/quartzblock_top.png | Bin 0 -> 3387 bytes .../bin/Debug/net6.0/Images/quiver.png | Bin 0 -> 3263 bytes .../bin/Debug/net6.0/Images/rail.png | Bin 0 -> 3346 bytes .../bin/Debug/net6.0/Images/rail_turn.png | Bin 0 -> 3379 bytes .../bin/Debug/net6.0/Images/record_11.png | Bin 0 -> 3390 bytes .../bin/Debug/net6.0/Images/record_13.png | Bin 0 -> 3292 bytes .../bin/Debug/net6.0/Images/record_blocks.png | Bin 0 -> 3416 bytes .../bin/Debug/net6.0/Images/record_cat.png | Bin 0 -> 3376 bytes .../bin/Debug/net6.0/Images/record_chirp.png | Bin 0 -> 3370 bytes .../bin/Debug/net6.0/Images/record_far.png | Bin 0 -> 3459 bytes .../bin/Debug/net6.0/Images/record_mall.png | Bin 0 -> 3324 bytes .../Debug/net6.0/Images/record_mellohi.png | Bin 0 -> 3339 bytes .../bin/Debug/net6.0/Images/record_stal.png | Bin 0 -> 3492 bytes .../bin/Debug/net6.0/Images/record_strad.png | Bin 0 -> 3446 bytes .../bin/Debug/net6.0/Images/record_wait.png | Bin 0 -> 3456 bytes .../bin/Debug/net6.0/Images/record_ward.png | Bin 0 -> 3267 bytes .../bin/Debug/net6.0/Images/redstone.png | Bin 0 -> 3041 bytes .../net6.0/Images/redstoneDust_cross.png | Bin 0 -> 3296 bytes .../Images/redstoneDust_cross_overlay.png | Bin 0 -> 3487 bytes .../Debug/net6.0/Images/redstoneDust_line.png | Bin 0 -> 2911 bytes .../Images/redstoneDust_line_overlay.png | Bin 0 -> 3024 bytes .../bin/Debug/net6.0/Images/redstoneLight.png | Bin 0 -> 3394 bytes .../Debug/net6.0/Images/redstoneLight_lit.png | Bin 0 -> 3452 bytes .../bin/Debug/net6.0/Images/redtorch.png | Bin 0 -> 2906 bytes .../bin/Debug/net6.0/Images/redtorch_lit.png | Bin 0 -> 2924 bytes .../bin/Debug/net6.0/Images/reeds.png | Bin 0 -> 3207 bytes .../bin/Debug/net6.0/Images/repeater.png | Bin 0 -> 3517 bytes .../bin/Debug/net6.0/Images/repeater_lit.png | Bin 0 -> 3505 bytes .../bin/Debug/net6.0/Images/rose.png | Bin 0 -> 2998 bytes .../bin/Debug/net6.0/Images/rottenFlesh.png | Bin 0 -> 3167 bytes .../bin/Debug/net6.0/Images/ruby.png | Bin 0 -> 3035 bytes .../bin/Debug/net6.0/Images/saddle.png | Bin 0 -> 3103 bytes .../bin/Debug/net6.0/Images/sand.png | Bin 0 -> 3388 bytes .../bin/Debug/net6.0/Images/sandstone.png | Bin 0 -> 8002 bytes .../Debug/net6.0/Images/sandstone_bottom.png | Bin 0 -> 3480 bytes .../Debug/net6.0/Images/sandstone_carved.png | Bin 0 -> 3504 bytes .../Debug/net6.0/Images/sandstone_side.png | Bin 0 -> 3418 bytes .../Debug/net6.0/Images/sandstone_smooth.png | Bin 0 -> 3524 bytes .../bin/Debug/net6.0/Images/sandstone_top.png | Bin 0 -> 3480 bytes .../bin/Debug/net6.0/Images/sapling.png | Bin 0 -> 3192 bytes .../bin/Debug/net6.0/Images/sapling_birch.png | Bin 0 -> 3161 bytes .../Debug/net6.0/Images/sapling_jungle.png | Bin 0 -> 3257 bytes .../Debug/net6.0/Images/sapling_spruce.png | Bin 0 -> 3054 bytes .../bin/Debug/net6.0/Images/seeds.png | Bin 0 -> 3014 bytes .../bin/Debug/net6.0/Images/seeds_melon.png | Bin 0 -> 3180 bytes .../bin/Debug/net6.0/Images/seeds_pumpkin.png | Bin 0 -> 3364 bytes .../bin/Debug/net6.0/Images/shears.png | Bin 0 -> 3060 bytes .../bin/Debug/net6.0/Images/shovelDiamond.png | Bin 0 -> 3114 bytes .../bin/Debug/net6.0/Images/shovelGold.png | Bin 0 -> 3064 bytes .../bin/Debug/net6.0/Images/shovelIron.png | Bin 0 -> 3083 bytes .../bin/Debug/net6.0/Images/shovelStone.png | Bin 0 -> 3065 bytes .../bin/Debug/net6.0/Images/shovelWood.png | Bin 0 -> 3034 bytes .../bin/Debug/net6.0/Images/sign.png | Bin 0 -> 3180 bytes .../bin/Debug/net6.0/Images/skull_char.png | Bin 0 -> 3175 bytes .../bin/Debug/net6.0/Images/skull_creeper.png | Bin 0 -> 3207 bytes .../Debug/net6.0/Images/skull_skeleton.png | Bin 0 -> 3231 bytes .../bin/Debug/net6.0/Images/skull_wither.png | Bin 0 -> 3216 bytes .../bin/Debug/net6.0/Images/skull_zombie.png | Bin 0 -> 3169 bytes .../bin/Debug/net6.0/Images/slimeball.png | Bin 0 -> 3144 bytes .../Debug/net6.0/Images/slot_empty_boots.png | Bin 0 -> 2890 bytes .../net6.0/Images/slot_empty_chestplate.png | Bin 0 -> 2921 bytes .../Debug/net6.0/Images/slot_empty_helmet.png | Bin 0 -> 2898 bytes .../net6.0/Images/slot_empty_leggings.png | Bin 0 -> 2897 bytes .../bin/Debug/net6.0/Images/snow.png | Bin 0 -> 3256 bytes .../bin/Debug/net6.0/Images/snow_side.png | Bin 0 -> 3496 bytes .../bin/Debug/net6.0/Images/snowball.png | Bin 0 -> 3128 bytes .../bin/Debug/net6.0/Images/speckledMelon.png | Bin 0 -> 3236 bytes .../bin/Debug/net6.0/Images/spiderEye.png | Bin 0 -> 3167 bytes .../bin/Debug/net6.0/Images/sponge.png | Bin 0 -> 3665 bytes .../bin/Debug/net6.0/Images/stem_bent.png | Bin 0 -> 2995 bytes .../bin/Debug/net6.0/Images/stem_straight.png | Bin 0 -> 3012 bytes .../bin/Debug/net6.0/Images/stick.png | Bin 0 -> 2929 bytes .../bin/Debug/net6.0/Images/stone.png | Bin 0 -> 3541 bytes .../bin/Debug/net6.0/Images/stoneMoss.png | Bin 0 -> 3339 bytes .../bin/Debug/net6.0/Images/stonebrick.png | Bin 0 -> 3518 bytes .../Debug/net6.0/Images/stonebricksmooth.png | Bin 0 -> 3536 bytes .../net6.0/Images/stonebricksmooth_carved.png | Bin 0 -> 3526 bytes .../Images/stonebricksmooth_cracked.png | Bin 0 -> 3642 bytes .../net6.0/Images/stonebricksmooth_mossy.png | Bin 0 -> 3594 bytes .../Debug/net6.0/Images/stoneslab_side.png | Bin 0 -> 3215 bytes .../bin/Debug/net6.0/Images/stoneslab_top.png | Bin 0 -> 3215 bytes .../bin/Debug/net6.0/Images/string.png | Bin 0 -> 3091 bytes .../bin/Debug/net6.0/Images/sugar.png | Bin 0 -> 3204 bytes .../bin/Debug/net6.0/Images/sulphur.png | Bin 0 -> 3155 bytes .../bin/Debug/net6.0/Images/swordDiamond.png | Bin 0 -> 3231 bytes .../bin/Debug/net6.0/Images/swordGold.png | Bin 0 -> 3055 bytes .../bin/Debug/net6.0/Images/swordIron.png | Bin 0 -> 3036 bytes .../bin/Debug/net6.0/Images/swordStone.png | Bin 0 -> 3115 bytes .../bin/Debug/net6.0/Images/swordWood.png | Bin 0 -> 2989 bytes .../bin/Debug/net6.0/Images/tallgrass.png | Bin 0 -> 2877 bytes .../bin/Debug/net6.0/Images/thinglass_top.png | Bin 0 -> 2904 bytes .../bin/Debug/net6.0/Images/tnt_bottom.png | Bin 0 -> 3433 bytes .../bin/Debug/net6.0/Images/tnt_side.png | Bin 0 -> 3476 bytes .../bin/Debug/net6.0/Images/tnt_top.png | Bin 0 -> 3338 bytes .../bin/Debug/net6.0/Images/torch.png | Bin 0 -> 3024 bytes .../bin/Debug/net6.0/Images/trapdoor.png | Bin 0 -> 3351 bytes .../bin/Debug/net6.0/Images/tree_birch.png | Bin 0 -> 3543 bytes .../bin/Debug/net6.0/Images/tree_jungle.png | Bin 0 -> 3580 bytes .../bin/Debug/net6.0/Images/tree_side.png | Bin 0 -> 3459 bytes .../bin/Debug/net6.0/Images/tree_spruce.png | Bin 0 -> 3547 bytes .../bin/Debug/net6.0/Images/tree_top.png | Bin 0 -> 3380 bytes .../bin/Debug/net6.0/Images/tripWire.png | Bin 0 -> 2892 bytes .../Debug/net6.0/Images/tripWireSource.png | Bin 0 -> 2990 bytes .../bin/Debug/net6.0/Images/vine.png | Bin 0 -> 3168 bytes .../bin/Debug/net6.0/Images/water.png | Bin 0 -> 13475 bytes .../bin/Debug/net6.0/Images/water.txt | 0 .../bin/Debug/net6.0/Images/water_flow.png | Bin 0 -> 16633 bytes .../bin/Debug/net6.0/Images/water_flow.txt | 0 .../bin/Debug/net6.0/Images/waterlily.png | Bin 0 -> 3173 bytes .../bin/Debug/net6.0/Images/web.png | Bin 0 -> 3172 bytes .../bin/Debug/net6.0/Images/wheat.png | Bin 0 -> 3196 bytes .../bin/Debug/net6.0/Images/whiteStone.png | Bin 0 -> 3477 bytes .../bin/Debug/net6.0/Images/wood.png | Bin 0 -> 3315 bytes .../bin/Debug/net6.0/Images/wood_birch.png | Bin 0 -> 3478 bytes .../bin/Debug/net6.0/Images/wood_jungle.png | Bin 0 -> 3459 bytes .../bin/Debug/net6.0/Images/wood_spruce.png | Bin 0 -> 3362 bytes .../Debug/net6.0/Images/workbench_front.png | Bin 0 -> 3463 bytes .../Debug/net6.0/Images/workbench_side.png | Bin 0 -> 3426 bytes .../bin/Debug/net6.0/Images/workbench_top.png | Bin 0 -> 3445 bytes .../bin/Debug/net6.0/Images/writingBook.png | Bin 0 -> 3325 bytes .../bin/Debug/net6.0/Images/writtenBook.png | Bin 0 -> 3220 bytes .../bin/Debug/net6.0/Images/yellowDust.png | Bin 0 -> 3177 bytes .../bin/Debug/net6.0/Microsoft.OpenApi.dll | Bin 0 -> 173960 bytes .../net6.0/Minecraft.Crafting.Api.deps.json | 140 + .../Debug/net6.0/Minecraft.Crafting.Api.dll | Bin 0 -> 23552 bytes .../Debug/net6.0/Minecraft.Crafting.Api.exe | Bin 0 -> 148992 bytes .../Debug/net6.0/Minecraft.Crafting.Api.pdb | Bin 0 -> 25364 bytes .../Minecraft.Crafting.Api.runtimeconfig.json | 19 + .../bin/Debug/net6.0/Newtonsoft.Json.dll | Bin 0 -> 695336 bytes .../net6.0/Swashbuckle.AspNetCore.Swagger.dll | Bin 0 -> 14848 bytes .../Swashbuckle.AspNetCore.SwaggerGen.dll | Bin 0 -> 86016 bytes .../Swashbuckle.AspNetCore.SwaggerUI.dll | Bin 0 -> 3724800 bytes .../Debug/net6.0/appsettings.Development.json | 8 + .../bin/Debug/net6.0/appsettings.json | 9 + .../Container/ContainerDevelopmentMode.cache | 0 .../obj/Container/ContainerId.cache | 0 .../obj/Container/ContainerName.cache | 0 .../obj/Container/ContainerRunContext.cache | 0 ...CoreApp,Version=v6.0.AssemblyAttributes.cs | 4 + .../Minecraft.Crafting.Api.AssemblyInfo.cs | 24 + ...raft.Crafting.Api.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 16 + .../Minecraft.Crafting.Api.GlobalUsings.g.cs | 17 + ....Api.MvcApplicationPartsAssemblyInfo.cache | 0 ...ing.Api.MvcApplicationPartsAssemblyInfo.cs | 17 + .../Minecraft.Crafting.Api.assets.cache | Bin 0 -> 2671 bytes ...rafting.Api.csproj.AssemblyReference.cache | Bin 0 -> 176762 bytes ...Crafting.Api.csproj.BuildWithSkipAnalyzers | 0 ...Minecraft.Crafting.Api.csproj.CopyComplete | 0 ...rafting.Api.csproj.CoreCompileInputs.cache | 1 + ...t.Crafting.Api.csproj.FileListAbsolute.txt | 998 + .../Debug/net6.0/Minecraft.Crafting.Api.dll | Bin 0 -> 23552 bytes ...ecraft.Crafting.Api.genruntimeconfig.cache | 1 + .../Debug/net6.0/Minecraft.Crafting.Api.pdb | Bin 0 -> 25364 bytes .../obj/Debug/net6.0/_IsIncrementalBuild | 1 + .../obj/Debug/net6.0/apphost.exe | Bin 0 -> 148992 bytes .../obj/Debug/net6.0/project.razor.vs.json | 1 + .../net6.0/ref/Minecraft.Crafting.Api.dll | Bin 0 -> 12288 bytes .../net6.0/refint/Minecraft.Crafting.Api.dll | Bin 0 -> 12288 bytes .../Debug/net6.0/staticwebassets.build.json | 11 + ...raft.Crafting.Api.csproj.nuget.dgspec.json | 83 + ...inecraft.Crafting.Api.csproj.nuget.g.props | 25 + ...ecraft.Crafting.Api.csproj.nuget.g.targets | 7 + .../obj/project.assets.json | 414 + .../obj/project.nuget.cache | 17 + .../obj/staticwebassets.pack.sentinel | 54 + 1169 files changed, 117438 insertions(+) create mode 100644 .dockerignore create mode 100644 .vs/BlazorTP/FileContentIndex/read.lock create mode 100644 .vs/BlazorTP/v17/.suo create mode 100644 .vs/VSWorkspaceState.json create mode 100644 BlazorTP.sln create mode 100644 BlazorTP/App.razor create mode 100644 BlazorTP/BlazorTP.csproj create mode 100644 BlazorTP/BlazorTP.csproj.user create mode 100644 BlazorTP/Components/Card.razor create mode 100644 BlazorTP/Components/Card.razor.cs create mode 100644 BlazorTP/Components/Crafting.razor create mode 100644 BlazorTP/Components/Crafting.razor.cs create mode 100644 BlazorTP/Components/Crafting.razor.css create mode 100644 BlazorTP/Components/Crafting.razor.js create mode 100644 BlazorTP/Components/CraftingAction.cs create mode 100644 BlazorTP/Components/CraftingItem.razor create mode 100644 BlazorTP/Components/CraftingItem.razor.cs create mode 100644 BlazorTP/Components/CraftingItem.razor.css create mode 100644 BlazorTP/Components/CraftingRecipe.cs create mode 100644 BlazorTP/Components/ShowItems.razor create mode 100644 BlazorTP/Components/ShowItems.razor.cs create mode 100644 BlazorTP/Controller/CultureController.cs create mode 100644 BlazorTP/Data/WeatherForecast.cs create mode 100644 BlazorTP/Data/WeatherForecastService.cs create mode 100644 BlazorTP/Dockerfile create mode 100644 BlazorTP/Factories/ItemFactory.cs create mode 100644 BlazorTP/Modals/DeleteConfirmation.razor create mode 100644 BlazorTP/Modals/DeleteConfirmation.razor.cs create mode 100644 BlazorTP/Models/Cake.cs create mode 100644 BlazorTP/Models/Item.cs create mode 100644 BlazorTP/Models/ItemModel.cs create mode 100644 BlazorTP/Pages/Add.razor create mode 100644 BlazorTP/Pages/Add.razor.cs create mode 100644 BlazorTP/Pages/BlazorRoute.razor create mode 100644 BlazorTP/Pages/Counter.razor create mode 100644 BlazorTP/Pages/CreateLog.razor create mode 100644 BlazorTP/Pages/CreateLog.razor.cs create mode 100644 BlazorTP/Pages/Edit.razor create mode 100644 BlazorTP/Pages/Edit.razor.cs create mode 100644 BlazorTP/Pages/Error.cshtml create mode 100644 BlazorTP/Pages/Error.cshtml.cs create mode 100644 BlazorTP/Pages/FetchData.razor create mode 100644 BlazorTP/Pages/Index.razor create mode 100644 BlazorTP/Pages/Index.razor.cs create mode 100644 BlazorTP/Pages/List.razor create mode 100644 BlazorTP/Pages/List.razor.cs create mode 100644 BlazorTP/Pages/_Host.cshtml create mode 100644 BlazorTP/Pages/_Layout.cshtml create mode 100644 BlazorTP/Program.cs create mode 100644 BlazorTP/Properties/launchSettings.json create mode 100644 BlazorTP/Resources/Pages.List.Designer.cs create mode 100644 BlazorTP/Resources/Pages.List.fr-FR.resx create mode 100644 BlazorTP/Resources/Pages.List.resx create mode 100644 BlazorTP/Services/DataApiService.cs create mode 100644 BlazorTP/Services/DataLocalService.cs create mode 100644 BlazorTP/Services/IDataService.cs create mode 100644 BlazorTP/Shared/Config.razor create mode 100644 BlazorTP/Shared/Config.razor.cs create mode 100644 BlazorTP/Shared/CultureSelector.razor create mode 100644 BlazorTP/Shared/MainLayout.razor create mode 100644 BlazorTP/Shared/MainLayout.razor.css create mode 100644 BlazorTP/Shared/NavMenu.razor create mode 100644 BlazorTP/Shared/NavMenu.razor.css create mode 100644 BlazorTP/Shared/PositionOptions.cs create mode 100644 BlazorTP/Shared/SurveyPrompt.razor create mode 100644 BlazorTP/_Imports.razor create mode 100644 BlazorTP/appsettings.Development.json create mode 100644 BlazorTP/appsettings.json create mode 100644 BlazorTP/bin/Debug/net6.0/BlazorTP.deps.json create mode 100644 BlazorTP/bin/Debug/net6.0/BlazorTP.dll create mode 100644 BlazorTP/bin/Debug/net6.0/BlazorTP.exe create mode 100644 BlazorTP/bin/Debug/net6.0/BlazorTP.pdb create mode 100644 BlazorTP/bin/Debug/net6.0/BlazorTP.runtimeconfig.json create mode 100644 BlazorTP/bin/Debug/net6.0/BlazorTP.staticwebassets.runtime.json create mode 100644 BlazorTP/bin/Debug/net6.0/Blazored.LocalStorage.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Blazored.Modal.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Blazorise.Bootstrap.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Blazorise.DataGrid.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Blazorise.Icons.FontAwesome.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Blazorise.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.AspNetCore.Authorization.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.AspNetCore.Components.Forms.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.AspNetCore.Components.Web.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.AspNetCore.Components.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.AspNetCore.Metadata.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Localization.Abstractions.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Localization.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Options.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.JSInterop.WebAssembly.dll create mode 100644 BlazorTP/bin/Debug/net6.0/Microsoft.JSInterop.dll create mode 100644 BlazorTP/bin/Debug/net6.0/System.IO.Pipelines.dll create mode 100644 BlazorTP/bin/Debug/net6.0/appsettings.Development.json create mode 100644 BlazorTP/bin/Debug/net6.0/appsettings.json create mode 100644 BlazorTP/bin/Debug/net6.0/fr-FR/BlazorTP.resources.dll create mode 100644 BlazorTP/obj/BlazorTP.csproj.nuget.dgspec.json create mode 100644 BlazorTP/obj/BlazorTP.csproj.nuget.g.props create mode 100644 BlazorTP/obj/BlazorTP.csproj.nuget.g.targets create mode 100644 BlazorTP/obj/Container/ContainerCreationResult.cache create mode 100644 BlazorTP/obj/Container/ContainerDevelopmentMode.cache create mode 100644 BlazorTP/obj/Container/ContainerId.cache create mode 100644 BlazorTP/obj/Container/ContainerName.cache create mode 100644 BlazorTP/obj/Container/ContainerOperatingSystemFlavor.cache create mode 100644 BlazorTP/obj/Container/ContainerRunContext.cache create mode 100644 BlazorTP/obj/Container/OperatingSystemName.cache create mode 100644 BlazorTP/obj/Container/TargetFramework.cache create mode 100644 BlazorTP/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.AssemblyInfo.cs create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.AssemblyInfoInputs.cache create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.GlobalUsings.g.cs create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.MvcApplicationPartsAssemblyInfo.cache create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.RazorAssemblyInfo.cache create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.RazorAssemblyInfo.cs create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.Resources.Pages.List.fr-FR.resources create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.Resources.Pages.List.resources create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.assets.cache create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.csproj.AssemblyReference.cache create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.csproj.BuildWithSkipAnalyzers create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.csproj.CopyComplete create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.csproj.CoreCompileInputs.cache create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.csproj.FileListAbsolute.txt create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.csproj.GenerateResource.cache create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.dll create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.genruntimeconfig.cache create mode 100644 BlazorTP/obj/Debug/net6.0/BlazorTP.pdb create mode 100644 BlazorTP/obj/Debug/net6.0/TempPE/Resources.Pages.List.Designer.cs.dll create mode 100644 BlazorTP/obj/Debug/net6.0/_IsIncrementalBuild create mode 100644 BlazorTP/obj/Debug/net6.0/apphost.exe create mode 100644 BlazorTP/obj/Debug/net6.0/fr-FR/BlazorTP.resources.dll create mode 100644 BlazorTP/obj/Debug/net6.0/project.razor.vs.json create mode 100644 BlazorTP/obj/Debug/net6.0/ref/BlazorTP.dll create mode 100644 BlazorTP/obj/Debug/net6.0/refint/BlazorTP.dll create mode 100644 BlazorTP/obj/Debug/net6.0/scopedcss/Components/Crafting.razor.rz.scp.css create mode 100644 BlazorTP/obj/Debug/net6.0/scopedcss/Components/CraftingItem.razor.rz.scp.css create mode 100644 BlazorTP/obj/Debug/net6.0/scopedcss/Shared/MainLayout.razor.rz.scp.css create mode 100644 BlazorTP/obj/Debug/net6.0/scopedcss/Shared/NavMenu.razor.rz.scp.css create mode 100644 BlazorTP/obj/Debug/net6.0/scopedcss/bundle/BlazorTP.styles.css create mode 100644 BlazorTP/obj/Debug/net6.0/scopedcss/projectbundle/BlazorTP.bundle.scp.css create mode 100644 BlazorTP/obj/Debug/net6.0/staticwebassets.build.json create mode 100644 BlazorTP/obj/Debug/net6.0/staticwebassets.development.json create mode 100644 BlazorTP/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs create mode 100644 BlazorTP/obj/Release/net6.0/BlazorTP.AssemblyInfo.cs create mode 100644 BlazorTP/obj/Release/net6.0/BlazorTP.AssemblyInfoInputs.cache create mode 100644 BlazorTP/obj/Release/net6.0/BlazorTP.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 BlazorTP/obj/Release/net6.0/BlazorTP.GlobalUsings.g.cs create mode 100644 BlazorTP/obj/Release/net6.0/BlazorTP.RazorAssemblyInfo.cache create mode 100644 BlazorTP/obj/Release/net6.0/BlazorTP.RazorAssemblyInfo.cs create mode 100644 BlazorTP/obj/Release/net6.0/BlazorTP.assets.cache create mode 100644 BlazorTP/obj/Release/net6.0/BlazorTP.csproj.AssemblyReference.cache create mode 100644 BlazorTP/obj/project.assets.json create mode 100644 BlazorTP/obj/project.nuget.cache create mode 100644 BlazorTP/obj/staticwebassets.pack.sentinel create mode 100644 BlazorTP/wwwroot/css/bootstrap/bootstrap.min.css create mode 100644 BlazorTP/wwwroot/css/bootstrap/bootstrap.min.css.map create mode 100644 BlazorTP/wwwroot/css/open-iconic/FONT-LICENSE create mode 100644 BlazorTP/wwwroot/css/open-iconic/ICON-LICENSE create mode 100644 BlazorTP/wwwroot/css/open-iconic/README.md create mode 100644 BlazorTP/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css create mode 100644 BlazorTP/wwwroot/css/open-iconic/font/fonts/open-iconic.eot create mode 100644 BlazorTP/wwwroot/css/open-iconic/font/fonts/open-iconic.otf create mode 100644 BlazorTP/wwwroot/css/open-iconic/font/fonts/open-iconic.svg create mode 100644 BlazorTP/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf create mode 100644 BlazorTP/wwwroot/css/open-iconic/font/fonts/open-iconic.woff create mode 100644 BlazorTP/wwwroot/css/site.css create mode 100644 BlazorTP/wwwroot/fake-data.json create mode 100644 BlazorTP/wwwroot/favicon.ico create mode 100644 BlazorTP/wwwroot/images/barbapapa.png create mode 100644 BlazorTP/wwwroot/images/default.png create mode 100644 Minecraft.Crafting.Api/Controllers/CraftingController.cs create mode 100644 Minecraft.Crafting.Api/Controllers/InventoryController.cs create mode 100644 Minecraft.Crafting.Api/Data/convert-recipes.json create mode 100644 Minecraft.Crafting.Api/Data/items-original.json create mode 100644 Minecraft.Crafting.Api/Data/items.json create mode 100644 Minecraft.Crafting.Api/Data/recipes.json create mode 100644 Minecraft.Crafting.Api/Dockerfile create mode 100644 Minecraft.Crafting.Api/Images/activatorRail.png create mode 100644 Minecraft.Crafting.Api/Images/activatorRail_powered.png create mode 100644 Minecraft.Crafting.Api/Images/anvil_base.png create mode 100644 Minecraft.Crafting.Api/Images/anvil_top.png create mode 100644 Minecraft.Crafting.Api/Images/anvil_top_damaged_1.png create mode 100644 Minecraft.Crafting.Api/Images/anvil_top_damaged_2.png create mode 100644 Minecraft.Crafting.Api/Images/apple.png create mode 100644 Minecraft.Crafting.Api/Images/appleGold.png create mode 100644 Minecraft.Crafting.Api/Images/arrow.png create mode 100644 Minecraft.Crafting.Api/Images/beacon.png create mode 100644 Minecraft.Crafting.Api/Images/bed.png create mode 100644 Minecraft.Crafting.Api/Images/bed_feet_end.png create mode 100644 Minecraft.Crafting.Api/Images/bed_feet_side.png create mode 100644 Minecraft.Crafting.Api/Images/bed_feet_top.png create mode 100644 Minecraft.Crafting.Api/Images/bed_head_end.png create mode 100644 Minecraft.Crafting.Api/Images/bed_head_side.png create mode 100644 Minecraft.Crafting.Api/Images/bed_head_top.png create mode 100644 Minecraft.Crafting.Api/Images/bedrock.png create mode 100644 Minecraft.Crafting.Api/Images/beefCooked.png create mode 100644 Minecraft.Crafting.Api/Images/beefRaw.png create mode 100644 Minecraft.Crafting.Api/Images/blazePowder.png create mode 100644 Minecraft.Crafting.Api/Images/blazeRod.png create mode 100644 Minecraft.Crafting.Api/Images/blockDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/blockEmerald.png create mode 100644 Minecraft.Crafting.Api/Images/blockGold.png create mode 100644 Minecraft.Crafting.Api/Images/blockIron.png create mode 100644 Minecraft.Crafting.Api/Images/blockLapis.png create mode 100644 Minecraft.Crafting.Api/Images/blockRedstone.png create mode 100644 Minecraft.Crafting.Api/Images/boat.png create mode 100644 Minecraft.Crafting.Api/Images/bone.png create mode 100644 Minecraft.Crafting.Api/Images/book.png create mode 100644 Minecraft.Crafting.Api/Images/bookshelf.png create mode 100644 Minecraft.Crafting.Api/Images/bootsChain.png create mode 100644 Minecraft.Crafting.Api/Images/bootsCloth.png create mode 100644 Minecraft.Crafting.Api/Images/bootsCloth_overlay.png create mode 100644 Minecraft.Crafting.Api/Images/bootsDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/bootsGold.png create mode 100644 Minecraft.Crafting.Api/Images/bootsIron.png create mode 100644 Minecraft.Crafting.Api/Images/bow.png create mode 100644 Minecraft.Crafting.Api/Images/bow_pull_0.png create mode 100644 Minecraft.Crafting.Api/Images/bow_pull_1.png create mode 100644 Minecraft.Crafting.Api/Images/bow_pull_2.png create mode 100644 Minecraft.Crafting.Api/Images/bowl.png create mode 100644 Minecraft.Crafting.Api/Images/bread.png create mode 100644 Minecraft.Crafting.Api/Images/brewingStand.png create mode 100644 Minecraft.Crafting.Api/Images/brewingStand_base.png create mode 100644 Minecraft.Crafting.Api/Images/brick.png create mode 100644 Minecraft.Crafting.Api/Images/bucket.png create mode 100644 Minecraft.Crafting.Api/Images/bucketLava.png create mode 100644 Minecraft.Crafting.Api/Images/bucketWater.png create mode 100644 Minecraft.Crafting.Api/Images/cactus_bottom.png create mode 100644 Minecraft.Crafting.Api/Images/cactus_side.png create mode 100644 Minecraft.Crafting.Api/Images/cactus_top.png create mode 100644 Minecraft.Crafting.Api/Images/cake.png create mode 100644 Minecraft.Crafting.Api/Images/cake_bottom.png create mode 100644 Minecraft.Crafting.Api/Images/cake_inner.png create mode 100644 Minecraft.Crafting.Api/Images/cake_side.png create mode 100644 Minecraft.Crafting.Api/Images/cake_top.png create mode 100644 Minecraft.Crafting.Api/Images/carrotGolden.png create mode 100644 Minecraft.Crafting.Api/Images/carrotOnAStick.png create mode 100644 Minecraft.Crafting.Api/Images/carrots.png create mode 100644 Minecraft.Crafting.Api/Images/carrots_0.png create mode 100644 Minecraft.Crafting.Api/Images/carrots_1.png create mode 100644 Minecraft.Crafting.Api/Images/carrots_2.png create mode 100644 Minecraft.Crafting.Api/Images/carrots_3.png create mode 100644 Minecraft.Crafting.Api/Images/cauldron.png create mode 100644 Minecraft.Crafting.Api/Images/cauldron_bottom.png create mode 100644 Minecraft.Crafting.Api/Images/cauldron_inner.png create mode 100644 Minecraft.Crafting.Api/Images/cauldron_side.png create mode 100644 Minecraft.Crafting.Api/Images/cauldron_top.png create mode 100644 Minecraft.Crafting.Api/Images/chestplateChain.png create mode 100644 Minecraft.Crafting.Api/Images/chestplateCloth.png create mode 100644 Minecraft.Crafting.Api/Images/chestplateCloth_overlay.png create mode 100644 Minecraft.Crafting.Api/Images/chestplateDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/chestplateGold.png create mode 100644 Minecraft.Crafting.Api/Images/chestplateIron.png create mode 100644 Minecraft.Crafting.Api/Images/chickenCooked.png create mode 100644 Minecraft.Crafting.Api/Images/chickenRaw.png create mode 100644 Minecraft.Crafting.Api/Images/clay.png create mode 100644 Minecraft.Crafting.Api/Images/clock.png create mode 100644 Minecraft.Crafting.Api/Images/clock.txt create mode 100644 Minecraft.Crafting.Api/Images/cloth_0.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_1.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_10.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_11.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_12.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_13.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_14.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_15.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_2.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_3.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_4.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_5.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_6.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_7.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_8.png create mode 100644 Minecraft.Crafting.Api/Images/cloth_9.png create mode 100644 Minecraft.Crafting.Api/Images/coal.png create mode 100644 Minecraft.Crafting.Api/Images/coal_ore.png create mode 100644 Minecraft.Crafting.Api/Images/cobblestone.png create mode 100644 Minecraft.Crafting.Api/Images/cocoa_0.png create mode 100644 Minecraft.Crafting.Api/Images/cocoa_1.png create mode 100644 Minecraft.Crafting.Api/Images/cocoa_2.png create mode 100644 Minecraft.Crafting.Api/Images/commandBlock.png create mode 100644 Minecraft.Crafting.Api/Images/comparator.png create mode 100644 Minecraft.Crafting.Api/Images/comparator_lit.png create mode 100644 Minecraft.Crafting.Api/Images/compass.png create mode 100644 Minecraft.Crafting.Api/Images/compass.txt create mode 100644 Minecraft.Crafting.Api/Images/cookie.png create mode 100644 Minecraft.Crafting.Api/Images/crops_0.png create mode 100644 Minecraft.Crafting.Api/Images/crops_1.png create mode 100644 Minecraft.Crafting.Api/Images/crops_2.png create mode 100644 Minecraft.Crafting.Api/Images/crops_3.png create mode 100644 Minecraft.Crafting.Api/Images/crops_4.png create mode 100644 Minecraft.Crafting.Api/Images/crops_5.png create mode 100644 Minecraft.Crafting.Api/Images/crops_6.png create mode 100644 Minecraft.Crafting.Api/Images/crops_7.png create mode 100644 Minecraft.Crafting.Api/Images/daylightDetector_side.png create mode 100644 Minecraft.Crafting.Api/Images/daylightDetector_top.png create mode 100644 Minecraft.Crafting.Api/Images/deadbush.png create mode 100644 Minecraft.Crafting.Api/Images/default.png create mode 100644 Minecraft.Crafting.Api/Images/destroy_0.png create mode 100644 Minecraft.Crafting.Api/Images/destroy_1.png create mode 100644 Minecraft.Crafting.Api/Images/destroy_2.png create mode 100644 Minecraft.Crafting.Api/Images/destroy_3.png create mode 100644 Minecraft.Crafting.Api/Images/destroy_4.png create mode 100644 Minecraft.Crafting.Api/Images/destroy_5.png create mode 100644 Minecraft.Crafting.Api/Images/destroy_6.png create mode 100644 Minecraft.Crafting.Api/Images/destroy_7.png create mode 100644 Minecraft.Crafting.Api/Images/destroy_8.png create mode 100644 Minecraft.Crafting.Api/Images/destroy_9.png create mode 100644 Minecraft.Crafting.Api/Images/detectorRail.png create mode 100644 Minecraft.Crafting.Api/Images/diamond.png create mode 100644 Minecraft.Crafting.Api/Images/diode.png create mode 100644 Minecraft.Crafting.Api/Images/dirt.png create mode 100644 Minecraft.Crafting.Api/Images/dispenser.png create mode 100644 Minecraft.Crafting.Api/Images/dispenser_front.png create mode 100644 Minecraft.Crafting.Api/Images/dispenser_front_vertical.png create mode 100644 Minecraft.Crafting.Api/Images/doorIron.png create mode 100644 Minecraft.Crafting.Api/Images/doorIron_lower.png create mode 100644 Minecraft.Crafting.Api/Images/doorIron_upper.png create mode 100644 Minecraft.Crafting.Api/Images/doorWood.png create mode 100644 Minecraft.Crafting.Api/Images/doorWood_lower.png create mode 100644 Minecraft.Crafting.Api/Images/doorWood_upper.png create mode 100644 Minecraft.Crafting.Api/Images/dragonEgg.png create mode 100644 Minecraft.Crafting.Api/Images/dropper_front.png create mode 100644 Minecraft.Crafting.Api/Images/dropper_front_vertical.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_black.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_blue.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_brown.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_cyan.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_gray.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_green.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_lightBlue.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_lime.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_magenta.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_orange.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_pink.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_purple.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_red.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_silver.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_white.png create mode 100644 Minecraft.Crafting.Api/Images/dyePowder_yellow.png create mode 100644 Minecraft.Crafting.Api/Images/egg.png create mode 100644 Minecraft.Crafting.Api/Images/emerald.png create mode 100644 Minecraft.Crafting.Api/Images/emptyMap.png create mode 100644 Minecraft.Crafting.Api/Images/enchantedBook.png create mode 100644 Minecraft.Crafting.Api/Images/enchantment_bottom.png create mode 100644 Minecraft.Crafting.Api/Images/enchantment_side.png create mode 100644 Minecraft.Crafting.Api/Images/enchantment_top.png create mode 100644 Minecraft.Crafting.Api/Images/enderPearl.png create mode 100644 Minecraft.Crafting.Api/Images/endframe_eye.png create mode 100644 Minecraft.Crafting.Api/Images/endframe_side.png create mode 100644 Minecraft.Crafting.Api/Images/endframe_top.png create mode 100644 Minecraft.Crafting.Api/Images/expBottle.png create mode 100644 Minecraft.Crafting.Api/Images/eyeOfEnder.png create mode 100644 Minecraft.Crafting.Api/Images/farmland_dry.png create mode 100644 Minecraft.Crafting.Api/Images/farmland_wet.png create mode 100644 Minecraft.Crafting.Api/Images/feather.png create mode 100644 Minecraft.Crafting.Api/Images/fenceIron.png create mode 100644 Minecraft.Crafting.Api/Images/fermentedSpiderEye.png create mode 100644 Minecraft.Crafting.Api/Images/fern.png create mode 100644 Minecraft.Crafting.Api/Images/fire_0.png create mode 100644 Minecraft.Crafting.Api/Images/fire_0.txt create mode 100644 Minecraft.Crafting.Api/Images/fire_1.png create mode 100644 Minecraft.Crafting.Api/Images/fire_1.txt create mode 100644 Minecraft.Crafting.Api/Images/fireball.png create mode 100644 Minecraft.Crafting.Api/Images/fireworks.png create mode 100644 Minecraft.Crafting.Api/Images/fireworksCharge.png create mode 100644 Minecraft.Crafting.Api/Images/fireworksCharge_overlay.png create mode 100644 Minecraft.Crafting.Api/Images/fishCooked.png create mode 100644 Minecraft.Crafting.Api/Images/fishRaw.png create mode 100644 Minecraft.Crafting.Api/Images/fishingRod.png create mode 100644 Minecraft.Crafting.Api/Images/fishingRod_empty.png create mode 100644 Minecraft.Crafting.Api/Images/flint.png create mode 100644 Minecraft.Crafting.Api/Images/flintAndSteel.png create mode 100644 Minecraft.Crafting.Api/Images/flower.png create mode 100644 Minecraft.Crafting.Api/Images/flowerPot.png create mode 100644 Minecraft.Crafting.Api/Images/frame.png create mode 100644 Minecraft.Crafting.Api/Images/furnace_front.png create mode 100644 Minecraft.Crafting.Api/Images/furnace_front_lit.png create mode 100644 Minecraft.Crafting.Api/Images/furnace_side.png create mode 100644 Minecraft.Crafting.Api/Images/furnace_top.png create mode 100644 Minecraft.Crafting.Api/Images/ghastTear.png create mode 100644 Minecraft.Crafting.Api/Images/glass.png create mode 100644 Minecraft.Crafting.Api/Images/glassBottle.png create mode 100644 Minecraft.Crafting.Api/Images/goldNugget.png create mode 100644 Minecraft.Crafting.Api/Images/gold_ore.png create mode 100644 Minecraft.Crafting.Api/Images/goldenRail.png create mode 100644 Minecraft.Crafting.Api/Images/goldenRail_powered.png create mode 100644 Minecraft.Crafting.Api/Images/grass.png create mode 100644 Minecraft.Crafting.Api/Images/grass_side.png create mode 100644 Minecraft.Crafting.Api/Images/grass_side_overlay.png create mode 100644 Minecraft.Crafting.Api/Images/grass_top.png create mode 100644 Minecraft.Crafting.Api/Images/gravel.png create mode 100644 Minecraft.Crafting.Api/Images/hatchetDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/hatchetGold.png create mode 100644 Minecraft.Crafting.Api/Images/hatchetIron.png create mode 100644 Minecraft.Crafting.Api/Images/hatchetStone.png create mode 100644 Minecraft.Crafting.Api/Images/hatchetWood.png create mode 100644 Minecraft.Crafting.Api/Images/hellrock.png create mode 100644 Minecraft.Crafting.Api/Images/hellsand.png create mode 100644 Minecraft.Crafting.Api/Images/helmetChain.png create mode 100644 Minecraft.Crafting.Api/Images/helmetCloth.png create mode 100644 Minecraft.Crafting.Api/Images/helmetCloth_overlay.png create mode 100644 Minecraft.Crafting.Api/Images/helmetDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/helmetGold.png create mode 100644 Minecraft.Crafting.Api/Images/helmetIron.png create mode 100644 Minecraft.Crafting.Api/Images/hoeDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/hoeGold.png create mode 100644 Minecraft.Crafting.Api/Images/hoeIron.png create mode 100644 Minecraft.Crafting.Api/Images/hoeStone.png create mode 100644 Minecraft.Crafting.Api/Images/hoeWood.png create mode 100644 Minecraft.Crafting.Api/Images/hopper.png create mode 100644 Minecraft.Crafting.Api/Images/hopper_inside.png create mode 100644 Minecraft.Crafting.Api/Images/hopper_top.png create mode 100644 Minecraft.Crafting.Api/Images/ice.png create mode 100644 Minecraft.Crafting.Api/Images/ingotGold.png create mode 100644 Minecraft.Crafting.Api/Images/ingotIron.png create mode 100644 Minecraft.Crafting.Api/Images/iron_ore.png create mode 100644 Minecraft.Crafting.Api/Images/itemframe_back.png create mode 100644 Minecraft.Crafting.Api/Images/jukebox_top.png create mode 100644 Minecraft.Crafting.Api/Images/ladder.png create mode 100644 Minecraft.Crafting.Api/Images/lapis_block.png create mode 100644 Minecraft.Crafting.Api/Images/lapis_ore.png create mode 100644 Minecraft.Crafting.Api/Images/lava.png create mode 100644 Minecraft.Crafting.Api/Images/lava.txt create mode 100644 Minecraft.Crafting.Api/Images/lava_flow.png create mode 100644 Minecraft.Crafting.Api/Images/lava_flow.txt create mode 100644 Minecraft.Crafting.Api/Images/leather.png create mode 100644 Minecraft.Crafting.Api/Images/leaves.png create mode 100644 Minecraft.Crafting.Api/Images/leaves_jungle.png create mode 100644 Minecraft.Crafting.Api/Images/leaves_jungle_opaque.png create mode 100644 Minecraft.Crafting.Api/Images/leaves_opaque.png create mode 100644 Minecraft.Crafting.Api/Images/leaves_spruce.png create mode 100644 Minecraft.Crafting.Api/Images/leaves_spruce_opaque.png create mode 100644 Minecraft.Crafting.Api/Images/leggingsChain.png create mode 100644 Minecraft.Crafting.Api/Images/leggingsCloth.png create mode 100644 Minecraft.Crafting.Api/Images/leggingsCloth_overlay.png create mode 100644 Minecraft.Crafting.Api/Images/leggingsDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/leggingsGold.png create mode 100644 Minecraft.Crafting.Api/Images/leggingsIron.png create mode 100644 Minecraft.Crafting.Api/Images/lever.png create mode 100644 Minecraft.Crafting.Api/Images/lightgem.png create mode 100644 Minecraft.Crafting.Api/Images/log.png create mode 100644 Minecraft.Crafting.Api/Images/magmaCream.png create mode 100644 Minecraft.Crafting.Api/Images/map.png create mode 100644 Minecraft.Crafting.Api/Images/melon.png create mode 100644 Minecraft.Crafting.Api/Images/melon_side.png create mode 100644 Minecraft.Crafting.Api/Images/melon_top.png create mode 100644 Minecraft.Crafting.Api/Images/milk.png create mode 100644 Minecraft.Crafting.Api/Images/minecart.png create mode 100644 Minecraft.Crafting.Api/Images/minecartChest.png create mode 100644 Minecraft.Crafting.Api/Images/minecartFurnace.png create mode 100644 Minecraft.Crafting.Api/Images/minecartHopper.png create mode 100644 Minecraft.Crafting.Api/Images/minecartTnt.png create mode 100644 Minecraft.Crafting.Api/Images/mobSpawner.png create mode 100644 Minecraft.Crafting.Api/Images/monsterPlacer.png create mode 100644 Minecraft.Crafting.Api/Images/monsterPlacer_overlay.png create mode 100644 Minecraft.Crafting.Api/Images/mushroomStew.png create mode 100644 Minecraft.Crafting.Api/Images/mushroom_brown.png create mode 100644 Minecraft.Crafting.Api/Images/mushroom_inside.png create mode 100644 Minecraft.Crafting.Api/Images/mushroom_red.png create mode 100644 Minecraft.Crafting.Api/Images/mushroom_skin_brown.png create mode 100644 Minecraft.Crafting.Api/Images/mushroom_skin_red.png create mode 100644 Minecraft.Crafting.Api/Images/mushroom_skin_stem.png create mode 100644 Minecraft.Crafting.Api/Images/musicBlock.png create mode 100644 Minecraft.Crafting.Api/Images/mycel_side.png create mode 100644 Minecraft.Crafting.Api/Images/mycel_top.png create mode 100644 Minecraft.Crafting.Api/Images/netherBrick.png create mode 100644 Minecraft.Crafting.Api/Images/netherStalkSeeds.png create mode 100644 Minecraft.Crafting.Api/Images/netherStalk_0.png create mode 100644 Minecraft.Crafting.Api/Images/netherStalk_1.png create mode 100644 Minecraft.Crafting.Api/Images/netherStalk_2.png create mode 100644 Minecraft.Crafting.Api/Images/netherStar.png create mode 100644 Minecraft.Crafting.Api/Images/netherquartz.png create mode 100644 Minecraft.Crafting.Api/Images/obsidian.png create mode 100644 Minecraft.Crafting.Api/Images/offlawn.beanstalk.png create mode 100644 Minecraft.Crafting.Api/Images/offlawn.lawn.png create mode 100644 Minecraft.Crafting.Api/Images/offlawn.sunflower-bottom.png create mode 100644 Minecraft.Crafting.Api/Images/offlawn.sunflower-top.png create mode 100644 Minecraft.Crafting.Api/Images/offlawn.sunflowerseed.png create mode 100644 Minecraft.Crafting.Api/Images/oreCoal.png create mode 100644 Minecraft.Crafting.Api/Images/oreDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/oreEmerald.png create mode 100644 Minecraft.Crafting.Api/Images/oreGold.png create mode 100644 Minecraft.Crafting.Api/Images/oreIron.png create mode 100644 Minecraft.Crafting.Api/Images/oreLapis.png create mode 100644 Minecraft.Crafting.Api/Images/oreRedstone.png create mode 100644 Minecraft.Crafting.Api/Images/painting.png create mode 100644 Minecraft.Crafting.Api/Images/paper.png create mode 100644 Minecraft.Crafting.Api/Images/pickaxeDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/pickaxeGold.png create mode 100644 Minecraft.Crafting.Api/Images/pickaxeIron.png create mode 100644 Minecraft.Crafting.Api/Images/pickaxeStone.png create mode 100644 Minecraft.Crafting.Api/Images/pickaxeWood.png create mode 100644 Minecraft.Crafting.Api/Images/piston_bottom.png create mode 100644 Minecraft.Crafting.Api/Images/piston_inner_top.png create mode 100644 Minecraft.Crafting.Api/Images/piston_side.png create mode 100644 Minecraft.Crafting.Api/Images/piston_top.png create mode 100644 Minecraft.Crafting.Api/Images/piston_top_sticky.png create mode 100644 Minecraft.Crafting.Api/Images/planks.png create mode 100644 Minecraft.Crafting.Api/Images/porkchopCooked.png create mode 100644 Minecraft.Crafting.Api/Images/porkchopRaw.png create mode 100644 Minecraft.Crafting.Api/Images/potato.png create mode 100644 Minecraft.Crafting.Api/Images/potatoBaked.png create mode 100644 Minecraft.Crafting.Api/Images/potatoPoisonous.png create mode 100644 Minecraft.Crafting.Api/Images/potatoes_0.png create mode 100644 Minecraft.Crafting.Api/Images/potatoes_1.png create mode 100644 Minecraft.Crafting.Api/Images/potatoes_2.png create mode 100644 Minecraft.Crafting.Api/Images/potatoes_3.png create mode 100644 Minecraft.Crafting.Api/Images/potion.png create mode 100644 Minecraft.Crafting.Api/Images/potion_contents.png create mode 100644 Minecraft.Crafting.Api/Images/potion_splash.png create mode 100644 Minecraft.Crafting.Api/Images/pumpkinPie.png create mode 100644 Minecraft.Crafting.Api/Images/pumpkin_face.png create mode 100644 Minecraft.Crafting.Api/Images/pumpkin_jack.png create mode 100644 Minecraft.Crafting.Api/Images/pumpkin_side.png create mode 100644 Minecraft.Crafting.Api/Images/pumpkin_top.png create mode 100644 Minecraft.Crafting.Api/Images/quartzblock_bottom.png create mode 100644 Minecraft.Crafting.Api/Images/quartzblock_chiseled.png create mode 100644 Minecraft.Crafting.Api/Images/quartzblock_chiseled_top.png create mode 100644 Minecraft.Crafting.Api/Images/quartzblock_lines.png create mode 100644 Minecraft.Crafting.Api/Images/quartzblock_lines_top.png create mode 100644 Minecraft.Crafting.Api/Images/quartzblock_side.png create mode 100644 Minecraft.Crafting.Api/Images/quartzblock_top.png create mode 100644 Minecraft.Crafting.Api/Images/quiver.png create mode 100644 Minecraft.Crafting.Api/Images/rail.png create mode 100644 Minecraft.Crafting.Api/Images/rail_turn.png create mode 100644 Minecraft.Crafting.Api/Images/record_11.png create mode 100644 Minecraft.Crafting.Api/Images/record_13.png create mode 100644 Minecraft.Crafting.Api/Images/record_blocks.png create mode 100644 Minecraft.Crafting.Api/Images/record_cat.png create mode 100644 Minecraft.Crafting.Api/Images/record_chirp.png create mode 100644 Minecraft.Crafting.Api/Images/record_far.png create mode 100644 Minecraft.Crafting.Api/Images/record_mall.png create mode 100644 Minecraft.Crafting.Api/Images/record_mellohi.png create mode 100644 Minecraft.Crafting.Api/Images/record_stal.png create mode 100644 Minecraft.Crafting.Api/Images/record_strad.png create mode 100644 Minecraft.Crafting.Api/Images/record_wait.png create mode 100644 Minecraft.Crafting.Api/Images/record_ward.png create mode 100644 Minecraft.Crafting.Api/Images/redstone.png create mode 100644 Minecraft.Crafting.Api/Images/redstoneDust_cross.png create mode 100644 Minecraft.Crafting.Api/Images/redstoneDust_cross_overlay.png create mode 100644 Minecraft.Crafting.Api/Images/redstoneDust_line.png create mode 100644 Minecraft.Crafting.Api/Images/redstoneDust_line_overlay.png create mode 100644 Minecraft.Crafting.Api/Images/redstoneLight.png create mode 100644 Minecraft.Crafting.Api/Images/redstoneLight_lit.png create mode 100644 Minecraft.Crafting.Api/Images/redtorch.png create mode 100644 Minecraft.Crafting.Api/Images/redtorch_lit.png create mode 100644 Minecraft.Crafting.Api/Images/reeds.png create mode 100644 Minecraft.Crafting.Api/Images/repeater.png create mode 100644 Minecraft.Crafting.Api/Images/repeater_lit.png create mode 100644 Minecraft.Crafting.Api/Images/rose.png create mode 100644 Minecraft.Crafting.Api/Images/rottenFlesh.png create mode 100644 Minecraft.Crafting.Api/Images/ruby.png create mode 100644 Minecraft.Crafting.Api/Images/saddle.png create mode 100644 Minecraft.Crafting.Api/Images/sand.png create mode 100644 Minecraft.Crafting.Api/Images/sandstone.png create mode 100644 Minecraft.Crafting.Api/Images/sandstone_bottom.png create mode 100644 Minecraft.Crafting.Api/Images/sandstone_carved.png create mode 100644 Minecraft.Crafting.Api/Images/sandstone_side.png create mode 100644 Minecraft.Crafting.Api/Images/sandstone_smooth.png create mode 100644 Minecraft.Crafting.Api/Images/sandstone_top.png create mode 100644 Minecraft.Crafting.Api/Images/sapling.png create mode 100644 Minecraft.Crafting.Api/Images/sapling_birch.png create mode 100644 Minecraft.Crafting.Api/Images/sapling_jungle.png create mode 100644 Minecraft.Crafting.Api/Images/sapling_spruce.png create mode 100644 Minecraft.Crafting.Api/Images/seeds.png create mode 100644 Minecraft.Crafting.Api/Images/seeds_melon.png create mode 100644 Minecraft.Crafting.Api/Images/seeds_pumpkin.png create mode 100644 Minecraft.Crafting.Api/Images/shears.png create mode 100644 Minecraft.Crafting.Api/Images/shovelDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/shovelGold.png create mode 100644 Minecraft.Crafting.Api/Images/shovelIron.png create mode 100644 Minecraft.Crafting.Api/Images/shovelStone.png create mode 100644 Minecraft.Crafting.Api/Images/shovelWood.png create mode 100644 Minecraft.Crafting.Api/Images/sign.png create mode 100644 Minecraft.Crafting.Api/Images/skull_char.png create mode 100644 Minecraft.Crafting.Api/Images/skull_creeper.png create mode 100644 Minecraft.Crafting.Api/Images/skull_skeleton.png create mode 100644 Minecraft.Crafting.Api/Images/skull_wither.png create mode 100644 Minecraft.Crafting.Api/Images/skull_zombie.png create mode 100644 Minecraft.Crafting.Api/Images/slimeball.png create mode 100644 Minecraft.Crafting.Api/Images/slot_empty_boots.png create mode 100644 Minecraft.Crafting.Api/Images/slot_empty_chestplate.png create mode 100644 Minecraft.Crafting.Api/Images/slot_empty_helmet.png create mode 100644 Minecraft.Crafting.Api/Images/slot_empty_leggings.png create mode 100644 Minecraft.Crafting.Api/Images/snow.png create mode 100644 Minecraft.Crafting.Api/Images/snow_side.png create mode 100644 Minecraft.Crafting.Api/Images/snowball.png create mode 100644 Minecraft.Crafting.Api/Images/speckledMelon.png create mode 100644 Minecraft.Crafting.Api/Images/spiderEye.png create mode 100644 Minecraft.Crafting.Api/Images/sponge.png create mode 100644 Minecraft.Crafting.Api/Images/stem_bent.png create mode 100644 Minecraft.Crafting.Api/Images/stem_straight.png create mode 100644 Minecraft.Crafting.Api/Images/stick.png create mode 100644 Minecraft.Crafting.Api/Images/stone.png create mode 100644 Minecraft.Crafting.Api/Images/stoneMoss.png create mode 100644 Minecraft.Crafting.Api/Images/stonebrick.png create mode 100644 Minecraft.Crafting.Api/Images/stonebricksmooth.png create mode 100644 Minecraft.Crafting.Api/Images/stonebricksmooth_carved.png create mode 100644 Minecraft.Crafting.Api/Images/stonebricksmooth_cracked.png create mode 100644 Minecraft.Crafting.Api/Images/stonebricksmooth_mossy.png create mode 100644 Minecraft.Crafting.Api/Images/stoneslab_side.png create mode 100644 Minecraft.Crafting.Api/Images/stoneslab_top.png create mode 100644 Minecraft.Crafting.Api/Images/string.png create mode 100644 Minecraft.Crafting.Api/Images/sugar.png create mode 100644 Minecraft.Crafting.Api/Images/sulphur.png create mode 100644 Minecraft.Crafting.Api/Images/swordDiamond.png create mode 100644 Minecraft.Crafting.Api/Images/swordGold.png create mode 100644 Minecraft.Crafting.Api/Images/swordIron.png create mode 100644 Minecraft.Crafting.Api/Images/swordStone.png create mode 100644 Minecraft.Crafting.Api/Images/swordWood.png create mode 100644 Minecraft.Crafting.Api/Images/tallgrass.png create mode 100644 Minecraft.Crafting.Api/Images/thinglass_top.png create mode 100644 Minecraft.Crafting.Api/Images/tnt_bottom.png create mode 100644 Minecraft.Crafting.Api/Images/tnt_side.png create mode 100644 Minecraft.Crafting.Api/Images/tnt_top.png create mode 100644 Minecraft.Crafting.Api/Images/torch.png create mode 100644 Minecraft.Crafting.Api/Images/trapdoor.png create mode 100644 Minecraft.Crafting.Api/Images/tree_birch.png create mode 100644 Minecraft.Crafting.Api/Images/tree_jungle.png create mode 100644 Minecraft.Crafting.Api/Images/tree_side.png create mode 100644 Minecraft.Crafting.Api/Images/tree_spruce.png create mode 100644 Minecraft.Crafting.Api/Images/tree_top.png create mode 100644 Minecraft.Crafting.Api/Images/tripWire.png create mode 100644 Minecraft.Crafting.Api/Images/tripWireSource.png create mode 100644 Minecraft.Crafting.Api/Images/vine.png create mode 100644 Minecraft.Crafting.Api/Images/water.png create mode 100644 Minecraft.Crafting.Api/Images/water.txt create mode 100644 Minecraft.Crafting.Api/Images/water_flow.png create mode 100644 Minecraft.Crafting.Api/Images/water_flow.txt create mode 100644 Minecraft.Crafting.Api/Images/waterlily.png create mode 100644 Minecraft.Crafting.Api/Images/web.png create mode 100644 Minecraft.Crafting.Api/Images/wheat.png create mode 100644 Minecraft.Crafting.Api/Images/whiteStone.png create mode 100644 Minecraft.Crafting.Api/Images/wood.png create mode 100644 Minecraft.Crafting.Api/Images/wood_birch.png create mode 100644 Minecraft.Crafting.Api/Images/wood_jungle.png create mode 100644 Minecraft.Crafting.Api/Images/wood_spruce.png create mode 100644 Minecraft.Crafting.Api/Images/workbench_front.png create mode 100644 Minecraft.Crafting.Api/Images/workbench_side.png create mode 100644 Minecraft.Crafting.Api/Images/workbench_top.png create mode 100644 Minecraft.Crafting.Api/Images/writingBook.png create mode 100644 Minecraft.Crafting.Api/Images/writtenBook.png create mode 100644 Minecraft.Crafting.Api/Images/yellowDust.png create mode 100644 Minecraft.Crafting.Api/Minecraft.Crafting.Api.csproj create mode 100644 Minecraft.Crafting.Api/Models/InventoryModel.cs create mode 100644 Minecraft.Crafting.Api/Models/Item.cs create mode 100644 Minecraft.Crafting.Api/Models/Recipe.cs create mode 100644 Minecraft.Crafting.Api/Program.cs create mode 100644 Minecraft.Crafting.Api/Properties/launchSettings.json create mode 100644 Minecraft.Crafting.Api/RecipeConverter.cs create mode 100644 Minecraft.Crafting.Api/appsettings.Development.json create mode 100644 Minecraft.Crafting.Api/appsettings.json create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Data/convert-recipes.json create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Data/items-original.json create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Data/items.json create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Data/recipes.json create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/activatorRail.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/activatorRail_powered.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/anvil_base.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/anvil_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/anvil_top_damaged_1.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/anvil_top_damaged_2.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/apple.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/appleGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/arrow.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/beacon.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bed.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bed_feet_end.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bed_feet_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bed_feet_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bed_head_end.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bed_head_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bed_head_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bedrock.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/beefCooked.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/beefRaw.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/blazePowder.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/blazeRod.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/blockDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/blockEmerald.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/blockGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/blockIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/blockLapis.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/blockRedstone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/boat.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/book.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bookshelf.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bootsChain.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bootsCloth.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bootsCloth_overlay.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bootsDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bootsGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bootsIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bow.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bow_pull_0.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bow_pull_1.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bow_pull_2.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bowl.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bread.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/brewingStand.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/brewingStand_base.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/brick.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bucket.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bucketLava.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/bucketWater.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cactus_bottom.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cactus_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cactus_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cake.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cake_bottom.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cake_inner.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cake_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cake_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/carrotGolden.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/carrotOnAStick.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/carrots.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/carrots_0.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/carrots_1.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/carrots_2.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/carrots_3.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cauldron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cauldron_bottom.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cauldron_inner.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cauldron_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cauldron_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/chestplateChain.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/chestplateCloth.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/chestplateCloth_overlay.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/chestplateDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/chestplateGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/chestplateIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/chickenCooked.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/chickenRaw.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/clay.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/clock.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/clock.txt create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_0.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_1.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_10.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_11.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_12.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_13.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_14.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_15.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_2.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_3.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_4.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_5.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_6.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_7.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_8.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cloth_9.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/coal.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/coal_ore.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cobblestone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cocoa_0.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cocoa_1.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cocoa_2.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/commandBlock.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/comparator.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/comparator_lit.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/compass.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/compass.txt create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/cookie.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/crops_0.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/crops_1.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/crops_2.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/crops_3.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/crops_4.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/crops_5.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/crops_6.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/crops_7.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/daylightDetector_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/daylightDetector_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/deadbush.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/default.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/destroy_0.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/destroy_1.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/destroy_2.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/destroy_3.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/destroy_4.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/destroy_5.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/destroy_6.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/destroy_7.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/destroy_8.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/destroy_9.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/detectorRail.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/diamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/diode.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dirt.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dispenser.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dispenser_front.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dispenser_front_vertical.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/doorIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/doorIron_lower.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/doorIron_upper.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/doorWood.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/doorWood_lower.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/doorWood_upper.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dragonEgg.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dropper_front.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dropper_front_vertical.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_black.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_blue.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_brown.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_cyan.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_gray.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_green.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_lightBlue.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_lime.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_magenta.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_orange.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_pink.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_purple.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_red.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_silver.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_white.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/dyePowder_yellow.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/egg.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/emerald.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/emptyMap.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/enchantedBook.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/enchantment_bottom.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/enchantment_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/enchantment_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/enderPearl.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/endframe_eye.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/endframe_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/endframe_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/expBottle.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/eyeOfEnder.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/farmland_dry.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/farmland_wet.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/feather.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fenceIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fermentedSpiderEye.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fern.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fire_0.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fire_0.txt create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fire_1.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fire_1.txt create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fireball.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fireworks.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fireworksCharge.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fireworksCharge_overlay.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fishCooked.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fishRaw.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fishingRod.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/fishingRod_empty.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/flint.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/flintAndSteel.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/flower.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/flowerPot.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/frame.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/furnace_front.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/furnace_front_lit.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/furnace_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/furnace_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/ghastTear.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/glass.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/glassBottle.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/goldNugget.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/gold_ore.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/goldenRail.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/goldenRail_powered.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/grass.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/grass_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/grass_side_overlay.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/grass_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/gravel.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hatchetDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hatchetGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hatchetIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hatchetStone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hatchetWood.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hellrock.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hellsand.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/helmetChain.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/helmetCloth.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/helmetCloth_overlay.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/helmetDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/helmetGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/helmetIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hoeDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hoeGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hoeIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hoeStone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hoeWood.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hopper.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hopper_inside.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/hopper_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/ice.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/ingotGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/ingotIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/iron_ore.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/itemframe_back.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/jukebox_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/ladder.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/lapis_block.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/lapis_ore.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/lava.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/lava.txt create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/lava_flow.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/lava_flow.txt create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leather.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leaves.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leaves_jungle.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leaves_jungle_opaque.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leaves_opaque.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leaves_spruce.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leaves_spruce_opaque.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leggingsChain.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leggingsCloth.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leggingsCloth_overlay.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leggingsDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leggingsGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/leggingsIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/lever.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/lightgem.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/log.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/magmaCream.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/map.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/melon.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/melon_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/melon_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/milk.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/minecart.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/minecartChest.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/minecartFurnace.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/minecartHopper.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/minecartTnt.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/mobSpawner.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/monsterPlacer.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/monsterPlacer_overlay.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/mushroomStew.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/mushroom_brown.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/mushroom_inside.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/mushroom_red.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/mushroom_skin_brown.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/mushroom_skin_red.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/mushroom_skin_stem.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/musicBlock.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/mycel_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/mycel_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/netherBrick.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/netherStalkSeeds.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/netherStalk_0.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/netherStalk_1.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/netherStalk_2.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/netherStar.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/netherquartz.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/obsidian.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/offlawn.beanstalk.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/offlawn.lawn.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/offlawn.sunflower-bottom.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/offlawn.sunflower-top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/offlawn.sunflowerseed.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/oreCoal.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/oreDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/oreEmerald.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/oreGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/oreIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/oreLapis.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/oreRedstone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/painting.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/paper.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/pickaxeDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/pickaxeGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/pickaxeIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/pickaxeStone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/pickaxeWood.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/piston_bottom.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/piston_inner_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/piston_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/piston_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/piston_top_sticky.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/planks.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/porkchopCooked.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/porkchopRaw.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/potato.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/potatoBaked.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/potatoPoisonous.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/potatoes_0.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/potatoes_1.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/potatoes_2.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/potatoes_3.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/potion.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/potion_contents.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/potion_splash.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/pumpkinPie.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/pumpkin_face.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/pumpkin_jack.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/pumpkin_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/pumpkin_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/quartzblock_bottom.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/quartzblock_chiseled.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/quartzblock_chiseled_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/quartzblock_lines.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/quartzblock_lines_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/quartzblock_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/quartzblock_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/quiver.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/rail.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/rail_turn.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_11.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_13.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_blocks.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_cat.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_chirp.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_far.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_mall.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_mellohi.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_stal.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_strad.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_wait.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/record_ward.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/redstone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/redstoneDust_cross.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/redstoneDust_cross_overlay.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/redstoneDust_line.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/redstoneDust_line_overlay.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/redstoneLight.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/redstoneLight_lit.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/redtorch.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/redtorch_lit.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/reeds.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/repeater.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/repeater_lit.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/rose.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/rottenFlesh.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/ruby.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/saddle.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sand.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sandstone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sandstone_bottom.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sandstone_carved.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sandstone_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sandstone_smooth.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sandstone_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sapling.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sapling_birch.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sapling_jungle.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sapling_spruce.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/seeds.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/seeds_melon.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/seeds_pumpkin.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/shears.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/shovelDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/shovelGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/shovelIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/shovelStone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/shovelWood.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sign.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/skull_char.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/skull_creeper.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/skull_skeleton.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/skull_wither.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/skull_zombie.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/slimeball.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/slot_empty_boots.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/slot_empty_chestplate.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/slot_empty_helmet.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/slot_empty_leggings.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/snow.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/snow_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/snowball.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/speckledMelon.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/spiderEye.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sponge.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stem_bent.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stem_straight.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stick.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stoneMoss.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stonebrick.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stonebricksmooth.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stonebricksmooth_carved.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stonebricksmooth_cracked.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stonebricksmooth_mossy.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stoneslab_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/stoneslab_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/string.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sugar.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/sulphur.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/swordDiamond.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/swordGold.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/swordIron.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/swordStone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/swordWood.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tallgrass.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/thinglass_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tnt_bottom.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tnt_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tnt_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/torch.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/trapdoor.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tree_birch.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tree_jungle.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tree_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tree_spruce.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tree_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tripWire.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/tripWireSource.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/vine.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/water.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/water.txt create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/water_flow.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/water_flow.txt create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/waterlily.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/web.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/wheat.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/whiteStone.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/wood.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/wood_birch.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/wood_jungle.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/wood_spruce.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/workbench_front.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/workbench_side.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/workbench_top.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/writingBook.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/writtenBook.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Images/yellowDust.png create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Microsoft.OpenApi.dll create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.deps.json create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.dll create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.exe create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.pdb create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.runtimeconfig.json create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Newtonsoft.Json.dll create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/appsettings.Development.json create mode 100644 Minecraft.Crafting.Api/bin/Debug/net6.0/appsettings.json create mode 100644 Minecraft.Crafting.Api/obj/Container/ContainerDevelopmentMode.cache create mode 100644 Minecraft.Crafting.Api/obj/Container/ContainerId.cache create mode 100644 Minecraft.Crafting.Api/obj/Container/ContainerName.cache create mode 100644 Minecraft.Crafting.Api/obj/Container/ContainerRunContext.cache create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.AssemblyInfo.cs create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.AssemblyInfoInputs.cache create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.GlobalUsings.g.cs create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.MvcApplicationPartsAssemblyInfo.cache create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.MvcApplicationPartsAssemblyInfo.cs create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.assets.cache create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.AssemblyReference.cache create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.BuildWithSkipAnalyzers create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.CopyComplete create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.CoreCompileInputs.cache create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.FileListAbsolute.txt create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.dll create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.genruntimeconfig.cache create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.pdb create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/_IsIncrementalBuild create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/apphost.exe create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/project.razor.vs.json create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/ref/Minecraft.Crafting.Api.dll create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/refint/Minecraft.Crafting.Api.dll create mode 100644 Minecraft.Crafting.Api/obj/Debug/net6.0/staticwebassets.build.json create mode 100644 Minecraft.Crafting.Api/obj/Minecraft.Crafting.Api.csproj.nuget.dgspec.json create mode 100644 Minecraft.Crafting.Api/obj/Minecraft.Crafting.Api.csproj.nuget.g.props create mode 100644 Minecraft.Crafting.Api/obj/Minecraft.Crafting.Api.csproj.nuget.g.targets create mode 100644 Minecraft.Crafting.Api/obj/project.assets.json create mode 100644 Minecraft.Crafting.Api/obj/project.nuget.cache create mode 100644 Minecraft.Crafting.Api/obj/staticwebassets.pack.sentinel diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..bdca33b --- /dev/null +++ b/.dockerignore @@ -0,0 +1,25 @@ +**/.classpath +**/.dockerignore +**/.env +**/.git +**/.gitignore +**/.project +**/.settings +**/.toolstarget +**/.vs +**/.vscode +**/*.*proj.user +**/*.dbmdl +**/*.jfm +**/azds.yaml +**/bin +**/charts +**/docker-compose* +**/Dockerfile* +**/node_modules +**/npm-debug.log +**/obj +**/secrets.dev.yaml +**/values.dev.yaml +LICENSE +README.md \ No newline at end of file diff --git a/.vs/BlazorTP/FileContentIndex/read.lock b/.vs/BlazorTP/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/BlazorTP/v17/.suo b/.vs/BlazorTP/v17/.suo new file mode 100644 index 0000000000000000000000000000000000000000..92517de483e10cf628af898f72f2b54b3abea4d6 GIT binary patch literal 11264 zcmeHNOLH4V5NW*3}dxjzl8EXCIcu_HoA#xJ?++C!22~kw0G_`-{AP+FfAAmL|J%^h#Qq@!kk(Re2hRc8^s6Y-zG>I2)BgF^_K#u@ zjbhAMJUtyr!;zK%_ciFz`)>Br=hJoCkS_OoA88>x!;8zqA`0E(EIQ|=mTgG`V8r5;`x$sTbHE>?=J^5+r_5OMNhOT>yqvH*4ywd@aa$L zv&Y--SLb@^FOinOeF0cR+XnKzo>e&Gf_}sQYV%GR1dTJ>X)C&Z6_`axdJ{kNJ2#ZX zOR|MpQx6JxkH^5L&qrU4w21w#!yByv*Ty@l-|KuWasl#Z+^2m&-5&OS1DzM$0jo;- zyK)24Z(`T;;G8~qOG-*B`^kX*?+MJs`zNaW$ve+B68(N^oDH2TKo_oK9eYalIx?`Z zl2)KrT#h0C?)|STPOHGA)^7m6CS}Oro~+<^6ZIAz+NPf@GT@*0GI@&1KYjRFJS4CF zk$>Xn5eHVGnLHiB=)Ix&@7DhuVU-bSDg3o)Zg%g{%at*8A!aP@E;J=0M-0%y0Qrm4c8?}rGx6oF? zLmofJo>L;c8=LJ@8WXsb1wQW+&KZ?|^ZX0j{}rIt@MA&h*A>?tz0>&6|AFOC-Pijc zhQF>jZ{e&c;3U*H6u&4#GFwUuA^+4nF7HwK=Y7TVniPh=p}c^aEJNeD8loeuAmy3hFyPTpn!p$bq5TH(5zz_bLcQ_<~)a8P8mBF2TS`galYj@l>ZGp zOLAH6$QsUc-gZrtcX0FZzF`z>;k>^CU%A^?=cq;aBn9~rJvQ!%6|@XS!|p%hUgs<~ zHF*uKocYrX0&Vjr-LAQ%u)Ga@6mNgr{14|z=;%oxiT|JN_&*14e@(`F;+=6L6M|zP zkmAJuj2C%YJt;D+>PgKx$UMgx-tT?XRcPqpI-hu_>uE}O8yrHz&GQ6FMg8$W6tC0<^R0$KZf={aQ^3i zX8);S>>u$!PfXB`5jv3rtov|?e~ZiEq;oR6d7S#pMz+w>aI>;I81WJQ86z(E+3eJOWwxM#qV9<6_9LFg@oA#x vFKA78Q|n5EQ^+G{WGZy>?$v}24egAZzZ*9H$Ge>OKX1Mye;B$&N3!!@7{SwF literal 0 HcmV?d00001 diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..9568b22 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,6 @@ +{ + "ExpandedNodes": [ + "" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/BlazorTP.sln b/BlazorTP.sln new file mode 100644 index 0000000..16cb37e --- /dev/null +++ b/BlazorTP.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32616.157 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorTP", "BlazorTP\BlazorTP.csproj", "{644E4FA0-4B48-4F21-BC84-61BFE9C92B84}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minecraft.Crafting.Api", "Minecraft.Crafting.Api\Minecraft.Crafting.Api.csproj", "{F12E13AF-7957-43B9-BEC2-6C2254F94045}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {644E4FA0-4B48-4F21-BC84-61BFE9C92B84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {644E4FA0-4B48-4F21-BC84-61BFE9C92B84}.Debug|Any CPU.Build.0 = Debug|Any CPU + {644E4FA0-4B48-4F21-BC84-61BFE9C92B84}.Release|Any CPU.ActiveCfg = Release|Any CPU + {644E4FA0-4B48-4F21-BC84-61BFE9C92B84}.Release|Any CPU.Build.0 = Release|Any CPU + {F12E13AF-7957-43B9-BEC2-6C2254F94045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F12E13AF-7957-43B9-BEC2-6C2254F94045}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F12E13AF-7957-43B9-BEC2-6C2254F94045}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F12E13AF-7957-43B9-BEC2-6C2254F94045}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C340FDE8-3F5A-4561-B2EB-AF7525240195} + EndGlobalSection +EndGlobal diff --git a/BlazorTP/App.razor b/BlazorTP/App.razor new file mode 100644 index 0000000..54966a1 --- /dev/null +++ b/BlazorTP/App.razor @@ -0,0 +1,14 @@ + + + + + + + + Not found + +

Sorry, there's nothing at this address.

+
+
+
+
diff --git a/BlazorTP/BlazorTP.csproj b/BlazorTP/BlazorTP.csproj new file mode 100644 index 0000000..8ec8165 --- /dev/null +++ b/BlazorTP/BlazorTP.csproj @@ -0,0 +1,36 @@ + + + + net6.0 + enable + enable + 994ca6ff-cc31-47d5-ac18-c044358f59f4 + Linux + + + + + + + + + + + + + + + True + True + Pages.List.resx + + + + + + PublicResXFileCodeGenerator + Pages.List.Designer.cs + + + + diff --git a/BlazorTP/BlazorTP.csproj.user b/BlazorTP/BlazorTP.csproj.user new file mode 100644 index 0000000..0117f44 --- /dev/null +++ b/BlazorTP/BlazorTP.csproj.user @@ -0,0 +1,9 @@ + + + + BlazorTP + + + ProjectDebugger + + \ No newline at end of file diff --git a/BlazorTP/Components/Card.razor b/BlazorTP/Components/Card.razor new file mode 100644 index 0000000..813b0cc --- /dev/null +++ b/BlazorTP/Components/Card.razor @@ -0,0 +1,8 @@ +@*

Card

*@ + +@typeparam TItem +
+ @CardHeader(Item) + @CardBody(Item) + @CardFooter +
\ No newline at end of file diff --git a/BlazorTP/Components/Card.razor.cs b/BlazorTP/Components/Card.razor.cs new file mode 100644 index 0000000..4718fdc --- /dev/null +++ b/BlazorTP/Components/Card.razor.cs @@ -0,0 +1,19 @@ +using Microsoft.AspNetCore.Components; + +namespace BlazorTP.Components +{ + public partial class Card + { + [Parameter] + public RenderFragment CardBody { get; set; } + + [Parameter] + public RenderFragment CardFooter { get; set; } + + [Parameter] + public RenderFragment CardHeader { get; set; } + + [Parameter] + public TItem Item { get; set; } + } +} diff --git a/BlazorTP/Components/Crafting.razor b/BlazorTP/Components/Crafting.razor new file mode 100644 index 0000000..bb16d54 --- /dev/null +++ b/BlazorTP/Components/Crafting.razor @@ -0,0 +1,53 @@ +

Crafting

+ + +
+
+
+ +
Available items:
+
+
+ + @foreach (var item in Items) + { + + } +
+
+ +
+ +
+
Recipe
+ +
+ +
+ + + + + + + + + +
+
+ +
Result
+
+ +
+
+ +
+
Actions
+
+ +
+
+
+
+
\ No newline at end of file diff --git a/BlazorTP/Components/Crafting.razor.cs b/BlazorTP/Components/Crafting.razor.cs new file mode 100644 index 0000000..ad2af6e --- /dev/null +++ b/BlazorTP/Components/Crafting.razor.cs @@ -0,0 +1,79 @@ +using Microsoft.AspNetCore.Components; +using Microsoft.JSInterop; +using System.Collections.ObjectModel; +using System.Collections.Specialized; + +namespace BlazorTP.Components +{ + public partial class Crafting + { + private Item _recipeResult; + + public Crafting() + { + Actions = new ObservableCollection(); + Actions.CollectionChanged += OnActionsCollectionChanged; + this.RecipeItems = new List { null, null, null, null, null, null, null, null, null }; + } + + public ObservableCollection Actions { get; set; } + public Item CurrentDragItem { get; set; } + + [Parameter] + public List Items { get; set; } + + public List RecipeItems { get; set; } + + public Item RecipeResult + { + get => this._recipeResult; + set + { + if (this._recipeResult == value) + { + return; + } + + this._recipeResult = value; + this.StateHasChanged(); + } + } + + [Parameter] + public List Recipes { get; set; } + + /// + /// Gets or sets the java script runtime. + /// + [Inject] + internal IJSRuntime JavaScriptRuntime { get; set; } + + public void CheckRecipe() + { + RecipeResult = null; + + // Get the current model + var currentModel = string.Join("|", this.RecipeItems.Select(s => s != null ? s.Name : string.Empty)); + + this.Actions.Add(new CraftingAction { Action = $"Items : {currentModel}" }); + + foreach (var craftingRecipe in Recipes) + { + // Get the recipe model + var recipeModel = string.Join("|", craftingRecipe.Have.SelectMany(s => s)); + + this.Actions.Add(new CraftingAction { Action = $"Recipe model : {recipeModel}" }); + + if (currentModel == recipeModel) + { + RecipeResult = craftingRecipe.Give; + } + } + } + + private void OnActionsCollectionChanged(object? sender, NotifyCollectionChangedEventArgs e) + { + JavaScriptRuntime.InvokeVoidAsync("Crafting.AddActions", e.NewItems); + } + } +} diff --git a/BlazorTP/Components/Crafting.razor.css b/BlazorTP/Components/Crafting.razor.css new file mode 100644 index 0000000..c73d823 --- /dev/null +++ b/BlazorTP/Components/Crafting.razor.css @@ -0,0 +1,23 @@ +.css-grid { + grid-template-columns: repeat(8,minmax(0,1fr)); + gap: 10px; + display: grid; + width: 600px; +} + +.css-recipe { + grid-template-columns: repeat(3,minmax(0,1fr)); + gap: 10px; + display: grid; + width: 212px; +} + +.actions { + border: 1px solid black; + height: 250px; + overflow: scroll; +} +.css-result { + position: fixed; + float: left; +} \ No newline at end of file diff --git a/BlazorTP/Components/Crafting.razor.js b/BlazorTP/Components/Crafting.razor.js new file mode 100644 index 0000000..3fcb76d --- /dev/null +++ b/BlazorTP/Components/Crafting.razor.js @@ -0,0 +1,16 @@ +window.Crafting = +{ + AddActions: function (data) { + + data.forEach(element => { + var div = document.createElement('div'); + div.innerHTML = 'Action: ' + element.action + ' - Index: ' + element.index; + + if (element.item) { + div.innerHTML += ' - Item Name: ' + element.item.name; + } + + document.getElementById('actions').appendChild(div); + }); + } +} \ No newline at end of file diff --git a/BlazorTP/Components/CraftingAction.cs b/BlazorTP/Components/CraftingAction.cs new file mode 100644 index 0000000..5cecc8b --- /dev/null +++ b/BlazorTP/Components/CraftingAction.cs @@ -0,0 +1,9 @@ +namespace BlazorTP.Components +{ + public class CraftingAction + { + public string Action { get; set; } + public int Index { get; set; } + public Item Item { get; set; } + } +} diff --git a/BlazorTP/Components/CraftingItem.razor b/BlazorTP/Components/CraftingItem.razor new file mode 100644 index 0000000..b862161 --- /dev/null +++ b/BlazorTP/Components/CraftingItem.razor @@ -0,0 +1,16 @@ +@*

CraftingItem

*@ + +
+ + @if (Item != null) + { + @Item.DisplayName + } +
diff --git a/BlazorTP/Components/CraftingItem.razor.cs b/BlazorTP/Components/CraftingItem.razor.cs new file mode 100644 index 0000000..e9cd413 --- /dev/null +++ b/BlazorTP/Components/CraftingItem.razor.cs @@ -0,0 +1,62 @@ +using Microsoft.AspNetCore.Components; + +namespace BlazorTP.Components +{ + public partial class CraftingItem + { + [Parameter] + public int Index { get; set; } + + [Parameter] + public Item Item { get; set; } + + [Parameter] + public bool NoDrop { get; set; } + + [CascadingParameter] + public Crafting Parent { get; set; } + + internal void OnDragEnter() + { + if (NoDrop) + { + return; + } + + Parent.Actions.Add(new CraftingAction { Action = "Drag Enter", Item = this.Item, Index = this.Index }); + } + + internal void OnDragLeave() + { + if (NoDrop) + { + return; + } + + Parent.Actions.Add(new CraftingAction { Action = "Drag Leave", Item = this.Item, Index = this.Index }); + } + + internal void OnDrop() + { + if (NoDrop) + { + return; + } + + this.Item = Parent.CurrentDragItem; + Parent.RecipeItems[this.Index] = this.Item; + + Parent.Actions.Add(new CraftingAction { Action = "Drop", Item = this.Item, Index = this.Index }); + + // Check recipe + Parent.CheckRecipe(); + } + + private void OnDragStart() + { + Parent.CurrentDragItem = this.Item; + + Parent.Actions.Add(new CraftingAction { Action = "Drag Start", Item = this.Item, Index = this.Index }); + } + } +} diff --git a/BlazorTP/Components/CraftingItem.razor.css b/BlazorTP/Components/CraftingItem.razor.css new file mode 100644 index 0000000..63db761 --- /dev/null +++ b/BlazorTP/Components/CraftingItem.razor.css @@ -0,0 +1,12 @@ +.item { + width: 64px; + height: 64px; + border: 1px solid; + background: white; +} + +.div { + position: fixed; + float: right; +} + \ No newline at end of file diff --git a/BlazorTP/Components/CraftingRecipe.cs b/BlazorTP/Components/CraftingRecipe.cs new file mode 100644 index 0000000..89f4bf2 --- /dev/null +++ b/BlazorTP/Components/CraftingRecipe.cs @@ -0,0 +1,8 @@ +namespace BlazorTP.Components +{ + public class CraftingRecipe + { + public Item Give { get; set; } + public List> Have { get; set; } + } +} diff --git a/BlazorTP/Components/ShowItems.razor b/BlazorTP/Components/ShowItems.razor new file mode 100644 index 0000000..5ce9ef5 --- /dev/null +++ b/BlazorTP/Components/ShowItems.razor @@ -0,0 +1,13 @@ +

ShowItems

+ +@typeparam TItem + +
+ @if ((Items?.Count ?? 0) != 0) + { + @foreach (var item in Items) + { + @ShowTemplate(item); + } + } +
diff --git a/BlazorTP/Components/ShowItems.razor.cs b/BlazorTP/Components/ShowItems.razor.cs new file mode 100644 index 0000000..459f9e6 --- /dev/null +++ b/BlazorTP/Components/ShowItems.razor.cs @@ -0,0 +1,13 @@ +using Microsoft.AspNetCore.Components; + +namespace BlazorTP.Components +{ + public partial class ShowItems + { + [Parameter] + public List Items { get; set; } + + [Parameter] + public RenderFragment ShowTemplate { get; set; } + } +} diff --git a/BlazorTP/Controller/CultureController.cs b/BlazorTP/Controller/CultureController.cs new file mode 100644 index 0000000..e823ee4 --- /dev/null +++ b/BlazorTP/Controller/CultureController.cs @@ -0,0 +1,34 @@ +namespace BlazorTP.Controller +{ + using Microsoft.AspNetCore.Localization; + using Microsoft.AspNetCore.Mvc; + + /// + /// The culture controller. + /// + [Route("[controller]/[action]")] + public class CultureController : Controller + { + /// + /// Sets the culture. + /// + /// The culture. + /// The redirect URI. + /// + /// The action result. + /// + public IActionResult SetCulture(string culture, string redirectUri) + { + if (culture != null) + { + // Define a cookie with the selected culture + this.HttpContext.Response.Cookies.Append( + CookieRequestCultureProvider.DefaultCookieName, + CookieRequestCultureProvider.MakeCookieValue( + new RequestCulture(culture))); + } + + return this.LocalRedirect(redirectUri); + } + } +} diff --git a/BlazorTP/Data/WeatherForecast.cs b/BlazorTP/Data/WeatherForecast.cs new file mode 100644 index 0000000..6c297c3 --- /dev/null +++ b/BlazorTP/Data/WeatherForecast.cs @@ -0,0 +1,13 @@ +namespace BlazorTP.Data +{ + public class WeatherForecast + { + public DateTime 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/BlazorTP/Data/WeatherForecastService.cs b/BlazorTP/Data/WeatherForecastService.cs new file mode 100644 index 0000000..8251cdd --- /dev/null +++ b/BlazorTP/Data/WeatherForecastService.cs @@ -0,0 +1,20 @@ +namespace BlazorTP.Data +{ + public class WeatherForecastService + { + private static readonly string[] Summaries = new[] + { + "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching" + }; + + public Task GetForecastAsync(DateTime 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/BlazorTP/Dockerfile b/BlazorTP/Dockerfile new file mode 100644 index 0000000..b92c12d --- /dev/null +++ b/BlazorTP/Dockerfile @@ -0,0 +1,22 @@ +#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. + +FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base +WORKDIR /app +EXPOSE 80 +EXPOSE 443 + +FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build +WORKDIR /src +COPY ["BlazorTP/BlazorTP.csproj", "BlazorTP/"] +RUN dotnet restore "BlazorTP/BlazorTP.csproj" +COPY . . +WORKDIR "/src/BlazorTP" +RUN dotnet build "BlazorTP.csproj" -c Release -o /app/build + +FROM build AS publish +RUN dotnet publish "BlazorTP.csproj" -c Release -o /app/publish + +FROM base AS final +WORKDIR /app +COPY --from=publish /app/publish . +ENTRYPOINT ["dotnet", "BlazorTP.dll"] \ No newline at end of file diff --git a/BlazorTP/Factories/ItemFactory.cs b/BlazorTP/Factories/ItemFactory.cs new file mode 100644 index 0000000..f350fb5 --- /dev/null +++ b/BlazorTP/Factories/ItemFactory.cs @@ -0,0 +1,51 @@ +using BlazorTP.Models; + +namespace BlazorTP.Factories +{ + public static class ItemFactory + { + public static ItemModel ToModel(Item item, byte[] imageContent) + { + return new ItemModel + { + Id = item.Id, + DisplayName = item.DisplayName, + Name = item.Name, + RepairWith = item.RepairWith, + EnchantCategories = item.EnchantCategories, + MaxDurability = item.MaxDurability, + StackSize = item.StackSize, + ImageContent = imageContent, + ImageBase64 = string.IsNullOrWhiteSpace(item.ImageBase64) ? Convert.ToBase64String(imageContent) : item.ImageBase64 + }; + } + + public static Item Create(ItemModel model) + { + return new Item + { + Id = model.Id, + DisplayName = model.DisplayName, + Name = model.Name, + RepairWith = model.RepairWith, + EnchantCategories = model.EnchantCategories, + MaxDurability = model.MaxDurability, + StackSize = model.StackSize, + CreatedDate = DateTime.Now, + ImageBase64 = Convert.ToBase64String(model.ImageContent) + }; + } + + public static void Update(Item item, ItemModel model) + { + item.DisplayName = model.DisplayName; + item.Name = model.Name; + item.RepairWith = model.RepairWith; + item.EnchantCategories = model.EnchantCategories; + item.MaxDurability = model.MaxDurability; + item.StackSize = model.StackSize; + item.UpdatedDate = DateTime.Now; + item.ImageBase64 = Convert.ToBase64String(model.ImageContent); + } + } +} diff --git a/BlazorTP/Modals/DeleteConfirmation.razor b/BlazorTP/Modals/DeleteConfirmation.razor new file mode 100644 index 0000000..b565665 --- /dev/null +++ b/BlazorTP/Modals/DeleteConfirmation.razor @@ -0,0 +1,10 @@ +
+ +

+ Are you sure you want to delete @item.DisplayName ? +

+ + + + +
\ No newline at end of file diff --git a/BlazorTP/Modals/DeleteConfirmation.razor.cs b/BlazorTP/Modals/DeleteConfirmation.razor.cs new file mode 100644 index 0000000..bc8da19 --- /dev/null +++ b/BlazorTP/Modals/DeleteConfirmation.razor.cs @@ -0,0 +1,37 @@ +using Blazored.Modal; +using Blazored.Modal.Services; +using BlazorTP.Services; +using Microsoft.AspNetCore.Components; + +namespace BlazorTP.Modals +{ + public partial class DeleteConfirmation + { + [CascadingParameter] + public BlazoredModalInstance ModalInstance { get; set; } + + [Inject] + public IDataService DataService { get; set; } + + [Parameter] + public int Id { get; set; } + + private Item item = new Item(); + + protected override async Task OnInitializedAsync() + { + // Get the item + item = await DataService.GetById(Id); + } + + void ConfirmDelete() + { + ModalInstance.CloseAsync(ModalResult.Ok(true)); + } + + void Cancel() + { + ModalInstance.CancelAsync(); + } + } +} diff --git a/BlazorTP/Models/Cake.cs b/BlazorTP/Models/Cake.cs new file mode 100644 index 0000000..0931505 --- /dev/null +++ b/BlazorTP/Models/Cake.cs @@ -0,0 +1,9 @@ +namespace BlazorTP.Models +{ + public class Cake + { + public int Id { get; set; } + public string Name { get; set; } + public decimal Cost { get; set; } + } +} diff --git a/BlazorTP/Models/Item.cs b/BlazorTP/Models/Item.cs new file mode 100644 index 0000000..7af5f0a --- /dev/null +++ b/BlazorTP/Models/Item.cs @@ -0,0 +1,14 @@ +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; } + + public string ImageBase64 { get; set; } +} \ No newline at end of file diff --git a/BlazorTP/Models/ItemModel.cs b/BlazorTP/Models/ItemModel.cs new file mode 100644 index 0000000..b4cc620 --- /dev/null +++ b/BlazorTP/Models/ItemModel.cs @@ -0,0 +1,40 @@ +using System.ComponentModel.DataAnnotations; + +namespace BlazorTP.Models +{ + public class ItemModel + { + public int Id { get; set; } + + [Required] + [StringLength(50, ErrorMessage = "The display name must not exceed 50 characters.")] + public string DisplayName { get; set; } + + [Required] + [StringLength(50, ErrorMessage = "The name must not exceed 50 characters.")] + [RegularExpression(@"^[a-z''-'\s]{1,40}$", ErrorMessage = "Only lowercase characters are accepted.")] + public string Name { get; set; } + + [Required] + [Range(1, 64)] + public int StackSize { get; set; } + + [Required] + [Range(1, 125)] + public int MaxDurability { get; set; } + + public List EnchantCategories { get; set; } + + public List RepairWith { get; set; } + + [Required] + [Range(typeof(bool), "true", "true", ErrorMessage = "You must agree to the terms.")] + public bool AcceptCondition { get; set; } + + [Required(ErrorMessage = "The image of the item is mandatory!")] + public byte[] ImageContent { get; set; } + + public string ImageBase64 { get; set; } + + } +} \ No newline at end of file diff --git a/BlazorTP/Pages/Add.razor b/BlazorTP/Pages/Add.razor new file mode 100644 index 0000000..561f3aa --- /dev/null +++ b/BlazorTP/Pages/Add.razor @@ -0,0 +1,73 @@ +@page "/add" + +

Add

+ + + + + +

+ +

+

+ +

+

+ +

+

+ +

+

+ Enchant categories: +

+ @foreach (var item in enchantCategories) + { +

+ +

+ } +
+

+

+ Repair with: +

+ @foreach (var item in repairWith) + { +

+ +

+ } +
+

+

+ +

+

+ +

+ + +
\ No newline at end of file diff --git a/BlazorTP/Pages/Add.razor.cs b/BlazorTP/Pages/Add.razor.cs new file mode 100644 index 0000000..2a649ad --- /dev/null +++ b/BlazorTP/Pages/Add.razor.cs @@ -0,0 +1,139 @@ +using Blazored.LocalStorage; +using BlazorTP.Models; +using BlazorTP.Services; +using Microsoft.AspNetCore.Components; +using Microsoft.AspNetCore.Components.Forms; + +namespace BlazorTP.Pages +{ + public partial class Add + { + /// + /// [Inject] + ///public ILocalStorageService LocalStorage { get; set; } + /// + + [Inject] + public NavigationManager NavigationManager { get; set; } + + [Inject] + public IDataService DataService { get; set; } + + /// + ///[Inject] + ///public IWebHostEnvironment WebHostEnvironment { get; set; } + /// + + /// + /// The default enchant categories. + /// + private List enchantCategories = new List() { "armor", "armor_head", "armor_chest", "weapon", "digger", "breakable", "vanishable" }; + + /// + /// The default repair with. + /// + private List repairWith = new List() { "oak_planks", "spruce_planks", "birch_planks", "jungle_planks", "acacia_planks", "dark_oak_planks", "crimson_planks", "warped_planks" }; + + /// + /// The current item model + /// + private ItemModel itemModel = new() + { + EnchantCategories = new List(), + RepairWith = new List() + }; + + private async void HandleValidSubmit() + { + ///// Get the current data + ///var currentData = await LocalStorage.GetItemAsync>("data"); + /// + ///// Simulate the Id + ///itemModel.Id = currentData.Max(s => s.Id) + 1; + /// + ///// Add the item to the current data + ///currentData.Add(new Item + ///{ + /// Id = itemModel.Id, + /// DisplayName = itemModel.DisplayName, + /// Name = itemModel.Name, + /// RepairWith = itemModel.RepairWith, + /// EnchantCategories = itemModel.EnchantCategories, + /// MaxDurability = itemModel.MaxDurability, + /// StackSize = itemModel.StackSize, + /// CreatedDate = DateTime.Now + ///}); + /// + ///// Save the image + ///var imagePathInfo = new DirectoryInfo($"{WebHostEnvironment.WebRootPath}/images"); + /// + ///// Check if the folder "images" exist + ///if (!imagePathInfo.Exists) + ///{ + /// imagePathInfo.Create(); + ///} + /// + ///// Determine the image name + ///var fileName = new FileInfo($"{imagePathInfo}/{itemModel.Name}.png"); + /// + ///// Write the file content + ///await File.WriteAllBytesAsync(fileName.FullName, itemModel.ImageContent); + /// + ///// Save the data + ///await LocalStorage.SetItemAsync("data", currentData); + /// + ///NavigationManager.NavigateTo("list"); + /// + + await DataService.Add(itemModel); + + NavigationManager.NavigateTo("list"); + } + + private async Task LoadImage(InputFileChangeEventArgs e) + { + // Set the content of the image to the model + using (var memoryStream = new MemoryStream()) + { + await e.File.OpenReadStream().CopyToAsync(memoryStream); + itemModel.ImageContent = memoryStream.ToArray(); + } + } + + private void OnEnchantCategoriesChange(string item, object checkedValue) + { + if ((bool)checkedValue) + { + if (!itemModel.EnchantCategories.Contains(item)) + { + itemModel.EnchantCategories.Add(item); + } + + return; + } + + if (itemModel.EnchantCategories.Contains(item)) + { + itemModel.EnchantCategories.Remove(item); + } + } + + private void OnRepairWithChange(string item, object checkedValue) + { + if ((bool)checkedValue) + { + if (!itemModel.RepairWith.Contains(item)) + { + itemModel.RepairWith.Add(item); + } + + return; + } + + if (itemModel.RepairWith.Contains(item)) + { + itemModel.RepairWith.Remove(item); + } + } + } +} diff --git a/BlazorTP/Pages/BlazorRoute.razor b/BlazorTP/Pages/BlazorRoute.razor new file mode 100644 index 0000000..fc73866 --- /dev/null +++ b/BlazorTP/Pages/BlazorRoute.razor @@ -0,0 +1,4 @@ +@page "/BlazorRoute" +@page "/DifferentBlazorRoute" + +

Blazor routing

\ No newline at end of file diff --git a/BlazorTP/Pages/Counter.razor b/BlazorTP/Pages/Counter.razor new file mode 100644 index 0000000..b21f052 --- /dev/null +++ b/BlazorTP/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/BlazorTP/Pages/CreateLog.razor b/BlazorTP/Pages/CreateLog.razor new file mode 100644 index 0000000..fb4c410 --- /dev/null +++ b/BlazorTP/Pages/CreateLog.razor @@ -0,0 +1,5 @@ +@page "/logs" + +

CreateLog

+ + \ No newline at end of file diff --git a/BlazorTP/Pages/CreateLog.razor.cs b/BlazorTP/Pages/CreateLog.razor.cs new file mode 100644 index 0000000..7a268fc --- /dev/null +++ b/BlazorTP/Pages/CreateLog.razor.cs @@ -0,0 +1,21 @@ +namespace BlazorTP.Pages +{ + using Microsoft.AspNetCore.Components; + using Microsoft.Extensions.Logging; + + public partial class CreateLog + { + [Inject] + public ILogger Logger { get; set; } + + private void CreateLogs() + { + var logLevels = Enum.GetValues(typeof(LogLevel)).Cast(); + + foreach (var logLevel in logLevels.Where(l => l != LogLevel.None)) + { + Logger.Log(logLevel, $"Log message for the level: {logLevel}"); + } + } + } +} diff --git a/BlazorTP/Pages/Edit.razor b/BlazorTP/Pages/Edit.razor new file mode 100644 index 0000000..820830e --- /dev/null +++ b/BlazorTP/Pages/Edit.razor @@ -0,0 +1,90 @@ +@page "/edit/{Id:int}" + +

Edit

+ +
My parameter: @Id
+ + + + + +

+ +

+

+ +

+

+ +

+

+ +

+

+ +

+

+ Enchant categories: +

+ @foreach (var item in enchantCategories) + { + + } +
+

+

+ Repair with: +

+ @foreach (var item in repairWith) + { + + } +
+

+

+ +

+

+ +

+

+ +

+ + +
\ No newline at end of file diff --git a/BlazorTP/Pages/Edit.razor.cs b/BlazorTP/Pages/Edit.razor.cs new file mode 100644 index 0000000..d7e183a --- /dev/null +++ b/BlazorTP/Pages/Edit.razor.cs @@ -0,0 +1,105 @@ +using BlazorTP.Factories; +using BlazorTP.Models; +using BlazorTP.Services; +using Microsoft.AspNetCore.Components; +using Microsoft.AspNetCore.Components.Forms; + +namespace BlazorTP.Pages +{ + public partial class Edit + { + [Parameter] + public int Id { get; set; } + + /// + /// The default enchant categories. + /// + private List enchantCategories = new List() { "armor", "armor_head", "armor_chest", "weapon", "digger", "breakable", "vanishable" }; + + /// + /// The current item model + /// + private ItemModel itemModel = new() + { + EnchantCategories = new List(), + RepairWith = new List() + }; + + /// + /// The default repair with. + /// + private List repairWith = new List() { "oak_planks", "spruce_planks", "birch_planks", "jungle_planks", "acacia_planks", "dark_oak_planks", "crimson_planks", "warped_planks" }; + + [Inject] + public IDataService DataService { get; set; } + + [Inject] + public NavigationManager NavigationManager { get; set; } + + [Inject] + public IWebHostEnvironment WebHostEnvironment { get; set; } + + protected override async Task OnInitializedAsync() + { + var item = await DataService.GetById(Id); + + var fileContent = await File.ReadAllBytesAsync($"{WebHostEnvironment.WebRootPath}/images/default.png"); + + // Set the model with the item + itemModel = ItemFactory.ToModel(item, fileContent); + } + + private async void HandleValidSubmit() + { + await DataService.Update(Id, itemModel); + + NavigationManager.NavigateTo("list"); + } + + private async Task LoadImage(InputFileChangeEventArgs e) + { + // Set the content of the image to the model + using (var memoryStream = new MemoryStream()) + { + await e.File.OpenReadStream().CopyToAsync(memoryStream); + itemModel.ImageContent = memoryStream.ToArray(); + } + } + + private void OnEnchantCategoriesChange(string item, object checkedValue) + { + if ((bool)checkedValue) + { + if (!itemModel.EnchantCategories.Contains(item)) + { + itemModel.EnchantCategories.Add(item); + } + + return; + } + + if (itemModel.EnchantCategories.Contains(item)) + { + itemModel.EnchantCategories.Remove(item); + } + } + + private void OnRepairWithChange(string item, object checkedValue) + { + if ((bool)checkedValue) + { + if (!itemModel.RepairWith.Contains(item)) + { + itemModel.RepairWith.Add(item); + } + + return; + } + + if (itemModel.RepairWith.Contains(item)) + { + itemModel.RepairWith.Remove(item); + } + } + } +} diff --git a/BlazorTP/Pages/Error.cshtml b/BlazorTP/Pages/Error.cshtml new file mode 100644 index 0000000..48b737b --- /dev/null +++ b/BlazorTP/Pages/Error.cshtml @@ -0,0 +1,42 @@ +@page +@model BlazorTP.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/BlazorTP/Pages/Error.cshtml.cs b/BlazorTP/Pages/Error.cshtml.cs new file mode 100644 index 0000000..9d2f060 --- /dev/null +++ b/BlazorTP/Pages/Error.cshtml.cs @@ -0,0 +1,27 @@ +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.RazorPages; +using System.Diagnostics; + +namespace BlazorTP.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/BlazorTP/Pages/FetchData.razor b/BlazorTP/Pages/FetchData.razor new file mode 100644 index 0000000..7628502 --- /dev/null +++ b/BlazorTP/Pages/FetchData.razor @@ -0,0 +1,48 @@ +@page "/fetchdata" + +Weather forecast + +@using BlazorTP.Data +@inject WeatherForecastService ForecastService + +

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(DateTime.Now); + } +} diff --git a/BlazorTP/Pages/Index.razor b/BlazorTP/Pages/Index.razor new file mode 100644 index 0000000..a8a559d --- /dev/null +++ b/BlazorTP/Pages/Index.razor @@ -0,0 +1,106 @@ +@using System.Globalization +@using System.Globalization +@using BlazorTP.Components + +@page "/" + +Index + +

Hello, world!

+ +Welcome to your new app. + + + +@*

+ CurrentCulture: @CultureInfo.CurrentCulture +

+ + + +
+ My Templated Component +
+
+ +
+
Welcome To Template Component
+
+
+ + + +
+ + + +
+ Templated Component +
+
+ +
+ Hi I'm duplicated header +
+
+
*@ + + + + + +
+ +
+
+ + +
+ +@* + +
+ Cake Token Number - @cakeContext.Id +
+
+ +
+
@cakeContext.Name
+
$ @cakeContext.Cost
+
+
+
+ + + +
+ Cake Token Number - @headContext.Id +
+
+ +
+
@bodyContext.Name
+
$ @bodyContext.Cost
+
+
+
+ + + +
+
+ Cake Token Id - @CakeContext.Id +
+
+
@CakeContext.Name
+

Price $@CakeContext.Cost

+
+ +
+
+
+*@ \ No newline at end of file diff --git a/BlazorTP/Pages/Index.razor.cs b/BlazorTP/Pages/Index.razor.cs new file mode 100644 index 0000000..ecbc8e7 --- /dev/null +++ b/BlazorTP/Pages/Index.razor.cs @@ -0,0 +1,61 @@ +using BlazorTP.Components; +using BlazorTP.Models; +using BlazorTP.Services; +using Microsoft.AspNetCore.Components; + +namespace BlazorTP.Pages +{ + public partial class Index + { + private Cake CakeItem = new Cake + { + Id = 1, + Name = "Black Forest", + Cost = 50 + }; + + public List Cakes { get; set; } + + [Inject] + public IDataService DataService { get; set; } + + public List Items { get; set; } = new List(); + + private List Recipes { get; set; } = new List(); + + protected override async Task OnAfterRenderAsync(bool firstRender) + { + base.OnAfterRenderAsync(firstRender); + + if (!firstRender) + { + return; + } + + Items = await DataService.List(0, await DataService.Count()); + Recipes = await DataService.GetRecipes(); + + StateHasChanged(); + } + + public void LoadCakes() + { + Cakes = new List + { + // items hidden for display purpose + new Cake + { + Id = 1, + Name = "Red Velvet", + Cost = 60 + }, + new Cake + { + Id = 1, + Name = "Black Forest", + Cost = 50, + } + }; + } + } +} diff --git a/BlazorTP/Pages/List.razor b/BlazorTP/Pages/List.razor new file mode 100644 index 0000000..ba45ae8 --- /dev/null +++ b/BlazorTP/Pages/List.razor @@ -0,0 +1,53 @@ +@page "/list" + +@using Models + +

@Localizer["List"]

+ +
+ + Ajouter + +
+ + + + + + + @if (!string.IsNullOrWhiteSpace(context.ImageBase64)) + { + @context.DisplayName + } + else + { + @context.DisplayName + } + + + + + + + @(string.Join(", ", ((Item)context).EnchantCategories)) + + + + + @(string.Join(", ", ((Item)context).RepairWith)) + + + + + + Editer + + + + \ No newline at end of file diff --git a/BlazorTP/Pages/List.razor.cs b/BlazorTP/Pages/List.razor.cs new file mode 100644 index 0000000..d546eaf --- /dev/null +++ b/BlazorTP/Pages/List.razor.cs @@ -0,0 +1,106 @@ +using Blazored.LocalStorage; +using Blazored.Modal; +using Blazored.Modal.Services; +using Blazorise.DataGrid; +using BlazorTP.Modals; +using BlazorTP.Services; +using Microsoft.AspNetCore.Components; +using Microsoft.Extensions.Localization; + +namespace BlazorTP.Pages +{ + public partial class List + { + private List items; + + private int totalItem; + + [Inject] + public NavigationManager NavigationManager { get; set; } + + [CascadingParameter] + public IModalService Modal { get; set; } + + [Inject] + public HttpClient Http { get; set; } + + /// + /// [Inject] + /// public ILocalStorageService LocalStorage { get; set; } + /// + + [Inject] + public IDataService DataService { get; set; } + + [Inject] + public IWebHostEnvironment WebHostEnvironment { get; set; } + + [Inject] + public IStringLocalizer Localizer { get; set; } + + /// + /// protected override async Task OnAfterRenderAsync(bool firstRender) + ///{ + /// // Do not treat this action if is not the first render + /// if (!firstRender) + /// { + /// return; + /// } + /// + /// var currentData = await LocalStorage.GetItemAsync("data"); + /// + /// // Check if data exist in the local storage + /// if (currentData == null) + /// { + /// // this code add in the local storage the fake data (we load the data sync for initialize the data before load the OnReadData method) + /// var originalData = Http.GetFromJsonAsync($"{NavigationManager.BaseUri}fake-data.json").Result; + /// await LocalStorage.SetItemAsync("data", originalData); + /// } + ///} + /// + + 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 LocalStorage.GetItemAsync("data")).Skip((e.Page - 1) * e.PageSize).Take(e.PageSize).ToList(); + /// + + if (!e.CancellationToken.IsCancellationRequested) + { + /// + /// totalItem = (await LocalStorage.GetItemAsync>("data")).Count; + /// items = new List(response); // an actual data for the current page + /// + + items = await DataService.List(e.Page, e.PageSize); + totalItem = await DataService.Count(); + } + } + + private async void OnDelete(int id) + { + var parameters = new ModalParameters(); + parameters.Add(nameof(Item.Id), id); + + var modal = Modal.Show("Delete Confirmation", parameters); + var result = await modal.Result; + + if (result.Cancelled) + { + return; + } + + await DataService.Delete(id); + + // Reload the page + NavigationManager.NavigateTo("list", true); + } + } +} diff --git a/BlazorTP/Pages/_Host.cshtml b/BlazorTP/Pages/_Host.cshtml new file mode 100644 index 0000000..b7e3c43 --- /dev/null +++ b/BlazorTP/Pages/_Host.cshtml @@ -0,0 +1,8 @@ +@page "/" +@namespace BlazorTP.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@{ + Layout = "_Layout"; +} + + diff --git a/BlazorTP/Pages/_Layout.cshtml b/BlazorTP/Pages/_Layout.cshtml new file mode 100644 index 0000000..80be8f8 --- /dev/null +++ b/BlazorTP/Pages/_Layout.cshtml @@ -0,0 +1,40 @@ +@using Microsoft.AspNetCore.Components.Web +@namespace BlazorTP.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers + + + + + + + + + + + + + + @RenderBody() + +
+ + An error has occurred. This application may no longer respond until reloaded. + + + An unhandled exception has occurred. See browser dev tools for details. + + Reload + 🗙 +
+ + + + + + + + + + + + diff --git a/BlazorTP/Program.cs b/BlazorTP/Program.cs new file mode 100644 index 0000000..2ab212c --- /dev/null +++ b/BlazorTP/Program.cs @@ -0,0 +1,93 @@ +using Blazored.LocalStorage; +using Blazorise; +using Blazorise.Bootstrap; +using Blazorise.Icons.FontAwesome; +using BlazorTP.Data; +using BlazorTP.Services; +using Microsoft.AspNetCore.Components; +using Microsoft.AspNetCore.Components.Web; +using Blazored.Modal; +using Microsoft.AspNetCore.Localization; +using System.Globalization; +using Microsoft.Extensions.Options; +using BlazorTP.Shared; + +var builder = WebApplication.CreateBuilder(args); + +// Add services to the container. +builder.Services.AddRazorPages(); +builder.Services.AddServerSideBlazor(); +builder.Services.AddSingleton(); +builder.Services.AddHttpClient(); +builder.Services + .AddBlazorise() + .AddBootstrapProviders() + .AddFontAwesomeIcons(); +builder.Services.AddBlazoredLocalStorage(); +builder.Services.AddScoped(); +builder.Services.AddBlazoredModal(); + +// Add the controller of the app +builder.Services.AddControllers(); + +// Add the localization to the app and specify the resources path +builder.Services.AddLocalization(opts => { opts.ResourcesPath = "Resources"; }); + +// Configure the localtization +builder.Services.Configure(options => +{ + // Set the default culture of the web site + options.DefaultRequestCulture = new RequestCulture(new CultureInfo("en-US")); + + // Declare the supported culture + options.SupportedCultures = new List { new CultureInfo("en-US"), new CultureInfo("fr-FR") }; + options.SupportedUICultures = new List { new CultureInfo("en-US"), new CultureInfo("fr-FR") }; +}); + +builder.Services.AddScoped(); + +builder.Services.Configure(option => +{ + var positionOptions = builder.Configuration.GetSection(PositionOptions.Position).Get(); + + option.Name = positionOptions.Name; + option.Title = positionOptions.Title; +}); + +builder.Logging.AddConfiguration(builder.Configuration.GetSection("Logging")); + +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(); + +// Get the current localization options +var options = ((IApplicationBuilder)app).ApplicationServices.GetService>(); + +if (options?.Value != null) +{ + // use the default localization + app.UseRequestLocalization(options.Value); +} + +// Add the controller to the endpoint +app.UseEndpoints(endpoints => +{ + endpoints.MapControllers(); +}); + +app.MapBlazorHub(); +app.MapFallbackToPage("/_Host"); + +app.Run(); diff --git a/BlazorTP/Properties/launchSettings.json b/BlazorTP/Properties/launchSettings.json new file mode 100644 index 0000000..5b3aa56 --- /dev/null +++ b/BlazorTP/Properties/launchSettings.json @@ -0,0 +1,35 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:53987", + "sslPort": 44381 + } + }, + "profiles": { + "BlazorTP": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:7246;http://localhost:5246", + "dotnetRunMessages": true + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "publishAllPorts": true, + "useSSL": true + } + } +} \ No newline at end of file diff --git a/BlazorTP/Resources/Pages.List.Designer.cs b/BlazorTP/Resources/Pages.List.Designer.cs new file mode 100644 index 0000000..fc30d7f --- /dev/null +++ b/BlazorTP/Resources/Pages.List.Designer.cs @@ -0,0 +1,81 @@ +//------------------------------------------------------------------------------ +// +// 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é. +// +//------------------------------------------------------------------------------ + +namespace BlazorTP.Resources { + using System; + + + /// + /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées. + /// + // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder + // à l'aide d'un outil, tel que ResGen ou Visual Studio. + // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen + // avec l'option /str ou régénérez votre projet VS. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class Pages_List { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Pages_List() { + } + + /// + /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("BlazorTP.Resources.Pages.List", typeof(Pages_List).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Remplace la propriété CurrentUICulture du thread actuel pour toutes + /// les recherches de ressources à l'aide de cette classe de ressource fortement typée. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Recherche une chaîne localisée semblable à Display Name. + /// + public static string Display { + get { + return ResourceManager.GetString("Display", resourceCulture); + } + } + + /// + /// Recherche une chaîne localisée semblable à ItemsList. + /// + public static string List { + get { + return ResourceManager.GetString("List", resourceCulture); + } + } + } +} diff --git a/BlazorTP/Resources/Pages.List.fr-FR.resx b/BlazorTP/Resources/Pages.List.fr-FR.resx new file mode 100644 index 0000000..4f98b58 --- /dev/null +++ b/BlazorTP/Resources/Pages.List.fr-FR.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Nom d'affichage + + + Liste des éléments + + \ No newline at end of file diff --git a/BlazorTP/Resources/Pages.List.resx b/BlazorTP/Resources/Pages.List.resx new file mode 100644 index 0000000..15d740e --- /dev/null +++ b/BlazorTP/Resources/Pages.List.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Display Name + + + ItemsList + + \ No newline at end of file diff --git a/BlazorTP/Services/DataApiService.cs b/BlazorTP/Services/DataApiService.cs new file mode 100644 index 0000000..63f297b --- /dev/null +++ b/BlazorTP/Services/DataApiService.cs @@ -0,0 +1,59 @@ +using BlazorTP.Components; +using BlazorTP.Factories; +using BlazorTP.Models; + +namespace BlazorTP.Services +{ + public class DataApiService : IDataService + { + private readonly HttpClient _http; + + public DataApiService( + HttpClient http) + { + _http = http; + } + + public async Task Add(ItemModel model) + { + // Get the item + var item = ItemFactory.Create(model); + + // Save the data + await _http.PostAsJsonAsync("https://localhost:7234/api/Crafting/", item); + } + + public async Task Count() + { + return await _http.GetFromJsonAsync("https://localhost:7234/api/Crafting/count"); + } + + public async Task> List(int currentPage, int pageSize) + { + return await _http.GetFromJsonAsync>($"https://localhost:7234/api/Crafting/?currentPage={currentPage}&pageSize={pageSize}"); + } + + public async Task GetById(int id) + { + return await _http.GetFromJsonAsync($"https://localhost:7234/api/Crafting/{id}"); + } + + public async Task Update(int id, ItemModel model) + { + // Get the item + var item = ItemFactory.Create(model); + + await _http.PutAsJsonAsync($"https://localhost:7234/api/Crafting/{id}", item); + } + + public async Task Delete(int id) + { + await _http.DeleteAsync($"https://localhost:7234/api/Crafting/{id}"); + } + + public async Task> GetRecipes() + { + return await _http.GetFromJsonAsync>("https://localhost:7234/api/Crafting/recipe"); + } + } +} diff --git a/BlazorTP/Services/DataLocalService.cs b/BlazorTP/Services/DataLocalService.cs new file mode 100644 index 0000000..9133e27 --- /dev/null +++ b/BlazorTP/Services/DataLocalService.cs @@ -0,0 +1,147 @@ +using Blazored.LocalStorage; +using BlazorTP.Components; +using BlazorTP.Factories; +using BlazorTP.Models; +using Microsoft.AspNetCore.Components; + +namespace BlazorTP.Services +{ + public class DataLocalService : IDataService + { + private readonly HttpClient _http; + private readonly ILocalStorageService _localStorage; + private readonly NavigationManager _navigationManager; + private readonly IWebHostEnvironment _webHostEnvironment; + + public DataLocalService( + ILocalStorageService localStorage, + HttpClient http, + IWebHostEnvironment webHostEnvironment, + NavigationManager navigationManager) + { + _localStorage = localStorage; + _http = http; + _webHostEnvironment = webHostEnvironment; + _navigationManager = navigationManager; + } + + public async Task Add(ItemModel model) + { + // Get the current data + var currentData = await _localStorage.GetItemAsync>("data"); + + // Simulate the Id + model.Id = currentData.Max(s => s.Id) + 1; + + // Add the item to the current data + currentData.Add(ItemFactory.Create(model)); + + // Save the data + await _localStorage.SetItemAsync("data", currentData); + } + + public async Task Count() + { + // Load data from the local storage + var currentData = await _localStorage.GetItemAsync("data"); + + // Check if data exist in the local storage + if (currentData == null) + { + // this code add in the local storage the fake data + var originalData = await _http.GetFromJsonAsync($"{_navigationManager.BaseUri}fake-data.json"); + await _localStorage.SetItemAsync("data", originalData); + } + + return (await _localStorage.GetItemAsync("data")).Length; + } + + public async Task> List(int currentPage, int pageSize) + { + // Load data from the local storage + var currentData = await _localStorage.GetItemAsync("data"); + + // Check if data exist in the local storage + if (currentData == null) + { + // this code add in the local storage the fake data + var originalData = await _http.GetFromJsonAsync($"{_navigationManager.BaseUri}fake-data.json"); + await _localStorage.SetItemAsync("data", originalData); + } + + return (await _localStorage.GetItemAsync("data")).Skip((currentPage - 1) * pageSize).Take(pageSize).ToList(); + } + + public async Task GetById(int id) + { + // Get the current data + var currentData = await _localStorage.GetItemAsync>("data"); + + // Get the item int the list + var item = currentData.FirstOrDefault(w => w.Id == id); + + // Check if item exist + if (item == null) + { + throw new Exception($"Unable to found the item with ID: {id}"); + } + + return item; + } + + public async Task Update(int id, ItemModel model) + { + // Get the current data + var currentData = await _localStorage.GetItemAsync>("data"); + + // Get the item int the list + var item = currentData.FirstOrDefault(w => w.Id == id); + + // Check if item exist + if (item == null) + { + throw new Exception($"Unable to found the item with ID: {id}"); + } + + // Modify the content of the item + ItemFactory.Update(item, model); + + // Save the data + await _localStorage.SetItemAsync("data", currentData); + } + + public async Task Delete(int id) + { + // Get the current data + var currentData = await _localStorage.GetItemAsync>("data"); + + // Get the item int the list + var item = currentData.FirstOrDefault(w => w.Id == id); + + // Delete item in + currentData.Remove(item); + + // Save the data + await _localStorage.SetItemAsync("data", currentData); + } + + public Task> GetRecipes() + { + var items = new List + { + new CraftingRecipe + { + Give = new Item { DisplayName = "Diamond", Name = "diamond" }, + Have = new List> + { + new List { "dirt", "dirt", "dirt" }, + new List { "dirt", null, "dirt" }, + new List { "dirt", "dirt", "dirt" } + } + } + }; + + return Task.FromResult(items); + } + } +} diff --git a/BlazorTP/Services/IDataService.cs b/BlazorTP/Services/IDataService.cs new file mode 100644 index 0000000..8846226 --- /dev/null +++ b/BlazorTP/Services/IDataService.cs @@ -0,0 +1,22 @@ +using BlazorTP.Components; +using BlazorTP.Models; + +namespace BlazorTP.Services +{ + public interface IDataService + { + Task Add(ItemModel model); + + Task Count(); + + Task> List(int currentPage, int pageSize); + + Task GetById(int id); + + Task Update(int id, ItemModel model); + + Task Delete(int id); + + Task> GetRecipes(); + } +} diff --git a/BlazorTP/Shared/Config.razor b/BlazorTP/Shared/Config.razor new file mode 100644 index 0000000..fe7f053 --- /dev/null +++ b/BlazorTP/Shared/Config.razor @@ -0,0 +1,10 @@ +@page "/config" +

Config

+ +@if (positionOptions != null) +{ +
+
Title: @positionOptions.Title
+
Name: @positionOptions.Name
+
+} \ No newline at end of file diff --git a/BlazorTP/Shared/Config.razor.cs b/BlazorTP/Shared/Config.razor.cs new file mode 100644 index 0000000..b234a74 --- /dev/null +++ b/BlazorTP/Shared/Config.razor.cs @@ -0,0 +1,24 @@ +namespace BlazorTP.Shared +{ + using Microsoft.AspNetCore.Components; + using Microsoft.Extensions.Configuration; + using Microsoft.Extensions.Options; + + public partial class Config + { + [Inject] + public IConfiguration Configuration { get; set; } + + [Inject] + public IOptions OptionsPositionOptions { get; set; } + + private PositionOptions positionOptions; + + protected override void OnInitialized() + { + base.OnInitialized(); + + positionOptions = OptionsPositionOptions.Value; + } + } +} diff --git a/BlazorTP/Shared/CultureSelector.razor b/BlazorTP/Shared/CultureSelector.razor new file mode 100644 index 0000000..53d4a2c --- /dev/null +++ b/BlazorTP/Shared/CultureSelector.razor @@ -0,0 +1,43 @@ +@using System.Globalization +@inject NavigationManager NavigationManager + +

+ +

+ +@code +{ + private CultureInfo[] supportedCultures = new[] + { + new CultureInfo("fr-FR"), + new CultureInfo("en-US") + }; + + private CultureInfo Culture + { + get => CultureInfo.CurrentCulture; + set + { + if (CultureInfo.CurrentUICulture == value) + { + return; + } + + var culture = value.Name.ToLower(CultureInfo.InvariantCulture); + + var uri = new Uri(this.NavigationManager.Uri).GetComponents(UriComponents.PathAndQuery, UriFormat.Unescaped); + var query = $"?culture={Uri.EscapeDataString(culture)}&" + $"redirectUri={Uri.EscapeDataString(uri)}"; + + // Redirect the user to the culture controller to set the cookie + this.NavigationManager.NavigateTo("/Culture/SetCulture" + query, forceLoad: true); + } + } +} diff --git a/BlazorTP/Shared/MainLayout.razor b/BlazorTP/Shared/MainLayout.razor new file mode 100644 index 0000000..a38e676 --- /dev/null +++ b/BlazorTP/Shared/MainLayout.razor @@ -0,0 +1,23 @@ +@inherits LayoutComponentBase + +BlazorTP + +
+ + +
+
+ About + +
+ +
+
+ +
+ @Body +
+
+
diff --git a/BlazorTP/Shared/MainLayout.razor.css b/BlazorTP/Shared/MainLayout.razor.css new file mode 100644 index 0000000..699f17c --- /dev/null +++ b/BlazorTP/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/BlazorTP/Shared/NavMenu.razor b/BlazorTP/Shared/NavMenu.razor new file mode 100644 index 0000000..ccdb1eb --- /dev/null +++ b/BlazorTP/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/BlazorTP/Shared/NavMenu.razor.css b/BlazorTP/Shared/NavMenu.razor.css new file mode 100644 index 0000000..e681f23 --- /dev/null +++ b/BlazorTP/Shared/NavMenu.razor.css @@ -0,0 +1,62 @@ +.navbar-toggler { + background-color: rgba(255, 255, 255, 0.1); +} + +.top-row { + height: 3.5rem; + background-color: rgba(0,0,0,0.4); +} + +.navbar-brand { + font-size: 1.1rem; +} + +.oi { + width: 2rem; + font-size: 1.1rem; + vertical-align: text-top; + top: -2px; +} + +.nav-item { + font-size: 0.9rem; + padding-bottom: 0.5rem; +} + + .nav-item:first-of-type { + padding-top: 1rem; + } + + .nav-item:last-of-type { + padding-bottom: 1rem; + } + + .nav-item ::deep a { + color: #d7d7d7; + border-radius: 4px; + height: 3rem; + display: flex; + align-items: center; + line-height: 3rem; + } + +.nav-item ::deep a.active { + background-color: rgba(255,255,255,0.25); + color: white; +} + +.nav-item ::deep a:hover { + background-color: rgba(255,255,255,0.1); + color: white; +} + +@media (min-width: 641px) { + .navbar-toggler { + display: none; + } + + .collapse { + /* Never collapse the sidebar for wide screens */ + display: block; + } +} diff --git a/BlazorTP/Shared/PositionOptions.cs b/BlazorTP/Shared/PositionOptions.cs new file mode 100644 index 0000000..825801a --- /dev/null +++ b/BlazorTP/Shared/PositionOptions.cs @@ -0,0 +1,10 @@ +namespace BlazorTP.Shared +{ + public class PositionOptions + { + public const string Position = "Position"; + + public string Title { get; set; } + public string Name { get; set; } + } +} diff --git a/BlazorTP/Shared/SurveyPrompt.razor b/BlazorTP/Shared/SurveyPrompt.razor new file mode 100644 index 0000000..799bb62 --- /dev/null +++ b/BlazorTP/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/BlazorTP/_Imports.razor b/BlazorTP/_Imports.razor new file mode 100644 index 0000000..3340c1b --- /dev/null +++ b/BlazorTP/_Imports.razor @@ -0,0 +1,13 @@ +@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 BlazorTP +@using BlazorTP.Shared +@using Blazorise.DataGrid +@using Blazored.Modal +@using Blazored.Modal.Services diff --git a/BlazorTP/appsettings.Development.json b/BlazorTP/appsettings.Development.json new file mode 100644 index 0000000..f042c67 --- /dev/null +++ b/BlazorTP/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/BlazorTP/appsettings.json b/BlazorTP/appsettings.json new file mode 100644 index 0000000..74555c7 --- /dev/null +++ b/BlazorTP/appsettings.json @@ -0,0 +1,32 @@ +{ + "Position": + { + "Title": "Editor", + "Name": "Joe Smith" + }, + "MyKey": "My appsettings.json Value", + "Logging": + { + "LogLevel": + { // All providers, LogLevel applies to all the enabled providers. + "Default": "Error", // Default logging, Error and higher. + "Microsoft": "Warning" // All Microsoft* categories, Warning and higher. + }, + "Debug": + { // Debug provider. + "LogLevel": + { + "Default": "Information", // Overrides preceding LogLevel:Default setting. + "Microsoft.Hosting": "Trace" // Debug:Microsoft.Hosting category. + } + }, + "EventSource": + { // EventSource provider + "LogLevel": + { + "Default": "Warning" // All categories of EventSource provider. + } + } + }, + "AllowedHosts": "*" +} \ No newline at end of file diff --git a/BlazorTP/bin/Debug/net6.0/BlazorTP.deps.json b/BlazorTP/bin/Debug/net6.0/BlazorTP.deps.json new file mode 100644 index 0000000..bc7941f --- /dev/null +++ b/BlazorTP/bin/Debug/net6.0/BlazorTP.deps.json @@ -0,0 +1,441 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "BlazorTP/1.0.0": { + "dependencies": { + "Blazored.LocalStorage": "4.3.0", + "Blazored.Modal": "7.1.0", + "Blazorise.Bootstrap": "1.1.2", + "Blazorise.DataGrid": "1.1.2", + "Blazorise.Icons.FontAwesome": "1.1.2", + "Microsoft.Extensions.Localization": "7.0.0", + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.15.1" + }, + "runtime": { + "BlazorTP.dll": {} + }, + "resources": { + "fr-FR/BlazorTP.resources.dll": { + "locale": "fr-FR" + } + } + }, + "Blazored.LocalStorage/4.3.0": { + "dependencies": { + "Microsoft.AspNetCore.Components.Web": "6.0.9" + }, + "runtime": { + "lib/net6.0/Blazored.LocalStorage.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "Blazored.Modal/7.1.0": { + "dependencies": { + "Microsoft.AspNetCore.Components": "6.0.9", + "Microsoft.AspNetCore.Components.Web": "6.0.9", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.JSInterop.WebAssembly": "6.0.3" + }, + "runtime": { + "lib/net6.0/Blazored.Modal.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "Blazorise/1.1.2": { + "dependencies": { + "Microsoft.AspNetCore.Components": "6.0.9", + "Microsoft.AspNetCore.Components.Web": "6.0.9", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0" + }, + "runtime": { + "lib/net6.0/Blazorise.dll": { + "assemblyVersion": "1.1.2.0", + "fileVersion": "1.1.2.0" + } + } + }, + "Blazorise.Bootstrap/1.1.2": { + "dependencies": { + "Blazorise": "1.1.2", + "Microsoft.AspNetCore.Components": "6.0.9", + "Microsoft.AspNetCore.Components.Web": "6.0.9", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0" + }, + "runtime": { + "lib/net6.0/Blazorise.Bootstrap.dll": { + "assemblyVersion": "1.1.2.0", + "fileVersion": "1.1.2.0" + } + } + }, + "Blazorise.DataGrid/1.1.2": { + "dependencies": { + "Blazorise": "1.1.2", + "Microsoft.AspNetCore.Components": "6.0.9", + "Microsoft.AspNetCore.Components.Web": "6.0.9", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0" + }, + "runtime": { + "lib/net6.0/Blazorise.DataGrid.dll": { + "assemblyVersion": "1.1.2.0", + "fileVersion": "1.1.2.0" + } + } + }, + "Blazorise.Icons.FontAwesome/1.1.2": { + "dependencies": { + "Blazorise": "1.1.2", + "Microsoft.AspNetCore.Components": "6.0.9", + "Microsoft.AspNetCore.Components.Web": "6.0.9", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0" + }, + "runtime": { + "lib/net6.0/Blazorise.Icons.FontAwesome.dll": { + "assemblyVersion": "1.1.2.0", + "fileVersion": "1.1.2.0" + } + } + }, + "Microsoft.AspNetCore.Authorization/6.0.9": { + "dependencies": { + "Microsoft.AspNetCore.Metadata": "6.0.9", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.AspNetCore.Authorization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + } + } + }, + "Microsoft.AspNetCore.Components/6.0.9": { + "dependencies": { + "Microsoft.AspNetCore.Authorization": "6.0.9", + "Microsoft.AspNetCore.Components.Analyzers": "6.0.9" + }, + "runtime": { + "lib/net6.0/Microsoft.AspNetCore.Components.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + } + } + }, + "Microsoft.AspNetCore.Components.Analyzers/6.0.9": {}, + "Microsoft.AspNetCore.Components.Forms/6.0.9": { + "dependencies": { + "Microsoft.AspNetCore.Components": "6.0.9" + }, + "runtime": { + "lib/net6.0/Microsoft.AspNetCore.Components.Forms.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + } + } + }, + "Microsoft.AspNetCore.Components.Web/6.0.9": { + "dependencies": { + "Microsoft.AspNetCore.Components": "6.0.9", + "Microsoft.AspNetCore.Components.Forms": "6.0.9", + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.JSInterop": "6.0.9", + "System.IO.Pipelines": "6.0.3" + }, + "runtime": { + "lib/net6.0/Microsoft.AspNetCore.Components.Web.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + } + } + }, + "Microsoft.AspNetCore.Metadata/6.0.9": { + "runtime": { + "lib/net6.0/Microsoft.AspNetCore.Metadata.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + } + } + }, + "Microsoft.Extensions.DependencyInjection/6.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { + "runtime": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Localization/7.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Localization.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Localization.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51819" + } + } + }, + "Microsoft.Extensions.Localization.Abstractions/7.0.0": { + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51819" + } + } + }, + "Microsoft.Extensions.Logging.Abstractions/7.0.0": { + "runtime": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Options/7.0.0": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Extensions.Primitives/7.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.JSInterop/6.0.9": { + "runtime": { + "lib/net6.0/Microsoft.JSInterop.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + } + } + }, + "Microsoft.JSInterop.WebAssembly/6.0.3": { + "dependencies": { + "Microsoft.JSInterop": "6.0.9" + }, + "runtime": { + "lib/net6.0/Microsoft.JSInterop.WebAssembly.dll": { + "assemblyVersion": "6.0.3.0", + "fileVersion": "6.0.322.12401" + } + } + }, + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.15.1": {}, + "System.IO.Pipelines/6.0.3": { + "runtime": { + "lib/net6.0/System.IO.Pipelines.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.522.21309" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": {} + } + }, + "libraries": { + "BlazorTP/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Blazored.LocalStorage/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CfHp9SWN45cM/TM8uw4pELQBfCRtMssCMSOjsEXVWibeYBn36TLpzw+J1vsC2Su2BEQ3Et19A5+GqK1S3kHbTQ==", + "path": "blazored.localstorage/4.3.0", + "hashPath": "blazored.localstorage.4.3.0.nupkg.sha512" + }, + "Blazored.Modal/7.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ft5bX5barhyzpQc9jjU029ByrAQXgqSMItwhmEbr0pb7r+of8XH0E/OyS8K6O6Disq5R+p4wpt+W+NGg3/OTMA==", + "path": "blazored.modal/7.1.0", + "hashPath": "blazored.modal.7.1.0.nupkg.sha512" + }, + "Blazorise/1.1.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UGlSOaSiyg3kIN2KbwioNrAoR6Z653NCazo8Tkc5xXoWQKJvkcumhLCZmTbY9pePkOOCU7ey/BSY+cnKYMfhCQ==", + "path": "blazorise/1.1.2", + "hashPath": "blazorise.1.1.2.nupkg.sha512" + }, + "Blazorise.Bootstrap/1.1.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+5LSbmSCcPaWM3KEireQa/37z/7q76Kvkx244t6bd8FUkQT9wdxIru5JrKRyn48lz7wGYFqiKYSr2EDgcXLVIw==", + "path": "blazorise.bootstrap/1.1.2", + "hashPath": "blazorise.bootstrap.1.1.2.nupkg.sha512" + }, + "Blazorise.DataGrid/1.1.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hqBiSAqNXp322MLKnAuAENVs3M2I45rtCFs5TPHHYP7z7Lmkg4TzDstZIv95/cn3DWKqVtzvdBs6GFqK+2p6fg==", + "path": "blazorise.datagrid/1.1.2", + "hashPath": "blazorise.datagrid.1.1.2.nupkg.sha512" + }, + "Blazorise.Icons.FontAwesome/1.1.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3Di2jXYKffeZ+2u76JCi+BgH5M00lzoX+JUktw6wJozdksbfuPRLIVuodyzZz9WGd5bZCdYKHctrTjEWme/8lw==", + "path": "blazorise.icons.fontawesome/1.1.2", + "hashPath": "blazorise.icons.fontawesome.1.1.2.nupkg.sha512" + }, + "Microsoft.AspNetCore.Authorization/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-paH0Zgo6yWMhVwaWZ0wqyY5az7zv89C5AlRfrpAAjAyKLvgBuTIQIK9kPSIGAoOhvt56fxcDTLws3cckauWOWw==", + "path": "microsoft.aspnetcore.authorization/6.0.9", + "hashPath": "microsoft.aspnetcore.authorization.6.0.9.nupkg.sha512" + }, + "Microsoft.AspNetCore.Components/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ueQkgDVg30fWLRrHiK/yaDEH2J8UUZ8+5KykWTupiHoLxHBcdx60lxelmJWrLzHsiA/1aoZMhPF2r5sGDPd8nw==", + "path": "microsoft.aspnetcore.components/6.0.9", + "hashPath": "microsoft.aspnetcore.components.6.0.9.nupkg.sha512" + }, + "Microsoft.AspNetCore.Components.Analyzers/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yVI41+FbLzNhBUEPWNTEwFCz3+JkzCfiD1K+8MLFa66+yDSDWBUbzXtTxzVb2I8RstANXalR/6BFUvmdYjruAQ==", + "path": "microsoft.aspnetcore.components.analyzers/6.0.9", + "hashPath": "microsoft.aspnetcore.components.analyzers.6.0.9.nupkg.sha512" + }, + "Microsoft.AspNetCore.Components.Forms/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-uPFeDc3Ur8lReE6J5k+8Y+8xIhXiUHKBB3w2IV37bBh2vOSTpoMq9RkcKC8omeulqGRD4iPyzGxEA7OIIXqC0A==", + "path": "microsoft.aspnetcore.components.forms/6.0.9", + "hashPath": "microsoft.aspnetcore.components.forms.6.0.9.nupkg.sha512" + }, + "Microsoft.AspNetCore.Components.Web/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fNb8IGYDYYaWrt20ObNhwXkh5AhYyiphrIZDpNegvbtLtlJMsz2OaJztgpVDGNLmb7x20TQ3GlnGQiqHChcmeA==", + "path": "microsoft.aspnetcore.components.web/6.0.9", + "hashPath": "microsoft.aspnetcore.components.web.6.0.9.nupkg.sha512" + }, + "Microsoft.AspNetCore.Metadata/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cQET2vOT72zW+kOd71KQE80qBSQJEnWs86HfJEZPzHgTfn/o5UyzHHRosP1EQX8iPQ9ESxmd+AJedggkSxN93Q==", + "path": "microsoft.aspnetcore.metadata/6.0.9", + "hashPath": "microsoft.aspnetcore.metadata.6.0.9.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", + "path": "microsoft.extensions.dependencyinjection/6.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.6.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.Localization/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hc+3uiY/ZYufz6GC39ODQ1Pk9lMnSg+ORZIIEv7W2VJpekc43GoJ3EcwDu5ggLcVvb8ff87peXt8WEtbCVsWPQ==", + "path": "microsoft.extensions.localization/7.0.0", + "hashPath": "microsoft.extensions.localization.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Localization.Abstractions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OhKe14cdR3aNJ2eFUrLIKEEXAmudZD7TmV+Exw9Y1OWCaV2vkvp4DLnz0GgYbRGpTPPgS50f1c/hK7JkV3uVcA==", + "path": "microsoft.extensions.localization.abstractions/7.0.0", + "hashPath": "microsoft.extensions.localization.abstractions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Abstractions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==", + "path": "microsoft.extensions.logging.abstractions/7.0.0", + "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Options/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", + "path": "microsoft.extensions.options/7.0.0", + "hashPath": "microsoft.extensions.options.7.0.0.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/6.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6SRDR3QEhnT3WuNittrXn0yKM2a2J7E22GAdSuKzC8tPcAjA25tHJeyFcRIJFZBmsIE0tuJzXopLrvG4sTacAg==", + "path": "microsoft.jsinterop/6.0.9", + "hashPath": "microsoft.jsinterop.6.0.9.nupkg.sha512" + }, + "Microsoft.JSInterop.WebAssembly/6.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4B7RdZ01eKShey9MllKrVjEJZN/Y1Hvku/qTwVKSwt/n+KgFmyYEkEMbSdKDWB7MbvCPZykCQbkKnKfLzML9sg==", + "path": "microsoft.jsinterop.webassembly/6.0.3", + "hashPath": "microsoft.jsinterop.webassembly.6.0.3.nupkg.sha512" + }, + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.15.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dcsF7rjxvMnqtfckpzWYvBsZsJD51yQVHSSgd2EN5/CJ/zQigJrfo313lvAwf0VL9ZOHLnJthuboadjnBAU7Ng==", + "path": "microsoft.visualstudio.azure.containers.tools.targets/1.15.1", + "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.15.1.nupkg.sha512" + }, + "System.IO.Pipelines/6.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", + "path": "system.io.pipelines/6.0.3", + "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512" + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/BlazorTP/bin/Debug/net6.0/BlazorTP.dll b/BlazorTP/bin/Debug/net6.0/BlazorTP.dll new file mode 100644 index 0000000000000000000000000000000000000000..f20ccf7d1c7d069d4a3f21792e53de35da9ade6f GIT binary patch literal 119808 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 Xx4i$!<8N^FA^7_k)IT}?|1|Jl9%Y9W literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/BlazorTP.exe b/BlazorTP/bin/Debug/net6.0/BlazorTP.exe new file mode 100644 index 0000000000000000000000000000000000000000..11d2897464545382a5eabe70001cc986456e5e00 GIT binary patch literal 148992 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

;?f3IAucVFU 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 s6l(i-&f+lsV&s1{0j*7jPpx6MaLB54 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 EUqRoktN;K2 literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Blazored.Modal.dll b/BlazorTP/bin/Debug/net6.0/Blazored.Modal.dll new file mode 100644 index 0000000000000000000000000000000000000000..8b8bad0351982712010abc7a5eaa4d4e701bbf18 GIT binary patch literal 45056 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 Zzt8{C7U)OZMhE|nt;YZR{NHDR{|^G&z5M_H literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Blazorise.Bootstrap.dll b/BlazorTP/bin/Debug/net6.0/Blazorise.Bootstrap.dll new file mode 100644 index 0000000000000000000000000000000000000000..b7d117239c5c829767cad23bdcd9e3c46335effe GIT binary patch literal 104960 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 z zjs|}Kh_-PL0RI{gOU6A2__#Y3$`e5Ji8~(rn?Ur5I}!XzAo|3e4E}8(`ox_A{xlGM z;?{tF7l=M_r-45QM4z}bz@G=APuyAH{{uvyxO2dN07Rd-^T2-yM4z|^gZ~KVs+ZkE zfIo3-p}Ycg)lc0;;I9E)^)q(~`0GGd{oGv!{tKY1{@1Moe*@^MU%H2bzX^2JTkcBm zUjbe9wp$PW4$xJsm7wD?@+y?OXfv)}9s^=A#!dn+17b18a^T&7Sd6hw@a{lt#n@KxUO?79vF+e} zfY^$$Q^5NHu@z&dfe!#;E5^T z0Zxit2Amw*1FVW&37itU8dx2>7FZLzj`XJj(O|I~fHPt@0cXW-0nU!y2Amta12`{s z7jS;;9^iu5SAmDb?gQ4w_5v5i9t0j9dkDBP_6TrQ>``ES>~Y}g*f)Sj#J&Yw6MG8S z5c>|#Z3LnZW6yve2}B>po&`S|h(3&c5By6&tgqM$;Ku^dhq3R29}h$y#$E(J0f;_~ zy#&4_hOK zKvqw&zkr_wbk*6hkHL2VU3E_E6Y$+YSDhRCJNS7(SDhdGC-?0C3LyF|76ZQuh<=NefnNhezs0(Ne;J5=i**OT9*BO6^#s2Wh<=Op2EQ4I zev9=5zZHmni}eS;9f*F54Ftavh<=L=0>2xGev1tT{|XTO78?qFFOXGRY&iIXKvr$B z5#SF2u|{H}fG@{JL-`5NRj3i8t}J)Xph)5;JdLI!1rRapuZ19d&K5|{}zb$h|L54JrL~?I~e?r zKx~iLA;3>#wNU;JL>t5wf&UZes(;0nfPV%=C&ZS4{|AUph}VHTKy*UUpZ1F~j}uLIu~$eJ;J z9QY6*YsPpJ_%I;4BAx)R1fntG&EWe3(Hrq3_<=z5Mtmdq7$Djpo&rvdZw5|_w*jZe zGr$?~lYlehIV5KR(G2lU@Hs&ALwqavJRtfZz8(BvAX*}R3iu&FR~;HZ4ZIeJu85xj zz6j{5#qpisOMtFg8b1qs8PHYBfKckx@mF9kC0;Qi-Zv(Le;?Dw~j(-pMO#B7t-vwd`#J>;z91u$&{v!DE zKv(@R{u200Kv(@J{$ubT0~xLHpMd`a$Y_nf3jQjP(HegZ{52r+e*AUt*MW@L_%FbJ z0c0jBdjmMR>`h=**{@fhjJb2M8cdp13%0OR22sB-XgR0a5M)dPID>IHtT>H~hR>IZ(F8UTKt+6Vl6wJ-Sj zY6$oRY8dzhYCrG`)kyFQRVDaEYJc#H)Pdj^t1;jgt8w6$s0rYgs7c_Lsw(hHRWU8j%)ei96)cN4IsSCkxR~Lix8;#(1sT;xXQa6KtRec@&tLicEd({)*_o{D# z->04gzfXM|{C@Q``2Fg;;Ct0`;Ct2c;18*vfj^{v4*szEU+{<3FTo#CZ-GCe-Uk1= z`Zf61)qCKNs^5S=s(uIlnEC_wW9m=fPpE%^KcW5&&Lyi}Q-E%-8udff2>wHLB=~f8 zHtX1HJVqsG{dRUAchE|gvTJ;^x|=<|$JDpg^Xf<3MfnH&W81ti~UXzsB{L;bn`}m7S1hRbQpJ{vYb)-psP2Ap_e;Bf ztNXAX6MHP|(b?m!9#8i8OApm^ZO<(|Pw#nc&nJ8SyyvGq$M$OM)!FN^UibBSq1Riz z=Jwv$`@Y^k?LD_oeV;S?oZn|e-#hz0-1oSCxqiF*U(^5l{YMO#u}@~7-TTxJdUVj1 zeV^U;^?mye9z1y5;EjWC8vH+lUmhGAGH1x9AvX-!JLEe_fPJ>b^q)3A3tWpn5|8eYsuBrNZ)!S9aO=+KU*_1n{d@!YV zb!ByJ^~UO-R{y!$t=Xq$M$O8a6Kk%n`BBX$H4jgHcIw(`FHL)E+T!V}rf-@4^z;{| zUp(W(nUiK6G3!sWKAUyP>=$PLZ1zEOR?j(RPQSU!=MI~ zMW)|igZDd&TN^_Sz58~DX@cz(KoD`kNDbHr^vbEycaA{S^sX--LrIK@l zN=`p2IXS50PgGx?4DmgKzMCVj;T2QG@#+`yY6?Yo$ble%Z9k`viGjV6(&c^M+ zorBwrI~R8z?tI(@IA#rIi%MpRN@j;jv{@yyK_#<5CEC9dtzU_@uSCmNqTMUeb)z{S z8_l`cXimjOa~d|9v#`mfTg;Sqfakr_ZX#1t=4z%W-oIBmc`OV#&Gu^}4 z%~v>S`YP^T+Wg&T^jNs^vkV(h4rtp{x#PBvh}aG{*BhZ+4{Fy|90!&Y5lvc{}t=s zYyJDJ|A6(sX8nh)|8?s>X8k9u|4r*ZY5i|o|7q)g*ZM!S{wvo1sr7$m{hwR^f35#Z z>%V3Fx2^wc>%V9H-&p^5*8hX`|786?TmK{L|JC|`v;L>n|A+PeW&M9!UpZzRxYmzb zzufv2*6(5cUe@np{eIRTfG_Plz%l(}A4}iY`a`Tg%=-ITf28#*t-rtZ548Rm>yNYk z1ncv=(t7+>S-;x)Q>{PU`ZKLR+xl~@Ki~QbtbeHW7g~R@^$)ZD3hS@3{%Y&5v3{fV zkF@^L*8h_AkG1~s)<41e>#g5n{SDUNWc?GZ-)jA|_1mqVwSI^7w^)Ch^-s3`sn$Q; z`a7(DruEOZ{yEk^*ZSvM|3d3uZ2e2Ef4TLqu>Mu}(hsh3j2^t+(qFgzVnny~2fl6ABZ=4)=D?)13ajPIKn>+Uq26r{S)}J<@Ap z?4P}^Chp4EOBF}qGO?|FcE$eKXLoFH-}7)6;4Z@LiY5DA8B4JT@m}A(v3>jPijC=a zWo#z?q5by8j_CJn>{{^q!C%0C7v4YcyZ7H48`b|M;=PM|ANNV@h8`2+srXvlQMk>x zX=VI!vO0R7MqEN&hr4B;b&hJ8mFu6mH6(gi7GI;pcGM zac2;|6n7o?v-m&8y@C7fpjXRA?Ypk*pna2S)V>Kd1$-I)k+}20ufW{~eh>bOxVORo zhOY)ERQ2F>Ws7h}4z4ZlK4=kcUD?%xld3zKk| z@`|BXyYq)0SH5)UaOcf^K6aK3Ka93nfm@DSg*&eNqy45-d^C8sI(x*y6<3c)sDUFB z>f({FS4g@yj9gcCH~8HnYs>Eje_~`(iT^{~Tgd$e-VfnPxZ9|t`XRJIqt=y;9QAs| z$WgWBBf%#@A2}+ari0f)uZ3Og?7|8?lEBl|k|2hd+f_MhPK%GWF6m9^#Z%5`M}Dw8T+nNY*P z$3hkGM)iV%6$QGu7Z9Q@vj2E8@l+9 zk;ZfQufls3-mBmrz`aJNp(C0yK z22VpzLr;V6fS!haIruHmZ-IUb_&1>60{sQ>SD?QF{T1-{puYnBQ}Ay4zh2R8|Jw3y z`>!h-y?;`5+n>G%J{S62=ySnWK%Wc!Nbol3ZP44mcSCR6e`${^arfh%!M%n15ZB{? zr9Fn@rsJ02j>lzi=i;u#eGT_L+^=ze$L)LI(jF6W%W=oyPR3nw;JUJVagX7i!~G2R zYusOP>Y#OH{c!u?CgEn|mg5?6Ex0W1Y~1Cz+i_pReHZsK?$@}F4oax_n2(*gWA-{v z;{P1~U$`M-KXwwhYsMzjw{XvlU03!3{;$S98~dfxyQlP>E61%XyLntfJ&b#LTz$_M z_gzGvdp7pjxLvW>`1$m^xwr+mg}6g;i*b9M8^`Z;euVo2uFr&(=$wz8vnQZ8C+u~; zKLK4ak$eqaRQ^lez+nvHR^t+C&&1n$-39NyiAiK~)$=_@sRox5ui>T5OY%D##JT#eIr$kgtAzlq;4)#>{R?$@|J(~d$PIein; zoW6Ue?dkIYE;iliJ8AmXz8i5D;C@DUzznDFSlo2n^|)7NywLaWxC3W8eHY>~xKn2y zS011BS>Ll~mGygSmecnIT)){)-ve;fvnTdz!JRpKPoHnjexYxC&X1W}_ViglXHTC~ z=QQ`beNM99i~BbBduGld?#Q_>^linRKiBDdHSQa@@6YYt_sxBrzQ2QBG4F-GbLKgH zkHVdSyA$^ow14CFoA2~J6t|k!aL}c=!*m;_`PJ19+{yFlJMe!ppXqx3!p>A{%bH}m zC7Er^CX)-+H#Jo^)l^3^rcKqHjmeIt_Qb|iI?<8Jq?cwB8{3lU4v9H?da0;0X3f#8 z`t*uSbD}kMvW~lGQzE@F*|MOeNtjJdiR?!0=aMIt$U=3~)RK8C!I4LI!J0;T4attx ziEN@R*^$iVYIEDu&5|YItVyIuh$!lZ!H~ zoo(ry)Ps>((A?CtIF)N}O>AG(n#kp5`7zgbc64OYYcgB&Do?W`+e02*keC*h{7kKp z{8Tk}WU}&T6D*XrRK%xg@rb7wM%U#sGKGmpQ)lQ0mF_DuW@`Z{f-ku|kz15$YfGeC zOl3-ej8sACgQ(S0z2=B$hZ@6OPJ*q;m7T2}sfJ{0vbkeXYpQv(PCPGm1i3C}V$eyY za_3g>@%1le5Rp)Y=lu>GGn#QD3ZO1C; zc!saLsg`U=Y|%q{x*so_-|1$|Hfa~sZwYd=ut`DMv3k1K7}41a3(yc9$)Lt{Ow&*e zsr1IyWMNBbfvRS&pHKH6RZRtdBnyV|jMzdJU_QMcE|j9f^8u(du!@w)Si?mqW=eOLm}|q%UYedA@XapHSHIOu7Y)IxDI` z(`E}*67)Jc<*8#j*d~e3n5EefJ>D=1pKGX++G5?ll7>#9P%x4>ZI0w6;$fn~BihZ9 zecfk-=!nQ##m(~x)TdV`HYUBrFndwmyPqZvbwzf(e&|IA! zeQi4pmyF^xbhb%dkkZOj+G4i1XR;lEwnKon)=jV>W99tv!CaK-G*d13(nM>HStlSg zW;^r34J2*TXv}P6Of61!BvP%U?&T$+TbZ;Lq$P8v11?JBniDMyLR~bU+_X5+kyw^Z zg-dQbsxM>u5J5eci^o)6t)xTDU$CjEsWF>K=h_ol?1j1(Kx#uOnKk^n9NCDf{HB_k zNQPJ=(Hw1TM6)D@d~krfacgFR?IAddP2ag`!DPkD^tosfgMo9FKymN4>Egr-E) zB3eA+xt2;wnw_tGG$|q}Jrs+}V99=;U~z!ZY$`3Rxd}uh2{lS{LiUpbmuk=E+d5FC zAu_q7KUN^srBfX#S&=05GK6fP3ZXCP6faUEdSs*R#H{lryHb+!uv|l8L$WcmI-6-u znuX8IStrz}rJdL9f92r~HX=tEzOVXWf%$i6@$Q$B$#3MSB+3f`qVcKfeSE**^ zR7pY1XDV(>ie;CW7h-%t_cC7V8D!A%r!WXdrn2leODhvtvW2NEw-9~^~+bsJD zAa$fE%QPDjYpXupx;>BTm66U@m)?+(=(28?)?1nE*pz9}nj@L@7=GIpa&3*SW<{u_ zmz*U1q=TomiJ>A1_;G8uCQ^(;NZ#WYb>=!UZDx2vu4_zg>##cI$Be4b|pHfB>BHzu>;c%haJ zll}IT^n%_@?(@b)5w|hbmJ}=56w^cf)V$sy>3CI28a75@(w3a32-YNXWQX|13i6iM z5b9Q>a>A(d`i~8pm5Dz#(j7DzVv=|fF;J0)&b2^ z<6g8-O$I_NI;*K^Yc|m?bTO#aqJ{(Y+}|oYgE=H3CVesNrVOIG3)6TQuC9jk)&QC>scdb$?R-UiX?r4(-40bNB$&jNJXwWghq!p_(>T(E0 zbT-jR)4CejvQk4pD=qwpB!pd`ZotBC7RAH%jW(psiHPw0ZD7$-)2uEMUvyD)nlgr? zIlAw{(x#r)gVd#IT}&+wL6)?&cWjqlG7Tv`wnf{3n{F8x(Rq3&`eD^g&7~>-v9*%3Z6TiR9?=O&>(BU{;)sBhM=~dPM1Hzp5yRMl z;!F1^ox)UDrn-Vw(^?6-86vvfeW`{`sSWl_Pue^>;p(PnIwgnEWjjVkl(LrKlx!7S z2et~tv#k=HkhIFo$ch$n={&=w+n0zsm8f~+g)Ip^R-&I&-4snHZ(ZgA)f^pB>Mfcx z)ASJW=pf?R+KCpI+L_f=HOTynfL3Yv5&c!z5oF2YR9Hdxt54hYAv0!2(il{_OGYP9 z-4snH%P>ke9664TC^>=?eNh2M$r)yrsZ;T&Q}Jw_Mn8w?VRmGdNM*z6GV3LxO5VF* zO(j`#Ko>rYV<1n15w&3&ox$p+XgV2((Ph4)BTBYso7xkP+7r*#UUU>{Z%)bDgVSX$ zN<`JQ7oF-<$oWT`Qfm+wM9Wt{t7DriDc6hifwI(yoZ8M9_C znZ9K4;@PujEm}OicGmQ%vldO8zGPR-7tWqDZQ9fsGiKJznlo+T(iyX+&#IX{ zvsSIDUAd%Tb?u@hYGG}|5>>ydY02Wc#-@fPxJ7H~SFBLcOLA*laXgs6R98998|re! z^hO<{K7F+Hk5OC1&Tnc`D-vz%TN0Wq>sp6#y`zLi0bOeME!&K3`mN7`d9&1jJ#txU1<%w;xoRMqC% zS0&kB%OOee`f^oACD+qgn>jVmyV|N@dk*6a32*y1SG6pemJM&V_wt?mHtBnFTC{*vpDrNKDdl)0h$QJ4 zD=MJnw51({t+A@9`S!QYHhY_%J+AW*4mWhJ&oyUL>yvq!Nv%!iq8W*nmZn9WS-BDr zP9~dd%WO$TaU??VidoqR5uB(6wl0S3d4yNpralXaX6nzAlPZ+Vh9)e(9>TPOx(Kt1 z>Lbi7sFN_OxL(3si5PLg(yN>(R;1;it4FSn=u^9JcPk=p@lV!Fr}c#E)A?ap2`1%& zpY6Mn)kgnXoJY0AD`teMvY44ynZ<0{&Ti@EBp0229>PO`y(FJ5%G?_wVY-%=`#PcV zCl%s_3)1t*1<842k+x$qJd$JNu!taT^8`r z^E{H|%u^3GMxa0}L84I!i!+^a$u*R25ixI7p_BE*Z5m!s9!qR5$XX?tW%pk)ERqc! z*;KpDyoc))^fhHGv@m0?-|9;61NK4YB9SlR15Q#82=`ZRC`{Sr_`m{!xz3So*$OSB5!v!-6JS&1M(!qILSh$#)XB^P9SO%g4Ff|vpCQi;|tBjY*C9A}u zkXvm&qKbLCuW&=0Im#2)ja)!77u$S^x}20kwwvnG@&w!C$Zd!=zl(cu3sOy(amm&e zIsd>5g`1hBWN6q+dIcN|K{K(1=>B9EqERW_T@0R*BCkPED%?C?TEu3Aeq3n#F4#=9 za+8A0SRtu`Vyb7J7IT((_EIq`!V)SL@>G~n%f)i9iQp~biI)Y*CN;4%C^C?Q+q!B4mGIgu? ziz9iuzL>)Ut)?&Ld0n8G6WZY~>d2(%Y4PHSFs)uL=0)k^VyR*cTr3l%jw7T>so-MK zV%1tKQ>0OgMe=oDG2dvcq8gQvP=b|LXT=E?&m+Y$p|TY-WgKgjEO%x64Ly0=q*ykn zfMQ-jI$ep1THKiBigv^!jAk>}k%}K;P4#59A(`EhYEBkQgzbq&*1hS5OlLMq(9^qe ziV~5GIW381a=V7pnrNQXbu>rXIGR(JZtpC?V$Mi*!4?f&oOyGtUD~slXX-bax16=5 zzL{7YjZtlMMRZIlbu>px9nA?{|BZN_RB?1Xebea3R4x@+KL45yYnp6FuB4oKou>G~ zhc(bfve{NNMh|OP+mYf9Tq>C>CDPEbJu0RQjS{S741@MA_{+Kd#ueAn3E1UiR|42b zt9XkqszhseO@g~<#VozBmvhNtmbvc~>#D-l2<@3avcNmP$5SZV`9bIy;Le!kW8%UC3mUTT4ZX?BBh0-Qe1 zA{FxjaA^TuH>KHitX*5=z2r8zC>^08q_lc(tyn8))mBUnZIKo;rRSH5$9_R^1WW|B z^K+>vp4`fcq92vWm10SElciMggY@XurlY-w8YyL(q>B`yS-~Mn@q_DfR%sNoRhs;q73vnNVC1UF(ZlGr7p3kh)%RMKZb4 zs(1F%3H_pEqznm|1y(7pUSUNtk4m+4Y%0z$qk3yF?Jngl8+ps4SWX{L*q0Av_R$N` zVlm!8k+((2X9SVSqP6~}=yUA)sK}i{Gmy+yY&M7V97c2+cfpDU7A7|(#A?cx7SUhiD9yG@HnT5ZT1*C>J|Zj5gLJ(TESq=< zt~8TWO+>8(CW(1*r}(Kx=@-+(?uD4ILpa_%D4eABrL!2;X43(0)rxeGzF#xoD?jjB;=y_Rux9E^i7j4_<5*_>)iv^FF; zkV?pRfr<)Q*P`#$L^J)FC|4ZOJKX9@rnZBFsr8+_+*ll+D&XL=nC>q-B6xm%cuSKA z8E@GT!SeK}82%CL{I?^EbH@Aifd#N4mEIhYhOO`jj?u@-7Tu+b6Aui7VxF;{BGUBQ zprk;sn5ox05D{tU38o}BWGO_%6|T(aX23@X_+vbR7mNYVTwapRX0j2IdWMdu7J5Mm zmcPYVf*))#mJl$lC4I4kfH`|=<)b{s8AEYIP(zEoF1Va#M@L`FYdLZmp`<{bp;DZw zP*>Qnfn(fa39mOTPo_3*ir|MVvCk9r_zaoj|LN}{#4HMKFVzgbtL7)=-XF9hX9@6S!=bA%Rc;w>|sf4=Ecl$D_A%r}0D z1nN1%;7dJROp#9j6|qfG8aHtjQJ#@y=~*lks5V=V#Ue5sLY<&Ex4oXPc*tE2$PpyNlPedpa4;dcb`c8s^kZ~78#G*!Zs95`O^|ogZZGK=jy+=c zX!4A_V+DPcC7&WP#pkVBFoMk8sKB1|9+Q6=%p5Z68!)CX={*FUU^uLwOMi<#rZvwm z&DQl`yQ$~{FDsHNozM$PwT6Nb&kS)zSVll7M9jigmhq1W)Vc5!>`PFqD65GJOA*o5=E+mip{bn^L^X(w=Be>dgDo zwmovzk18VOf8xRuHLEeU@;c;_n3C<6`t>LJ;kv^b2r`dxjhk;~ipUak=O-Y@$rzvV zux#Bbp&N6d6K>NDO7NERbr@B*6e}~`Aw^^BaA`Kv)*xhRmJ6tx7I6-)3miTe_rK_o zN6gw!ad>%w(d{UsNBbc_&X<^-!g41^YiD4Njc5vvfOBxC`%4SL^94H|_ zH%70rJK{ewpW^kFd}>Y`8D1>Ogp5i*2|wV)_6Z^?D#{o21D>c)5K;etUzaQh36BW0 zzr7!z`T3NB_q22iiWzJAF0-3G0oOFX?$g{UA6U`r_1bicEbzkutp#DpftC#mZIFYq zFhQhP7^0K7^?UK=2CT#7uw5*W}{K}pkhf*{*w;~v_ddX*6<)QDq zc@cv3gq5Xl$*sgC+nTLhVlzW8-C|yqPz#gnZCYG+E?t?ytqNVhP_RRPMo@a8RU#I( zZ)td6yAi&rQ2A_?mXXeHa;$^G^)F%Qrv#xonXEH8leAt_hX@jp+0JxdKjnOio*(ty zUH@6qVSQ;o5Ue_DsUuHBH!><;uT{+@PCp&#&3-z5Kw?-6!)J!W!mrDPDfUel){`ey z`5(OE6Gj293+mks(KVz8zMm66JsD`WkLpU-HsTf z6`jjGLc4q`CoEp453;jilE0~$caKG7txu)V zw^|eGlYTxCv`I(}QXrn=g)zQ@KwX;CXH&#gyl$t^E=KMAvCmG_(wsabzPU31Og_T%}AAavU*Uqj?EHmBMn zW3&`}_{>kA{Mt8!%)rk^aB^XmtpV?~qA<&t!gdovSH!~YIyvekg4$vZLc@Ymq23Zv z$Lx@HJ8BcAu^FT0wwSH}dvnavwe{hVYFpS`uX0{vva??y1wI;2ud?6k3-+oYL z))gydJC}VCls;`gZJ?irF)hnR`3|Gea?Kc3K1E95cOsqFAVk)JK*D?1R41CZ5cOsp z+t&J%;l_gYIr5l@>u)+n6kX&aZ^D`C48P-&_l)8tuFsav&;?tbD8>c#EYoscv?#jB z2W!kc@d&a=>)mC0ww5O!$&eU%H|ccA^C=>uXYzcqlr(}Y(gpT~PP33Ea@y38i6k$h z#Z-|M1FPtwooU%fj>IXrb!S^O?4d-+JE^_2%_ZRdHsJcXv>C`-1y~Is=6?d0&pH(z|o0+d-&EtSlR7U~J%dFO`VKN`D)n&KFT)?VdpUcR^7f>3xvBg?Nez0b1 zCc8Occ+X`MjIZkl^d;Lml3dZugh*aK#D?X#Bbq5+)|D4iiOCCvMN%y-`V+AY9hr79 zR}vTkkV1U-pL6-e5IEw*<`9WFfkP-X{UZZ>?(C#maS)L0; z(@m~3!lxM$+cXy9*QI5bGLZMGiSo5{Mllv;+P8BVXHz(it(W}cs31+Rzu2AXfT4?` zzm*oy>TaR`sm#qV ztGW%TscDO5$%6w-Y*15yf(Va&9D8G0(?h}hUGz0cwiD%IwT@*jOe@()w5X)z-=x+_ z1)+q#dCliXGj$?5w2U4imFJz6@ZlNnHwARl1t$c$l|n(YZVVCh>1O=~r8gN_ zw5ebol~9|${01V~2~JQHt1vmw77^jpu~u!}pq92KHhL{;>(AScXxu~>kgMxf-dgH9 zfBt=U&9hhBHOIp_R8BA4E_$197f2%dDq|jn4j_z0Nt6)2IbcY($Oeq}RN1t(LFqoB zpp?Pv@ak{8hNU9Ni|rfy1qtYVrw~n^QAm>qnLVZg!6Kqa8oReZvY2Sgl)v#)Wv5Rm z{O5fZX$`f?M~{${Pa>O}`MND^2h)?5B}=Iy$gQDY*|U-@bdnCcAiYCMQTxx8~a9q=~XgJJwl7#`ww*y@BIQT zO5OWmNvrr311%Oo7HMMpFB^Et1q3VMy>Q?O_+bWDmfzG-D-#`?bZh7r5VV-VI9ADt zCQ{gOypXBUw#2r@$#xqd|K5Q2YJyIo1WWJvVe9K(s<2xx`iwNo?+%84#X@nd#R!SL zq+jz_&GKTtY*UBU1cqbOPUyyfG8BDNK$p$#!bl37^epPgawAG`siep^Cv+*IIT9zl zJ)#pb4>VilW=xw07Sv6+t zO+x!wm=zd0StQKCG7X`BoIe2r}Ha#C#F?3N0VEmzZ;1L{ZnRU)hwUymfR&-mRh?+Fx@c( z$-6Hi1T$r5nFK+9U$V+;-KrMIo(Ku9$nj!bc{&s5Y;G~a;7T@BK^##1g)e=!Yd$c@!MES=xJ8Z2Ywpz zY(KUi5R=3YBs~#ha54`3*sQ9JN(>WIl2J3C(Fs|8aDPtLz@l8}wC$LL3p4zrsVSCF zLqSn({$_6uo6<;%0nPoCHcq1fjhTfRR=J6^l0y@Wm9!m1@|&uDP+tNujKb?5x*pBG zF30|iNF!?|v@pfwo;lb&!My#XV_Wnv?BdYFO~U$QLiQ7kC29Gg7on_Jm?A^VKa35< zV^P8wldWJ&G*)^@BBZn|ReC}()jXk?ZtuU?xK`Dg?nia1W>Xr8EsbLjC1jB!2U)r# zQFM{FR*Xv9-+3}~Nbu7?szrY$EJW}n8T$IyVEiAoRH6+ENI7kEL_}YaNpB31Tl0hd zL(I+hkYGy@g=IJ0pB|EE4au4F5SeO2L@!zCn<4W0{Gcc0_1utThwaQElH9i77p-`H zh`5psEPjV4s2YD=8=`s7S=yRObcE;|3c{WodQw-fS+<2Dc=cYyustCp>ZQetoFOVz z$d+6liM3=%0Ob)1d5K5`$xcRyB^6Xa@}wpE1uV&U0cmZTH!ed7F63RkJc9Jvymtw8 z|IVk#8ePn_K-d0v(@CIxy~%S~Yi2zf+WfqAXwC|o=$@?It*PP;o&Etj-6=kIalkiI ztNaC{i6Z*}j9YKPk=$T^JS+S|TIg+ixM$$2msLpmT!c%pIkCDQP~tSCG#TjTp(07lIQpVUk#~c$&S!zJYz5=+XpnLlqBe4-W#9# zfe~bqiJ;mvg11w>=phOtO@9K9=pm}a430?ho*qHw=@C?&qTQ$PQ;>wc3JbsOnpcx~ z3@?L`u_QUOAjNR=A0pkOm`W~-iIRXlHPl(~aG}dQ=!GT8aG0NHQ`2M00j&8~OAY2as8d@(PHfTADDO1+uQ9C;Vlza?rGNtS4AV;eAQYrW~4 zO-YmpQ<+Uh{dK5ZRag^+OzC9RiC-}4$(z1#)ZFGT95vngg`>8A@u=%x@ z>5E70_~KEUb6+^a$uAx?_5UGi#~03U`xlRz?KDr7fopUNYg*R!7T2#AT3kc|6T`kq zuT@SlRb~jCljS#Lm05>^=xqQwt5e2`)u_D%q;X%p$V{E+Xx^l$o>n!> z1RG!MP!nHlyewy4853US|17!6%03!T^X@3=fMl4pVP{9i%=Nq=sEa0V3TjI5DF96m z1sk}pWg-IWHl^+~115aN&O=e5{6s;lajv-rs`BBWCe`7X@;?Tc6 z$1buQ0eB&ucP}u1L5KgN8EVNk&I#F83w{copL^iF1(PCeD~AcXMr8j-pVa6E4?@!1 zVk!r`Ak<(^KMe~jA{@;5aU=y>LqQ^W1pN$#w{+F4e!iGeCZuB*T+P%X!F?O^y$dB5 zAse%N&qpd*e>q#**zFm4)q}$&sWG$Nk>#p}{=!Tb0+_wE=``P<7n3be!CnGZ;}$b4 zC6kR{`PW`#N6qh$UXpn~59|@;2WYKTmdtuYyR?xCGOu!&{r(8H96d&fn1iV(PGG1< zaW}Cs#ibbiD|1pYVpz&88Qp~>KPVB~gh8m4-`bU5>R?OUUe!>+TNse3DXsz2>+Me{ zt7XX!50&OOnbnPMQK2$#wRX1XZN?Ba{4En5Bae_jtL3pI$ZueMX4!9Ltf$5R*bjSbPcp-gvKoY57 zd4r6;@S2}WkbP+LZ98ywI2>^)fs%2hl5S_D&_WNA9|cua&9XA{ z);5b%iH+$@j;~wf%xW+vZ*|BKQx5ykUj8%&XHGJujiL>__?`1o@HV6UrJ{YayGXz@ z2Yi086pQ|muc8RXx@KndlQ8#IvE3L4WGUFc^512XOxxuqU!_*<=2b0017RZbrd&?f ztXvt=?`D~xwx0D>P%|jB36pA;yAnA=vB!^wqU~%Q$0p}*Jmz$phl09a*!|NGSz6Px zL_%bdrrQ@#m_zMCt%q=Z(04EYbDA3`iUFWzA5E%>hq34Z9r1IJ5cN66Bbg z(YFKrda@y@32$8?cCq2-Q&!odOSv6K_u=o{FL`T#^5!DP8jgq&7bEoD9;_vx2=C6;RFW8-%GH(ejyWKuXHhAf2Uzeo@gDBc!lT=xiJT0F1otAsG`$|?wpIkoE|3djNcUN|-AhAO z6G5n1AKiy5(pT>}-VrYN$VQ0Av0>2`Lx^o6h6wr^dMIogT{h9Gg2hMPsE}W_wDyKS zYfuV%*l23lKeSSRPb z=V-r`V!oJWCJ}ZhLLWNQS(T*1G&^rDPquQ@!>p^9Eat4HsahW^@wTPEC@v6~8XhqshNE113-pH1q7!C$m$)_*O7HVxX zhL5SX;Dc_uK%t;NSDLqNatc+dkNd(}G}7WxP5f#tqt-k@Uh3(zz0ROP&0C&i7Yp0U z>%%{N@7cx*6GYVXE?#6ZAB{8J(h7Mrkt_IioR%x3iCk^#*2H!(7}MNK(Jh>}*{S2@ zQ$d2=yE z#|x*MCLb0){uD6=FfXlO$_B0^~{#nsHvCU_`SFDYiqh{p%i5;+J2 zWLAmDL?956kANx3%Os;~Ewpjw)65J@KQp%(O}EjrZa|a$NgY9}(88qT4xy&mJtP@h zbmq=veb%GMHc1fDdmlkivdFV!%H=uog)V#P){8AQ(4|0~UPiJFO%IZ%TdcvyvWCSY z^aUl6;i^xzb|VIn&U(9VKlA?FMmfG`r6oJ$eo%557zlafg!iU8napFX@8tHQe1$EK znk@)(29p2%LEQ$$RLOx+eZ@SfqEbAGCoNd(ecw>0pHB(W&Zh_I=F{by0A3Flqg>w% zRzeLz`n)p;%6;Y_B%-0SiGU$FvAf*nVkN!8Hd6S*h`J1U1Y;IUCqi6SH;L?KULddp zz4LllCu`vi*ic3&?>=PsI#a<7raYF;pL|+TElspaaRrqZG7Ki{Ksg!O7Jv6YkjeW> zqb^K7rCFzImfi9hr#2>qtm&(Ak=BGL2nS{z3fo_-L+RGKoE#n6pdN?V1Uf8vGo2*w z^N;%JQFLuHdk10mw@LZUVEr4VT+Lm<<~|qVm;kGrGMyH!3DBtlI!&W1dFf2HFTKqL z=~CW?gl-dpl1FSe|AbQO1f9cTYA|TM*vQz;OrO%qcE+YmD?`~M$s@#25RK;1q@Nek znvFv8UV<xg~P)4 zcHc}+Sl96#4v{rih6US@;YZ*6gECrcBNJ~BmPFWb2nd_P0kLMy7OEuWt-&;|r*4fQ zqgd<#B{B1DPE%I>nNHqL*rw37+#YV(M#gwsc}r4ylzx}Zlu~oivfE6MK5Lk=xCw~` zmX0A}z;%RbB#@N*h2%-zLi64|((Ye;Up>Zn{Z zXvs)GvgikD)7!a)!N+CDHvy+wfOh0!ctPf6*krt&yx zI)7anqN6n6>b(f>#igaZjhcbzy`$uXGwn_KJr>?lR^WAMG!6zOA*ndMBh0l`*{`Y3 znvi~d$=l5`J%a@d)oIwv{7ph#$K2v1Ew$tnb&9G~OI1oGRjX)f?B%WS$qmHFBE`MYuAe@y>ym8gsuqSf=yLLfPhAf! zp(m;FrFn}er<89av0IdyQd)9}+D08n4Y2y5G#O&4p%Oo(+isDjNE=8Esh&YStL_cR zoD4_x7Aa}THi_N6PUp2vsS!pxMII8+OzJ+jXV62`z#!d5wVfQ1>L{2j1UYOaEl)-bU##=Q>*R3Tb&QpyFTGjyts|b)^fp5Dg`P9$)740AqoqvCZvjig z)wSAFdOn9-JX3XVC0&ihMA{pRYStGUNnb2p4W(YMCX;umwFG@yMqP_?VwFmj^;SKU z8r}${L)S?oIdnHsZhwyyHT3_jn zE&Lfhr22}a)Q^lHTD$*3@{M#=aWy&&~%;+&`uDcV?U1RbYmke=!tZW(oe^mEhaCEsQy@mkYr zuCY-v(mr8*z-XFSPcEWly{88?sRkF$oNLIhjD}irBfWx;g^)9;S5n?_!&;K|20|s| z3=JjILAz~K>2w(=mAW|L1Wb`CF+8M_WV-h#CKaQqrJ_VZi@FxW$|(MXT1Hl+>Wj1G zO{b&jHpN^uO}fSwawDBbQj}_r%9ki0Q7WVpn}@4X>X<4u1!Jn25}B?kaEe-}8~0?W zlBXPTs*3VCg=a~%$yl4=b3+{mEY%Q&0XwOHTR>jlAwX zB0pS^a(8bsRf9dOKw_ZOS-~_*j%DIUC6Z%<6~r3hm1GGeD>AvXBA1C?1_Fw`e~~dV zDkxuM3J2tuDpF>ISE6XHm-9$&&t~1OWE;3xTXP4kg`3pMH`Lc_JcCH>$-7L2 z@X#W5@iW=$H(u+D-cRrx86BeY8o<}nqIyL26%E`B&lmuTiMiy2&tgI9*ch);7a^lz zaQ>9Kl3b;cRnwyBUFA{HYdn)u7CD|dqYf9{C#JOYCD9`F_+r*c4YVjRI;EdhLdgN8 z7kA)`kz|%vGXF`7G6T&qwdcvm>?r+PW>1-YMeED_D;h#-Uq+YFAF8LB^JMcuMy7eD z>L%u6Gt;}wuu`)r!cs$encH7X8OeJqe~tKR$^S(|c$%WnS1bSjNX1K4J@C%oewZA( zb@`4{9(-%Vkf-Yu>m(;$={OZ-fc}F7?Ne6iI(>i;>NGq?;DFQ01@8D(`Je%f&Op^| z(14wH<7;VGLibwg1J-}o_&YAdCsMTy{=u>*S$~}Mr(1uv_2*mvQ0p(Y{&MTDw!W8{ zqiy(De97>LJ{5xoRJa4xKqpo{P~n^&-5ifZhR-|#$?i0$!MattA}j?Hjzbz1WW1YB z0YFvtaR)lxRjki|9T)W(u^-9z(oCJKL80{vXa?TXwg2#b7MW6{kmz9 z9Xrd!ca7vEBuyeIu(C=;dCHU;aAsSDE!=)?d7pSWdy3 z+mY_SEdL(?juJwhh|x|9LoU~C;r5`urBPhhHP5^k9^xU72;018 z3fUwrn28~yg%}}EXHUXLR4^kd0}9cQr$r@fL-qH+` zx)5Toa9|MeON;Eh9{JuPQYMX<7s^lT?6BYt2}x!ilgCN)K}45q>YNFcsvB^Uq4f;$ zMH%ilL<;kkfFB8XxF;#JkwBXyAhjb%kANl#^tSx&y1R*hey&HB%rGp>^930;6y4+{s`^wFx3+F$_cv2fbq`y0v!BL52n$Fkknx9hVZMvZcDDjr#9A zxQ}F8SE8;qR0c$&T6P{hKn8(n8{M$5Oec_ZWK@f9Gc2fKO6tNC-!cUao}`#W zh`MP^NgI(CJ+$*ADV~I=?VTqHsFmShXrkSAjy5r>kr7$(jf7xY|9xyGw~virg%uRv z2x?4M@IIC&zTs(1^Y*hm@ulfsGy*0#V5ei0V}*Ihu~t}oBd0N)(4o+D*>*{OB_ze# zWyB(-2>HJWKnw|GeGNZYW;L2D3_cu5#ALXsEO0%;iu zV@e6MW?HDF*35Vw5+gH}{(3~fYlv~hrjQN6lOR`AYdO*ySlI{+HJU1@;Hps-u7WD4 zKnh`|)+$?xl|afQ`TfqhukIc(Lz2xu*#Y%;ALpEV?!CWz?z#87-B)X@wVc4YG=%#>Oy%TyX?X3iJfht9a zwh|yNHa7@2$vA_mO|#G*D9d=5GC{IQnUX>i0L*YZWQeRn5=S+k()?n4#G)}ti53_l zK6M;PNCaGM^7zy|hUQA%r5Ncb2;wz_ZW7JQzZVyEt`uX4gyAwHj8Du-O8i?VnaS`A zld9FNhL}%Uto2$vqe`&O5b&va5|WbIOdg+_Cn3qpnLIu zc>S(nVKzotkWbCNu2Pt(!<&nNKbPV0dxUC$#Bm{ju@hX1eMdrekmLyV-*c!}YR)Q{ z4uQGK(-wdj3Gj*#2Nc-x;15w>ErFgJeJCQ?jvI-j$ZNeT5WEWjrBEC!0d?EWK#N38 zMV*k$e%-<2Dt!j@w~KhLrGf|F?``uO=%(7-LBR8Qn)`bLjw zx)bF$WbnVi9fWkI@;06+K4BMAS?O^*!a2}WDO#-p8%C!Mao8EBiOg0wp%8j}Vg(jw z<~GgB#s&PJiHkDA3u)OBNFfR91$?$4haedOi>UG(z>xh07hoJ{QYwcPM=9qjUC?wf zrn(@HJ>}*xiJ5s!!cxswM7DmuCE?d-N*8jef{~Mr7t#7K@;HP^fF6TR*o_D+sA~*S z3d_T$WRgot?AdSuM0+ESkuxUEfQ6yOmc$MCw~9qC<(fPxjutjOuD1>tS>?Ki*PCF|u4!vGeTQC@a|ccB160 z3PJGc+HG3QT_Ka^nAq9S8IrQ)k8P^7yh)84SnvscyuzkIdz+mPH(|sr5R&9-Q!HsF zzCv1I2~xR6_us`@-QP$qSW{r5ypyGQ=Ob* z3Q9^7=Q+9Ro)O)t6gH&L?rIU(Dc1X5qZ1Z)i&79QkeZlHj_fzEsg$j}FM{G;@c0gT zkQD;7=`qPLuAFcEXNjW!Q8;HzY=9+&&!Lk=#0zD^N3^)x_C+eW-Os>%n{L=!?w)(0UctxPlTwGVx#WgT5X-Ikd(Itqb}P zn^XW=Cf<#1!KMuYstXOH9rg%GStXSoY*skv(8P77yk|DtWGd{pmIX5tiW|S?F zqA&(je$G)br1(zj!a5D>cwX4XKqZ`$_~N!8QQE%=G7(6#*pHmROA&Gi%(|VBY=x!` zr1mK}4YLo#~!r#X(H7d>7K+IKpCQ5Rh86yJp||LY=4TDEI;Z=1O)) z>oVPxxDG|jZf>)Dw#sLVe9o57Mj@3QSgc~WPie!PP}mcVQIs87O1m<$f@bTWj0+f# zVYk5vxPh@1aALAZv=MG8BefmlW4GkDgUgV%b8fQXW)cca+u=WwRwL*UA<-CT!XT!aEJdQUa+S^}p`amXz*=IL1=Zr*AVT4#;Kfc8 zwrL750`%j2h4_|A)KAN9dckb8rn@I4{rxZhpobyLktJPuy3Q`p&ZN_RjoX`poN$MZVg84}!tHJ#-#E26R!;WC2Ac|}mas`<%pq1iE(gb1VT~$&h zQb0|nO^7mt1{BH#VXZpfnp~ODLEH+5qE)BvRuGvn_(wdF5W-pDTfwX3o_E$Qn-v!W}UP+ZihYcO!C6FYLkksDZf>C&iy&a!2y&azd zq3vzt(dB(e@W6K?=6>?Qpj3W%A_ylw3Kq%mU22Q<+Lf~bag4GT`8x-Qpj3W%4sd->u3!wE%0eeITMz0 z#*}hKOZmEKu`{leGhr!Ytt#b=FNI5&OnlasayBgGY_;^WrqHvll(S(eWUVR%qUoT~ z@Gggm;F6WQZM)$PGXuk)mQa%rQP)j}GQCmFFhf~HwR#b)b7X6a!<6&Br)?F=7EjsY zC|jy2TZA&@DRGJeYOz49b3>Uh8a_jG8uxPZ^HMkYh67n5^ZPG#sZxj?)3h=~|A{hT}}gaVFq6Q_FG2aGVV}&ITN3 zYdMe!6lhDN2^bH7jE|Xq4`^Fu_tLjuYmnDclh+dDrE2n0L0)rBUUQI_tjSA;y2ht! zb&XF|*}8n$gc$j!;v;;@vpDV9_*I#>NAmQvGL@$| zQJbf@30EUQ2D4<*P5P7$M}>Q4veJ=v1(k4FT`>+|Rs!(hM=(9AhbF95w9i653#u@n zIvg`P@F_an%q;YKrotp8`iUXpQ}Y<&j4@JFisuXkpGqMispb)r$EW5ogxXc+&`J7t zh=@`Qh|X@;No5~LI-7}4QSnv;R1lNsIKEG#M!$y(^Hs|B2BKu+Q`nfVY)oRmln

@Tk^-JY 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 literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Blazorise.Icons.FontAwesome.dll b/BlazorTP/bin/Debug/net6.0/Blazorise.Icons.FontAwesome.dll new file mode 100644 index 0000000000000000000000000000000000000000..a19044150bc4f1e17531a642ddbd7a46a131b091 GIT binary patch literal 66048 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�t@>y@?eA>$M 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 X^-(AwQO;q3pE&zb8a;*mxKQAK3|BnP literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Blazorise.dll b/BlazorTP/bin/Debug/net6.0/Blazorise.dll new file mode 100644 index 0000000000000000000000000000000000000000..0860c7f799e738e0e74c11b346daf03fe91c80f1 GIT binary patch literal 1238016 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ⅈa-E?g2T#18mU1k(1^>99j_V4)76{}sn7 z1b}B9AjB-s?+by6aR5i@vP`Nw6l{r@QdL&UvsDEi6!}$Gq!0kU<^Ul8eBA*; z=-j|d%kqu-{3@72n8lkQb3VtT9~fAGz2WOvOCZ0siGldV4Zn1lG%OV#ZVx70q>q;f+C5vdN4Yi9k2WTT`L|pJgg}j+ zcYqK8zU=@Z*e{iy0nB9qv||lyonAIcZ?qrm%Yv1vpVYsn7~jsd%dX**&}y7bLZ5Dg ze0gS`YX4L!Ui~IaJ7RfLeqLPqAuN3}A3Hi6R_Tte2RDO`u=d{$WK8V8{SfSV6_0-5 z;|Czb_reT9SQ)rpDiq4PJb|s-S-`};^D}F-i`;XY@Tbmxu{I9w0w7KJMj5;d;h&Yk zyAl3*8N3JKUzEWM3IEc;kh+{EEx-d+Mx@?_y~S21{Iz3_>$ekGf8$_W@|3Azr6FPn zeX#W0&JT2e;P+6}qxwW>Pxbbqr_%~D;rhXK06l_!q=Z8%OITyGnw(szTVcUr?lWFh zRKgl|a^b_1P>jMCI0|w7l)k-PN-`P9-?a?%Ed$Af0fSR=pl=ySCJcDEAq?~_1IdKp zdzOK|WgwX_yi5i@EfWH@#v=#?gn(X_UXj<4ag_xOuQ&!F0DOl4o|@A4%}$sX`uLOK zq@W+TWI`a>s}2yNXzziu z^JCnAiO11&BnXcMj9(`P>7Gf(@!gC+UgAlX#V^7Ha~JCIBUeFqg77*xhjyL4`_ zo&6FP?7ib3~L>>td*%I=O0E6 zp1}`*TVzW9Yl57KX!!vrcQn9HDSBpIFs`8?XkR(QJzKQKUX8&ek{-kl^fEUX*1aLD zOngzXA^l-MF!hn?*C-(U5yi&*D=0Y03ETW~rqTI76fyNz%4tmAo0`rEPY4?ZX0lE& zDtkj%h^SLjeq0gLdd#VmX>7i$hzUBPoM~Ks!y+d1U^x?X3K~@O;IA1g!7TFrn39ll z3;lRxXG?woa@6lh@=K4i!KJ5t_`G8(3RfsMbWs>kW+Mb-E!)@;atN55mz_wpwy8S` zj7K_Q&xDMe<09Q~#is@(2G*!qNG6cJOW7G3npPhGDFfh9nA+!rY@NVRWCBz^maOC$tx`I!TR7^ZK}LFwAJ zu$|)f1>-ZL52jDk2bK7GuY9!jG>So#C|?LTlOZgC#h-FbUKzR&@kRZ#nG>lKe{4$} zn_A0WvirdAiH|i`{I=*t@dq{9VD;l##*nUM5a!RFFogi{3kL`R;Fk^%VmO=k;#l6O zSIJ!Z4?M$NQ!H2AGpWsWTuM$q5P5jftK$3755;ebUJ-v#qYY9}P7JA>-mpVH+^1}v z--If1Us;<;mafMuhyVGqO{qp@UDkIe)yBUD4S`wW8?o#g{GQEne(S&-@ERPfa3FIp zG!5zWZtZ4>d5_=lg5JIgIf~xCnglxZSFS^a0D#3(m8B2>e&YZkq>gnNth@48o$auc zYs~w$9X3a6ifxB2Vq{8w5P5oLOCplu(wuze+_VXTImDXtN%h8>XOFjfP8;!vY# zHSCChjJ};5Ay$KoDV?7f*0D`qGe&>U%oE>_eDT|&jQE2ZZBEen$&k)ZY-;aEt+9gM z#>)GwfIfU!z*2Sp#q(ICWLe9gfTMS1&U?|2)d7E39iXr|Q6?MrZM@@%P+Z5iZMwhO zbbrxw3Y$>t#!$Rp&~_q*d33VuKiE9}B)%X0QT(>(_u>y~v{|ZoF{F3&V?DH_vK~6* z-=~Kjg&_ZpdMNLihmoUimZ44Y`MhsL31XNqQijPRB%p$R>r{{s0Dk8HAprc|0YU)y zg9C&B@J9y-0pL##5CXuT9UugNw;Uh@fWJ6E2mo(8KnMVTb$}26{^kH7ps(vP*gnd4 zwf-&7`AgMcM`blQIsXySm(;1~N&R@H!RS-viC@P`_Ez|25#(N~B&U|_tSairQ6)R8 ziaN5PWM@@TM>dx1tSair(Iq>piaK&k$=S3i$5j*ocL4o?~0FS?)}r40K4Y{ zlxWOfpv36>=am?f|1F7#a|2J7IV0e49>C-1hsQBrs^n3Br#GR&V!ipg=r%98E)C9T@H)zj02oAt>yEGWr{X!mjXP#o;4h@;yqJ-6t?3%zsaT824yd4#9 z-+IUEq#bo>lsc4UZ6swK3vMav7?$PYHkP>KT^ux3gZ{XM*$>5uLA8hkPup3wSMai7 z9C!$y%%EP|-?BzR09fn*ApjiU03iSz=l~%A9OM8Y037T9Apk6KfDmXG?IQdFT?XPB zU)7!x9}Gtx?|)PI-UreX*W#w~LvhYi?Kbn!7{OwhGL>+`d>EoiZ6z$E>q<_CC+QmV z^8`8q5c;m$90@`$ptP8yK;q}G?T|S-Ni;gYlO#Ik{UjQb-%}DDi$rU_9$&e`IdtWN z^|2+EUBxr=aV3@=459KZ^7sdbsnItoj6a%R36>?00#k9R{W9i6M4#OH$0 z3bCF&0nF61CyMV!q4;glQt<~h+ALQ+%TT-rUWNdgkcXGv0}miO&~%f%m5*sRbp7>aedt_z4^9ded_VfI`1m%r_=6g4px$_<#!&ped4+YM zfcS8~vUOpQ@FG#-B;6@nZ0bae-(TWM4!16>L|oCjuvn5fc({jZ@3AhNh8$C}MJr?3 zu0j<1@pSRqqSfLLDr`Qi@?a<>+s)BGh{4)&1|s^#;lLO^vhn$Q_YFOsIU64IhTm83 z8{D4n?Hz?DJ+gSz8(D@j9k?s~ImajF3GTb<1FCOkR%6IVL|Tz8_s7ep_^<_=6g4kb-lS zq14!9UQsHqt0avVT`j&JT_b*5bglS<8f}n*c`=mAi)V2wHLqn@Rif)8jTc>S^SD9t zP}qP|?$Xs~@L68@lOOGF&H;6Von z0pKAA2m#<>2M7V+5eEnX;86z%0pRlv5CXts4iJKSt5@I8-YVbE!I6V5eqVQe9!IIg z&+DFuktz9!&`O?pl8EH&wpLHYNZHovX+%}nS{41S>KDj^(@6bYkr2;9apR`ZZoi&M z@*ZusUta`-RWG&uYIfVN{3d9&IXX!*#_qnp^ghzKP1cu@CjA()bd&WJ#Fsr{EZt;1 zTZyT3ll9d~Or@KwuaRjcob<({(oNRaD>0RBvc6G?sdSU|TqUMqHd)^!?}(eMZ-L7` zVl3TcJ@2A$jG2o#Z9MaBxIO!N&Q$Y7Q-$9l3Qb~O7(TjkBIsz?Yx-2`yG(3#9rsYH zQg+abh@(yQlK5@W_rxDm*npGv4?}AIurBfl^d5Y637_~$KK8{Bwr~5wEBn~jQ$Byh zVg&xZ@x349j-#TWCw>j-E_VPNZI|wC_9E47B2cbfMZ>j@?&~*xL zSjZpFj{fD}#mesrJ%C%zl#HmV;`g5MvDr%y#b3Rn?}bb0+Be%;)*qc|sIhgK^Jfs) zw@7>*a@Fsad4;vm0&YE9d&e6{uvh6?`5u~ASUVNFx-52DD)x-h*ziy(>j=1O=HsWB z@<&mny#fJy<{XLArvayd4!{|~3Hcz%fgd16*od9OjHEjJMHJks#eUo4C$Uas zd-TIt7^lk-k=)apfve927H5AL64!RM+Ww5z9;3Au@+1y6+8O7l$lP6VoD8#u_oFW9 zGvV+7sV6^^l|JJQ9}@ViQutwk+3qwqo*oc+RwB;_i6;eo0VaJ~4?D&eI|lL}Kd@#x z9}4-=0^Bih^6+Q0_u&1v3lKGc#kIkliN3&>?4{y;+&&{`zOh2TXQI;=+&7{9@p;KE za+kr2b`#%^b``%Z+FATTjW%Z?Z|Dt%;`0){i-1z&Glu;njTbGldF-osC~WYxQs%)> zYVXDRAonl#%Y7oVf(hpBymU&icW zzWilO5@>p>5*KS09PupmHH;44D@Unx{qRQs_>!cCUT4TApeeG3j$1vanVy-nRi+8S3{>!R)I&^iApmqcKnQFffOQf(55IGU0{Zdw zKhs{oWZaQz4M!It~y5F9orPa8JAo(DO3h1d2oY z%bpTEMBn*Y2rnXl;j$cs!CL_jk3TfkUd)3(;F(UecbrJy-EhqNRASzD80P&dF)u1% zM%#>Qn-Bojb$}26dK@4GfL;d(0ie$TLR5Yq=?XMk@4}voS;pVqI24t^Z*L@ZN`8Ce zIO=D8qbNc;zEN~#oc=tf$9UlW;>#Qu`1=5VcQf_NYeT^?ti=jU#PEF7!kYbK(!b(1 z6dYTLhrdL96(bUhvlI6^E(4T)#vB`FM_NlMd<^SF(N6}U-C2HrQvN=WXa2=@M_iM~ zOKXCj?{_^fgxW-@=f%fyL-!KIg)c{xelp>o{(YtEOJtTjm-jRCom}j5`A1xxW5e@P zO#NsX{At3UcQB@@*rT$R(ALJv5U(YN%9`OthuJmcL%N12Z1DCO*C>W`4S|%PBvow* z0RTH9d9#VWeQ}9oVtlS=8R%OEk_p2GWZ>b15Xf?t1B3uD+W|tL4V*9EaPk@HTQ{X& zv#9j@Xv@&M@h4+%fdI?C^^!j;W?6X%B+}iVo3U~Uh@s$eS}>eR-K!XrnopA@RnFjM zFg}G}_Jj=Geb+D}04DO2h@y#1-wX3})kI$H_u-b4MB_~cjUGVs4D_{ZR%Bis=j3C@ z4-M2JOYlhmo_QPzu~-zFcb^9+i$eHRX{x6sl`v4_7ukIHLMyZD>+theLs}Zj{|Kb{ zCDz8GAC(C7!Fpk1*SA8Tvo|CFbC-Vl+nx+3gJvUg@y-p21m1)&$C3~t2RxLJzYj#e zbU+tAgC?hRAx zmz$&2rN4bi%N|!~dj#6wSf^v1d7`B8qELK4S}J~9bb|PU8f`AryckOD z72JA)-_|@x``Zr>M=S7!ecjl~4`}w!)41;b4Q8Zq>=|W@xV`S_NSR93E5EpT3c&O) zZpz?-nxNkv9u2oge{qv*?=-Y+9kF*`lDv`~cBOBMr+!mcexGwQ4lxYNKO=4OC3g9J zP8ao7QIyV8-SUonKmrqZforgsyz*`5gB`>#JHIZ?kuN)AuKO8$x6Xdg`VGX$c?zeF zoTuQi?ziz=vL5FtC%f~M7^^k-^@soug5?X={eG^u4)onn+xq=fqbe9m&gj+d42mo6oSoZXES@;G8kL9+TNehwsc zBt5nG8(7aGw(KCi;!lqZ1%DxL%7BJG{T+)-tr`nF(YFyh+uqmY0wNm<$b#dM_8hGD zST`LhI>?KTvO4Jq)kz8)ysbxjj-ixJVji&c;yjMEc^qf+I7ahO*x)7v^I%Bxh}X1> zJ@YFp@~Gjj>1EAt=+&Ax={04|Z{c&u{Ej|{j1T~R?*JhH{J{Z20QjQ=guuHGT2QnL zC6kSIrB@s6#$f|)qVx&V7yOs_Ar4%)K<)m7%uu^OtM?YYTJsn6-lo@-js7ZrZS*(z zJ@|+^eXP*phwl(n9f~NjGKzjWY9W5I3y?pXpCIt1fE;w5d6%GmXG3G825puB)g1zZ z$VUhO|8Rg105ZPi5CTAr1B3wJIY5ZbJo)9HcHj8K?bzYjGykkKYr`xeqgpr+X+WGgx)UdxbHGZ3r6c zeA5I9Hc+Nxv^Pk!zRr9MgRUW{oBczrd*yWFs!WHK8Rd;HF0W3@BZ~4au2f!WIw`M; zbeMH0uerFqdM%GA%Dbded8O&3yeiURhN8Td;_?o`85HD66y;r7sl3v3Qr>XsZuk6b zZBw?XcAynmMs0Ak59MGHO9hdz9gf_sZM?_U`ubrfqUF4k1EHuXoVK=A zDUuUlpr#Iby9)_;N2oTl6WY4D^nu8L+%}~jPJ7S%@$ETDQj#mq%mn8A#1C6Y*J|DL z7Yo)RzCfAyvpH=&qIqyGm1Jj0PTnC;?=r>nU%2?4Da({L%QlFo&e~RdKiW?GwrG3t2Q}JU zu6l-{SkGiLzI&dTuj$4yB7Zg=8@nCA)ZITB`xv&&4fgp$2Q%^$!J0(1<133hBC2ma z&+G&rpMHWXlM|omE9}guRv16<+t*<5O`y&I77;&vAl#qIoli^FH^-mADh zkg-?T6K>HN5oDX?Z(_-xpFhjV!!rxP%GNny@M$Sq3=M;49|DJaG1FAb-P>8Yfg_rs zg|~H2;kk3%n?;pFT>%QXq(SG8$MT^8A)M)cb?N^54vjIP| z9`eNMg#94J%^zLdA3i<-T38G}VyBdUf@OxT6K^9eR;BS?d&Ew&S=1rOWZCclxN|-a zrfhhi#7loqzzpf@&V~mG48t=Ht0nlvsia(a2-3)* z=7&HG1&6{NIE>gT#+WN00COdr#`e*@YuDA^h>cMP9_X>uX5SnM4o8C2O9&ueT^*Zv^QlKY6Ze$a@d0|1w$Vm=FktqWpEpNaZyHc&NI$ULa?V_aDj-E9&2p7 z5~wHj_}=g_i}(TPlMp{}G8~NhY+v_%O6g zFF!mRvHdw4vh(H~VBtsLIHq$!_w1(GV|Agr2+t#?2Wcu{&Ub}S(c~fg!5KWf?k};rX=7XH`xK}E%p=xt)!RY2PSir~2VPG?4 zBN($kLKzG+^ATd#qPzueH(UW_H(|>|-F;Bf%k#>sl%mqg=E{OSGG7duWr3^q77kJvQ7KG4agRbd*ZWI7y7B-d#iMRKmuGhl{go zGtMT2=L3&x->+b8Yu_)BDdtM%%vJdD%jNLKG~;#sGENNd17mZY`6b-Vdnh@JIZ2*5 zXs+$6`!yXu!@AjmAHTV_ms!x)%A-ZW^&qXYB!}yp>t-(L!Ot6D*@f6lPS=ttUsFqX zMLbHN151f>w(tAus|ACbYdU!>3Jtm8MR&tosf1S{OQ_+cCj4B6QbZ(5gYnHjN(oU| zUEqgLA!#}rxDj!|y*v2TU9R5}>A6V}xU)O?b{xxfTZ|0iF~rT_;~3%=Fvm zb2V}gYbgAR#}Ib?7@ceE$F0tf-#b5Uvwm3ETx0#FI=2m#=J1%v?bfC54Qc#yyj)^u78gp#e4ht!1-aPhDL zLI8L~0U-c9s(=sx9#cRF0FNsm1oO1MGy(OCf8WLab~s=MmFf#sAF1agZccFMB?OB0WCer(aEby# z060|vApo4FfDiyqS3n2=XDA>97JjB6A-M6Nyv_%vjhn_lg_A`s(h-NB0&Kx(IDOOGS>jy8fKp;?`vVn2XekLs1KS#|WVfo~-^eJ<%#-^Oi;C~6CukKD!tcC|u z52KBF8Dt`#&Z0Nm7$%XxXDdu1fqzDr)l~?@;(P^!0C0f=fPrATP%1UaRHc^Ii!#HxU|WYtB&BermVywH zuN7@~@Bg$8=V~nKu+P}0MpfE&V{!U(O<=0hU8OMXr{aLDJJCq)f#;v09>Ph5CDEjfKrBpD9qVZL$$qsWum_`M##-LJC3>b}TDsd?2C7&CBg_N178^puz_ z(c@zFT5I!Lv<}QG`DN!q~2_(`RQa_Z%XuW(C3-g5lDL68O#Ms0{3?%jkF&-AI3UaJh!~x#p?kV zulsDgENrmK#I*A(H9zIPA(q+bhwLxi=KQ!rOuS+$Cf+L(v)5XiTdZIFiuaf7*)OcO z#qqgE+<4I+#q^^;h}ja|EoQH^Hovoe@yo_*MtBNZS@#>rn?q)V^+sta3&s~KY}kj| zBa(XI2h-4NM64a&WS8Nkh!w|g3%b~$m{m};m~8vqE2EP!Z%ViZT$Ha=c`{@1%6{GuDSbRIZNn8zlA-H6y8Lm zCc2qMZFCC^&#aI5#kb<(jNv033dc_ru`c<%FQtSPt>*4WoqxZx{@t4Q!8Vwh&20Wi z>)FdTpS`vmZQeri8|!V;+T8pZUz6RGytLF9>>EjwLnI!njD*!7y8th;vAGzk-ujq0 zEhAsc;kSEDDUNfbSLsgaGh61%v=_s{%p*_`L!` z0Ju#7ApqR2fDi!gP(TO(cPbzRfV&hB0>Ir02m#<81%v?b2L*)SdQle_Ch>gxhqEFzX9n)dEB4vd|nNQWK z{bO%pX#?C>#rp0|`pW(t8nL!(AMxP|<{#jXSmCh;%o^#Le*&TCFrSgYa526D;&Zi; zweZ^@`65Wbpapjbn|%>+2rB;e)osaC_{`w@(f;+806UK08aQ?q;{K*)h#j-kirEtR zV)k0t+;007e#QNY?PIUBen@}a2T{Rs4^HaB^rNrjyCwQk%wB74?y!FGE7f0PU!a8j z4aP^tHG{+tFKQ68B^oGZuZ7K>6hqKgyAN3vv>=&1Um#Olm%I6jTkOs&g?j!7TXPp# zap0LBBjvDt`}5A>bU5S!P;2|#w-FnWe}4hdSN8_x-@oAH)Wc|F?xrV;d(yp|tJrg} z&)yty#@jUiejt?pQd%H;-wn zulH-uoCy~c<~02ZVSYe@+)MG!a`i>89Xl4y-Ty=qrh3sAOc?H0mSlaV{b)l?C*I!u z6SAZg{Q)CYXEm_JkEw_<{XiAE40h7}V};kbXv?@r>JxT3;`-F&%5R7(zrnWrENt#U zo?!gPuT*`at}AvfVn0SWKSqk_N3CMkL@i>rM8n1GwQS}O)=z%Le)@8UluOIy`Lv9x zObdIM>2m#<3 z1%v?btO7y+cuoN!06edN5CC3KKnMUYDj)=amlO~Jzybw?0PwN`LI8M00U-dqs(=tE zw?U-~(f%<$<2}O3mb;#N4p5Y~o3`hk!-LV_-53Fl?Fv{Yy$;^X!FSut=~&|VBkFdt z#PbXCCA+rrI(-K=Z_r6x%n)RmpZZ@M;R0BcbzHJ$ z)P)XDj5V1D;3Je3MU4mTNRE%q#tRW8zdS9KkLBq$Eq~Uu*gWd`pR7=qFBUu`abG-K2hkp79>&)^Y!GPy%+y$3N1rkUZ+Fh!Z+V??Q>OfV zDbOF3*Y(QlwUyUL-MUeonn&O}I>f%Z-zp?uzvGvOXyNT|J7QrIPK{XDfU_eOwqds~ zm>!|*Nu8dgU%)zlEYsgWN5nD0n_{*^uZ!7hVe=^BhJJxxu?)9s3s?({{dmRs@v8IV zW$TB9&12RNepx>_h?1ca*H4dwT;-oXE_fV_SQ*_O8P;l0J3Hnr66g5@&GIWXlhVtn z7)jrsX<-!G4TFK9iVTm<(<+cEQsT1gp3U-Y#Le{ zJGSlqGsZrH2YS(as22n4>d%ed1>u*+1kXua$J)3~>WJmWIEm}PzPi6~)ReTkfjxAY z(mJYd+pMv^4l29nwQuB?r+VQU@I;1sb`2Z-LT%|V#0%@;*?8^V{kDtO2O6*UC0?Du z^AfMFT)bvzyxz&ii!Ou77>e2qN@?wA3{OEG)t6p&i!6S5iQokZWl394j?C1PrEK7P zCz-OeRcylzu}ZASZ&yEJ4Oe64Gp~0lzM&0e*Rz@InS=<=3(< zcFWn=;pNDRTD-iC-9t(2R!GGTo5E&WgdykbD^$x?tc+_SwX<G>kTALSfDj{`iVO=9B zZxp;FjyDcBL)CDn?H6TDuow%U^|Mn{exdrLS%u`qfCk-X-IEWPD#3w+*|&=$X^Ok*=rplF`8tOvHPLG{YNI#k z2}bVxq)A(vioeP4AL)tb=q-H0v7q4MryJL_lu9M+;9!1sC!&fmt7q;8VFsfRz#?-v z&S%jl$K#gCGGFzgsbc!k6ftX}X=1iS3yIll*~|whKa7R=Wydj#mR?Ye@M_@nILXR3-J!_$^VG8rcI0YK_n?%ypvFh zPY}zN;sN%cbo4eeOcpPqcSu^bsZae;!N>G?boddfN2~c8KITF5+l_F?Xm}4*hG&J$ zx&GMT?{sZ@WJKZNA~xoEZRteh3IF`@!6$SR59A&xa6={M)IhE|_>@lYV4B;peyq^V z$h4c5;2+|qRoy&Z;7009eKPhe4+{P%t{T+UqXn*fj3~cAcDdfLDfmp>45{oL{z#WH z7num_bXPkxoHPTOEt4wqIV|UK3T9=W&DlM0TQQW=-~(RUW!2*PlpVCd3TLvc6-zQ@ zg?z3r;WE_{cHWx1Yo>DP%d$!rBAn4UR5OkQ?f7Dp?G=yD^opaaO^U4`*a@mdXsHS* z$#@Ym@UzgV)j~V^94!>?VVq?eV*xeLMiek#0v|6sP)fi49%+Cuysc#Vg-T= zbw^hf2t)=^M%>v!yKfC|Ib0}{zi1ay>^dgMjGX5f%>`cS1A7!_0o}(w({T;qp`BtUxqG{pd z<;sm2FFW)fo(^z?+tSJgI5M+WR2X0j0{nAffUW5Ov1ju#xZK*=sI=ASbX>;t6PK}> zxI9~wcwS-om%_M=PX{<59bmbi04G)xAp7gLivqOTE%C|-o5OqB4Bl1ZeI-61ftK=j z1%yC7uPN<@_QF4`cka&O`>yYKd?zlHN`;(Q?9I!HJ;d`9ji(UVcz!RsnIH5M&nvM# z_X+HvU?{(z$?uo)`vrc@-|-WD$_Pt553$*a;p8y1@Xk7UBB|ZCUrq8g)ssh&05*eV z*nry31|PQs4VMqh?NAJUcp!e|>cARa$u*$WjDYprWgt*xn`;h;zPc86Xd_`U^)T8P zbn3FZ{}0VSA&{Z}R6qy-pD7>&fX@{W0>Bpv2!XSDH6^U_mavnEH4vsZXhFaYvwjY+ zE@%Y}S;Rb&q|P}KFwV9Lz+^(v5OyvtZ2&rVLY3?J?yFqAjDPHUYR5o-oc*q|2bVU+ z_U!_^_yjEqjOiL)YfDWW?!-h5`ATbu z5CBTP>zRcB@Go*u%Y;OtW%8xMBoeq!VG;>EKz$VgzIqA>0l-&42=@Q=rKK>w&2^tSF5dEe#<6)G8nZfI0<)V0qQ>ogn!`d40XUXf=1*TAk7{jG+vZ z#)ej3bX<&llfG!&JzZJQJ=JUcg|P8Y^`rTHL%vjCWAd%h`n;PpEzhb?Tf_ELqK?(&sYpKNA-At<8;mJX^x!Qsy{WmNOoqcO$x%tVqyKtl3dGMrlAP2b@m6xMiI{|J8Psbr$*Yn~<<;n0Q_v}|zQE~;i z|3*d06^od%ijpf8F=Z7cS0+<-BAuOWuTsR6Rg_${h$*WmxmpoZKZ=sOqmiZ-3S^Ep ztDUt0Te(Sfzzq-CoBy$Mo2?M#w(tmCQ-Lj^xW6lpa<8c+RiZrFT{4^0iSn56mhp6$ zREqLg_vl+vE6U^gsTSii3oM1jJ0YV7TUfm1%qmP_@lMR>!4?+pq|Efbuy_~B=)o2i z@8pagY+>`R~u0S;i^YR1p=AIG31IAZuoPZe(+&#lz_#@y5J+}(n-!WT+n_5=cuzspC%$k zvdAa|{LHMCd@p0Xy^*^`W4w4U`ZrBbYPdZ~V=6>8o_GJJbDvzj!dbYmpLouVM_UJx zIoIT#8nofChOiJK-dMjH`y|L4nSBq3IR^h76T?3t;td@W!iU6c4WAHmNcfzX zb=F?S7xYIanIw{F<7CYjA&@V%e5*?SuuX=kH@C?a7pZd~Vw>8j9+i`IRh>!8r#tI)oK)B&zyn2t%JC|};P{liUul07?SCrv zBz0Jvsz1{-pM=23VT$G_i6lR#Doi4QrxWJ#qY$>8=o%PC6yMc(;=`B@JD1DnGu|?% zb;0ZiNAj4-+9BifDiy?C?EuYMHCQ%c{ivuTJx^8%^TG=8X0{Nl4JK-@Df;j&jIF? z@`roAUPcqP>&#LQ<+p z$27k4nh0_1)Y`$!iR6%a=5{r3!OwZ>$}Ntt|B;R;mdk^+!lc?2bop)m3eitqT@J5p zUez-FUMfF@LHeU4{hxgw>F=xi6~m9~jMR~;+D{?d6Q}hOKNI`kh)zYH*Sy9i#Jfe zt}V2DAL%u}%cLz%((r;LEu~2kqF4_8Ax=-@*QX~DL*Jo1GKXN zzEV)nH>B4opOu;1bM!^zVO3+Ga1zP}JF&5=abcGrPsYgj%GLCTV3A!-w~vc>=5g5B z>!$KoUP)VhoxWCf`)>ilHBaUlnCKK9gwg#0R;Pjw@#BuraV&T{aslTnaQ53gL00Kf zI??sAYYCb7;iaGxvy9FO-f*wA%{&PA!#ya7p)fI-eiWbPd2z`+>Ri$@G{Xhs&=?1x ztM8nQm3Tr;gW3iKUGS-G^I!&yXf|a*n+?|Sm`A`EElmp>^F`_6wHcD`4=-qpH71uvggm%Wxmt|Uowe| z0@Q&i)3qN!{dLvnj^rDT$#JjL!;$2uVd#$x;V#eZKSb%no z@=V0+QO2CwAm#;7UBhrHkhx?Yb9gJqaAOhgWX-#v7b}5$QK81d6Aiz@G#;y3nbBj<5rCI?b-hA7;oXnEmf>3b&D z&WU~<>JB|JGa2$QuP*t*l%SoSiEhjs1R;YuAyAuNLOz)V_F#L@GHNRX26W3RAOwKr z6c7Ty@(Kt6U6OYYD8pO!;-zi9n|rJ9I&l-)`5wL8(F zRSjFNc?Shm(Q@}d?f(E^{uXu4307gALZOsquoGS*l=o-lYd^lo>IXZ+;Enw{>`>-i zikNrphj}+Lqr7V5ePHefpbbbUw6Pjo1KK@@xsZ2{Ju@F70odnAyWx(DigwK zh!9BGY6=K}u#3hDpTb`|ZXUwE74Oh?BT&3UnJO7BC4W%=t3p+0I zhl51x#N&zyxp@invvRAQ4Y`>KwK20(6I|%~F@jBZQw;ZX4cE=_YqQm&PO631fMm&K zf&&dp4$qD29P&`EWz`GU7YrahGaV>!Uk3KfKzJ7n5=)YqT`(Q9sSLj_CBrupS?xue zi|I#Oh}jZtDrT>>Hp8q8=U2SXG@vvRX_Y?3Fh*2KXs7JO`M`$u3-AgW>#!tlCayV@ zFV-%+A_Z=#V^+AWr8PqcRFyRdaOy!KsZwhzpAg`qmwZ=~rf>F!-<_zme#Gy@**fY> z2srzJ0zv>-lK{gb;T%$yov&rt8s5O}|3A^83Xh$@5!B}_I=kLcIbQk<7TNJqelr_O zN_8yi)YwShRFk;d#t{#3Pe6^xUYNG7rd|k<0cij7hp}TaW-S^!W}8aEyR*55f_25F zOq6vx9LMwIf_Sc{@f6~}63^k^6web2;<>)YQ;7dcJlno0o+lN=a|4a15dW2Uj_W6$ zDu?b*$)UqU-gwdBV*1e$VzxwwirH(eO|z9l{IYUr0WQx$D4n?M)+`R9`*|#`@sS2x z1}49KbsdDSpkR6ycDUr6<7=efp3{KtTRfiKN5aB8s4nciZP*qz!)@67ie;c36F+GE z5S@tKoF99L=|{VZ*%Iw4X0Nq2P|W3+m|rQKhy%49+P=dxvzUP^>vFprSXf1fU=>;X zE!2rntp>fRHds}774A>jLGpydWR3^0XNSQ1)n)jNXBLHhSJ@M#20WKC4LNLYEvgj- z2O|m+_DU%Dsb!86)p34zOP+YqkHz$({l&x^wqo{LYlC~|nOFRZ^W87)0zY}4-^Qa8 zM}wputmk(%CI{H3`i5%hl_%YYg$H0~d91kxHWdfkJ294Losqj|Yt2inExzG?V*6z- zn9(knLQd`%%Glo^Za6F6+`W)JgAr|oxZ^^vtzmdLuP~YFo$=jW)8NL|Bb)$_^QK4g zz>9jt^rJ}3mgo>Md#$y>?eNSSe%ZW%Xq|&{;mFG@Lt>1*u>|?=%iFj%&sMi(>zO4m z?_jC5;Zoznp&yuf8`du^hIA}1dAw#NfBK=1T5}}aQUCB)$j}P+E5SYVT2Mx7=iK9+ zT1*x2c5SUW+PS|C?z`$Ic0$8X-m1Nw{@sC}_KjR^s|$}n(Y1?e07uIksZ0|Bz{Uy) z0bmmagaGhE1%v?bBL##2u&Dw<0N6|cApmTyfDiz-P(TO(TPh#~fUOh|0>IV^2mxRl z1%v>wtpY*-*iHc<0Bo;-5Nu-uOJBsgAZ(wr_reyOt+TVY2Z(~1e# z=FF~Sech^;Y{3c!U6G`QK}#g3UXovLgqBE7y<}{zmO)D-Tg}Sj^XerN!fZvu!yLsm zZDLql(^GZQ94n*wk)V#ez~hc9c4yZ9R+XfCF&?Y^2S7znNUEXr1Z?1?3mdj<`huY zQJa1gP_W?4`~5xBgBT%V+c08FQPQ+Rv%1}`!qSebusNPK@F3JZ;Dhw>GtnPDYWw*8 z(5*$MNMG(nr;1qJGQMx!N0^$l?EDK3p9*`XS`l^wKO5durJ5gd=fa^wMCa0tm6SSLRc1P4lO?dD)+ zMQeYyJ=PZc;VCB(!4%ZmZZ0Qe$BEQ4z-=)YH&`b%(?(*La3~lW>biEY@fkcYzSWIt ztK6=hjQ>UP-?7ZZ(_qY_(tKmbqU9wWHLbjzqsC3dz)2Z~PQ>_KKfIBR^>{_i#$!+5 zkLTiXxQ)lgxp*{y9ZSoi>9P>a4l{Qs zThL^{VP%?+L|D`m4$niMn6*64SK~*=~LcyA1S;JaiSIOpvEJUqc?-&03!0 zEQ^9XufVhO)id5WFkACo*h$}87ByT<1{maGonv%WmJ~qq;KRnCC^b= z4XP6`MCU}pt{0I-V!LIBuR0U-eFrhpItc2__M0DCAP1b{si5CXtn z3J8HQUu|h)R5t!4*92V5Ar!P`cR(xco<(^j??{c(W9?@We+DwhT_v#^q|3#`viAq@ zG%W*itKGI;@a!^3+V^HtRG8x=4iyXEtrkOp}ETZlJUZ%BKGrW=jSob&!eoL7Uq!(`pK^fKU-6N z)|U2#pZxPj+nW-`gx4`|gIy4M>fVmA;oSo7S_zMndljtM%wDcAUJK(aW_(f@_6h)& z>*Y4+l0U)TnSjM=cLBoL1x|Qr!p2mmuqSnsOB0H3kBje`I=9fTiD|zkxyuw5((unO zaKkl~`sBP%xxw9~&?r~zctHR+DQ!HA(p_TCDe%k-b_d$IG%ww<*DDOIycS@4Ix4ze z!Db(BD}jd3pE%2cR&HFFfSPwepZ5iKx0bS_g%!@DL zIFHfDl$~E58;lcg$MxfUyvve(;X0iq@ue6)EAW=raE%Hue@A>rhYQ+R3-_Q0*do;n z#KwfrNj2P)_;|!2eX9iW1bfDZ!z!2~t%l|GnmbSD1v|rH_VW0|<8khWhADDGgBR>i z@19PAnd;(y0C9A=dUepW@I49sAmaBY{L`x}yRy+baRGeD=j)90y&H?TNG|Fk8D=86 zn2Th0CX$Q0NFJPtzD8Z zv`kmB4qM5r<;BvW;vstuVNzAD+?l%G@srBy9i@qKJRkfR5w#7p|G1su;+?i(*J@a+F9ed8|*;{F}^h7fsB<$AYnWZoM*1yyf_E8ffZU5~Ki)IepOACff_liyadd`y<4ZDUS|HSToVo;9E}mTmiH7nfx) zPmkO7-(6gm<>Xz{)4w0TEAr#hB0u_eEN0T%8 zK@|b!$DPg(Q4vsC_b=xM^#tPlcqZq^Y?r5ZJ3p37=V_nwV|mTf#lKeO{-G!>CEoj* zF4z9^;)^2p9^I?V{^tDrvdE8`B0q2^dnP~UxV-qv`LRMeFY25hD>5(EgX%K!#tSBc z)iYQovU$8d^5;4Di}&`E)cUN`k9!$)|&cUOdG%K zx-z=={k3}+0>A+Z2m#X4o zdy;HCfx*k;oulhBK@XF6Y@Fr8w7fUYOk5{=G`z*}UG&NZs^Xd#!{w0`=jbUq%09O; zB0MRH(5vM5oOz9%D0g`>t~R+O;dqQ33nu}z$ikWn;89wp)>vD^>)_JmmaPRZfF)Qf zlUZ%y?MVpFkwZ4tpy={Qg5OWip$e}_8!ZdFF62itA&&`PO!JcWvYHn zl)Vj?s6WvX#|kRmCz>SdosQ#PawIzvc+_aEB;b2!IfGFkK|Z{9LFad zQ^G?Njz5rNQF36^skt*XJR{+_n;eUg1A|`Wm=@lga6C?qRF# z6ZVaXv;RhNq_ThE@C7(`3NUDc%d!owjT+_hMEGaI$6yKkm?cT!enafy$rj^N*S*eAP`vF3lGvEu{j5!1@Z4apm*~KHvoxaHP**?mW%}8l zyJ7#9yLpA-5&in`5_jqFirv-3XaBtJ!*Ff{CyWk&5gmvfGq{a=;qEq3$eb0;ON6(3gH-g3Nwblk>e~ugYWycN2 zcs<9$%Pw3p?sYFiak&&)SVYX-q2uy=4Ve7XlV|Ix`hTo3z6|=>V1pbynec`RV@YH$ zPL)uOHKi@#-v&qnyf_?Su#yY|#lam=jP{3@%4K(WwiJGbYHl7vf5_(+mV>7T8G^)w zGZ&97*+l6EGo?o_kg+X6Kbc5uH7yU*|Ke|!Omgsshd#$y>IF@J+?^%J(8@7dKw? zgqVKxq?j$yV`BDNYqO&Di(l5SeY_qvG(Xq?DaB0Jea)j@UZ`KR>ul1m4e>P%cTO3e zYWL+FSr?wbOuXqB&}L?%rHIO(6e!}#a$ua_O2zqQiJKR_DyAR3B4$gpK+IliZC0{z z=9i80U4G|C95R#ux;MNeAXi`@k$X*LlC+InY{?iOkNqzpeEEyKR*Ru6a5B zR5s52A(h;l)s#(KkYqw>o=B4?EQJ7Yk^({iI9UN90Gy(L5CACM#1A0=oTh*f08Upx z2mog&AOwIj6%YadWu*vtP(?1_9&+R~p>_25b=Z!fyamH#hn`CFK3k!(x+O4Wbr8vP~Z$2HE6Yn>lg zTR$w!hau<(zpNkj{3?r>=U3N>qrDoVP5FyCt^8qzk(|l<_UBi_vvKo5xD3Rx>d5Cc zd7BWEA224bLl6gV;Kws7;Jb4nYmS;Z&@=1-y0EH1i?*3dcs)m8^E|T(T%->!vP?wnb{kc)-3T00yS!=bW-Czb@$tYday^tCYp@L7 zMj3c!1MqY0?lwfav+Vk;1m+4+urhkEiv9<+>U`EJp8Oyzk5ke6DA@VMTponkceuV00hI6gCnNg=MFi+%M-~a;ENws41PH z>2YVzf}Oz<{7`dVM-o9m_(y<|TOjfHu$WK}mIvKh)5n!#t68>EM&#GsT2mxTe0zx#jTKTXA@&e-@ z)GKCScHdi3^vT}3{3M8$3$QSB;T%&d6 zJ9tASFNOvMYf^CFEzh+et~|2~;*y?KHL8}=K^jRn2dDfxm{?{iD)Y2=U*L6LU2^nH%2Y^c)qZ zXUmH8Y*~<=UuyJ)KzgoLK#2cFdXDKQJ#jf~osIYE;mUH`<2<;O$2QP^4k&GlI{J>Z z;S+%4KFT@(IG|K&z<*jxpA*-PMZ--|*BUxzgjpHQZIqA>p24)>(Vm zAijoq#AZq&X?WLa)(Ii)=4J%NzwAAgKV{65rIq}lsr;F#{E;b~v*(Vk8H3~m&!aoQ zvuvwN#)O170Xz?3xMvi{hg;FEukJL2Z99Bf$ci;kPbZ!%JXpo6Io@cSO4}F3Jvf>c z-pV}*PHfZKL3{MG0oj3iFb*X0nrj5B+iZyEs~c&Nx?U#OI0JY+zd~-xU^v)B?X+{S z53OIP*)0UBE?w|)2%5e*1mkFXIRw95DX~89qjC9u`tiQH3z(7dh$_=c;~Yf3cyfm- zqk~RvBTRC-H^xu234T0-bDRy{qX(gTF+T)g?!i1d`Vp;gf)z$reHfr-cGQN4!iY8n zWcxDCdGIu4yoa$FY`7M&xtO@`L(GH;$!ST5GM-vdyHN3av0K$H7xYuTOkoh zvd^VIdp?_MTMz}!Sj6zm)=VRWLr3S3wz`qsSYK^0_4sU`iv>wXf}i#Fb~t*M?&h%| zW@DYPWXb)}vIlgwratBqX_&Qd!h!*P!orXF{ArxEUBZI1@d*n*=JRLptPK(t9GOU1 z_%WY9O|vku*0^BDY5<<9kvQ(pkNNx=Q8Nq6r^@rkG!H-K^JhfuEG&L1Pmt!}$9(>b zsGEg-7UjY2OA;18=JRJn{Vb@}D-Tu?6CQrd=g)|Nv+5Hbtd=D_{Fu+55rby^9a-;^ z@-mRwxOz1GJ)hu+hFRb)jU3T9YXYnxaHLH4L=yqj2nY`r3ADF`{t0eOWdsT=gr$rU zM3_MPSqLY;O3helBQ|`nJ+9t7*mPUl8)#dbv)$j?a<{74MI`0+K(X!UY1RlGVu3xH zH9EZ(*t}UIGuHxZHbV$V><+WQ(!-m|&29m%DLe^{-Y&p34IR+e%IX)McgdEb`=-zYK7GE+!-j2jv&ukA&A`9tW1%v1ZLb&-@Z`oV^d4r)MrD zxg$uNbx$t3FFNbqhdX`3>ydMIN<2Ee6SQacKtL85le-&gZ0@A;ICoHaC(5)ogpCQi zJ*PaKh-?y0aL1HQjNl~CQxe#o2rPa2y&>FCURv0TI98r?XRFcOnvX;L$tm|5Y(3z5 zbwFt^n%sfh9TL_d>BH_g7PdEh&z*=LnmOLw3HQ0j6ozGvH)F_=XKKzIZ|*AcX?W&% z^RMYs_A!MKnd8li(5EcZ$jtF(^rU&Fmdx?y#fq3(b7QD-8^%ccFuO8c_^h9>iecX` zsbe^mlRND`Cd||_ynm3bW;ofNy;un++jB?aC**1xPPS*OT6to=u1)Hvt}WD0U7MV* zYg62j_-tL9T1}mqR!yCmUQL}b)zq1VtEn^X)zq1eYU&J@zB1$Pa#yMaiug>w(ts6% z0QD(87QZhmmpvBG7Hj#Z0}P-JRrylGBB+b|71Tw)yeQ7v!?9gnD=(Hl8jqFaCDcmf z{ZjZ6B0lpT!p{WZSjQ`&ub01yv1m6Ky;0GRX@vj89UIa9LcR=H79AiY=S|UpB#Xza z2hj@JEif`;)`I~hW7hZ3fnq^#G^9dw2y8fJ?Ge+Ddc|ysA~AcdwOPlGS@{)@S?%7- z`zgQXiW@IF)cJ9k^~1vE2i6aMrTpL+`UC5S>`@)={5V2PKRQy(mgp!kd#$xu*ZRe; zc#o>TG4%GuW9S{eVGOE9SbGu-nMMap(*wPru`FXkI8! zzvJQl@S^J_HbkzXG}O_!r>D09YV5 z9>>-S$KwLI@i=rrWjs#IGe5;|_q~t~Iv~eVo(#yd)^0?87Oh=W(yr4(atSRxBo`n( zBo`n(Bo`nak`IoDwd z&HA>z@hjEd=-1y;ew{3Cyyz4${peINTcXp%?6uYgGfmF>`IYet6R|j6r;8geIzvo9 zI#bM+=qxdNt+m>N@*Ft`+8>*6&78#{36^n7wo^vq=yoK1r|2iFg>oQryc8tdzNF9(Bb zF(N)^+3c+Ap@nJ2V4`a(Z=bsYpY|3R>`G!M+A;)3vn@d_5Hr42_`AAx(w_MRT;PHi z`wrlh{NTFPRU{~!0pM2(2m#RT0N{8@ID`Ojg91VTxKRNi0Q^P) zAprbV0U-d~q<|0rZdO1D0JkV01c2WuAOwJ06%Ycz?-dXNz-;JSw(_bMV2 zrC)ny{9wEYWiFXelI?eXA%ZP1x_<<57i`CVAuZF}Ay2YMkKkwunVfRO@K15!hX&Sf8I7eI` z<{XjVZ3ql<-wa~EzO+rb?wdb`#mM@O(dGmsw-T#04dd~T?jaTSpgvs*9v`&xLH+_zDw^w zu^2A?>OLv;IxEX`!Fz}Cxr7Uudx`IdGTP^EC!b{R9Xatk@upJ zZ?9{<2?5{@1%v=Vueh&C(>KS_PZXvf@jGb}Z>lpPBtG?}pK5-7(;Gomw1LXo>t`Sh z+1u+2Hl#hXB=akkzbFM!Yr4{tUBKusOoc!m?=M@1{z8|yp?e!_dzcmQ*?y`YzK%sE zx!2wg{h3??Uzy&r>BJ?#HorO2OZ_lETnt>!!Or5~P!4^~>U8!53R3h2?00rIGCWTl ztO{1PE^3(RYmL0KZh3l5LlWM=kg$+l#yRr3+6T=Q_~@K zE(_ZTT}9 z?7V3igpaus>MX$qzY%Gs`W(jGH2Ma(Jis@zqHn;qw)&Af@sP#HN=nl=@8BU;%O%At zYO=NusY&h&tK5Ij*1%D@7LBX8Gwruh8_D{xB8x}byUK)>V#K}#D8GDJ3WsV?B{pH% zK_e4J_k9=u1j|8f(5chWj*53Vp5>_=uRXc#8)qUPu~@=6^M1&uXvv}W48T%i)HZp2m#V4}7v=Z9^Dm z02;b)qgdFB;bDAsD9mJh#xL;hK;Gi<**Ea##%CwGv}m8OOQuhNDj5O`c9ouiWN!Sm zH|=*5dy-jMV|6cs-GyO4@}`FadkEaEa4hO%d@~<$6Iti{*bB^7;yHy*BVq6J4Phhe z;Xef(TYIoy#+M)v_qnL;D{vAu$p|b~YS@x5d#h)*ZrE`VI&df;{<+R3s%U-4(ezE#!TL``+l?~EZxw-o|Lx_ z;JXWt(zz@0+W|cYsD8_ZN~L>O-ePxI_iS&q209T*wR9r*ko4Y#^m2Td9-{~Fo&~F8 zbk_dL@%U(SXu%kLYCmK2kCIHI=hhV=smL|LY>0}f2j1Pjz{1qv+ebFfxYeZ%R}72Vb=s2 zY7avUSVA>FaB=Erd{{A*UfF35mlS+|I8L4EE)Nek6r3$KjTf$An213qW8MxNj=;70 z85H9)b2b>=<0IRHbZZGVPwzl#zh1r{&tR;4Ct2LLc;;BxeUp5jN3YUdkCpEyDy&iE z`tCrH_2}t3$Hn5F2?;7?zV=qEA6vMzB$3I;{fao|<-W})s~9Mu#C-rl*_%S1qwtdu ziGoo$!lqo@9j2Ajr-F}i`gE98$!R+H_vJLYA}wFsncf3G*hoKR6XZe%iDdlz4~0o2 z@IMtMk-(o5rX&^uzJ8&A5CA?SfOPw%m5^>LcZgLha{P$g=`NFz|Ca_M1b{CU5JF@D zR)6F#^R`$OE=u8Fd+QZOD+tDH4>=1g#O4)rmL zB_$2D19R8o2#*lOX4VWFVvUS?Uqr8sDkfuDTX5x_B4)K6xI(_$vxcA9@xSOWJOr2A z%X?T%KYB#WmgrG2d#$yBZY%fS_!aNJ`K9e#9(v|6SafcPjWQC!8w2~#o%0ls$?5JJ*fUs?f?~o5Y4Vlf9kID2dr!yEocLbC1 zp zQVH2RLEU2CvoOpr*dBWNV4b>CVlY|-?vx;kJ07+`1Ipbgk##qWcS?M%J1c|#m6E|< z!GE^jQY}qC8X#s%PYiykX=wYEsb;u2Z9IT)D^ybg<`l z*D!6h_`##2_+^&q848=XU#9Z59vsZufnxg6ATe8_1~GfBwZW4t?BDoh^A>M`*HB_M z*g7Ex@6bK5XG_9o%_1T-s}XJ~ESd9sBO5|(Fd<4gApkTHpfn_rNW&otlSts93X@3S zVT9?c5b(8G0U-bkS3n4sN74Lg1i0+{X>0Zjc(0X0JCeY7>4#00Xk|*7)|W2S`BUYJ zW>&d4uQr_58dgD?Rooqvk&%VU-VGTUiIG#0ApID^+o`icBo``s56;NQLS^r!jEpQ) z_8yXvk?3ag(spP@Miwf2Lk+2NDCn2bQztvgc6k_cy(8J-y^pk0Vy2X7rTu01_KwKO zg4Z~zJTeErLHH zPiLSxQ`@$yD{EVmvhBY!6f3qaK*6zX1 zhg{nZY4yj1C*nE^`=0jL+Xwf ztx^oMHO%7CFANcbZIL-#V!B_pNuGrB)G=MGHt~8i&pe&MhlE$)ahBXofVea7>UQ$K zMgC-81*=b|K*A(xd6>~`MS%u58`xpC$4{_>#H2a=MFr<0PD_F1Qd2q>$t?}wJf)_I%TE6SSMWG~kT)sh2_TJV z_=iGJ1xKsoa)4+0=;|22mMmU>stbOSaabQ5tB49g)9hJ8w0g;}b(q zf)L{+#2Rv{RoWYd2JYJ?#DY@4mtZpEbXNM==KS=mU)HTvFlO75IsM{r@Acze_8LoE`Ztk~FLrntK$r=R{Q`NCBy2s%s7*AkiMBMgWe(5OqQzPwV z0??t*izt)H@C)}A1-KWsp<}!1{Ist2?}oH!s6zzmB&33POkxmYx^Z`6LogXXPIa2{ zi)%-8p z_}3D3SohYNIt-j&@ypJycJO+cv&g+p7`Dsr0>wee44TY)Apk6*fDiz1*Nf#40swB@ zwSW)+7FR$B%+nwvrA)@6U%3%!z#(t+D=dYs0gzHNL2!|M379CICEe#zv~Qe*j){MV zLdDy%G+L)~mxle+uC{4&XMwIa>5AkKYkBJuA?t zZLZy;Zt+q0tzX<*FvaJ=?G<6sToddLr-K4$us3x5VL`*7&bmR#9htVC?pa#lO1U)z z<>HsNLYnxe{owMtsja|@vK2m^qFoe{Oc`Y76x2sTKgCN}vMaJ>zWHoB_n>jxT0MM?05O$n+05ceWnLUH-{C8AN@2@Id&2csZ$D>VjA zAq!tRMrOOjp{KZA;uTtH*Q<-^M{9`L60Ip_ueIjgb8MIVir19fxQpp@6=5|U2r00- zjHcFttMqQ1XL?cM!5U&oGPkTg7huJ*`kKP4aDPimlsoGnJ~#-5Hp^f;Tl_A6WCyNU zoQ7JmKg7$}#`>-?0+ubva7K0v54eck(HQb5XuVk*ZX3Khb0{KW<=Hau_h8O*tiKqw ztwSEJDIHBF&-?)2sE@cS5!bb#-|HAe4G1on546ipXnzArQ{WHRyPQ9s-=21WSu!2i zBR?3k+4t@mk)C*cY+VFndf-2Tlq9a|OQc%^oKtC-yB@4X(yR}nuWkeUc5g`RFxqgE z-eE3+>jqvHayndCzx?3?+*;e%wzd-(hpDagm(omg%}oMlUZZ{6wL2s^zCi?92MS(K}!zTO0ZMA>Zi4e|0B86iA(aik06=f4z;cm;o5F5IG-Gbd`|B*AY96_ zPMCv{H{F{cl!iJ#`XNjkW@CNlhiF|{647AxXjBYP`{#`U19RWsc) zTOt_Ac|50#+g}(dNv~Ieluy^4fsnUb)7mSlLS`FUK|(R|G`FQmAxI(-g4+>hFDeB1 zwpTz106Qok1b`hC5CXtX3J3vUX9a`+u!{mh0N9nl@(7j$60#e=C7nfUkh{ay3OeXO ziOTgJKq4j$8bfr76qu)20^&z~X;}`?@Q1njom~HV7VY2vwsUoRO98IWaa%yx$GJsz zeC|k~hVXX7aW`we-6+ByjlCpeFF@&Cpuz5ZJ_0Hvn$yhD&suOV{o3*X5m}3sRhz8SgBVAsZ+B5gZjFZ_VYpjSXu!gq)kKW%OCpv zN8&p7E$4XQ=F?f5HfH}V`oD$h=s(o%J=6E^0yQcmUA96n;My0odjsVFzjJt{<$knu z%D+1#R;>^|A*@U{erz9@><7~VGWqNFgONo)rb~(zApq>JfDix3))P;x{tE}z2>;HPH}AtKk`=-IlS7#SZ9Sdu)wF@m91UE5MwcZrN&|#YM!{U z*rA!Rm`B}=%0boPGN@9xzd@CYYjXd=5eQhuJ&VCZSp(+&8~Z|R*xBnpzTx@<_T4wY z!Mk)L-TilT7a7(&OYY1vHEH4-&G_N&B7^R#vOJk);fK463>TOy%L`;Fx{ItM;o;3= zF%LiVF0v^J4^L&sJp9nR4^sCUyqMrFvV!?&gCJz&p?)?&1SPsx-(V?%sn3 zfHc<#l)6gHT|;&aEo-xu?#_c#XlbL6a_Me7II!78#a(!?YqN`pyYFDrW)}^2-N72o z?rxgHFvlFx*zq4%gEow3u5e>%+ z``GBj>lDxD`o>e>B6uMOpF{Y?9DE+(m!$V3nb|2q$g&l_wyuIKP!HN;=;atXz%wV% zJA3Hkq=dwLRrgZ3W-}x;PT19*#oA3wKib`$#oEQ5#j@61w&gg1Uv``TX|lQwT7>|x zh5|wy;`OWoKqu_Kg=)Ub^ij62xA#$r{;fF!am6^mo(sWgaa#ruydAtbqa+Cvg7ABfDF8W|w~tfhbu09GZyIV_1}4$B%Quv9gBVgcN1t8*a$tfPPs z0Dho=5CGOyKnMWL5ALng^v$iv5qlDl-$?}4Q)faH>(N}vY`Y%Ye`8QJg7C3t^%vNeRMtkrlv z4NOiU4;z4Vni}6)KW6`m$-(Y&%J~rI{Pe^*UQ}R+Dd!!B@R|FRtLA*55R9k7RaToB znl0h}*qnB1E+f;vwB*CaZ1IxHu;ckt&-z-FLZAk0pnwnnHdH_e02?VF1jM6kB0TMx zI}nJzVI{xbk4(%$krv22!eC?d_|9R7t4ous=<<;|-qTpWP6gTWTOrmzaA zKF{1LF|j(iwzW$%+1k61j@we!SBfx*t=ro; zCXS1yZ?2778NU;*P07Xiq!93YGX;b|d#d@~-?g}fSy?cp>+`zrLbQ1=wZ6c$MM7># zGCmc0FZ@XLfKTBwxu^fRY%#^1#w%*mj#r21dGhLz{hEiB3%)v(*m3dFexa^n@e&Rh zmBgX_Qiq8h9ojGJa1T_PXA#fB11ZdRp3U73!*v^;XP#j`orJLn)HWmv!O8e&+k9qx zTb7{E>j+MPMZccY?^XKuyLHj5f17`;f6HrrFlud^u@1AuXfmH@GTAh@qRHAO1UjxK znIzY7iK~E327;XH^p_xxyCMC!rGg%cmAvi5?!vqPr|ebRI#%z#o^*;U_@w|T#IVN< zt|9CPzY<&DV!x)vsfaokv7L)M5DDq^&h=LLjl*C?EuY zZ50p#z;+4<0bqLtgedOw-at%jpNDlcJ$v^UK%TvOGq%J_SbFvjcY4Vm&St=RHYbms zd70!LAfd02+_un9c ziZz@}&>KV)q=qMMGBtcBMun|c2*hn?1%yDGE!t=JJN&ivb$?dL1HA4V<3R1Rip&hR zif2!fz5^$$&7Z_h51>=Zt-X*o{(Vp9NTt?(h+xw-OxG2MrsfN$L11uQ@pLiq#I%?# z(V1fQT5EG4qK)|izf$XpkJu!{bEgBe6N(2HXTd>mAYcslL1tz{F`FDCI7rwEj}e?r zZw}7+K9#HShln$hxvgSdzKl;F^a!uQ{jF+_3HQRjipXxSv>ejN^-GWMuV&Y^IXG%d zZ9eMc$bi)g@ZLa!R9E&G=O76(4I$x#Eywt){#)xcS72x9yI!xc=aY^?WGmKdiZ5Uv zBzNQ3OD@e{;f8a8%5A826h&?u>VNAt<)U>P$cA%KA5z;;Zt*31NGVa>&mB@qZor1V z8ny#!BB^3#NtA=EK~`Rhjrz=Wm`z;U#f=fWQf!4|u@o2u3AwKbvp2EQAS*Ebkcx5X zP<#qrLp-^zWH>%WpOoto!%}i)KUsh9qEJjf>K3yl+E>h8Yi$m)a)w{Aobi)4xx(pO zuiO@kv^t;paaKiXe^F6tLp0KACBXp#kIupe2|P9nA1LtnEPSxQ^f#e)Kkt z<4?qXvf3+rtiV$h7I|aubz;##YY8@;8{i&UnDz$Hv3|I;>@5)rU!8)BlHQ>Rl!s@{ z!fC#>gpW{$j|VV^0M6Vb(o86IlgPO)d~AxgzzW-atO)WfX)s|j%GjJofyTOI*L|98 zS(hOaq64K&z33oU#s}Ckwy-(amNCEV-QgFwuyE^9HY`7wm<0Bn0Ck@1P1()hq^e`t+qnIRZ#wtY%|s%Tn|PUplr8NWVbmo;M$(pC=s{^CmLhgCmiy5Xfzot= zlGH#++d!Ad1-d_-a;PT+VsU^1La_c8jrEqKN3tGw2nTHNfO?pAJ~yB=6zvn|WH2UZ z0w32oZ$h=_K6u)0aK^5_^mYwfHrw_{*v&o;T|bugk|$90vcF-lwY|Jv>@^}r#)msn z20qKK_uEf$!U3W|a2L{~D|TT3e-mYrTVU1w6qKU^?5KAHn8M<;NRu#m=1;J6z5kGK zHoQvQ{jSK}P+{`S1Bts~;dN8f?rtq|*DOq)c_eW+JiM>M-S3OsjSwarO;6m745Nzl z;jC9aeJ#R-1&YL7YdEPQeb6Y)yK56BOyv`Iqrz7!;(14ryV1ggsbJ!6On6#FJny8t z>`LueVe$;LSF{|U`B}Mm>zAnox)dr-YIIS?!rdaQOUWvgYWw5Cm853jsg>O9b5efx zxln%gIXPdorc_h4rsk{Gv}&r>^nBGa)l{v8^Hr<8nyS^2uUeheRIRRj)tXUF)mkK9 zwHB?WYAu$pT8mdxwPxn4))M)uwIr(6(wVBYRIX}?+{EGz-?nw{A;-%Ohhp?op%@O? ze4xr^ApjhtfDn+c^`%+KeCgU)5Pn-ds;m?oTSZMBm#e7btEi_F^3`-uHPy5sUrigU zsiuST)wHRaYC0reO@~%fO^4;HX>&Ezba=j+j;N-Zj?7n6T;-6JfLID!rc&BrAYwSD zN!HZo7F5K8wcZJlt#`lsU%lh~wS_(J|LPr=L{RTm?5EznrPIG2t#=Oa%xZMfE3-n9 zx}2r+Nyx)PSTDK7O(GeT_h@w$0(`v+2$8M7fBIkj{a^h}MvldDbFF^rZ`^@LT7R{E z+O>cd%x}76ZnQCcz}(0;7ht`{tic%)s%E5BQwRWa6%Yczp$Z5A;4lS*fd3o^T#$?d zp7`4O{2Xkcz(1oqMFgh$oy!d zrJB)3YksuRR?TQ*RDQIPzoNU0^8r6Zxu@n<@o0l}wnolGasIDez+u{i;x1rIx<6dH z0FuS~CBc!xur+yk3{$;3Lf~xyXS)t*GhS&um~5MV@G~slwe2wj$DBxw+G8;Yf$iZi z(_YnjCaibNTifec&_WMq3uV7VBI%coP?$slAE_{j1U`x|muiH7uSY8&1b|}{5W>oV ztr9uVw3IH4eB1dzMYG=m3C=eAvAKq9rvu6QN71^;_*^r#(}BcQ;i}1?d@Huofy7b~=!_D_k`hns3E+I*_<4Ts3LVw_-aTNZb{!nvBS|Vmlp3 z+!d~xwB%cH@m~4PDEV|N)_oPJ-FEsQ?RiDCC;n*zJUZ8&_oPq9NV_DNY0uhoat%G{ zH}?Z$rX8a0|Acj)O^ig+XpYq;Aq4o2Q$Pp+$15NNfS)QL1p88K?b~#;h9kb)Hna!Q zl5az{>kMF*>N>}{u5<577{_TcOO+F<={arpTG4YhRMT_X?zN)l99&J$X}i~omC7O2 z^qjVPtyrlXR!z@oyVr`9%Hh@YoVI(dSg9OYP0wk&*NT>&wbrJ` z?oIP6J{NJSiU1+7xhvtx)-UqzGz6|{KQBNZ3}+aC#A-jMsbe7^P);Ghew;+okDso5 zLV)jN0?>`7>6=&JvprkD@5I>|>P!eYJ5vE6kO%DFKZFTgx@Md`PR>Hq5#sG7BTCvvqGg@8Z%5?!9JgczQ%%|}bEiAMxTm;%&j~~xmk%eCo7?*}f3!-KC6OA1)f6h>Uz)PM zM`~Ye4Gjad4eMU++I|l9T!A@PtB4Q)&L)7WMl)U2_?=X>a~u~<-`p2hNPZ_==aGw( zI3eKq&lC^>!1)RYA>-&%RTfmfla<|p{8o43*dpO`#4MUoxGu}Eu)45$FJ*tJ*xnEVM1O+(g|KHmj4PKrzG#q z_@ur-P3d?|yFHtYa}|uj16ngx_!a9CGt1lCJ@YU)c&R+9)y0HZ@q~bsz6o|#BYztkC$ERj0t#tSI;Jbel_rCx z3bJrK1`c`EN50-*QTxH;aZy{X9A$o@i22EWn4cQuoc8n6(E$)ySi z0bsrYLIAi-0U-cfu7D8i+lq8|o3$t9PjQ8SHS9vjR>A^PQU;XSyN7Nz?f;wVKQv`{}PXyvAZ6Ld4D`{gd@V1_z) zvB-hciAd#gd3jgj zr<&LKbS{=o=i>Qv&djG18Z(*ZB4Subgh%f&B_|E4uUANBdrRv_Qdr$Y%%UD0|Hr9{3kM-lz#NlU*ND&hz|GR<83YBosR#b^W9c?rplyz zhss&y87fyhb^0bW8_)Z&7Vg7$_j%*3M`2%Y(KfB}t+tOhyL~t~#St9-r6)lQwh+3kxpch9)u;&~R6!dcxszRqF~Pg?`L72!Qa zekrzHg%7JemG{y=U8_;_KcWTwd~C~evG6$2GqkRU$9tTJ@w3&j1=`AI*;;99bGtUl zQ97`^FPS;A3{r|G!Up*cgnz(`>GyfxIV$T|`GLC$J;ja3?pC@96#Cu!6fvAH@xxgH zfJ;3f0l;M*kO1H_9*_Xwat}xV@L3N?0C0r|BmnrF2P6Qv(gP9zT;%}?u*2kz?It>> z;hnKC=dujctCcRGcsxX0q4+Q#ankM0O;;%Rm8MquCk}MGr1}lKl(UsS7LfiiA#?7S zh&eCcUT>Y*2FG>#*~&iUv>V5O-t0BsUgL+C1^RdPP07n0c(87mKlqhkp9`*;hM1^4-Qa-sSj)gHybDN8hTa z1$mt=>3CtyMoIb!Scg~SH^#_dp4`y}*FBUDLE8L+Pn!||TgbwBdCX2$p-bS10#o`NqX>jZMihJKbvUT8%A48M)%=!5$lk(##XO*8& zx!S4Iw>!?qTHueJ9b-7(A)GD;kKugV5k5o&jp7(GcPRCTN>6b-PIv@*T;qJt)g~Su zkMpe=|0A4Fq75rfsBhDy7od|cN%#g`(t(#ecHk<%y#sUTSbG`c@qB^fmQm#bBHe>~ z8FX^2XXOGerVj3EdYpnz7&;)TTtH;n;Lyy?22bqi$R|7%50&!q_4GnCX|usqJrg4A zlfqW^v>bMks!#3d+CE2+I+orhdGiVOX#Abr-+pvwXF3Xb>qffCK=SdO!kz%RC?fz-K%l0l?)R zkia%i>Nvr!HEtBs&HLaEPjuVaM*kREJJ*QC`rps!IOz*H{zakZM=uX_2m(U$)BoM} za>vi2V=;T3+V%>77h&gPsOmIhLdS?x~%<&S)bdjbG~PX(J*y!5h1$E!&7l@MNu6FA59d2K&t?&AQa>n4UjTDi1e!}lz75`nkzEJH`HT43bV5%G(8!&r zTk8J~MV?XJMFCm*y9SgJ0Nm{X2>`z50SN%^@qh#X-}it70QY)80)QWQKmvdtdO!kz zA9+9mfcrck0l<$vAOXPr9*`h@amps~izPIXT}b=?1;41jN~n=XOs(Hi^b^>i{gxtJ zW^)(#{vX%KaDIRfXJUabpEq-j2WY|SLm2i3qW=unh_6^&&+8N99L!YO|8gykBx53$`byGfm zb*SG^bBW;7+u_RuzpWjVR1_&CuQv03&0loqxe#FqG^8MxFSF3Xg6@r*p- zSM~5PGk<_P54(xB;P>*PoUqW@Tb$`0UF&F-_o__F@2i|ueoy6Ur%vDJ?9N)?Of8;M zb?nCTs=nv%oj_)|>BfH#{s(90%h1T~!QOmtmDBUXRCeXBW!dFIaPeJ#^+E#T*xeqG z0N_>vyi1Zob$8iq9;Q&iw|kgE1>fOe3Kcx+VG0%eZ4XnZ;5$7`p@P5TVG0%eJ;MB@ zQ35)0j|U_G_`U}u0Jzr!5&-it*~eZ$AA9|Letr(_F3mrP;p5Lu#|AN;c6^MzuY%atxWDZjK=IF^A#Q|U z!at1p8(u=u;&f3C4cC}@^H1@>E7u5T+72dst zZR74Bv?AFzy<6iWW4qPfufOv4+W$tsKJ_^I^?~+&VRHP)PYwyre>b?{$6ph__TTc~ zXKMXyrJqK9Xc}%OyNNB*O+av9@Tsk^8862ECaj@U%1Vlreo^!F zn1xyRawk&~2MH{7A1%e0O2ISBAzI>@#dJ|i^BM_JV zXOH={{@-|^LsJ$W`~I}8@|9{qj)0ot=gGk{(ToZHb4Eu|x324s;40m5is)_kfR0i@ zHWuHCy1X^JRL|Sowg=v#8zlppnLO$sS)@9*xy8FP3~&&zuI$z^@Lhy&1B@5bL-ap> zMakf&-Vqec5eSP9dYD4ZKM^OoEPRWk=?cX6r0gc|lQ0(_#NM)- zJ?veDN%b>7sVMkK)y6fRjT_7UD}4OnO}9b2|Nd)p>Q|fI_BZ0$EnG+{e@<8ETRb4d z53$l&K1@I9esr8L<5q_mt%*Gy(>w8iQTAILX&HW7hKIk53o{ebpJON4!&pppa;xCh zGe>>_Xpvhf`wpZ3F9A#&`4yI%bxzEFjdFVDvIjA7CrzHxm3`xp@3Dj^r})&hs8e}%GD z(6L>e+22rEa#~mMca&YlKd{XHiN(}O=}j=rG*@gkacIeuEjwZ3!L4Y~b79!7Y#le9 zgl|h;k2QU_W^}&uXYtajQcOLKJ>D&UZ@X1y?8K_!jXrEIPa4%=UT5WXKis+!+WRkT)VTx)fU%*&O)_1JbwhHNV7E(> z*?6q5JL#G^_Hch1dpP$|EZC*9<8T}Y_n+8tI!9iElQ#^Be_|s&mfO{pb>aYB*$5P~ zciOBgI~juBk3NLfY~E)-3pxD!sfk;2l4}QfRZGvaZ;xZ(UNHRh-Ch0+;}0XM{JBa5 z0+kcXhg8lg5!s<%?N&=a1QT1$UHiiM`BGTG-6w|MPdf&%?^f}9n6MjcI!UMFHOeP_ zWbW=`Q5^3hO~-5B zPRAQ>yPMHVjGUouT?y{ni|WYhcyj#;NCsykk{^Iwb$`!Z=okOiv-K;Ztxuv{{1J_o zwv!mD5xv)dH_S8Gm7MuSI2VCpXHXz=|K*a1BT53h|HWJE}2eD-@q;KAw*&s zD+B4lT;^}0r60uH#!WLk=)mGu@62>-N-JI1ShS?Icp!Ttrk1X!pN01Aguaa2j6}oV zl0bYqyOI*oA0&px?kXtngjeeIHfZ^AEx0gyoa^i3hDOHwmQ>oSriNnnq~OG zN!xdhyppqdCWj7wg1QAqb3Z7(39~u$4oz#NCu0wMzkuto-Y@XlHmGkPeH|fWkw4)` z`dLH*01ixnu{M`c*0Q|!P5&-2IaWp>ub~GT+?}-|ozD ziZ8|^qdV8V#N0S-aZhXAtnXs7Pab^Q8W07?&cFmfX5t#oqP5hd6L2K*gKCrR z^b^4Jdrx=oRAjra!H<*HwIJb@INirEeLt%@?##j6!|<6oxZ@fSh4^^itByyF9nXCq z@&X(ueI`0)Z;iPVcetarWJ^0c%HHK~su~Q}sL%2cPnE)Nl{>*6PjNBeHE3grh=;k3 z_^Gn9M9@(Tz#L`_aO(6zXXT>hy(0ncN<1I|zyt!k3QoaJ#>n{}!EyOlnWJ}bvgX$8 zbrY6-2O9jEP(73VZ=R{P|8~_%SHMg|FLI^W+Ym_OUIcee=4PKnzmj?RcMvi9++#^w z`3p?@VV(91OoMnRda6G7VmsWA#P@!Ln!)M%BG?*|#_ByO9GLiExcl8}V#o8)%Uw7Y z)hY~`!M#WBh1aJ|?wWLNIT;pD=4ThNNp_uU^17}ca8y*+xh5A}E&CJ>=^nqH)OW z!ulB#)|6#FVR1fY&%uUxCa#P7>t8d;6_Z(9Gm4uI@or8`m9}JtgYSK?}qWX2WsIU8zYF%pF zx~H^SS&po9GVk_EkARcixkYvovtwQR{Pk*Atyg>GdbLNbSNnqXYL8y8_Lw&9!d9>A z8paqo*H$R`?j~o2o{pL6#W3OGR?Q5yE@P+e&5*^6hv@7K`CKkvvPG9(u%xl#&J*ou zJQmMEp33=OOu@W}&Rs6S48gesQJhPB8Vwk8?$W-U&LuWtyIpm>?)vdAbH^i!<6$pj zkJrAPj<*D5x{o`>+BixSo!nwl@cKz0u$7=(8hP}M4?VMR~q=3*ERGf`7D zG7q(qYR5NuPt!7&x1NJ}RBnS2%)A9YrhEk^&V1$I^ip)mYUzQTc59r?-APY&8pbv` z;VC$fBkekGKfV#Z1tCn9(dfon-8z!@W}Pk=^fsUBLTqX9*_V){@V|0P-rE%W>a!#aN{lfx)K1) z@PGsWJsyw%U`r2305H=75&+EdfP~AOnb-87Gm4orAgt?pkUd!d%P(3>O^PcAjG1!D znl0<={;XP;n)Gt6%j-+;hF$q*o6W3m_E5DMHGBkNaLugxIzQ(++o&1Tq*q`aw>PBe zcfp}*qmH;_Qu;Y)2WR`MFZi_?EAX07ei!D}`RSEVr&nR&{NBWw&*Co0B+}1wJ+OsE zIC#l{h+jMDF=Nq~3+_8xZal`L&Rv7?&k`ot-*MS!_D;`AvVTCpE51~U6))M@EQ6~U zvGE_SEJKYflcZlji(C$MuM;ZJR=()r-J#7_v(3wS-@;pgIerfo{9aTl7W@v+C@L2G zP7iq&j8W3dQ9_PNA#l|7aSyz5uEst7<3x3R+ykevF9v_-J%}HqJrD-*h!-xNrvHm- z^`({fw0AYUY3#jTGq5rl!a2l;u^sGj0?!H_z|&f+7JV?r@b;#3*t)Kd@PH-bz^k~D zTesw@18;Pj4E4DZt*cf(5i7g6&78Tri>W%_z!|b)>VV3m98@{0#920Dt5c_6q_^Rz zIXn;}j08NqdmeV|-a2+otC$U~JE5DLJqcsEcU@}<-lTp3)?qa39neSwig)!f|MDLB zr=cx=%c+agui|%S%^SB_x8{^XIi=W!e%}TO0Ooo?0)TlQkN{vS4@l^k3toF4j{P;o z_m81@%kD%K9QJYlEY-weKTaF*qy(=gq&N!+uzPT~uB;aVuF#X4E*ZjUPxZsnR`#s@ zN4b6<##b_bl6K*~Ue=Ytblpq7avv^3;rb3@O!p6Qj?zj$$@Qc29dO7k5EDC2?bzpQ zx@{GGPddJV&hA0Gr`N!yxX|$>7Ri!r*5DeD3l2*ltm}G=!C`xaL~6E}fI<3Yx5-yr zf%9ta04LfkzV3=|xZ+wC>7{5=dKnkrL_PgXkS_O9wggA$9-P;e4MUjP!cD(BKtO@G z-km-fi^bOCAI3dyF}Aw?y`v+&%JuJ;BTKRVqR~&a>?CLOQZHpYNpq2}kAB)q(r|us zcDxPycxMdkd0l6x(#7 zYm#r%T;J?bJj+)*@>ae+imU!L&3s=U#Z!4T%{*Tp#gl)L2FB&F;ZpsXJ+AfZjNa`f z>%rx|K6;&(O!HY^AHCj7rumGokABNbrumw$kABBXrumYukKW-W(|pC(N5AbQ(|pd? zM{o3!X}<33qj!19G*|fg=nY;n%@=%q^cF9f=8L{QdYhL_bG5IJ-s&aOeAU-S@AQ&s zuJQHJ+r4C(t9*U*CNG)h^S(ZMvzMg7d#TcIxoLTwE3Q|eILup}o=#5sXUz9*kkK75 z*~u~g!uh{5C*cilZFi2w_4nlZf3@{@wDteS^>^X=xaS%HL1QS)+(oN35RjW3>d0!FRYJ$N+uNZjbXKL%xk(X>%2Vj|;5Lwm zoa4}niwh4kU-L@D2n9D^imI)v9&cM4lF7QRFV|a!`?xmPGS1_uUH=zkX$>)Fx9f4=uhZzq>mGNzE}Qc>=R#wC4UghiESEYo9d^Zx#*aMsseKux z`K^(gu~WxC_r&~I!B}t}F4cB-<+HsYEVF;txJx^B-XeGm&wT33+^5|VWVy`|soj#50?b1q4W;2}zn`e6v#%aee z)=!_#3g4A5ayPf+?)N0bb1!@mSbsCskF_ZxRGy=)uDU&|Zw%D|R?iOAK~^se)ge}| z4Amv9ek)XmS-m|}cVPA2P{mdI&iuhpeKM<$hU!vQC-3fCwG*mj%TH&C-jrTQzdx=o zda!kqFVY`kllA!G#3UaGo8lLcd$4-;3|Mb*pWJgF>U7WI&2bycPk8v1=?bV_>#}Fk z&POLF<7W_FolP#F;MVIMI67K0QE#%nykFiM{BkdLx^_=mKz>p68LY}Ls;*#Feo^(A ztjaH{?!~J7qUzqP$}g&}WL17qbstvc7ghIVRen+RS*Q*Sk0L=vQv$ab+mu*I3B&9` z+JQNv)v+h~5zmQB2b%qm?SpOC;|C5}t|FuV(u^L>iAQ)yn-lwTJKUlQ_PzK8QNMqT|K}ddAS- z(!;Pq+k{q^G@+CHsIX(q^s3jPxGmChpif)2nW7jU0v5aRJkQ^3(oGdC={{ z`PyygJUBdhdM#SKfICnEJ(?1tMJF!#gt94SteHDb%s2*nSdYIsskw?`##9`o&2yXc zz!o!(<$8=6Y;7jZn3(ZGuA`VSgIjX<#}Q)8!1YW0%~W^R9yl3u_YBTm_HOM#tezdJ z2ebN#P(6gzD?{~AR58)tQZw6&cp#bWcuFwaOtztMete%dAUE-j7h}^6*o&*kUj5j8 zo4w}qh-R;sa6Q_K&CH}3W3QKT9ocIEx1_yZMu_&hBiM`mSi6cQP>faeNLCeNRXvJT z#aLBez^Y=bsz7C{0RZc9wpt7sHTIHnjiz+9V*Pvu8xHU^|&XU`+JVa-CGmDAkEiB;c zTUAahZ$rr=aV?fyjV0G($@N%jy*)7LUXDqJ-Q8}uN=`=NQFre!y~>qQ1JmcT1MdmV z8^wy)-?v#zEbnB2=6%ODr@=^1vlpX zc58n~b=9CB+g853-)}7eTmQrZ5&%5l0SWyhuYdtg!`Nl6N9ON%CeJS?EXJ=6z1ccm za%y#zKgBjJ9JQd32yUT+ed)XCw}q|QUYO&BelN`RLT~y`w{o8oa0y5^LJyC80C@U- zDos9{GGi2T-d=1^H`>#U-+On(wJ%&^TgFRZ#m~{0p+&gTHWk|Hhoq^kN%~Qxe3-57 zEx8(=xWJN4Ru!iX=BA_BIBb7=f5gHFAe`W5bZ zctrA7Bl&BQ{PjrwMkHTLc}2Bt_OW*0{C42u?Z7A6feYJ#PqqUWwF94O2QF?0KHUyn z(hgkO4qQgS4D;To?nwS#B;P~XotJa&uH@Y9m<;l^JqHFsI{bCR~dXM%H;#0GII z3`+<34KTsEeWJsAkQuNC`(t`}1X^?BrlBQZ6kTRNM01lizE3-k(@^I_K`dg z$+#&hv~wtumr!1+_P5fRQjFdj&Zpq;-+G5j0Pv^>BmnrG2P8C}XFUS$-*}$&0vvHY z=UL31d{$v!%n!RH(epIFD_nUv9Gm0bt98A&L9C@~D()yrJ{+%h1Xi1hSL*g+KlRo2 zk5^lT)u!P_^4{<8!U3<)xV^dSm&ZWccA9q_Af4tlT+cWRy7+p=DV&|MX7*Z${=&tn zf@#X^brF1;U>Y$wkZUqhuc-v(2SOf+t4spXWf&VjP{%$c8w&w~M2=WgemN zkJwCcbZclE;^?2a_ui7L;mHat6-Qb1ag^WD*^m2wF&c^h`aBe{_#dze1L*77MG~I1 z5EwwE7jmE3pfz`I`?CD(Bdr13w zkHqVJo9j*NnYga^p!W58_K5P$ceq|xPuIHM=eDo6G+yt!TyIj(q;3Me!%s*d%D;4eu-~wsZv;y*D~FYxZc#B zspF)&2cT|Cbw2~7On|YK@Y!_z*|q!Yp&Xm*IE!kz?sUdiO{(n85Pb@Ki(t;E?5z>} zHo=@%+1n%d48fdT+5bfFnSwdTvUf!AI|Xy5W$%jMvjlU#W$%vQ_Xy^!%ibHo?-R_q zm%TrN&lb!Xn0+9ET@vLyj8Zq_OeP!3en*)7TFGt)LQIz71OO}0j)|7a;LGq!bw}!w zIE|SUGAWbzGTf5ZkyZvxoLSGI>hEw(S{XG_)XF|c)%{dehD{W|vU91rj;hMIi6U9{ zA*wE>sxok*n3jE*s&`RU897mO%RU0t&}-Am%87zpb{_F#(#p(-nJ0}Wx z*++@*kXD9H6#24`5%+Y3mQEA^Yjox39I)gaA3ziN7k-JM5lb$>Rv6ezE+BIRmRvyQ zuq(NM%&}H-0ht4=*I713D+ke3~m)`M=k&a)#I-P*Ro zm_xL$&~}L4?Dh@qp?!rhdl=o&9@or7U}PAQ5XF+VU9=oy)f4ced(iahccSGWj@q0X+UgLr(9dc1n)Q-E+CVY6tzIIU+j$+pMV z{$NbRn@20rq_3uJcs138IbP`Z!dx%(rLXZTn=r>C{a)xzbFPE=v@}S^JE`0K@-^c3 zVZxkL0$nGA`7`v>v0i!-R~{abd~zh863MTP32d_6Rqh%_`Z+(rteMY zOE1Lw8t*2|@kqZH=6YeC7y8mq`mIcu|*%Afb8uUpwCTzYT}n!1(9& zay~n6*UKLayTa9#>#@1U|Cq}IkHxFqIPPlGo*rEdxp|z`+-$l7+P2wrCm;>*hU?|m zK^IRfchW~I*3PaSOj|aR9^g<<&70InteI`V&wdG?733 z38-72M@{5b;eH0+#m-jO%h{8X3!MFNPbC+Sxpk?b;Ai&X7^w59)Ih~#nTtwwPKYa6 zGe&l?`F@z2?}ux?b0f|7r#8>`t+~@)x9@@#&3A4!Z~_i9kLr={qS@tE6w`YkYA&J9twQcuNE_seK=HO>z_Fc%16pnm>k=?Ne z1n%8fY?UqJ(OL!DMhbH&8mcq(%OLQl5h+GKgBniK31*jL0ZOwCkC;xzgUcEhtR~vq z7?4NuAby437HhWu3Qdf^LbFWt!?fRkKR8drK^RbFEW95iokD=4$%NTnnB#?hFUan*ueu50PN@i2>_n#0SN$>dO!kzojf1`z|J0!0N^PekN{v84@dy;R1Zi1 zu&W0o09fV$2>_ORKmvf>JRkwU?jDc;;AtL^0ALRfNC5D34@dy8rw1eec!mcg09fGx z2>_ny0SN&1@_+;YdwW0vfR!GQ0AL>vNC2>}2P6P^mIovN*v|tJ06g0R5&-P)0SN$} z;{gc(4)A~k00(+N0)T@&AOXO^9*_Xw5D!QIaHt0)0C=tkBmg+f0}{wXK7^Rezmdx^ zgBJB=r@3OaE7rK;A{O}&+1BY4*YH`I>%G}!D42eAj)C?c?%OW`!1FvH0l*O+kO1KM9*_WFl?NmM zIMM?W037832>@Q;0SN$(_J9Nc$9O;jfMY!%0l*7AAOXN}9*_XwMIMj<;CK&60PtcD zNC5B>4@dy;QV&P~@G=ib0Pu1TNC0qx2P6P^g$E=6c%=s<0C<%LBmg+k0}=pa9*_Xw z)gF)l;58nQ03i2(1OOu*kO1H$4@dxTvIispIK=}J0KC=%5&)d)0SN$J=K%=-PV;~S z0EGu609fq-2>?nDNQlPk8n2LmHDB)m3CE30?c>b)5Fh-QNU<;LM!`(B)~_i6z#BXu zAv(w#y+T6&$mVVjZqlqmF8nO%QfGMui;3muQ1AdmSrTR`yqazO`EtzBf&P4dSLCjE zpDV6(#r>|p(}G-c$QAp!;#60h%Yx^XogGg`oWU>9Ge(|C#)k`LFL3-4Z)fYwKace~ zao6!)(2ZP)Hl=vo;9&X=+#%@rquU-o#LpPn+qOT(ZGUXM{Yq|s6}P`7Y!5<^T`?PW z-7miehe7SLsJV}?^yfFSh5P0AI?XLXgEqH1_CuR@!})81Z|zNljA!=3xAy!eSq9U* z^$dQFWnn&9Wq&?hWlug+Wq01MvNaRGExB{-|NMTJCVancl73$POtLRnc{NM*Wq#<( za91*WxO;F5Jz*sUjPx(B27HLSb9`ZCbo7rqO`+i3DQHbS>M5XC!|<9~3^d>8Fw zdA?HR()?(Z1Nmtx7v|@v?9Z=I*^`f|?9P9wa{cXGXY2BN9JM|jj$`|FZs7AetrgsM zAn#JSFz;3gzpCuXdsKGky(**ju#f&24c}($x9u0(_B*$4zeluvCuEMd9{hLXpW|(C zLGJv}pSykZZ8>QZw?D(SKgYJ`!&)_aZ{Yan+xC~(_SdM4 zYuos$a?{+4$JGj~!+CWG{#V&Q^|TvpcpUx*UuK_9I?g_ww8}o6bclUAX+QgP z(hB=@((?RPwQFfUs&XK|OXb4+9+mz1eJXqM2UTK>s*L)v3FGd0`drh1wQZrbt>4<# zV{PlUwnfKin6H1d_N;4f&uOrOx9b$h8)MhOee>RD(!VS61uB>4Ln@c%%T*5K?syAx zcRaNDDO|rNf3Ec1`O8#BZEhOt9Ov{EeTK0sSZmU3=4?EA5zj zJFAS^xPf`Smu-KL zZO=C;)p8JSIt;O{!S6?DyWac+mD6*6jJ|jER1n;Tz8zHC|UmedjD^E?kIz##Zi+ zGm`tn=LFs70*7t(Ri6_)(mp5XX6tl|eC`Ftu+PHHC+N*8j$by#bAOz+c<$nOkHz)w zd`vv&-10eUJ-plTsfGE@%5fDZYVAXVcIQ1Rqw(}O_q)LMyR?13n~>vOHW_se|0?_+hktNC*S_N{bFZ@ObBJZ1{cQZN zu=%juc-B(mfCI(>7a9lbHxAfi9I)FsVASpg8=Yi* zCqKjX8?g;{uDJ2_fp(?9S6+;FQGtEIoA9O?e#bbU>_KRey*Cf#41 zZcdZ#@6=&TPwH5P_OA-G2ZYxVC%>jZ}iA2z3Link2W@mak+=7=rxZf~m)~lw~Z<iofRENde2s>xaY}0gGgK(q$G>W`F zJHT;;Yn>ze;2P?p&hmx0uDWPqc^ry$UHkI7>i6)(9}e3!z0+;AM=Sj&x)1Yb4|QWN zOIm@WBB=W|8-D}8N)MaDjUN+l%p}+>vS5!?Yh}cr!m~F>vuYhVd;XUyq%7g zozAG+X&YxJqOj9wlbzbPlbzPPU1!G*@Xs-{({$R&jkW7#B_2su!s`&bMvkV9ZU{E= zZ5|$78ty;CyI7EwFkH(2!KU~D;!G6$rGZtJzWxr@`J=rA$65A7JK}pV&qmB_d}jMe zFy995K_ds`pWTCYN!S(cL0gE;-FqRE{F+#?ZKSw8R%{m(?#{C9QE$7mYzUBUymDim z{EL5f)8+#1U=>VPdx;#4QhSNq3R#^ts=+r3rlqo*Ai8I(6MjEvHiVe!|ZN#ZyERMT<-QEzvJFAZs%M) zJi1dDB^U?qgo5MYT~?lD<-4tXkCpGW@_kmm-^#PC{D76`SouLK&$aSHEa3;nRJ@8> ze=X7I{2_Qae*}w>KlbB}Gq$KDLY=RpX7YYs!#1|^*{J6WxEKf;wz`!sC%A%({ey=6 zXyr!{Jf4dagN8jr3kbf2i?f1;eQo6*C3q1RR|E}v-^#BgcrzDw1r6=d${!^7Yc3uO z8d|88cRd^6bS`FN;d)A&wepmp7E6PMR&3=fsL^8oprKvSA8NFCNzl;Jt^5>fv{)N7 zw0$c-i<%E(k#2)A(;B%2qi9hp-4T`SPcXcRw>tRA6)e%mT2&<6)e%%SyVMj{v|gjP-bjh5lOU05q0SZi63O zSj}#S=pSu%Fe6w4%<$C!Gj=t=3|tK`qgDgVkktS)UNyiBRt+#CRRhd0)c`X_HNXr| z4KSmVgLSJmvr{HZ^Ui@iU_$WYq+^Y@b+Q|$2Brm5?y{FcPAiiq%4gXf*lHP`nDr`} zJyD8tDm_i@wxa2iLJrVYdYam)X#S*-6Que(oNdRV3z9;Pkm~+QMK>gcoFSE-rgl4| zE0RJEk?P`VE4m{o_N6fICcZhq!u`efqi+7i!{rrP7NJBs~n7ds9cjhjYvYmZPC242S zQfb*)uv8*;CM%VCosCK*TW6F~>D5`GR6=ztC}mT2()6)e%<=TxvngAb@+i3T57!4eHVsDdRLd~gLzH29DTmT2&y6)e%< z=T@*pgAc16ZsEKo)j`X^L5OBX!b<;Z4CdR>61bZ&{h%u zq4|?SPLL|%KXgG-$PrTA4;Emwfo@0&IYX+5|IiglA%{p6@gKS)DdZHXBK|{{B!wJ9 zRp3ALNm9r&!ae_?Q<6fi5$^d9y^<92jd0I@=$53AbA)^TL%$@2yhGgcpW`?Q#^XP< ze#r&65RG0cWjp(pO481trP8vqV5vmxOjauOIvbTrw$3P}(yOyVsf6l!UMhvU-j+(5 zu7{=4r0Z3w#OQibvOC~EPl@@@#l*mWK5gYCR$gl5WmbO1%FC_%td&<-`8k&4H(d?a zcYYnRF%K8>n|}li8xZrGX$N=~!zRW2W?s;+kukp+3K}*$<~O?s4LcI^oBe}^U5ok6 zQ9;Ab#{A}$LBsCH{AP8~&>*e+Ow{v_Vo~QE$5+WzqUG2ZSFl8bUsAym4Ss0_OEmap z6)e%b0p^@+fH@%>V9v${m{YL<<~(eGISCtJ z&Oiq%w=(QyvPLbp_Jr}Y+Z2fY+Cr4?XqKdqahMC1-4E+ozN2Xp#ZH%7qkKp6B!!Hm zt)hHK6D5TVB~_H~Xr`o)v8W39j&@24SxdOjcQjN|$XvpGzN4j*LiQ5w^Bql<6f&4_ zpYLd^q>#mk`+RpQ2an5lYtd`|RpU%SNl>q=tCUsqZAc`LtQ<<(Yx(aLMA{F0Slw(=`1 z$ID;$gs9HL#rf;upkV{z{PmZhVUyzgHTgiF+1SW9f6WdWHapH=Y0$7EasJvhXxOzl zf9)GI>};IBjtCldKh9q-3mO`vm7j`wemWNQ{B>Ft@FiLvC@NT@!K*7+qQPYaOEh>* z1xqye^%X49;I$Pj(cm{!utbC3Siuqvep3ZYB)q=-bruZrMC32o*5ZCGf62P0sO2x& z*A%tu}HaMa!f1L?v zBl8z0XG0#~%xr);EgN9Y$p)AcvH|97Y=Aix8(_}E2AGqu0p<*Ju<{qfUM6d7V*a98 zl0wE|Y>)F7O_L~gj>%s%Pg2N8+A7LlG*ME>P*O$ti)Km+8H=irzi6kVkhO&S{6#}0 zh0G<~=Pz0+DP%9&g0<-H$sZi`%Un=;z7MBXQu9c+%tZP}x<{^JQHO^mOC5HU%R|&>bK?B=^`Kz`-*yZdnkUY0dj<^+7GHlpC}?QH z`1!SAhL zi3Y!~f+ZUK{tA|8@YxkC(clkMutbB;sbGl)f3Sij8hmaAOEmaH6)e%<4_B~6gFjNi z5(%#_M}Gpw{&#cqru_aczgcdpmmIqBy%hB?o zDQY=dUNl85N6U|DIwdLO8sVPL&?`wH-w5}7hHgm;IY+qXGxSSR$UDS6pSg&WV7%+kw0_A2 z_zaC+DrGzSmP*pjprz8XvtX%2>`YcF^*S4sO191@rP8ajLaBu6dR{7py55#bny!bX z(xmHEsl@1dQnEYXKfA{K=T>6iKet(VyOnoXIcnv%t-RC9?^t=4mEX1UZY#fM}bq?76uKw z9`m22K|^E2{AWeb&^$5!IV5Oku$ccG7c?|s%zyHrp;2T0^Twc|nPdL*o}i)OTlx8@ z=ht9S=RX%$NnN7l`cGG|M1wD>V2K7_TEP+xzN~^J8vL0GmT2(h6)e%<&sMNRgRiJy zi3WeJf+ZS!Wd%z#_^Jw)Xz=GNSfasSs9=eN*T;WGVeBV@|HyBa(`)=ko-;*_|HyZy zsPP|p&lENOBmbGA#((5NQ`Gp6d}xXq|B)9>QR6@IqbX|qN1ilAjsM7(rl|2BdD9d% z{v&^yqQ-yZQ7Ih%`7)f{#(%yJXe0R#gIGhZX9R128NM1|#;yjKfvW*#)M|hkvKnB< zs|J|CssU!CYJeH08eqn#2ABb=0cLb^u=o#CQzlDqBLAVulR}1PzK;11&7LT~jp08u zeNxB)+A88dG=Eaa2~tJ;hb~A8IYO$4|IiIdA!kSx@gKS(DdZ5TBK|{nB!!$JRm6Yj zlBAGhs0#dtK1m9BM!4rcbV^dlHNrjrp;wYZz7g*E58aX!a*lA%f9RK_kaviC{&OuS z!Fc?K)-SmL|Dn-KrEF*4Qc2nwv{YJl7A%#Boykh2UT33H$<`UARC;w*D3wrM&r79H z*V|G_)Ag`ansmJ?l^9)5N_GeQXIadD?j;8P^8+h?XyuQrywA!XTY0~gKe6%wD}QR` zgI4~`%7?7{Im_|*&)-6}W^-cx(|w3%ENo!RfBJ)lO^*4`K+v!gG5=W}H0)N)fA$L+ zb~NTctAd7IkNM9DK|^E2{O7cwp?PBdb4Jk6U@`wWH)v?WnEzZHG&E|=f367{nmOh_ zHwO(3-^%YrJ^wuxb^i0MDyd7fTz_2!OEmcU3YKW_4HYcW;2SGgqQN&+utbAzu3(7< z-%`O64ZgL4B^rEN1xqye_6nA0@EsK_(csYvmT2&|D_A1o_3@v{hdwdHB1FauNr%;@A`@gJt9OqSk6{zH=|g$&Pp9rGWW zJyCue!+&V{q>ux&Rm6X2{-lr-q>A_tU62%Vgj5m#p&ODy&X6kNKXgS>$RSci{DBj75EQ*k`(fcaL<3}l%$YrgnRx&uOx+hBi!>Jx+N*(9O0h-&@V|L z?-2L==ZBmGD5`G zR6=zBraFRc8fmA|s`*H-?<%15mH zt(A{j`8$^5-M_IExxhVN!NbM;W<}7j0WrThBxu;AnBN=~G;CzdZ(bQRYf&O7d_lBq}-k}H;|=GQR4=(wJB=c zK-QMRB411ZZQOm6xzW!cvBQbF5wvQ(IMy($%$T~A7dV%Pdo!Pm98RJe7m zEEQl~%Stv6`D?d0fBl{q^4A}%{G*kBvhp!2|7_)7to*B$f3x!MR{q1ve_FZD%73vO z@BDpTi27_!oZqHD*JnO9FwSrDgN99x^V@LHuoH29+aqY$tvJ6O5H##)oZpTP8g@O- zZzl!~jS=U!H9i3b0*f+ZUKw+fbM@ZT#~qQU>D zV2K9*vw|fWysm;J8vL&cmS`~E3h1AylxXmT3YJKCeL4Cu82jJN(VKGrhWuu^t(K$Z zIaAbfw0viZT8@_YOi|0x@}DVcIa(exMJ-3mho-3IXnD~TwHz%!nxdAYHB1FauNr%;@A`aSW!WOqQ;3j1AwvL6awi z3@=I$y+46wPn6%roWIlbNg)SltLXfl=1&SaL8|Edoi0cUIYO%F{GD#V=k2i^!)NFU ze5gIBB0fWR;JfWX74aFm1fOyDs=#OH6MWJ=;GWOWDfqm5z&)R#SMaI#fO|eex8Sqy z0rz}{e!(Z;J?{C;G){u?&fjVMk_+$|8ogA?cJ?imq@6)arDbQqQi<4^tW@fCHY$~D zol#1qS7(J%3DxzyR0?&yEtND~4@;#<*Q-*A(e{iTwUJ^9yXv}|32^w}i=09%<8X6ibR9^Dp;byvnyDl!E-8DqQU(YEYaY(6)chP`uI-| zjQvFLANkF4dX4|cbEc^AANkG{HU1;-nWDyjVkjiW>is4^2_yKk}j}YWzoj zG)0a7$djh1@gMop6gB=MZT5v&1b z_-cR|yBc5yt_GM;y+AHnJm4D z{D&q_3K_ng|IqA7A>&IGy+4YkPYO9es)+y4{7E4vNEPuPx*#d!2&p3eLpLOaoFP^8 z`vqN*6mp1E5&xk(l0r_AD&jwMNm9r$R0aM+pCpAmBi!>JIwdLO8sVP*&?`wH-w5~o zhi*vf2I?|^`FhH z+``HkR`yuArIjyuwsMY@{Z`IpIUfJn8M(s!zQN|i{AaJAVFP3S^W30e zlVkpKe9*8HG5}bq?-WN3Nddz=55i~SL%zv&78k#5OKi>)(8Z72N zcLfbi81tV8gN8utbBOT)`3zURuEt4c@7OB^tbQ1xqye zDHSY{@cQ`A9x(P3!GGj8%jq@#BhQ(l#((5HQ`Gp6yl09U|B?SpQR6@IpebtnM?N$~ zjsM7trl|2B`Oy?L{v%JCqQ-yZOHzA*%sqylQ|MtQufOss@;0ssUz2Rc4_%TJatu|0|IjB%Ak`(d|anFDD{}{HJA;-= z%g%zO60tK`snqLiR4Umzqm)Xo&I+Xxs_S{F6zY0gDrveNmP(VZSEUl8>q*J(fdA|f z^PhRdz<;)~a=w*YTe-l>ZLC~q<+fICXXPR*7hCxxD^n}CXE`4Kc}d9DY);I7P6-+| zFy=pR2^uyz=09f#4LcF@p9_PA-HQ3o=YxhFjrq^@LBp=c{O9hVp)q3q^H9*xJTd=y zENE!3nE!Mg;Ta1}81tXrprKJ?{=HCId@EmxdVVw(b^f!WO6n3V*FUp@ zB^ta}1xqw|?+TV^@X897Xz)H2EYaY7D_Ekz&#GXF2JctF5)FQK1xqw|{|c69@N+6y zqQM7Lutb9otYC?R*T;WOg0Y_n{v*FxPOtGFdCn9y{v+R+qQ-yZJyX>9kNjtf8vl_8 zO;O`N@}Vhe{6}6iMUDT+kEW>cA9>OgHU1-Cnxe*kcT)iW>isN2PH5=eclp z8~-^1&_?nf2C;@*&j{84Gki6`j9m>d16KpgsMP>7WHrEyR}C#1I*~;VDTTOrc9RJME*mQCxr~pd>!*2nmti|8^eES`lOHpv{l4^X#S*-6Qqjx z4_%NHa)eY7|DhX_Le7vX;y-jnQph1vMf`{END4Vcs)+y4B}pO2P!;$OeUcRNjBw9? z=#-?8YlM6LL$4%-d?VcRAG#$e!Fc?K)-SmL|Dn-KrEF*4 zQc2nwv{YJl7A%#Boykh2UT33H$<`UARC;w*D3wrM&r79H*V|G_)Ag`qH_-<6s^kJP zds1=%{`2&h{|pcV{~5G$$jT*F4qLf{l{;GbWGk0ixs#PUTlo|#cd_!REXU(N=Y?#| z=EVHxvY=rDWB&8ipkb3^{&RcKuoE%=xi4tgt(gBj5;W{+%zxGe4Z9xmpXtx{jD^OC z`Oo~Ip?PBdGaNKDSj>O+2pXC&=067n4UHP}pQD3@W{&yKi9tidqo=6nZ^NR_e~zk> zx=S)%KKk}U^YWzpuGewR6 z$bY7&@gI566gB=MADW`Zf8<3|)cBA5Xo?#Dkta=2<3IAHDQf&j-ZVvx|Hz-FsPP|p zR0_v`PK2}D_)iXKBl!=5SVOL71Z#j9z8YZ0t_GNas{v-zYJeHC8eqn&2AILB0cNCX zfElJ5V8*Bhm;tH*W^{6}_zzQ4CQEN3|Dnl~LWXC)j`pg`6T)#DD0Lq>y8%3jBvY zNeX#JxaU7~N>a!*!ae_?SCT@$5$^d9-I5e?j&RR^=$E9BcZhrba}p=Pc>IUfFS!8U zpwUaEY-it6N!l5-R9bcxER~3z$x5YOXQNWd))}Q#dUaMPl~7&JOQlfP+fqr>^{`Z$ zbiFE-7+p_Fb_e`t&zS%0N(}sGnU%|}+|A0}t$do5dsz8&EBCbW8CI^a@|jldW#!&1 z$KyYjhiuK}#Qf*$LBj^d{AV<1*yNc1+#fXTM9hC44H|YU=06>)JeOfdWB#*6(6H+< z|5*?;G)BySb_^PtC+0tU1`Q1s^Phu)h9->p&#^&6qsIK_)j>lu$NXn)(9rOBe;w-i zd05o>&nZ<>muR{EwG}MU;8QDDqQS4LV2K8wR>2YtE-F}}!K*7+qQPYaOEh>*1xqye z^%X49;I$Pj(cm{!utbC3Siuqvep3ZYB)mTUa|w+7MDQQ^&2oB;|HyNusPP~9&J;EN zBk!4_#((5LQ`Gp6JZOp<|B(+(QR6@IqA6E z8LS#$MydvwVX6UUjB0=xpc-ICCkKoFFg0be^d|Bjnmj3Fc;@Sv|IqA-^4l2xL(?aP z9H6Zt{zLO8g`6N&#DD05q>v+|iue!RkQ8!;R1yE7E0RJEkt*UpbVpLiDN;rJhb~D9 zIfkmhf9R8>kY|K@{zIoEg{}{HJA;-=%g%zO60tK`snqLiR4Umzqm)Xo&I+Xxs_S{F6zY0g zDrveNmP(VZSEUl8>q*J(fd4!r=07Wmf&c7d<-S%v%gX(%e72SQTlpL-53uq;D-W{r zU@H%?@=%uJ@t@m6wq|o;{&Qc@uz@lEc_e7qjI(9p~=|2Z#c zX!urs8S44fSk(E?SyfV(Xu1B~6)e%<_f)V%gWp@h5)FP|1xqye{S_?H;Ik`OqQM`i zV2K8wQ^67q{$K@5H2B;KmT2&YDp;byAFg1D27jc2B@$jA|G5^%ej@mf{AM}5#((5F zQ`Gp6d}oRp|B?4hQR6@IpDAkmM;w=_xy)mNecN!xaU7~OH#-=!ae_?Uy?%J zA@2FlMVtiV@gG{ho zasin=FS&rs-j-ZIW)Dj)AhTB`7m(SLk_+&k6*2#LE-~<*!>l~q%I8^mgq6>?a+Q@w zT6vU}FR=1xE03}ASSw%1ay=-ocXv}~13>tPl=067o4UG}=pJRiD=85^wtAmCHi}}ymprHw4{&QB)(5Ny0 z`DoD4%rXDDJZNZmd_NcU{6;M5{O95-sY|q6|LF>rXz(Q!EYaXgD_EkzmsPMtgFjQj z5)Hn*f+ZUK*$S3u@D&v-(csTjutbBetYC=-Usb^p4gP!uOEmZk6)chP`uNY?F!mF{ zf8;mI={5c%&zYjef8;w;)cB9QXNnsCk^f9l<3IACDQf&jJ~Ty*|HzA`sPP~9(G)fQ zBTt&5#((5XQ`Gp6ylILW|B*jUQR6@Is1%O>d>PJe<3C>qw2}OWL98LyGlDh13||c} zV^;&rz|{aVYBj(NSq(7bRRhdm)c`Y6HNXs04KQO=1Iz%`05du{Sp0{nDU+o)k^j)- zNg=~CU&s81W>1vg#_%7SJ}Kk?Z58n!nm;Mz1gRqaLl-2493fT2f9Qs!kTax;_zzu? z6mp1E5&xk(l0r_AD&jwMNm9r$R0aM+pCpAmBi!>JIwdLO8sVP*&?`wH-w5~ohi*v< zIY+qXKlDpd$UDS6|GAcvU_Aaq>z7=BZ_wzaQns^isU+usr|>3UcyO}bu{N{p^2CA$Ou^URq497hcN=S5Z?Z{>@v ze2JAWwen?FzTC zG-%j~nE&h=H0)N)fA$R;b~NTcM+6PK9`m1<1r3c6^Pf|LhUSU+&)b5A28;R6IYC1c z#{B1^prKJ?{&RKE(9ALaxiM&H_*Q-o>iPXx)cMc1s-!N_a{YA`EYaZWD_EkzH&n1h zgKw;0i3ZAcd`ksOH2BsEmT2&86)e%<+bdY2!FN=!M1w~wSfat-u3(9T z*T;VzhOwUr{v*FxPOtGFdCn9y{v+R+qQ-yZJyX>9kNjtf8vl_8O;O`N@}Vhe{6}6i zMUDT+kEW>cA9>OgHU1-Cnxe*kcT)iW>isN2PH5=WaN=jsM&WXe0R#gIGhZ zX9R128NM1|#;yjKfvW*#)M|hkvKnB6P2mU00k{tLz03|u_rva4Y zzy|{;$$>u$pd<%A6hKK1{CNN+Iq=~CN^;;Y0w~FWzYL%x2mUI6k{tN!07`P;ZvrUE zfsX`Gk^_GmKuHAC-vb-yU-N1Xn)$7@Du+k+4&*s+rAs?Hx?4&48ji8fGG{Td9B~^I zM9HiPvlQ;;&Ytl9iU}PvM$Vhq(cRsZcOE?sSNJR1Ff^rW>jl~FXwu@YtxFTKU2tgd z=~l-f*cboO!>~q@U-B%!tE83wiQTe%cTKE#EK+P24vsDU9271Q{vGwUM7R!+CBiLt zOgavChwn&_!0}tzAGm{65EpEJ*kKo}N>>n-EwX1qJfa5EGz~B<cf>@;O^?J8hW3e$nYbhGMSKUtdC){&$%OYA&Z8#sl5ijLIykd0^S;*p zoWtEdoY&oU&h^8iE5jIp+fTx7>Hd?gJjKe_T6wCKue0(rD+?=ETUlDU#>&@Qxz@@z zu!L>KJI7iMH@kOiuto7X)_y_5Hpb^ztAd8Dj?b}92paYyKF2yOXxOv(9P5mrVPE5O ztaF2gy^qhaE)E*nBRlNh7M zh53Kqsjlkkdwam-z4w3fgX(j>Q+2xP)Ty>U1NP{CA6!%#`?-i zXlZwiRdtxLC~fZ*27xb(K#*Kxd2pbBEz$FZjMft>hJ}paYzzw-!R0Y5WCZ78SjY&j zh+!ckxH5)?jNl$IEMx>%#jubOTphzgMsQ6G3mL&ZV_3)t?iIsAMsV*K7LxFW)>xxp z?Ef2UEUCAsA5E;Wq~;<)VvQwr7YPz;EUCRnkXU0${Y8Sr8cS+05+v4GQiqWsvBr{G zj0A}_megY;NUX7>CL=*&jU{y%2@-28sm(}`SYt_jMuNl|OKMaEdT8l~$}SpO1_1hw zYb)QNN`cv5rNHd0QegH}DKNXK6qtQf3d{~F z1!nK0VHr+2It60s|8k8*lPej|^g_z{#wyLOWQZ$SW6|`gT`GVpiE+*vi{@ADQVAk* z)>y0p)h-nwqPH=!MW0}2HK=x}3=uhNELMeTmkJS)v&Ld|sCKCo5jkrtR*7ntilNA^ zu~;XnU1~;fv&LejsCKCu!Oa?rwW8XkZUi@LELMwZm&y^`tg%=xs$FV_xS4PaVk78o zjm0_$WdPUa4rR#J_6=o_)&>n_Sk@K{Wgylj3uWllHVS31)kX4`m3| zr441!)FljMnAD{TWnk1L30WNMG4JM1ftC`(6zKHmdPa0TGrFD?UC)lL=S0_Yqw9Im z_5A3%EV^D0T`!ET7xCKN{AW))S~END{O4dRVFum#&wMLkmfiW!A}e7b-1*NkD`BzR z`Ono>!h*Wm%ATj@ux{Cyf`H$3IBuLDEr2Zm7V*VpF7zq;dAF0DgkeL5S zEk=UG{733B5+vq7Qj?J&G5?Xej0B1KkJM%)NX&nvJ|jV5{v$Oi0zLm3g~~3P|BM0j z9p^vn#8Sq3_FyS6yRQ_OeOC(1jw=ObuayF`%SwUSU!}n8tWse1R4FjKsT7!fR0_-v zDg|cmq+yx=aA*p|(*NcBhbC9;Vt9_%?jAGEu4H^Gng7uAs$D8TQaSSsa43`KVS!#Yvz zQZs^^`41~awM*3qZstF%71b_vBe&n*GPbo{>RQH?{AT8=ScLk(-PVNyNf%5Us^Zy1s z+H!meKIXNv3W7g^G&_+RW<{jHtd0cyvM6Dt1b?Cu=}}nOf#ksUDD+>IIbLTYgT2bR zu=NMXOv_<@oDrq7^9nR!+cM6H5)TOkA06S$iV{cBc;1imqQqZ zK)^X!Zt*|RENsXCG}VR-K(kn(INax6!{=>Jmu0GSl7|0iM$!z?w4@oH$s9kS?b$3M zGM(qI<84QE{?NL=>_@JP?9lcaa@bfXY?nFSTc4YcxNUz161*<(QVkzl1YfS<1HV~ zoh=2X%ca0{JPk{q%N`~WyTBIgYllZZh)9LziAa+b9X;>CiZtW9f%dG?0=e zCl7q|?-FVejijXUX_3saw1|dM(hRjo=2%)pV<~BnS|oEUEuz7cG))m0cd6~lrBZ;u*>E} zo=cCwqwvDPlhL}~dO;o5qBiTl6_wuWv7XyM7}(LP7_NZ z^|Sdjv6S1%+IhPraxSKD#P24vCf1QUz(63q9BzD^p#-@5sUzj|aSnOd7fB`W~w5uIb#RZ+hedCWyj zU*a*Wro_0Y=l`rMy%tFvtzeZUVy{6Ls%tQK3#3{8ye%-RFZhcCzaua!G59NCX}NTt zKyof^O=TX8@{KX~E|6;6O$fb!`BxI^G1nOfSqRlGMUlf7Cq=6mmO_aK$|?q{Bt1T| z7)l&bk88X6aXFOuWAHBWhr=ClL6o><@E-BJAD2XlcLwhRH{;-qtOh*}?rq9q#zAH> zWPovs*$WwfW|l$*pxF*W2B2xfkO62KE|ey4sOPMaM1yIJd%2DACM1xqOo+60v&?!} zQMs?kGi4YmLLtxx-C_VC0NiQ-ApqQF03me!k4OEx z`zud%XYb!2e;cqj>uz4;OHn`drB#J~=6)nM{Z!MDPIvO4BiPdwJmd(LxPnKlK=(7h z1z%K)PXLPhnPW}9^jWR@n7*V&X~sm)p<5!2nF71MeA7R)<@3_w$B$N)4oh2l1`JMQheO}`%b?_*XK{C6dtCK_koaRtvfg1Vy|$NqyO z*u@n*=LkAn!3&Pyc31GCBY4&o{Lu<@Q+N%0QB!yWkZua%gTF|&g{P>Xq%E)xQ@oos znF6yuQ()F=3e37qz<)z0sH-|y3(}0x8fHCfScYP{Tp%Ul{NY90p0;}$q#E}aLN8#M zl!SU5c9yCvm}-~ev0;sKhG-T}iP!2jWR|Kdof7BOxM`y-o)RC{xM`y-pAuKr_-H>a zpc0P`KESOpM8_pm;@E272#X2$t3Ha!|EZ|9El?}IOD7TlB;TbuRD zTTD~Z5?BE3t>S+yWgto8ah?fPz%V(^GpTA91@1U6E4z4{r#xiPG}$XmrG?4ZA%9=j ztiND14*5c$JG{>TLZsStrnO5^fA}wCcmw_6`)P}fPiUj46I^N)!{Gn00^JY&8+?($ zzXT)(Ums2PKW3T|gR^Lf?m-X3ETB^lG)o{F*$?c+#(_VKtGlU|iC#d}NH?{EAubu&s{i#Pn!6Oc9FJ2s~+)`UfM zvk{+vBHDjwDSCkQyw!&)`IhFDy3$qR4JoOT93Uy{sfi~>+TzT&V{sNPkOXkRU`O;| zO)Fq;F#7q9F(s3!c1i4deI;)-HQLyK{TLx+&~&Becf0Gw2zC$TN7lSN>vW2)@=Ww> zWo=%bQEZCaxX)HT*YJoUI6FXMHx|MDG(55hZqo4g6EGiZR0Byq=qN()po2*KpyL6S z7&Z%qKns4*073xxr2&Kh@Q?w70PwH@gh-nMy>0!V$gc(=GaG30)OAK=*QojTI@)y0 zaH-xbZ`AyUyMkIru&pcT>j&HEuR9@{wXkPLBlda&`Sf!A=`Ys$AP_qOJG_x?mTu>0rROO)IF4$Z7`>* zUGghEl$mWXt4h2jIon`fl{k%=ZRpm^%qsC6jhp7l+$wRQL{GN~O)BHZ&Qbl_UXOVZ zcSWmZEBRC0Pv^* zgaGhc0|)`&F#`wz;Bf;80pJM(2m#=C1`qWzs#H1 z)>q+C(X8&zL%eHMqwW6yrZ#Q=D_79$2R7Zu*_N zjdrISZ33dz)OqXcu>^8Yr|3R&5~M|a=43#&&m3c(8M^00bictylhVnt>7>AHKneIm z%nNjT3O)j9)^d8wmW?T~WvgK}sT7zED+OlrO29hbY-EX?XqZhc0qa|`!6lSvn9VK$ zuan}i@dY2VIMTzjw+Y0ab|!>AlYRXW#;$6+8GH(>r$+j~Tx?z?U6gdc#>N z_hb7j=?jCuql{*Dz9(H;`otT}m}QUs(2YX|7?5b#kO62~GGqXnoqfmvG+i@f0Gj?7 zG5}3$gbYBl_#p$(EON*IG>aKB0L`L>3_!CuAp_8Kp-?(;_Pghs{5C9psqG&qlFo*+ zV=h?%zdSl+B-wFz$rAXdBe`U&@EE!XovXqsl9DM$t7L5W?AarC(r1?>bLJ7_e(oT; z68V)uREV@W=4-Y)Dw<>dk878&tUe4Kd!uUIwac{94sE*W(9+f}%(ZUz(qdV(KoZy% zyCQAv!epvl61!`c8N8LVc435&0hjDU=fcor>^fzCYe=qBaC}hyl4rm|sC3sU(HXFg zA~-q&wzvq6&VVf`f}=BFrxn3B>r-7zi{R%qe0mWaodG+e2;Np7_Bt~Ga}9I|kmMSu z2*DbNNW2DmnwH}lNC?bwo-u$B0G>5~5CHyQ03iUZGJp^Oo-=?D0G>C15CC2}5;%wK^jv#Ti zYmOsGob8(D2oh(zj&%fyvt5BBIL4X;&GZB-(DRNH!57UtP61@+9d8?(=(XCxOkT29 zqgNz`Y&{0jH&S4FND53pNrCAtDKLE|1*Yeu!1SLKm|mn|>2uf%1X6lEH>il`2J2x4 zHSTkSUO*ct3H4qzO%y!?rXf_jn1j8M9=~H_C}}r(Lg4Ih(;!M(kQO;R+%$@kwxq{n zGk()5N}80$&6<;DQPQ$BZg#k77bOi$<7Rh_hEdYaG;Y?Mw2YGGCb${D+vyrIez&2} z{IhFL7FxOo44tg_kO62GE@S|jr3o2;W(h(DpqcBC0chqlWB{7E3mJfBjzVenGH)Ad z>ZbdhDCWp>PBAS{o??>xb$|X!vfTaoD=9_y=dYw--JidbvN~BSI)5d_cf{`|b1oL? zzT7lYydG!A#dSCPDPGwv@ycF^S9UtQvX9}FT?()4L3m|{f%W-pUX=EG|0t3oR1`qP? zt4T`A!iOZ8Fz!3(aO?x9W^8WQryy@;YSFE{c=C2fgjO=$)+ZVF5jC*Xf#TB0o; zd9mTsejWd;_N7KgWzAt zl$mWjK>Mt*GYsA>WB@Pc9YO}6sWoH(njRF28@=Qe7NK@@g2FPA62EXMNr_(H_8IOb z(IcN9)p?-n%dbP5__7f2)He(u1c22B5JKv))OS}{FDV)iHnQ$!J6HytM|Qv8yUMDD z%RU5qr5_*l<~yGK2%^a*?H`jHk@zB)yP*FyqIJJt`8cFS?)-Z|c3jvK`Q~5ZDW%?% zqA?R&cBhI@(xgE~wuQK2PSdpU?a8o?3iE)h@T? zduKR-8Q)P!odzAm&E^$vsibNXn^!AYzF)-8L#Z%i0Ka4ALk6IkJQRPp&^=KpG4pNr z@KrU5X?AgDxGwi55{t_T0S{Ya03iUpWdI=nylns>V28e&m1V}`dKCS}e-_!6a~v(3 zd;TiRjPU&DEtB{BPB3sDzXwiyv{v8&FCV1m<-2Xv<(~W4%zD#*@6YF&e5Jq7ndqCD zbJI6Zv-gCfvlK?Kz!k7WMv!pksC3Ah&N$eNR)b>{wHYK32o5uN0WI zmVmXJv+f)>r%wcuhuF=<&(q)2j5DIzB|9>CF^fOuM2RCMyJKcWi9ea{IL?a_w@Uc` zYMSJo*#CK>kO6$2w+I=4rrMAJXcj9Jzr=JQdNJZ4>+kS|w6XqjTc!VEDl zAVg}}pXjdapCStznddBmJ^8M5w11U&H~J$am$9Mb-RMsDZRU@=jh1*a_IE@}d(NlV z44*+-)SSKmWXFc0?=XG{nLE$XFBj8@iT9Z`Oj9Oc-NnO6oEBLNjlwq&kx?H1n=XYE_8SlIYGjMN%3KzpF3 zkO63>4#g9m@EX3*uPRHl=(S~u<~#~uR69>O#Cl$O8~VIEKibHgBhiMsP>`aERNsp# z(rrV`OdygCw4rjQOld=h+LEA!yo)kQ8xjJ*dj=39y{vw>Y zXm_g`!%ihikUF|lK_HDQ_0eu`NQA~0S2 zVYW`w`uBo0YEgX+#2q)#$5qwK+k1mc?K#xgb5e9rF%Llc6zL9_oj~H82)pD}OPv=m zhLTYF0MmAdQ4@SyUf(d+QJphwf#8$xqwwOSLIC)i0fb2H*RSoa%o}Ns-@!+pwyNQy zo3h~19#LWj)CfWMKH3Cnk&lj|CA#xbmORBrS$@YyX|+J~d}kk}VkH(%`Y1IkF?7O5 zH)AFpA7%280eqB6La7n>Xy!Pq`b1!S^l-OI*CMV|sSs#CX@1)WI#Tx_zC#`E2%UT% zFq)zi9|PUmszx1dVXCU=H9$SOjxDXK?M+oBAFS%3ktK45Mix7e1h!6ApizJ^heG3I zs$CMhAM4nWw{jk=GD0Xu!|P*PY_Uc3n3{;4@Xc~9{eiKx5NJFf8bAmD9~nT1Zt7xx zYp|j|WOrn61APeVbt-i7FPbNHSXHq71SB`@=VDi|vm;2njk&88==zxqzNjhf1xT6_ z{i@_U)Z?k3WS@uTNwhFMIM7HbFioXl>F{XrK<=74|KS}~z|hQpv~u24wacAl0bvFX z-c(6NnMSGO^R7zjOK{VN?#<%H^B?L98K6y4Q^)``Q-@N=E21|UBvRoKm|e#yJWG;M z?7Zg)*O%5oBCS>kxX#B05CXs_1`qu3)+&nCc2lfq(#0u3y|Zh zMf>~v@;)WLO7o{UB`YBXW>uuXtdIn(C;Y4yJ>eJ6X8i|}N8Ogp`^ZISb(v2UFw`Dy zo|`hKs$KG%*xzSXmAH@gaI zUP1UOY zL^-9s3xUS_sR4ul@Gk=h0pK$O2m#>V1`q5nk@kO0WdCTa z`L$Jr);x~}h~{d~x`JaJ!D?3!ID$`H!3mB4-|~v4DY!?QBdBu)3#~wR1*d{9>Iy#X=TBwM$W?n=su6OQFQ;bh9@PLRbtX&X?>ySPmsVnCw1S5GAf? zx({t7mPCn13U0cO#jFTDCoOsRpP399pl@LILI$9jrH}z=W+P+(nzs%afadK&aeL{T zei->`^bUY1EsTKEXq|;ENs7wCM3SPhuqR1TSeQYQ`r`EyeVpqlx-_r!U|#94ywX2; zr90wL;!(EqLd*ODnxwf40pLpm2qAeMk3743(?=o;sdMxTaDxrBRrBs#Vgvddq%jRN zv6wo~3UuSS2z*iFxdf2ZpLuugY^Et`E-YG#OS6EEOVccYXrw=vygNtLDqyHbJ2OgA zxe_xb-Hh6mSTo^fmom#8y6)f|OdT=+%@mS&9a4dKsY7SK#={#beYWFrrY~_|)^~~nv({5!)_n?04@iOO2PrVUAqA#S zq`>qH4a?|2uMMP}GB%j+Jz{M5D~hYey@AjRSXL#W9vhsmsc35rqX;(gt)>G$RU2uB0hw+>9tJx{?;5aWf%h*_AX5jhm*HR0|f zhP0?f|ArM^x{IgxcxZ{llXwl&9?p&ttr&gYnRVc zBDK!z+DxzcztuU{``zsGC7#JWVJfrancUs(Gr1?biKgrP8Ayxj{5cx4w9fSkm3Bxx zK+`a-;ViRh!$9St9H48d=EGueGizrl^8y;D1L$2bn2W5Lk6gGCJCj6&a%(O zMAYz=Uh-0AYkZEa@zna<`hToX6g_^P{HIbo|Jm3Xb0YgZnRy9BVl7wtJoyc#r23-g z$#ZQ%xOV58X8cROhmsqbT)Ri_p;Q#X(R(PBMR4>UN{=EqdJmUUiF6v5L`huFBNErO5Ha9slC=E53SIJvn{gkW=l zNW8gF4v&(aLJ0H}IRgj*puzw`0H`#85CD1@KnMU;1`q;3wE=_xP-6fg0Q59~5CD1^ zKnMW64Il)7J_Zm1K&=6UNE_Eq?ygOI3!`jgPRw6Z;$Ji;PP`}c4(%T8X(Zm0dDjsn z-jjLX5hUJ|S?dTA@5y}V2omqftaAj3_hdeC1c~=#{^1A`-$4G<5j45qSp3Wp+-Qx6 z5&UyU@Q5q;(h;0@JHgVET3nOb<_i>E|ghy*&k{&!@oj{1lk}p8~TLXjqm2>}3P7te(fTnRiLl zc5^|had^QVF=$^UpYM|;Jgz|Lo4Y!WWud~L`y^zMuQiOG&q%+dES&Fa{l=Mj&H%k%Lf|9ODaI+N2(#2)mzJZ+z{_I+W z1`ZiuMnJoU3_#P6Ap_8~T*v@4O%*Z#P1}SFK+_l@1JEpe$N)4;95MjSQicpbvt%Iy z&@4^J05nSwN|%cKs!YN7P51BOName4d6rMc)H41=w3Mg&caWrr-M@n*rSAS6Br!zy z?;we7oU9eSgCyp1#P23^E*5mexjhmE6QerfqH>F!9dXBQiPU2H!omhD?ZonhPta|O z;iIJ;CR`k7xN*pFg;x$EymHjwm4gJY920ou5Wp*Yd|uhX^UD65S9agLvbW}yoijEh z=h+zJ1!z!6Mz1%n*Hp{`(vBRJI+40QyT zx`JU=phwO|@I@o%4**FQqx<+DKING1!nc8z^vpHm{pwuv%)nj z;}m@_kaF0ig!DU)o3g0w9s-GKfYIGM6p~-{8!_q z_h-SBxUt4f@6VDc@n(&i-k(KN;?x>9y+6yQ#J2@Ey?-;S35B4KA8gBIehP-=2pORB zWyV7Wpqbf_0cd70WB{6(3K@WAMnVRldGk=36Yn$4+^29SoJ#B0+e@Op@EB3iUg#t# z$_uZP6y1gQNs8*iHzcV!T8xe<;HAt%Lm*GN+d zQkrUFNt}Zn&sL6l08LaWA$Z$zTB=a zt9Thx_y;ageNHMgotiA-sLo^E0b(yWf(#HsaE|Z;_}Xlq`)Z#8SyisOLixQ^rfR_< zc=@KrTST<7!hf+W(_EFS*y1hS7Shx8*-*Me^&J{py^&2`M-KiK{2SZT7|PoBHn|c4 zz&-{L0>Hio5CXtd0|)`&M+Oi=_o;`YY)8vGCP$+cH@0R+_G{j~eUq~EE{68X2V{7F||79_Yu}OTtInMoNCw1)= z-;WY~zoV0Jro{K7WaIan=iKj@q^`Z=`%$9rHzyfqpZI>1Z2W%5I`^BK)U|JXKT7od z<|X4yjqgXv#_tz6_nV*8^`rQHl<4~%n~XCpz8@te_k;gTGyWq4fc*?01c3bwAOwH| z3?Kx6=>`x2z<~x30>BId2m#q9DNFnYU}Cdoe?&9W+9Tcc(;dO7u3!cP^2*D@#footqaEDs{hxKC z9olWQwQjVTPHy_O8;hZshdY8Pu3(lUINlW;;RtSa1xGr9PFHZ0Bly%6u(vnH8@9;F z6}x34IM@}i|1^Rnu7Dk#5!~$x*drOi>#pDg2;{X?Jg7}pa8>AJrOipdnJZZ62xho~ zlN>>ZD>%gwEO!O%j^IgG5ITbQUBO~U(5J)6?rDx-Ygcf(Bbea|&U6GFuHbA(aHlIc z*AaBOg7Y20=dR!aM=)ZsliiCP!Je+*$By7cSMU=@aHT7_%n>}|3V!Mc-f;y#a|BgO zoLpVy2*$XAYaGFBS8$yb=yl|c;EUFgw*Ye1kw+@Mc!_DCjdU79`tqKegbna5BfWBy}%sOgS-O| z5SRmdFwlVq3C!U=80^491m++ge9wW03e2HCXmH?R0&~C*HgVwL0(008Hg(_;0(0;W z8Xb6~z?=dE-*;eNU`_;rA2@K6z?=>Q%?{imFee2;s{@Y`m{Wsbv;%J@FeeDX<_hNE_5^j<2Kkhx0n0f>h%^MCb)alH_7Ya+T$LkC~lBS7G}X%+;QBs6vd5F$;wH#E5@B3i`X!gtf92%7>eS? zsbn=3jHAN6D2f}Xl66%e*%%Xx*hrPEu(T*oQQT0KOrC>nsqh;QqPVdtnMMcOQS=vz z;s&d9v)!JerznaWt&*vAumeSRP!u;@C6nx6M~W_{C~mw;rrW_z6fLAEZoo<=-obc^ z@aB5Pj~lU)DR?k}qMay;8?utgcrcNo5fsIZS;@3K*qI`HkRap74O++ z$BkOaR6W?0A}k>@e%!E?OxlA<6g@;y+_;rY--F#Kx`v{-fh(EF2fI_Wl%lwiE1A*< zKcon2;EW$PbS0DfU@}GW%qVW`N~Zb29u&zlqqxBS6EXnJF(+gIngdP905nIJ zkO628DIo*U97jS1pgDMi3_x?l2pNFpFcC5U&9Nb50Gb0r$N)4)fsg@ccKsm((CqI+ z2D&~c=<3XPd0mNmUsmc(zZfRfHtcdl)3uh@l{6f{1Z`V=K6$p+HXR-lF5qnh!skod znAJ${x>E)W*t}V}0RjYtYMEPz?YrWS_Erkm)b<}up zAXKY>i^XJ=yCsS&A{ix0_&iYgp%_UQfu9oOtJ5wxd^wG3CwC0$hwdk`sSK9sm-}M zDzpy#s%dRSZDnu|bRdE#d1XyaZLXyPY@|k3k?CrBXf;(()1$U3cyL2%WX+kbrdq41 zftu>tn&6ikQp06PKmUh#QrFVcQ}`W6@WDd}RKR6LKmS#J21rD*%y?KtT%+{!54EXe z&GLwdxaR2R--FK{=v1->`4vEFmvzUlBSuzPzlj)G+&mgFvI_Yv8S$FnU{+Ai=Kbn= z`iGG0RnfP1ZSR2tYJ0amjQL34K6QQSdijS!|KQHUIQkW0k z!^KnC@^Tfl@&5Nle8m3Tvf>NBu&h+Q*Qy@+T3wsfL=6lpF?u%YYp>cU zY46%7ZJ(Uj&;J&R#AyAa4D}aVk7gR(3V2W!j#nA^Yb9(56VQegbrrF{ ziU(C_f2HH;%E_iB7WeBmG2KrmE;n_sJ)nw2QFj26tdt#rBu_ppi75>+_NX0le%=$aq=#kH1%J7};GsQ{B@#MRv+q)>; zxwzkPQinWZtm|-KH-l13rS6rR`xK8zcv@ikXH=x88%3qGiE3k+QMhx81x7PNv0-2a z86OYFHP~>z>~L3-FFV#b`7+tqESU{+zX12+UpC;^D_YES^<;X4KvHekOr&&J zl#q;4aVfF^zi46OJuC4D6~&`(Rb+;hn|rUcBe==HCz6zSl!0eTq6|5mc_bc1;V-Zz zr_}pP6yi}7{uXO8$|Vwococ=d%9@PwnnaObYh{O?ZB_l6b6KCi(%R3z7U8%}JX%nG zw)JA0d{ktunltd+UpeB4wZ^6>N3&v$^0V&}qg%BBf3i8L;PxT~5~F(s{AuT;g0)2oBu4iN_!H1c z1*6WiMv)>&j8p|zAg!5a-cq7xZmfq91BsEU=SoM<=_PvZjP)>LATf&cM1I2`@lE&* zfuPiH)1d#BU@*soxAbizbSNMY+)u8ZY5D5?@SO>NgW(jd6@_)u#B(vLXc! z;_gLVLzH9DU+OojiWH>!OhW%!0tfzaw5j`9Bo6BQ8-T4jP zwN#nAbXS?lw)k0ps@uuFEE)(ETarOCZwH70NS)}q|ZA$e$D>8SZ6Fi>d z=(ziMXP;+L$MGO%HXtc?G+Qj0b2Gbx80nUyE^|j6=a>z}S)}94 z*-)HEbey?}GY^xy#XBE_2hxQvf$ICtGxyE549)uW$f_Na*CSFkAf(3&Mi}5m7=9ij z5OQ-q1*kG(7Jn((D?E?wqkjHli0Hp>V$1z_%+}s-si-3q-*1Q;;ckgQD2~8mw^qYz z5`j=0VVD~sb3SuSNFt!}xCY-9)wCVngRIL8xZs!Ac4(|O+2@bku4v4wAU;%8?(NuPMfh+JWd_As2QyYI5sEP36j_qe9k$08I zf)_{T+xkh(lO(d>#gVTmiM*Rc7Q8qz-|A0l-d!RKUL2Wk`X?j*P$COn9QlTl$de_q z;Kh;oMS!H{JtVT=$;hT3z_CU7GquT2WF%GWB`O3@sxV3T@eG|LYXAP8l7zT%A*t_v zxD$OyH(&12&PU7Q9&NU1FyD{FjO_&U578zUhCwC$K66L(qp$! zp@(~@Pj#;cCW`jJ{(wlrEd&v)GTcezo-^Dj0bHdvnF zp?|!yR*T&j-U9m;>-uxGkb-T zMp-cUHR8qDD~v__qAXYC>QqBbKBrZx!ai1|D%ToSVRnpZjgt9osoN<=-_5EsgVA=6 zkoV-X@xOT<=8(5Knn20=#UmY&M`n zHn!G`tSi$yJr&L6{?-_nxaf{{c|ON3Pe$+Ze8jZfrW>0~_n+^YZd*5<8j?(=vl#p_ zk?S*4avgm{z~uUiq#B*;v~F`!hZ2KFyd9w+|3Vz&MR{g%)GoC5Pl~;NzI974a#gR$;l;W8 z#?JkF5l(V9m0XCu*n5!t*flT zW}vJPXP~S+*pwrt+_}uTb6M$~Irl1;Zx(Uh9F3cLBeZ3l2p^v6Rw^kIcLW<_{!Zo;Piyn)aMN?g-VayL zvbn!kxSLPQ`DNG`F82deK_8VXpQnNo5O0P&_tCc59lH7VzbefZDczABk8Jl#ed2du z8a54%=X4ammGTL0-sBYqq9TJbj>y3NE|`A;{R;VDyX14z6XB0p>o0wJm-+PkVOOw-}lm zQY@>e?BOqjroP!V^`w~{&{ZSlo}gfvrm{ZBSSFvDe>xjsri{-o9tUzV^V;ACCn8am z*YE=&s_S!`W$P<8uPtl>)9aVC+D<}@Q@vb%dPVNQ{DD%6hL-x^WWY6*7tR?ty0&m^ zQS8e4EA`6#6h!J-nRmFp*~$SfTRspvwy5sG;}+VWg9tQK4vb=*3KgiK#XHZKqa(4% zO_5n?doM%3KLzFKzznpis-wUYDnUD<1&a_=HxH}`Mq#b8;4+lI1`oSJpwg79D)h08 zx7O5FEX2yFtY>`017jd<=fQT3+h=NNMb1~B!*w6bv*1bA(MHdy%j8XuP*^j>c0ZB3 z6@Ci)_#3ky9?=-jvEa$9qRuZH*)$9m6;Qj?f+V7#HQKIrns`- z!YiL_J6M=X+r)*Y!iDA$S8pn)$fl7UafyZa1Pv7^c}|Frs4^vVU$FzR zQTX_<2_F)2g%3)%5#8WG!!Qq);mr;-4WDi41myixi(E8P%0)Mosewz>9az9jIpHrfWy909`S?TJTEHmD6jWi~f+CQ!%G< zjV|qgYI14vp z`g~SLCNut`@druAD$n*SydVxp>2y%)FtfB z=&Amz$hQ|P0fr25{M!Th31Qz(cI^IsC}H6l-tjadxh%AQ% z7``s!g>7u(QvC#7(TT{wld&HR3Ufa1)j$etWhGNfa=UsyH00mpKa4Wp_ zg+Llx)kv&|&j+rfIDo%1vy6&AiPa3VghBu~*#JTSIK==$065hELI7wtfDix{89)dC zp#g*d&|v@}04z3u5cqJ1e4X|Zd*t&h$h~ZMHZSGjIlT1BhUYRBQd7z+#k^9^tH{}3 zp-$w_^Ow;aDm)J{pznNM%EM*6K;H#&Ee|i0YfjhUMPy)QUd77(SXeo{6s-8sPSCtq z`_TnZ9xfI?@xmo?RpDuo|8!{o(PDqK_8)ToMM%c^uJ*|#TGz$Yb+V-K!c*j`!gjf4 z!&BwjKRijUi*z*qO|6rhe@Ub>n;D4wod%tp`nLT9Fjm`_;=&>BGKs}@t?!NF@oW!r z?=wZW7oH_o6`n2EYrfB6BHz z%i;U7M|?5N$|F45+}e3B0p>Vw#%uqHL3#yOL`C@-t|Ql|k!yJ9m|D=*uLKs&MMq|a zOw3@6&y-c=o2u&hZ;aQ@iVsGz(ZE}N45lf{+*f*s!XL^O)~h_coC?cQ@N_}3c2{QkK1~Ae{WWge=To#sMmfORM2<)y$I(+@=frsvdj>ZhhPdsb(!`3eJIRTt*P{{ zL*lA6@Bpnplc}rARALrT29H=y#q1r0fDZO0BXH&O3>91t@xqS~HCO>Ez{@IF)a0_u zWW>9HX&Ijro3mhN&%Y5+YfrCj2SjYF@^1pGK^!gENq5M)-@|>fvc5pljH(azgRxb< zuznDiNBh)Z{)6YI%>hmaR;dAnyP613CHxBEzJv$jGmFzv*0ypC&_ND?3h+V-JAMBE zMCEH)3*Ny>!{3XXd@N}MoqS7;z6Q6j zwEk7t-^RB<wrXVqr(DVIbi=S1*7e!QkC*OH6Q+R`&HrXXog;^ z*RM%@s~R67W@hd~P}97qQm;d=hNJfE5!?^Z|0^u$zl)%e1HT^1OwToyKcp0H0I^iDKq#<+u?HN8QM0-_o*701F&6zwtA~~rZ8ACAi zuK>0T@ML$^le6+ziTLj$H!WU8Q^w2rzebFk*dS}LMd3wMM$XXp;oWx1^q!*kDEKTA z2S_vLeb@UAPrYxAsyL1J8~Z4<=Q_WD)%EQ6Ah>wTNTsvs{|5P5Mxm2Mo$f42hvz?T zx=l^GN12Yo;&jdX<~s2+h^dKw%S05GBpRa7VR0#-cTOHN){?B`Yu40^RO|b*IQ2Da zV6_SCNTa_h*oy!8u+8l8Oay&C+eXXQ%6}Zns_Lto8*>#`dIJNT1F351pH=9#pGe-O zsUknUx*~VsoH2jOMt5tP+&d#n6#sXKD`!AV+it`?mf;>)yU8LEUJsJXL(FK3(fW!|`k?@^Z1x%k#imMws-2B`+@k zOX%@CiDZ06jtui6$Yf4LdsjJ2IqQzWJO7i^Fl<<6Nmti0 z#v9g!2dqLFEe}vj&mNuFWKQIxM@Oa#BxU zK!+x?<8J~*{9Ce&kvD-d{w)^HC>$yZ%WKO!-zZjC-Z>?yaM*C9?pnr(q!tTh6k!V- zIm20=PJA-cEn#0kUnLd!o9e9my=xgG8*Z_1Mj=*WP>3l^C(i6A6;^akNGfdV-@kvp zzU?Da*fPcjTko(&C0`@2=v!G^*}1w{Wo75rNtJ^dmMmkehQ)F*Dn5ZdEBf}R?a}#W zv5Fp@-y~JQqZkRb2wxy&l-wpts%on`*Ay$M>ijmTq<{S~M(QtNq@a0TMc?Y$>dv={ zQ&)GcPo~b-&t1k?{q@D9Z?5avP@C7=n>`B`jWL^HJ#+qKOzZHbB%hqN9g6<=)Y=+7 zC(ytDjGW^W66@F`_wr1p@xzgb;FrW>4GAF&Vs15s^mG<-hNp)U*Q}4|BdQO&P545@>_>}nf`Dz@A zp$W172b3e4)bEI?A#S9{rUfhr{)S%gJ!Gu0zVnwRe|S(HdmNsacb*ta2F8=W6^(;B zuZbmtJCBT+A)Pq-q+NDJ53(^6xJ14`Msd4P)={$C1`j%s{pt5>-@NdKeE^DQ? z*7UE<>eT_-Y5b~kF8Ca=TD=}kJ%TSlHF*oKh2Cl`AS(PDSv_91or|Bme>Aun&9wHY z48BC{`pvz{rhfDh{Y-6grZLF$2aEdD-)6j6_MC1;(VcHP&P05C(~&5Se_e_tb;&m! zi_@VauUgPuy3g(M_eOf7Y8!y@CcKGsyM*g=7bEj+y#NOT5oowR7zDcMX0M$&k*X;tCeh1@LYX>ZUN{0Bx-(@vi8?@iTt|8ge9?#V64ne3hjA?v!iu>IBWEv27jR4RF3-Rdd4v*%wy zBk;BTs-QobcXhL05!8dI>9`e|D(jR!I9i3Hoji*+vbhpZRfUQksCKTYs%XJsLDYEF z>YOYGLF&41%xoE*5oB9_5BazT`Di-_S+43=%@@Y9US_cBS>HE1_AW^A)HfJ|oA<>4 z$M7d_7bZ7)1PF${l_a@;`{IHFZ_6vl^;O4!yiJPL6rV*@<+$K$MVdJ`G9iEFQF@U zzsGhPrPyP;icM&?*G^t>vJF3DPFn3h0xiVkXoEuQp z?A2H0nkIW~N8|D3`rJG|#KdWoDnixJvOZTsT|E&HI$L6$&sccQAW$!f)tj;UFc$ZI zUPGC#ECRe45UVa|2qy4VsnTFr$v&n3eN1{zGXTP}c2HdN< zqIFxf@J3KIm968H3T^OzZLS>5H5jq9k#dEp8$O&b6 zAe|G#X8l`{zkm~fCa;IoLDs(|hG4cKxMfzd+=Q+!_@1zFDrB}Xs@q(l;>R|#N+B+Bu&Db)$4R^1~$*F5y(-@i>Akt<7Gt4p-Et`0` zN^Oe6 z+LMos1x~?HX3l%?-5GuMeIX~7*rV=SxD4@g63QpdtD7tIE+s#6O`|u>P_3Bk6@G?z zUg3Ib{}98Vo)>=&ef(4P_$llDn@#g}&4J@c&y$QM!Z#)Si-doZ@FNNTF5wpvel1~_gyok& zEoPXsE7psd73{ZUE5Bu?zAoe(y``_i+(e|Rd6x*{wyc$txrsq_^XN##U}-$)$+2m#lUb zSy}avzF%ejfHK{{GWnZAUsY}s@cipDrnb-nWv})c#vC!fX6)&}j4+!S)2q;13w;Qi z=R^|pagg-alA)CBog0RPvVfG4>$Mx%$JI~G z)=w=*>-76zLd$h($L*L`;72K>>_HPQE&D4xwgOR@11&)dD1Bh@ZZ!X?*+?eSq#{{) zBs(@GUB0Q~4&JG*ENJCT8db%xOr|SySVNy9UYeQ(gZ+oYhJr4y7zQ$P*h^FMSO|~t zhT#Zg#vg@5vUeQHstp~&3Ajr`4}C<5h44osN*iWFn7Quwlg#nM&idfUOt87|)5v#y z`47V%Lq7lHe8YE;fAyoU41Wdrm$5w-rN5i}%=V>*e}eq1BW4@^CGxvJ@e9MRBj2^% zxrWbOO1{h9zmELMhc7eo5#&#w`h?-PCqMnPFAaYv`K4!^VfaPl4?N@x!!IMBzvBbL zFBksjUmN~*@*OAdY4|6|um1PH4gWm&`lzh0Q#Nkw1S4BVe$phHc0Ku>cARA7eJ%t4 z+(%u8A4UGppWAzHPd>j@hmlVq-}TG?7=AYSbCte%+m84gV1NyU+Wp;a?&@?@Akgt?*}^Y~+rX?;=P!K9$VZVs6#ll;1m_A&C~$v^)$D?fvLi*M`aa`O4F z&olAwBtK!2ZHteQ-)h&(jQk}@Klyit|4`Bow<GjQVCgZR7)lKlk^BZz6xpoMR0? zp8S5xcQpKT@=u_1jQry`^4m-a48Mr{%6rZ>{N>~~Uts%+C&}k;SZU;|$#2p2kl{Zh zzt3W8-_OafTW#yR>PqlS{$=IE$bWp9?Mrtgzxqon--mqHTi+P{$B^%xxz6y5$gjfo za#Wsk$gdk~{p||j3qLmUUy$#*?_k3}OMd0bOAPe?fl#v9|wsp8WP>?fpI^fA!Vd znfSS@!9U+>`|cs+yYLmBDF0)~-}nb>pGoA;_Wy0<(g7U|D60$zdF;zufGQTC11}q{3!B=OkHgFUC1xT2p#2r zI{AIaA8z=$%dQ+ZvA}_`R6-d zH1bj8_n2(^v+?9RLVLdtr-A3}DXNcIl;@wcJY{PacEUuKf; zn)R|tzm)tPGi`leLO#FN`rrNJ*WI+giT@<|6Yjm*@Y(&rFU8sP$R4XH-*)>Q48M;2 zabH{eWv&OmZo3smK1BEzmK%OE@+((PGW;&&JC3#apGLlAksVLwlb`x~YyYL>kGt(I zlm0^T7hY_~gB9dEHn;8ZLGtmSj|~4I`LEu!?K!)G@xQR+!2t44#r^Xb z@@u<(V$wGq0KV%jo1dwapRnL>Mt%(WuCBKYzli)p-`er+V)BpNW9P~@lAm|EZGXQe zf8A|%JbR7&S8;#$DfzChRYrg14dmzA_A!$D1?|Tg`7Y$2zo=mNS>&HyVf&Bc$megE zVB|~5|K#i^4S%)B2U~mINq*f}>rYRSpZ%*(P5ckZul()KhOfL4d>0y6mst5k@*T%o|C~;KLiuSX{%rDH_gecF$e(t$^`A@0Z&k4TL*yUW{a%y)CGxKx zZO4;!rMPsP2I!+%Qt;a}PHK<;MnqwFjE`hmya2tA88*c=A;}Y7D=K{K}Ol8-9hPKWd5L?Yi{P)T4yTJNa<`$-3_kxiRB7gQ#w*TImeE#V7jC>#RPsH<~BPIO{_Z#`C z85dt0+JBG@Jj`K?NAmYxZ{_=t@A1SnCjD{b-+9-Te+l`EwtLvf z&m%vfJT&~3`@8AFPrk*(FOcsTYv&i|2tU}a@2(Zzx8v?PBrqk4*}1uk*Iy-ZU>)_=U?^0Pq+CSLB1|y=QmrD@A~*RCjAuhbNt5* zKa2eBcda%2eDaU|ex2bv$e(t`eTKh;{M0GdzBiL!Gt;)0N644GX7js-e15nczds>A zVV2GBmm+`I_6L=BKz_>kXPEm9A-~l#*BgEe`6a)2!tmRZKkQiBp7$ZY*Oi|b`E2s} zu^om#k^IVOjfTINd}f5r?{bNMgSE$F6Y|F%XUEstliN``Gb)8TmWj`pIK(@yNZ0rbnBn*l7D9G1t$Hcp6wx8TR z;J^CJ&j0GjpE>^<6Mr-Ec-U|F?a8m~*vjzJgumPNmj&`$1eY86mNUU;;`ECs&v#BW z@=M8|@cU_+U&38nJQBdZGIsaN^!qP`I}xXfi1==%3uNJz@nrIJcbKv12jxAWFRxz_#%W zCLmbCWI!h-QKr;+_Av)J)^Uiq{+Qco4uOG4Wu&*&F{}Db}j?ewdiNVHJ_dS;CiufR( z{O(oD2)ww$=T`MNMzk}E(Sq++EaPKCd4EN}o6%H~YEwLQ_IF|Qfmu+yf=WqbPX_8+ z4fXI5^hr$A4~Gim&64Cz4!~`lGr)*nu5W_)RA8{Zb3eMNcZec16<$1dh&lBNwB zq$(F5S=71oy^deO-jPwt{N2PTs$$uZMMlZR=Nr>fdj9S@W#uxSgLHGAE3Sm(Jylc@ zsz-@UZJ~7kxGj8ve?y}08;NJ(=w@LUJdNKuqUWt>94Lheeu(@8lM&$5ri1Ju$l$`( zOtXZ(X4UEB`NFpUvpTx6RY(74?hcOBu^s$(xnqkMYzkYpjaJ92@56^#;`yT6E%BZu zCEkn364tVPgYZ!>c(Ly>Ud$VWzhQ(~@{%CM(F=szMK2J}%JS{O6aillq#o&mbD5b^ zLpWE^POxQPoyNQ$$a{Ff6l4hR2U3|FB^+=8PA1_zZo{x^8uJa?T@&n$2gpzUB>aAsMwiYONx0tf>r&&~`&+B@R3CRxt^goVsi zSMdDcp@<(+L3EyV242j5mTWfs125&_DqK*8cA~rz=2dWW=KD^$&kGPaXTE2n)^X;W zD9(KU9d|7`^Ie>-56^semu`*eu;%O2-p@g?*Dm4u+#8&Oz=|-WA45v{}nQ!$l>H4cIiQ^HTgwtjsmp zX#a#_%j*L|0C>d!LI8Nx07CGr@_5)~BJ84HBghplLcgb95y%zhZf9sO7yN^brAMwI z`tm@oA=ER7=&b?jIu5#U%COeo4=)?2!cA5cez^SuB*#*0ef_V{$;s?M-$fN3ccXpO zZM3zsOlF|%V?@)xlCFQh`cv>lzhC`tK>AfA=`Z(3-uM^&e)U=^n1O5#`@w$u-83Wm zty?cG6Ul!?x-Zx)9l@x zdn&0q`4L?FGH85LB{it=ydU3HNks<7;oee2oPYm<#YLaSz5~B5$&!Q&Kr{Ox1JKNK zD3x#CaTwKknd?KZA%ggj5OA448$bvEuNy!J0B;yT2mq@MAjD+PUysZU*a9Di%nXxC zfnCyk?+xn-MZSk)j2rX4e?ljwAIA5-wW{DPU*Y!YzSs8`j#GWpZM1FNXeSveMw@p3N=S>`zZy{F{^I{< z&>8U;`Tu`Vh*JM&ohKY!yCQ2o0SDs$tpDJ6`hTJk(F+o>PmtL3g`mLL^840wxP_^fU^`5VAIOt+$wS8U;*NrR@ReN72n<2El z+}YV(V0L$AUQtRnsjI6&Ij>L~eQc`3 z)F)OZa;#5C`XzIAh9(`9(9X`Ji6%ZFeYn(S{L*u5bur&eGFu84og5Af2eE1rTIj4k zvu@QTtXYlB>a#vXl?ly0vOc7!O=xD~te!UwaTaGMp;?Qi&#Zf%q?3=st(-)KVXZ15 zQNXo$OcZb}#uBr(!iqocTk)?+U{-7w*ywLEgk6AmHbdA2i03kdU4Zy)hOi3|zsnGI z0pj-=!Y-QiEmLmETKWdN-w>uJu=_czFWg+%eW`C*m+Z~$zGTqzN!Hw;XXO>ci`FNZ z^#(jLDEBR!`pGsR*^HUtXfG>g=zT?oICwL~P_s%5fu{bbv;Ot!6` zY&(*Mo!>Uu_sKZXp6==1bB{$yc4FOFvD}(ozY%o%yPC z6~E2%Rfm?w9NN53rV(2m#~m-Ko?)!8JYG~y! z8=9TPZC)Oyqnktr#KjtbBZS8#odV<>l2cG$;zEU zNe4~P(nJZpjCR;5CO(}@*Y!xxvDKydcu_S8V}<4MqUsXXtVX5rqAC-bePq_{DyiCp zW+o2b7ZueB&069!ynf;kNv9Yus+>dt)~XT`1zd}2qJV1|T4L5#Sn*Z975{|;lBA8Nx1_wdvn&WwS?9;R$T^IBfPCh0XpVCq-lZUa~j0+0t0=aFUso9agro zaQG#k+L0vl*RYP|zQO#C2j#WN`%*XkrSp};L|{ytEV-2|>P)jJNiRN27L^W^T)QP1 zdabNf5nHLU_c3c&Dlv=|Iy=keA1X7fS;=N+i=(2@&@>o-kfQU}Ql*Bb$Wm)LEOv`E zEYV98U^l9MqJV4VPE7fQ4PEWq&}$?x8?uY$YfatX%-V&9cI^}@F@cRNLI+;IUz!h` zNcLtn;+mM#h;7huBBpg@(sij?PXIAitzyNg)w)CR8(Y?&u)?@F99S5{${1Scw3E&D zlr^jw0cj`en@(53yXNCM#U~0_Nwzf&R+m5NOZ9cd>1bcOz!CqNA?yN~H1oyvTgmx6 zil0Ev`;_HeT5mXu?9JpH4wpKHvs)x{>Nua+26bEn$|N+Js^d%$W7Q!Ul)TI}ppt~A zCCM)~iq>vpGxmqZb_fTy3u4g@Ep!^o)_z4jtXUc6Pnjk~J~X*o`RC1*ae7xX9&9h@t+J~ z7tQQsw^nxY8JL^EPPCWkn?;-b_~Dsr(`J7}>f08xUl0y|^(Zgmaw5!tp5g&fX&LwE zyej0sf@Id1f2VPM_8dRi$6F@5)=zdN$(pbB-r^^_x@EHU4)R#IhGe!3@Z&NI&bY55 zw!yfs2W3X%#?TG(@k@#IE!{nDkX^W^9BIe#BEocL62HV{)}J^Bkc~9)3t37D?N(W3 zFK$gZrR~tNniBd4R-|kv{-KJrCQxP^8%N{J$Hh|^D>M&t^YMbQux9M(L5iD?7tDp` z3GvI6H;}D5i@VSq!i|rzbvdyYnqN5l4pG5hXzpRF$gDaS42I?<4&N6Q9ERpB@lPl> z^Y1T6ZL}Qnn=$ioF_0+0+vT!}0i;!}Q0 zF-ih!DeR(|58s#Da6_MZ0}PDg!)K)r4F8bl$ML>Q9)EcBHSQbC`DV$*?>fJvJl=@N zjd4_8Z;T_RV#``|oyr)-3bU@W$Qss+fTnwyLcXDbi>_1giAkjp-KTxgy^)E|E}Hg} z({9ZiyFqrhQ`RJ8w|1T%+1*ASUv_tJ-ypm1iv?eHw<^yV*{Q;w?8H@USqs@IV;Cze z%T8Itni242cb5t-WT*H>i-3Nyx5bclVOVm)%3$ zH^}Z$vEa+@9_1M$J5|_|ow$lEYau&j3}c05*(qySGXlQs9#_GI>=d6U@ML$bFFQWp z>ttsa^us}hunQ1jhOi3|Z5hHYK(uEFy8zLVA?%`AJ8)PleXOAVf8AXeqe~TBH8DCK*`EwhWQ=G0aF@vT;C?SI(f1}?*)>j{Hc^$#s{{jn{A z7fggTW5ou&S*I&5LbKd*rzGvKV#E%*q{j^hteZ93h8k$sde!mNMi?!#TUR5>270`I=ypX z&7d=WiMRodb9JdZy=3~JUad+!I0WrN zZ$LBfKc(`&n)qJ{{I3N5e;@&dQJu84Hl4DIIm6qkeaO0mu`FgW_ovG|%Wl^u^ufLb z%f8LUXvcSTNbJQl;`7f?%*Z8b&w0DQjV;lBJ z3}F{p1wJ2)d_=S_BgmGVlFM~dyeSubR5Weh?TPfA-=bd|xdId)yG%X?WC-waK=KI! z-j%x&FfHh)>9!hQMabE>R|7^qNf5olj@;-~g7_M4r}wYSJ6@mSYDO?M`ZSQ+&j1FW zU$K%l(nSI5IrQ9Ya;EI;9P>2}udJkQ{L4X2HD?U6jz%IsAdIgC!4_gM;qdXJpcj5V zbf@0W3GG8=y$;M>YM)@X?<+5KC^t6`?VD-e7O&SqX?|b)SpfXC#h>G%BYF)M*uNcA zw0?X$>4^Efl5~uG0l?|^Uj$5FG21(mJO3P(?LS_FArxPsnYyame;iagD|6Oy*BW!F z9^X; z-ZQunFuC>tF_vtyzmn*vMPTMuO2z%D%cwY&T6)lnNVg>8zM} zeoj@TF}sT&J_1kk_?T_qj(HO@_^xCS-%L*4cbV1^atPxss(%npYrBLKM~nJ%VDP3` z7;jnV{oa_ooIc(?@(s%xCf@{N>bC+MJ;Z+-HzVI7h+aqX%f8K(x$o^==u4XD$lc2@sNxUu)%#!`(C zgSxQepVeRFTg5x8e@wocgOR%^KUo=qL3B5l_HiufGFioN8){2(^t@ck?Zy8db>pi~ z-A{fgo2*)Mz?T5y7f7}2-mGc6$C|c>)wJCs!e=NZ`kUl;UpdVqN^`HJQB3rArMbVH z=24}&&(bI+;)^f+(LWWic-$X9K+H56mnqSMTul!;qd!m?ZXe>-8W-*P^&1!0wp?CW z<7=*Mxge-X3Ss=Pa$qlZ7mhr_ZTu*~f`xZGcU<;BxoVH8YVOm=it#*D{&@!S(x3YV zz`(TOW3ga&$Tw5U7pZ0D6LQgrPqKCCqmHiN=q2LY1_oTh=rK~HmyZ{hPZXC=>ar#^ zyH{$Kb?_=ntnVkNlaNNO*Rl)VY!Qp`Q{-8=Z{8bpgX0yWnM$iU{SMUqPV~*2*mJ2{ z@&YXCyTN}n7$z?on>Tuw_NnyVBJM)lils75Y4+B%^y&D@dOhgs<ll;bD z-6f0Oa5Qz-K$DLpNf#!!pPO8QA}j%I6Qhc>ynC$q0te!BG1yo=KB4znAwz*R6D17fpc%s*0Y0$oy%EvQ+s9e6%yM zgP5KWvqz`!L==0Q&5hZcT`&gOkyMHhc|kKWwSCccig|x9d^u&VnwA;zo^IQ9(GH4o zb9w3K0Z*o{o6LgbuLi^9Zw7mk*9_KObQCzgb?3=a_VS>k^=p_({$hE8>E9&$J%@G8iWRHpuF}!JgzF2J0?a#8*6|Q{6eNxdU77TxY6eS_M zx;aT77Ytude5Ux&k5hf6gNMEPR=Qn#FvVb)1O|JOH(Whkbky$ZsXI>xqVx8FWaepvp0MH92A)Hs@eEj1!7*~WjeHsn#ykGjlXf@GS(Fqv+! zEtz4kCz)!n?vh1S=TExJ{OREFtF^*aYt77`3T>!uGk=;tXC>`8hI)?Kow%hA+bCetsB zFVjY+E4NWjewf3!%@gr2k7wmH5&t5-d7osTH%t{JLgTs9lHu;}jBB`9$N{9tTio12 zTq&4|ef-dD#a%_y5ZS`Zg5eSJjWzhRcGHz;$?%oqmrnJ^bsOTxmE)4(ACF(a|FsSU zt*?DYD~+VeSTg)pl8nYz`yIh8lT0@uX+d>zK_3$+`x^WIcmz$$W!7$=U|% zE?G3g*|hFFKhg7*r#zZ`O3CI28yF0eg$CP_euM4FfWe+*eS>wEJmPo&`L*sce>rb_ zrm>XfChB)}Y5S;g#t*zYF1E6R{Bb<+AT+UFm7 z!6V3=%auq}D3!S-Y; zgFVTR!MaNxbvxR+YoPsOkM?tncr`!!t-&z)ok89JG1#6wZ;-j4!MaNx&2+SNm+AD0 z@pXz{uKnF+-d{9J`;8ZmTFxVW;`WV%_f0n8e_AIzlLvZ5)#iV1oT@Jw-ht?GoVd}X z%1-Q!QB#{%pZ60_NAEPf2FZ>F!(=CeZOP6Cdy*Xt)?Kn_meY;yGTod%e*GrX$V}9( z{$CzGQ(W^VpwP+xCkKU3{m(T~v^!6GHnOYPK#=TaFidtg*p}>JuqSz!!MaNp&2~1T zyN0&mryk9{El-f_V=zqiHQ1KyXRtll-(XL&m%+MA9`!idx^uLPwiT_e`TcP`iTK46 z#P2X({E}e!VB+%$Zq~~N!$}h~rCr~GS}!~-#BKj?PtStkdzx3|CBGszKJ=!4^oOh6 z*-UKyxb8RxJ|xO{ca2QcCr;q>txXA}0-^!fkND<|YvFNm3mSX{wx7pY!xs~8E8o#- zX{ldmk;A48ONJjHdQ7`{S}@qo?ux#J!9W-ebc6%#d>68pWz&eS$m-DuvdWc{x@ zSZ$+DJ2g`$L$0@moeVjP_k{Ia#p1UQxeEAo@nc1>(!Z)p*FST(`!1a**<~{izL7bb zL#{N>+m%$7x9@=M+qw30&*6R@QHh4eyhRW;q48sG`yF=j^RQ7yh=(QwC-Mc;?>C_Kaca&l)sOs{C!q1TjyMBZ2Fbo;-vijNYH3=F3mrsecGX}K|W!q zn}zoMXUTuNoW=p$w{hLbWBRPdxu{)xYF={ z40gD3WV2H$S`%K3uLiljPXi+_>7UbQ^NOziReRHmm51B!Rt>6YOv?Laq;@_dsmoVn z?V0rZ*BG8nR<4U<7yuO`l zGAf8?8;8e*1HDYf}w@a(WlXO??vaGIisL-O+FscTTVAeq#YJo!*yqdp z-pm)J?F8{?3O1?7YWm80Fs<5GbqNlzjVkWRQosYVXus+9EKFzO{gWnTg=p4#c$&te zw?4qM4*MGI2PhBuSGMHcD!$QLVI`w-9KUMqla)#vPsdMWO(95DBS%nEIK*j>6?YkL zJiF2{^vV1_sI5wZcr&nZKs9-1DGGsuTL-=KyAl;1Oiktp)O!hM@>F|0|uyxuVe@IB0HHbPe1$meDtE8SE68Od0*}OL^M_E}9mz>bS*x zWOBv0LQ;VZH4)fqTZiVFpd>-n#M*|;^-*0Wlxp8%Nv)-fok<>Iys) zqsFl0nn>kCf{{RdKA|MIz9e{q6hS<3<>vk9rEGBYAp zJzr)8wozt}{i2e|OgyDBTQt(cpz4ebz^K1s0>#dwFz%xDz+dHqkHGV9OrHHDLY|8N z$n(gcHptb$I@M@b_#Bv1tu4oD2WC1L&y*?6PK3jTlvI05^$Kk>mlbVfzF43>Kq#5B zxwL=99zji51TNsYtg@sooB66yvFs&ZEzk|V%4ZcbUsai@uV!-CDX1kHBh;1=#_stbl;(hy0#*kO%&2m;23J;kHQJvv14lbJvtzX96!hQS(HqZVHf5f#cCN$E@v?V3Y!*J=k^lii-reMp$aSY3VNpRmOG|8hR=(5}j|H zy_*|JbWoff7u1ABoC2P;C`;C;nt@j5k5&%=IkJQxUWt;beTnLjwu)9pUBvxXvA{a6 zGoC+uP2MIdONr+jbDmM1cpd@3^Si2XERDv;DXflmoCJR4WP<1vg2p~ljEew_FEGY2 z2V;DZ7^l4#7RCiU#+4;yJmt)Y)RlW`6p3N$BMWS_0Z7{HjJFd%nDeGgVYJZ2t4(ji zFMenGq+1tndjQ~VD;l6Zxs3WrYn(L99+aHf!vN7ieRpm&dsr-|_y*z%YKma?AmA~h zTsWBq7eQV0hfilV2zykwe_*$2ZIGDGMenF~CU!Njuo@jmvVoNxtj5#mkNOu#+KWg! zau$)%+mV0&OqXK*V7Qdz0mEbRm)@09o#V=LhtQ$5bPxa#-M%zE?|IAcoH7lGbfXF%D-zz{cUnPR{k+SW;!c{(%DZ{RzeXhH@A; zmQ(~15bz|RTv@Xh)Ks77VQi?eZPEC#wz04HM>QXRi>H#k zXqMsR`);C;??C|M`<80-P!k^1J}MzXI#{6o9zqF;&Hw!?P6%qkA|U}!Ldud!D7p{2 z>6Z%ns&+?1aXZM7ebHIG7oRXl8MTtE2%pgcn=+cUp=Vv1+mWi(&?dNbPpua3V()$| zB}w!%iq+nW+9A4oh4N|S)J~j>-MwITcPKH)<$VC;vKYHtgSepfUJye+l-=2gdgx1B z2GwX*sNUw4b@(X7;iRBR*(|8*syvQ%_9ohh@(6+YVT2Op#utf*A0waxH`=q(UqT(4`FaI`0)*QrKpQqKY8-=q4DcB}*# zd0F!RHvt`s*ozQEvzAYm+_LJL0!&=*bh>U-jPueIpg^ZnfXcQg4Utr~<+qgI&HVIi z>RNvK%kbaiT6mt1DY>m(?93IT5P$3`S(oPecLbFROO&*mM-qj;-w$BDPtVr$oby?J z3`f-uSGFas6Yt>6YPCADFf01CBm`~Mn!o;pG6D!)4YVfcYEVs%D{8=(5QbEPMOFhvFzu)ddhLnTplW?i|LN75 zN*OpgD{j1@-Yl;IS}q)?0zcMhG&4aTJ= zBN--*Z(N#XnsI6Fn;MsT36a#?cSNv$JfY^kn@hEBaa0kS90_{HrF>A5am@&7Ds8G+ z7AH3x=v$JE+APUU#9VP5$q8ggi{pzqTTq-tEi4nQx}ax9R#r!8c58I3y3B5ifqQ{Y z2QOKl^Y@M^*_woSER9{ZM!qkZd`~0_`JN0&$1YDxzR})Dbg+GS2MMduQf>xLb1>eC zo1k_I8I}$l?r`ol-iDa+(89GODub5fRDt?Qglb8)l)P`3`f7@xB@ysMpj=tc+#Br! z?TH79YCBq%rh&|aMWy|_5wW`Z{d<8;`*+{2C92u{`rv6D+IZHX#cRo~dDL9_lga%w zqL6zXfZVmNbHB;`42il{jh0E4`e@1Ean(r3co%}fL)=YYOIeF9vR)=ouMtYtZkcE@UT4IEW#Ox|f9G<%9)Z`SR(HGgGBfM*HR&mfcl zx01KQm#|1r!0YprB^&jmqX(m6*-LyC=rUg)I6a>?smKyv*XDeEkSO>%2LNANrF_MI zYt4*uz|6S<^|J}Z%+@J0!orMz$BeQxFk@6Kdx@C>oq7XCpRTJPenQTVN-gnoDn8)! zbRJRga{&N;w3fCqaY5~T5JS!#v?4sDnLt%bMQuaZ=(0D_HO;>1)%Z^?BoCg$h*nq4 zMzksoSzIJg{}7>Mv5h?A1&9VUMIa6VPaMjXi9;h=quwy0b=Y+H>g+6HB&N}=*_`7j z`ik?ba^2iQe#^Sa=q9dMYIH`$SVK?66Q%;44O#Os>t1lal;6GlG&a43pZ+quRwx_C ztXrX@UHEzZx1?Dbv(6*_&*qC46NQd11)$?Y(DApR8Pq-uV&KGTbPqxq_^)QdqKF

dUWF=MW9CkuZ2^ttc7!>M~_oiHc=fi3(0 z?_ba7hvKN@FV`T;znCm9BMMo56u|gjdfAts#w>b*T#fz-Lt1>^h!M)bQTcsPyMi1= zL*B3yC#o#PeN3Q!IiZ%~Sn%&(z5uF0O%W``33&2Uu5>A`8jVVcM>-hiLu#)abr`M7 zaigw@%dz1z4=A zBa&=MuPl{TnAX!@eVi!tdKF+=hn;AOoBYn)8<&YePZwz-G15a_1`>emoTpv+Tk7$Gdu6!5wlWy!jlv_&^6 zmc3+s1v=$8>v!uHL45ipQ`!rUxxsKn0EHi&I;zqT^ zae>Ztobi0YCvu)unG(+*Mena0&({+L&tC-KW9K0Yd~AK9gW4Cs4e@vxA3HRw8Y+)F zr1--<%(nw!G$hete4}ARzhAe}^qp_1Xyo-Jf%@kOC9fUiTROrgs3`)G33wt?u1sXL zkKy41t5yx_$K;%`kgr(5^KBqhgG9w|m2o0_}z&etW4k zFrFy-?WF`&8dF?G{9jF%Um*%z-T+AZ!QBz0=8_tBRHKVvap(u8(2sFBaA-9WjGsV% z<+jNwNc2$9*97WcC6t18l!DfVUQkm63KH-Xq+F?j`sw>Vp^}z5823&aTapCax+FI{ zo3Ny6bQ$HCkKRc6O?_0IU(15j`At|#=8Q(gBvNw50-ZUdugm?Anbsq{zE3hu{W5zF zwr?0OY1cx+*Tu#r*rMK@$YQg7z<)#E?2cTGIcRchx)1ocbRY0BZXd8iM?0Y|_8;rc z?E|*8a`nMXVCiFTp%`rDn*jX(3XB8)4~b^ff<)O*aVt?)r%ns47ah_A&T4NokE&Lq zH%Mp=S9|nM5S;@vI%B)&i+5H6e2&G=#%H+RFi5LUstCia+XU+0Ak=VcXBnGjJV8wn zxS4=wY|51nw`Nh;0QKp#TD^r(4qc5l;!3ZCG(2&29dOHXWf2n=iba@j8x^ZIzHJ-z z>{)1mb{65=!&?yH+xU6*Aht{G^i1OaVS4%&QRwMA0Q#oAP|}x8EVqMT-L|=i^A5`S zvuNPYcL>zKO(=ifMIv@H1V!M_0-lJKD{F9rn#zl|M4;sc!^yH`0UFFqNIf0Q7!j+U zKbR@7nQvwN+|PcW&k@8^Nq*NMBPYM_5{3M}4?upCe734g2<%RQ`u7MWuy-La@gpqK z67Zy@EUC0oevF9a_Mfd5*m0h%s>ss%I^R2hJX(? zS@M$WsxFA>UV-}Egc8%PshEUCOah*ml%*^tBVxIIF%{TMO!->MosZ{wSD7U_{Q=hg zX?}AbQOM~50CM^u_>sNV(-OJEB{vb_B*&_*%!Om*)bJ%Y6VX{ym`yHrLJ%~@1MjVN zj&|$~kp`*c4VoJcs$?3p2L|uyq^()j)fg4aPFGW`ZWrh= za=G!2eB7r}OLEaOhJTq{9wG|4JOW6^3e#w7j^)Sm1E2X+MC2`kiLf%4I<@1?)y7Id>_OyF|P@BF*UOu zr5deFWYkUIXbo)Spmi(mvKp;IH2R45%9A-96To;6a4i}|8|0-=v}C=KgdTf5E?9q< zP>(%!SF@H~x`X z|Hu4*H(#_rYi&U42TQ2K&-tl;4n{U7W3mN7P;;SDCR>6)4ZJ(k6}^?~a%bpzTT!M} z+)8=typCm?()N^D-DYN`2pUEK&#IIwZ5Z8lzo92(B6Srte7SaYh0$IR8Q_V>{y5Im zcyI0+%a_%)E}v(;7~Lew-?|BF8b!Az?Ka6yNIK=`Hu!OJt#3n7(LQ2qX|=X3H+Y;$ zyrvkQgSSOrhg}|B3h){qFL6m!ynO{2opSIX$2Jui5|Ky|%=ow|_O$Vih3()pE@nIB znu4;8oc4~znAps4{V^Q-a4L+&EA!A%YPZsKX$;as{HWR5)0i}N^fLfskX;zVeT970 z=n{NOQzXIoSOukpB4D0MDD_TpJsbSdDi%P0%F^!IWa70X`Yxj;Lfv-!rEAI|MmMYimtroeAD zM?W#0qo0({(NA!5bcc=(q{j47x=Z`0Y@Q!@G)_%voR-o!#nEu+h?fgRLw8<3rvXf8 za{mieMeeTwko)1ZJ%5x+YOjJAx|YjyPn_Fl-l&w8Yj`4y23{Aazd|Styob6h*TP{? zQv^y7@El6HGKZ?xc<|pA9Yh|U3+lQW-71?H?f4?Vt>!&~4dC0VZ1faZ8{afpsI%%! zP5w%{v^tEr4~Dc1LRiM!0-ixwUCIk}M#Z=(Ez}k0;(6g3aLJ$Ex0{2k8{U_YK)kiO zl`1EYhLuVD;BQ2skADD|m+1K-DzRN9CXc}xnwc%7=BY?bBNkP5mfIz&=uQjow(wpH z@3-(l3)xe{S|}S!2+Phj@^-Z*|7hl6uGdjD(eFP6>VGGceh-m;wXJ}!CxSx10-j8j zD|NDJ^dxn#2Fo9msxdU$47~qE>XbMG??a_6HUJ5$QMaIHI!4-!y0f(xqhpoJ2B5a~ zQlQ7SSwrYy2Y%k#iC%7$!7cHh8 z`C5#d9f~G`eM6xBA3_QCF!9dPg0M(cz++umQm;vu7L17H_UFt6cFf%HLm$iM%qr8H z8@5;07lEpSFGmPH=KpzWQ@1|7lV$8fP4_B|`7mOUu{5NSM1s~b6P^pvOLNus{ zTn^u`P-8pA)qe*zx|{=?2Uf2}GFXSN8J<_Obv#V}l-`t*%l@hj4K4fg%KlzNqwKQu zG`r!igRIM*{9c8-+Bh2FJ$V&g5Dhj8_w%$MlAokBgdd%f68J+Sfz=BFFZu-JVkrUP za{_;CBrt73UV}gR1muw^0pW83FEtX_v8chHeFAdklz{L#ftR@%I!AVy#+r{`4mWy7;eHrjD)nKqw$qaxAc=%PFx+S<0tw&u-Eeu!&aB(l-oWpAyk=B5^t5Y5=> z{+5C4ttDxVswSjMH*IgB8WmGo=`GX(om!Z0Us{V~9oO%trFGA~+U&go)&Q_CUJa3b z{S-hyy<0Wf6EbBd|(nawG7q#9cH+R0!~va`XuLr3qY z&ddjN=jH?1BgFhHp)QZsE-9^drL=Z+v>ZA*+R@UTH@Dahy>LV^azBkKBllAP>D=O{ z_%@r0K@45OWjeR`pj|d9rRCg0WYNWL6dTk}=0>_WhPo_&*vKmabqILQu3WjZe}EeX zXv2WgL_#%-b|+)2iG-CsHQA#mn~B7+sT~N*L_)x`11q>ZkuWM&_0mM5KxY#P-{z~x zRcl7x*i_7W^9bMOuOuR--Qg-G_44#KQNcsw4XlM90H}!?)X4v8MOW zsrFs0vj*n(R--SH>vOt^f5a8!8ojX^eS`>COtc*NRin=tVqb_?qx}fuPF@10N8*yl zIQJ7PFPb0G4|j2-%IyBx>cQ;YC8vjoK8w5$Ogg1>%uwIL11QGv(+!_XxGVUqMrzM_ zLs{5&6U1*Ym9@90)V8aQx3=949wb&C$i0Uc-Yelo59DYevbn4xaBBfi>&gWkHSg8v zAVN2n&EHCLFS8i!?rL%{2~y&`7Dc;bb6H{aPL!b6R2gaaP86M_y*FfZta7FIh6=PZ zD8IeP)}X!iLdG`ST}vme5ZDPK6h0XZ|>^1ho2@2{;mPEY7aj}T-@2Z zX%Go`JJfjlBsby>ky?8wEW8PLMxrbYO@mRXD|@MFDA41yhsx#YucPw&4%V1Vf4H~! zqj`oud)M*1jK5bfm_C#jAG=9+48OF)y&QBfau{_@-Yafu3aiQcbX}*h>l(HZXJ8}F zfqAZZ&^w2n7paXH?X{L-E4~$<&d^<^%iZXe_NkxKXsjiI$J6tPJa2(naW3_zN$n8z z!znnzmTe}lhQr}&hNqLuX7Weml})Spg@VSBJ`FV~DGkGWG>&Sd@wI}+`$dD{iq%8S zTS~+5j197S9NkFcv4X}iqG5{~tSG2iOlcUNJttkPXe7tx_>_@96aTTzgB>&Fx11ioKzA$(5Y1C0dSih>as_6ex9O=}>0PGF>wz#9b%Cy0QV z0V^|Vs8a%lFYF;XF^@{QSpDAICQcF!Mnt9yb#5sQ!`BL3oZLvGf76`CDWZ{yQk_9c zL-?GLQ@NSCbm)1F9Y;>%CaGCU7fK*WJx90>aIiP;Iy;MAvwwEAyKOL>-4BR9gVkGK znj~aq{wi`cT}P+GjO#4&Hy_<0L-Jv!b;&XnS7%h&HIp|V>+rgK3eL=HVnpcWM?tRz zRX(PN+HsJstY~pW1&(%{PFOVJ!R(Ydu~jSFsV1*jno393on6aNvuoL0b}jSCu4M_? zwKSStOEcNEgzVOARPt!Y8HA;32~DNd_(W%NJw`xU86HPK&oB&{oPd^5#1LDSnCM$m zXA}LZdw9;f5{mAw7EjM@)R1lq(R_NGI=p+5bw~@g$$qD`6+@qp^?6NiS3cSQ0`=*i zm5tQ8-6(C=wC-uMrlytc?4BAY7|9rsX^uWlb=~H^$=K9cV-@0Fi*8L_OZ5|zW_UAQ zn?j6^S$y|&Z<}O+PCG?^eDhWMv)lQ3;~Tk5+COH~+MU9fhbyeg?xaOQ-fhsa5bSkr ztBjznm96jGnJAiuT>*>@c4biQ&TM!Wh#_rhu11%$xqX0Pv0yd+fNgcRckQl~;%F5N zqjx3Kg94^9j!1Tc0Qq>yPFLl11vmCo(Tpi}7pU(-s4)d5*uVT~5w0nMVTFJoQzt0JrIYyKH-?>!X12GYT z-2(*b`w>d2XCPIvD=Z=v@IDcCN2kfD_<}^jX-bZ>!z=zD~T#1c&|YHP(q2|EV+_OJsuWNI@jv@-ajt0ON@8ug`huMV&?3W8DU{Y zz+*;P8kjLEmc7JGfzH&F?>+P0%U7u-ezd29$Dypt9ZMAa!~pm?7$4BSvugAk)J2o` zvfcbiH;1zkS~|2-DdVHLY}S#89^8IFpne>oxIL$^enr5rfM@;6m0SM{kjDCh+VNmp zZs}`TkgR{gQZgGcDpt>uSPOL7Mqc_?zSb$;N;16#nL67aCJLFJ2tcMf>tILXIR6F2 zP=(8MDdTksx3)Phk)3s*Yer;+O(iFh#|^`D)od81(vbMc0`(C>N&H+%d_5~w5lCFX zGco1LOiaTtqdsOBCTxDzfqXYR>%jT3*~N_1F5(l>+k$HJBA|FbQFru}PXJ2qCrTF4 zYhYW9=~{9n^-j!E+PE1N6AJ1r#&iX`VN92ug`j>wV>bQ&o zN@KcvpfTJ0Z7n|2j%}<7z&19o);RgBD?U4G;w256u(<(*QnS2!4$&M+&W)CL&r{oR zGG~K;Wo=i$b0uYgh)t-C_{g~=n9e>ll~k?GB(xXXs@2Z;JfbpJu(GU>k}DMGw1vs~ zUH09qmX4)VGtU>=D_0_q9^;pzz{KyW0Qh|ezA%NjlFa@rPv8+mf9_Hi*zpDnXBV<%5!#@8LDSIou9xSdBgp?Aw2OT56TM^zuJU zy4)-D%#SW0*Falm-vL}-DEcfKrs>+q!omMVM$zaTxrkKJ#RLsZxb^eaOsqJ4G90)9 z`&<=9LQ0&`Op8-9E!qZfE7T;G?fkaKv;{ivC;a&+N0(HN;pf?~gr4ej(a0t6c*Y@M z^0Cx9D^H0&3^qsb47Sa_8{TVr=Kz$h=u#5QA6#`oP_x@jz-5ndK0;Ji$H44x?mEm( zzDi7d8K_tv ztv^nBrc>OgwLV{l-Dk8FL2E7G*|l=z{iDP<@a}3PNYlD0U}Q6b_!Cx%6ur67TL^un zkAADrA!Z+6<)gP2dK;y_TIirA9-~ik-RfzwF)}r|h9oH?G))(%X`+D^mZnL->vN2Y z^3!CaVsa=wO)k)`f%a`xXK5VF&$Cs@vDDtqC4N=YAxEc3hi?O*!voQwJ9PN%AO_;G zii^9NJw$PnWYI!*pE8!W<3_sUp=|$hodd~15=5Xo0gr3tN_$%5s&b=GlcH&pVI|P+ zeWoaa?V}e-s;o%~t42@IGY%`DynWQ@)K$gO_R#{}(3U^BFRW6_-T+L*8 zEK$hv7yz<730cx2;sghPm|r`JaC&VC;SBevg(Zru6yKY0oLSdY4mWdWBAVgG*N&Be zTS--d(#`Vh$k3Sr(}n1U)e*U)uIB=Q#}Z+7rysx^^k2h(Ak)p|!Xl z`J70!ce4k{B3%EFsF6wCD&pk3uK0RoP}?~2d1dJ6?%2u6B2RmW7PfXVHVH0<)&g?1~Q8#q{oJ-S)F8^&Jo&0k*rdZ~s}H-JRXl zOOD#`?*3Cb)ur84<3q@)f0{$aM{?tvfHR`_Mrbv4 z*w)6X&&Et_sm>)Bf~~BjWTRG>$#<{pEhQJ|tn>EU!`*O-_we)DLs9U2IIPUahUb_M ze~&19_`3jncnLo2PF(vIh=JqrRb8+ng)r-?b5G6JA6#=NQZ$EOLpHo%&yAYH56e%# zZOx$~XbuHDH&w2*E9+-U`E_D#spBRtqBqm~o1F8a+)MZ^i&AGZVL90d*Qi)cOC#I@ zoryP}L%;C%yj>K7o=mG1&EA|$ze5xv6j*38z0-hX|>%Wp? z%VH$Q3CqajXjJN|Wl4?&y0sjYDV5`*kvp{>{8eV=`4ob079Gb*xA^+4}u)|4nm7AN0xckJ;Qhgq=K3f$Ln(G zO=E}@CaB%4NTu^4^L?#rP-eDA_MG&cxpUKZ=FWES%sF)QQA%cytnM1#yIa$vaehkU zf|SOG91Vw#u5dJT*J7V7gQ&bd7pJr?Noif=XgPHBF-J>xEoja4XniE5by-U5Qb)_7 zwXaXS>CW4;tM>utL4!^W5#k$n0%&83_W{2TV(j~X{heCOEFOEdoU(~5-g1{f{dysm<@yh>OmUIN|}#OhL>co`MrrZn*?(AhTL(wPQL-UpOGN^>u`tgLPNxQ8gU z`GEAj=1tI*-icst#)g&q@R#HPVmY_O!utplIa4)$9@ljPkkwu6Xvh6>uYZG&u7=x) z4P|T!?N~5!hqYEl!aQ+C@2s}|V@Dn$xyJZYyW6fx% zDTeobrfR@!bY?pnGFdT2=s@`Hlaga%^RbIRe%>8hJc!>sSX{@Q(;=yQ{cl@^acN~8 zv+0M3!loYq(8lQdFZYwLY7Xwc!>|oqO7v;;l{&h$GZyc+Ht|ZW*BMj>4bGzi^@j=7 z;Cx0F;9gKw1PzXW=j6&ogQF*49O;e$G@Y;*ZD!Yxkvb*L?D|@WYlT5rtuP3Bwq>Nt zD-1@*Dpy)zDA2jAv-RS?w&l+a#gixBup+*gsMCf&P89Ne5`cU;uku}RG7zjtCf;Bm z?@@L{_mn{W2||gE-M9AqSy<#I;4!BxX+xcEFfbyP+uy@mV9R@WN6yTjKdV4*4{un} zz5~bC4~T-V9|7QNd+g>@vYVjxV=&QPnY!|Mj~nnR7wr5*p#DQbvGZA3!q>>Q&BS@*0gjPt0jjyr9Vy0`;E~ zN|S8U&5i<81ez4^G^t#fCbP008>cL%(w1edcn_zHOjOW{we0h%MubmslH66;Z&}Ag zrV94kRXtBQjo(`6Ep1oDcS+Y;i(SwB{#Qhy>t6%#kG-n32N@-$2QXg9C!?!1*7Vvq z2-;x$CKS_X&GLVdLCn7qs6Rs}F<+nhzp%(yz>~4El>Og`SZ?2%3#?-{vt@4&zX~kz z*9QOdjlXA!g1_Ga;BOlY`6_tlxXB}0xV|#L$?pW}&k>4~&&y!kVzVM(M!;i6xiW*P zJ%q&K`Ot4Ql(aIYCch_BS_VT&Hf`EaQdowP0$wj;1(b)9M#ZXF>Iw>USzg{Z^Tbvv zuSFxzV%KLp4tP4jwjwJEO-KqdD zI`xm-&24;7UY~I8QSma)3kc`FfB0S`5{!1dqz2+?t)wBHOdP65N98)|us_?M!nsGs zr(3RLT&~*d6h42jcR>JwKV<}PDB(LiLgC!ghyOKLIX>o8ldf>y84z@o=AFsq@Y^0?uL=Twd# z-jvPuF;C38!ntuu`W27#%N}XrebV9F4-9|0KjUETa7uW@5k8_Id_qe2RgdtWJ;K8K zgfq2CkI{RiVm?u7`u!9)gNKa#mCV!VGYt1`aLGSO8qPf_=EXO7J9+qvXs}uncH}{r zi@ps0q93#7;3PTs6srBoH_E2H_cXv2XXF|lkFnZ^T-e0iGzL9(Jjp!>996NJU!Oc5Q@jAX^ z**WcK=O=k%G4Df)*_oJCqsPHsw1mbawcGO*^rW3x)XH>Xh<42{M`d)no8AF{pt8A{V|Ro(H{XV-a1OAe?uRXvkTXymC5gbP}A5pxC=Bx(MT&9@jqPbjAKO$c>f6BTd>Z~)f)>GZJWwrJ%GFhh{)c!3twQv|Oz$kfVKKd3$ zW&2yTO5nyE{~-}p$VpBbb7(zGV`z@z0YCN~_F)M5Gt`#rVIs@OWC~=1`Y1OVncN7! z={xL-U}PfTjZBm)8<|8WsI1YB0|BMQFV!r%9&D=-iDmp`6u@(#P0FRgubBl`_(ycbdlWZw?Zcox}z9@!&bPs%aZ z@$A;?0HT4QI|S-&gc3BXhuJ!SA`rBI$FFiBXtxgVITfKwfMw@kjDydWA ztOML6NwN+gtkwYpJsle9@;ZRgvC5SOe+4?5`sL5me)3%YoI^a7#>*O?xcNXQQOK_g zfcz$TwzV=LuxSGIse}^P&Eko|r`l@Us$txvZK;j`v47nvLIweuiiaSVpoT`}*LcN9YYU|CW#=S2O=fG#?7Q z1j)*f3VM@O0R6Nmc3ackRWqtnd!xgfXL9G{PGl{`dT)OyvBtCew(*Vy@U6PUQ zwL1C$QO#zSDiGW16R6K3lx=-OQlsS&7TXf=gr+Q+ZKWGhjf!P2Jv9ifXQqvVvyN905a2AtzR~ydtNi^rPZ2X z{4ebdE3Ff`1q@|||Fs3`a|y-&H{n11in}5Zfq*9he#A@l!;0tWlC}lS1owqO6N;WqG`3;)<)*%Y{%?IGaUqE(2Z9Q(Lce1gH z8-8>6ZOE_x9o6Bd=+Touz-x8*SGs(G%l<{x;Ufle{6_a>_}=R9nFap549{#~0VO0- zO)9va?0X{(dxcdy_6n~rP+yl&dxdXJ4OCdVMgdPd%98FC&Yrd!70X^S&;p%_E^p6& z@Jw!_Dzzj#2FsO2CcB6zWVaB2?QLJJ{TYsAbbkUy58`xUXDU!FVwe2WZGl!s?55d}{h0^n&+ z+K3y`Vfw;?J?e;<`P&!S_%M0H8k}n>L;~(M5~#nKP~3gHXekr{g94r{Dp%T4^dI7h zu+>P=N|~B$Ot!QX%>DLMhQea*0-g-5i1J9#s8}USol}7>%W(N0bGr~@B^mw-IWb&k zocHv==g8Crh7y3I7=I{vy#!rJRUNNT; zP|oPttV?h3e3ggi4++#aA(ZETCl!UTh(f@Vwz4#MzEQF4C37m!spn^H=I3tCWuY=t zSu7fvJ)d>F&B1ubU8(d= zXII|TNls8i69e2vp#D}u8Q>iclm67}~}mW4&m z0v^lC($JC_70X^Sy#k$@Uf$=NesOMlD%A7CzRFjS!$!vE4n)D{jsW`W7tlTC^;V*t zdfj=%cT!oWVP{~bd4C>UjkYqw+s4A}EPT6#@33%fCh&YA&aQW|a2E@AwQzR}_q1?t z3-`5ff5PZj2(}t6F$70FalM7@2HcWx-3V^moBc`jl7^ zNMFE{zH+6~uSQ2uX4BcB(PoaYGpSSJ%n|OEUYQ*Vt2u(8=RiifJUcWxR=HC1TA)+K z`txjk$BPwh-#F?^$S-5(+opP%2l{I^f8d`?SHp<~bA zG_;nK*%xv-%kesY^I@ziJAYGW!P@zo_fpZuF~80WX4u}O=fhguBErh3UtGm;KhID?Xnmw z$yDzgZ(=gtk0@k%005a5?;MZ9UH;B-TNgKn^W9%yHTt)l_jv^+TXG&OdIM%7qhIDBi7`{C$pFz9AGJF&8oYN{$9=;hBW1%#BE6~l>mRCl;Yx48PZxVtx zeydg%5kF))IF=}M5ChP`@#uiPj7_A?M}AHIyIQ!rg?kc?JfcRquXRhM0?@|s0`=nv zrHx0V4YvVJ5okle6NYl-E!BRM({yNIv}u|?KbV@Ft$V$ zW|fbk7)|aT0}i^zO%-Btcd|fzgiw>a$E1txtvE$sm;$3c?+MtR-b2r=T+n$OI@8hQ zN!;QB<5o>=htn7xO!hLiwuM>^c=7ENh@@3$52D9ag}co;6~S6>UC>jS)uBB-+O6Q0 zvtUUVZy}y_;;7bqY=5XN`ndg}uE>t$)S^f>!9I~1iLlxME9lvumDiCi``FQ=M#rR9 zI(oD~HyIz?fmk2r=lP<px0)M9y z1%GD((((0f$mU6YM>7Uzm|PiIj|soNJ*hOwK?I#a{Vc%n8w`Ux>r1(Gs~xjkgVb3Q zDqHeM4)${N+^-ymD#ud@V1OKIygF+_Hd?Zj>t`YmuzECxX%9m@L zM@yu5^alm%XAsJxe;{|d53vR{Mc~l_o;N91x?isJ+@E(cC^Fus#RbK@t}HQC3RuOM#ZWO}%WBTyP9 zdG329t?P1=%w-aFi7uoNDUz@CG!)@J5!bQ^X>~$gv&Pe?n6yfbXMt|gPb@{8$MN%Y zDsi{a>4%6yrxyVJdz~sXI=xV!emtM^!+<94!_2n=De2txeh@2 zQ0IpQ>K7AAoj;a3^{geRDFSs0cj(p(bH5SpU&?T)IJU}sC`UPe}Kt_o4A`W zzEyX~Qu{5n>)Gw`?T=q!NEFT;uVFCZ;D^H zI=?xkd!{C6vEqqMkBc*Skw6(_u3TsZeF@jsN)?OA7g?Z#>8 zBA@TM9U4<5j6u2zPhfL!5Z_E<+xw^WuC2|_K1nQo_GtiZ({>zA!&UrC61M71HF!`i zT;VeU^=k;_3O|)A9LDi8+~W!Yo+~Iz)-2UdU=1cM>Pf~43$nJv=o-ONTT-AK+LHPO zd0V1dcx?$o5ZaP$jK^z;_{6G1Q;_IMbq`xS_U*O8+4QjfMe?ayYZ=89jwweqY(p|dvl&c`eB)^YDJsw!dh6Bn;% zuInJTZB1@pA_}>E1%Pd6Z=&rpi`J*9%$|HL)-IFPnoU|=A0`@D%2x&IUnZ2L{2aEI ze-}M)q8BKPMZlZ4Di_A$_9kwi;%Xn#!_{$51l5$KWpV1#CM+v6L!)A~Etz3~PR%fv z=kH(7?NB^=b{JN)*VD=K2BMJX*8s@#UC2{=gQ}i9<2kJ*soY5N>jL!~2_?y2NRl_3 zBo%=q1w2VAS6Py+&LEZeT9zU4O;|uCKBHn)EQzl`XX4A{=k4_rXQ}+Me$K5=Ys=Iw z))(AFl4uaC&^N$pH|y>ddJ*hf_PZu?C@1e*h(X@B0@AVc=FoVapPu~&wQmwJbSRf@ z0zb5$E^FsuXxTZNy5^isvp|zu@-6Z()#12vU6nT?Ig3}R=;_-6^=}YLPrsC&+`6A4 z(360tC*?}@v_j`>8ui6^W$CzcVe@k~AUj`4Z+1@)zUkjgBznYSUUx0x)yPZYAa3y}KozQ{@A7cFa7Yv;gTeBwMi=>7x3 zaJB_$lXE4hXf=cpKaCgZ0o_l5>0-I4!tp%<^*ag0@e29qHqhYM98fSVFxqo)wpgxQ z(D@m3Y?lacWzJIpdeoTr_HISP3YePQOOCVvdi!6g0B!#YYKox47x1KN1*B)PMq5C7 zaP{;oyf{X8)o2LZKoxCYEcSXGm)Jv-vx@Qxx%H2h6_R&NSevY6H!3EuQp;YTQ!V@Z zH0nt70)C$DOX4MczkpEQZu-8DDD?dR0Na0W(3d>OWi{Fe&WH4hQqWtiNx36?F^5YY z$|HlCuH&Dhi?TwTjf*bBuZIQd_Y-RP^^9!%grFuY+7R%xp)C3E%ZUFH;saGS)2mKw zUl)>NCwRv5RJ4XEBm!`F6farQP_6 zK>Y`VYBzo(x86&o))YazA>fHkxzfhc6=h?Vfs?AW3o&H(@_Jn9)MLK4piX)2*kw%D zuC%Uzd;UFP1^PcwtzFbu>ZUDAb&W^MQuWd035(1oEkMYeVd#%VT1*4#RIt zu0_gU<2MgIr+tUCP-;sKp!0o)*~rsGVIw~WU?WxXjPO%GyCpQf%x^Yh#Swn2;_y`B zXCxdROUov zlRYbg;gtv|C;~qd@H!ghf{r?x>77FlQekXVwTs@Na@5}xJ9)OXPkviLJT6~OsSVD=9H}##^^8VQq zo4)8|#WfY1Mpu&)8_(3o7u%eypyp!Jv;4{M<&OePu^3`b<`VfPEH@8R zNwn3!5vc!)P;K>Z9E;|SoQp2 zbAfdt&-%tUW=zS(%;LzCaaj2rGInF;XNf|_zXhay<4$n=6@DAaCyFsMo9Nsglf3zA z7$=JoGW?xD{W(I(@OP5oka>q9kfDIrd?{BpPJWhB{e~qUmb(7T3gBcBa-;>&KJwmI z|MH)jk`zJvDBvl{3Yf$=xzCN0CpAEBSrZMAC#*&`{4**hsjPFeWAzKP)2H93>G3>I zM}7a1q)WQhKIR>)Pdkv6WORD~0Nu7Bq^+;>M zf(gqH>Q?C3eawbV_c0$qU9^w+FzS-+V^+OvA2Ypo(|ydXtLAnUOjtFVuQ5`0y9!#8 zmU&G`7xS`x%tpnOR@%p0pwkxGx34Dqn5Fg9zRGKCn_@@r#LlukpwGe$Yi!AL278j< z8mv2X#5;@H1FF07*#-H2(j7foze{QTKBdJjU1--GI^v~A(b8SRSqeLOH2#p%cp;_n zM@PeK!76K;1#@Y}m$k&H~W)6z>py5JbZ}L@z=kTjD-}sdvjm4nz}g zdWrNw{Y-A;O}y8ay+fo3yh*_GCgsY!iB}tmj9wxS?-1!44_1|;m$|kPg;vYdaN5o{ z*ZEkvQ51X zhlxVw7X#A1NbS|F{ML4D)g|KeFVxhAwO(7HhbGF6bYC$pFXBeheOb~~PZrb^fpi5t z=_*$y-RP@0{UC?syh@sZBUv-i1p|xM0MYtHHkPY4s&%=yQ}aocdnnr^-Nyfe7}c;T zlrL#euX1T_deyQt4J0OHF&#)4k-B8$4podmbbTUf;8NrIWtr zU8c)3h(edA19*=14)QU4y9(e;*d1%RoxFvYcKgkgqrY%9zxF!9o?iPaAzy(q-!h~3 zJ**mi8M;-|S2bcV!}awRUTFBgNo~>JE&PXt|FrO57P9ZZD|&{9C)Maby8N|W@}fXj z^c%Z;L&<8_LrPySp2oL+xU?^QS8LZ5*w5zJh^_uz(X(Xk%T(w^^T-kP-heDt5DbQUs!E|74&?>NW1STXPt}DvD%e7mjXR@?D81O z{{=s9>@V&-`w8_dCT$D&B)jbABLHvgqP0IxW~+!6E#GCtMx7b24efy_&>l=RPA}y~ z?ZIo3;|g*IHAT=K2zb0ISE)VN{94L%O@h6P;7W~uhq(=3!{z|{)YD*}kG>&8Pr40h zU02t3O;}gI_`Ft}ix77;k&Y(mtxLQUekUOv21O=+Cy9dP{j2e`F=e`OP0KRXc1_4) z+IAU{y7cL{T?Mvj+og7?m!H>mi9*Tt)VA$vZP&+%!uGBJ(D&}>|o?Cs%3_V&8$O>bfZHAP@=0-n7oSJ~cfDeO&09k^2G4^Ce&GaT*tAQi zZciWq5_%_IlYn#uEZESf2uKmIAR-`&Tp<+U-XK^Ju?sd(v13Q<4SVnUvx8zm6nnvr z@B8+YGdB?6|6l99wH}L{Irp2r_srh2r<^%6bGDm%^Hd{JME|^}8XqQlVIe*x zI&A|j=#)>`TNLrUK~g@oh(h^f5$Lwzay;C$EWr1#@z(@&HAOTw){m2>wgG`E)#pdSXLm1sj0&>UYMG>OzbRUS%Dm;<_^>8!qkFHzr$KI1pC%lR-iw$0bz)i z4$~@OYDK0$H4}T`SXQ9Fe5Te8(=|`i5N*iBhc%|eJ~@^ZsMt4oTZidpVQS|xvCEES z1#+0$J4|m%_BxR1Z=Di5_gGe-fBfuqbeR4YrcPwS%NofZyZ=~LpnrX)a)+ta3)E>R zGGQsVFmVhL%L??L&y;qU_7|p|$z)REXeE{v$VsWfVX76TN|%Y_l2}$ChpEb8x?Y$% zlL@b=C3_sk#Igbf0BJApBB)f5EIl6E80fcQX9(yy2Zs!)5MeZdw?LAn}c6GX+H>St$AH~0Y-3$#n9;n z$Y)R5mnoBJBv%cNZ2gX=Wy)l{nldSl`g11!7*9>_ZzB%}?_eHu!ZK|VQ=2i)W?!W8 zBhx0z+Rn5|q7lZvGHntoj%Vz&iJLnPJhqWLHNM>u3)z_yU;3Uwz6_{eI>)!$7mZ#l z$#<|KN6N1_>3lWIhqoNx4ne;&27gW;#`1Uiu#opDjHsS<7a$6K*jWfL#yCMe%k((| z@#=x5s-^67mG3$2HV-g%9)MOh`&HJ!59QaE&!p-NHl<@M(o4MXO#I+jBm^&9dmN6E z0g8bL1IGi&q6Z@QGMtiM%LiX9CE;VR9)5}B97VdrFCSHQF>}y2-)GltkR{I+7@K&5 zr9bc4K<1!(BfzubXHXVHE<77@$h9lL%or}g9+bipn*(sT|2W4thq_>CA>h@3bF=j<7WH2osbd%GPl-Oi{bb1%56=F59H$=+$E4ToB{!0Y#`3We@^|)1gSv#hC z!yhqm)oJP}7~{&*wrp}uZZ0LDwz_@}`nt0socp0<`1`Kn?_b~t{k?$xj??Lh!rvJ< zb|wqTUF@vBAt~!-%rI6Y<|qooSl<{vY>sTS>k_ZL#jZslTb>QDZ_PVQZ14u6V1w5X zICEUwho$GZUPnxNH{>;6PxXvJZs^%Z^n4XRsAq&e)e|WMvy6bM3>;O-WmHXnf*<-r zvv1(6G6%W1gfWZnkj_WXIv z_FI)RC8M1CNjXRHgXJ7$IjdK}j6gXvaLSonrkuC_9?MRVs3*R9lcAxvn}#v8NXapm zd4~4k{668gP@q|RHGfE+Jlo=oVQ-k&Hi#(H6AyuY#+w1#zKcJuyydzMoCb`@X{#_! zh0+|N>HURo!SJy(2Y#JvqWZJ3n8!nt?=~gY^v+vGHYH3Lt1xyK)BguiT!n$tx+>S4 zD^-jUm@jAGn4Vl1KuT*8%rax?JwPFK*hzp>aP=opv4aVycWSRm#T6U8N*mydFMN!^ zR$Uo{h5Z4dlL3yv>d%0xx!c#!e{*F;s~MhpMbn|SE7x>HA|*%L=dCU9VO?{vcDp5v zfPY*!%k^G=;LoYM6rugAOU<4rk9oVHWbE#z_MvdiUO+2kE%+he9WK6C2_pF3&Im9b znFraZ+FXkn%{61m_6JWNo~f>X?~UJ?eQ>G5OT@OIsGR1+M6qFvploZ+>`PkC%-X7` zYCO|Kjo%N^!CV?YSmWb#y9baE4pu`1YCHqS?Z{cAd|&m1?Wn)NS7^O{pqR}a0g6q8me%dzaN6Y4wUkk*KlJc8? z$1IfJ@d(g9a(~!Lsc_2*Wl=DWrb5hC4jof%0J%|qCosrO#FgdOfaUinq~ItnKqx;3 zPWh3`mfy`tsA^m^%`lq24A%_4@VCXD5mxhhQ=>_@o0KuBNRiCunbe1MoiK9`pZecE zriOWTWIY%yc3c7z!;Y6C*m^x!jF|Mmdg=kWVMm-NgL-fYe$b8${d&L%*pY!_M{-#^ zI`x1_)qMzKbo~!u^{21u!49NfUp=T-Gz)FJa!sL$6tPTRq51F*)dN~Kuly#nu1NWv zjG{&PO+%o|uOB@43jF=a`jCkhZDkXgssv<3;Z0|dn~Ez7ub73`5aMxO7a$ZK1Lr+E zxlnlOJ$r2H(&_Z|OIKSkw=X@ItwCDp?npy=8h74@y_lqc8KxPa(h6XPsRRme-iIis zml!&}C)v+G^-Sc50rENKSXu!NON+SM9DWjQ)LK&TcK(|%PSvJ|J zVeFoKh_~s~)(y!AGIFDsW;4jm!j;9;h{dE1j$;IhiGfp0As>~@scZ4RPfw;Tf4jpu~2e~zXvfI9X} z%Zrq5I1&tG^)~nv1tZR7kjvsqBQ~ZHRfEq67?FYFEab8c)ncZK2A^RxeIBlv`*^7{ z8mI5qn;MO}-K30BMT%rLukG+*<(I~$&Y6}}FwYk|!KO!xO;1G>Y2k(5N@wP%1!CxS_dQr2`BlqhB-7&sL`QpjJyCsHJjsOY|z`mo*aYHa$=AJ$K) zn&YPhviBd`9gBn6GZ6)wo{a!DJq|YIGwYT%jHYAIG5w(|vWnm~(-F6vLg1oBj>BXf zlxm$R6n0&}Aa@q7v}>7P?HK{PGH|pem#y~2OoHy|ww&}&k&Tw~98hcFXgQnGo@hCV zvgKsx6q$(5Z#hMdWG=7e^kF?Dv2(=E-hZl;=c7B}8Sfae=R!omo{JDT&vJS9N6!7`3tjvrL6gx<+i%e+Knj@)@+k2R=fuDH0se_?N(daocyne}H))tBvN zt^R!u^@?VF*{)nuUqnidg_c)ee0ay|3k5j!MV-ewPWC|v zm0ViCE%$L82R+R`j-ki~_i+r9uu1K333Ccgw?dw=_kzFb*~c;7ku^fgI$X;dsbncQ zjopBh#b3@I48HiEAa;KOS%%#oM*zF~-78t7Y zwZYa}w4;&BXnG8;nHWwvi>8ku5KX@g?#!8(m5Qdv0>S9LQ~Frk$YPDAJVa8QUo4fz zvuq-L6F8#jj*(e!v+YbM~5=>+TB-4k^l8mJ-6KM{1n92NtM`8%*` ztGNP3pad8=B|t7+0@3vGOhX;F?V(&obON&F zubixBVUg|mRi8yMFy@J(?`!x$U+zSGG2$Z%OEPfOC5vt(^@vY|Q;Bms5TPUJh&5CrSC;k0|JOF9M8b0efd+tUC|;<^x#1z7&7I;xAZp z5;9mjg(_s#l^nGh0=fHeJ59!YYHdUnoQ+jiEsRi0cQu=$5@{KN|B0rB zi|l9A74Wq$U?v5~I%x=C`=tdCx2LktvbfHH`UE*GnmYv-D}arX7C_tzm|a&uwV#7I zt^jr|S^#k?AX`^JC3+b}n9I2W*a&I?#I1l@{OBXQ4QuA&w)Rw^Q&;LyJI?~qm^9wC z^MT+kA8E3@_qR9NB^_!ifzF8aFsD&MZWVrTJ9%F;uQ(J%|!+_T)wJ&VBH)0*aP zq56LFfG@V;ExGepD2M7Z-^Dys->&0!Y{P}t^=D13SJ?r#uy3BM=-q=nXQf`zJV9u? za&dx?9I7u;8ms0}{MMYUFDD3X5vy8icf8yK4e#FgYm4@`y;`qE_jlUtVvlP9PmnhI zO-xUqZoZ8GV=F#LMAMkK$GFL#L&kClK~9xfWlX3>G8>za1hdh&VgeUe%nRa**&bXm z1BfeTjv{HydgB(8Ah=$MtN9wt6|K#ELAoXGquF=xRs~<77RpQIx&+snv*_fz)ZZgg z0rZIPFvz`yD|^HW-6Il3kI2C35y?`gM-(Z-p4TJ#u(Gq6-*MIgGD&UQEuT;ET@d?x zdY}H*)cyKfQ}?QGO({5Ci5%mZlE0j1O3wdJmU4Oz$)KD*M1Zk_KmY#$0C)bsZrRoQ zG)aN5+eZv?@8e3l;fxzI|IY}Rj)BuYl1mSi&z8hr)ABUG6A0ToTHeF}RgqwG$SvikyDiAbOGP`Pl9 z41T18IJy}puHZHkZit2X!R!Xy*G%Q%c3ylfjr(-E7nkj%q*0wI>b{5HhV{H=VUvJ)! zws4Ec{I-y1p|PFY6@RU9uiHXO*=l{|*}GGuyf%U)U4dN4*}LEJ*8&(A1fc`yN-8)-J3qhX=DnQB({zH<@aV>m&<=oC_i4*zocLlGYC}B21*X8(w_W4DoH9 zS#+g+hGE)He-ZK?felX{rJ?KxPRZ7oyV0@7 zWyeblt~I9f5S5&f)&k!6e=n`i-OQfKbs9xnS<8IrtgF3EQk?jFwG`*{XqJ|)nyh&; z7ed|49AvR9-3a+s&*ApdVS5I-9)Ok$;?rRlG0a_zE52Qs?#ALh7B4mMo8Jv%=u|~A zVUMq@&n~N_DJyw2DsM2kD&M6Pxgsy`yOchxOWGYH%tOhXk3VNljTy=-^Ag0v&+uG+ z38GNumm)x!-waz}lR17!E${mzZI}I?_Q0{F-y+npe9|#rwIF#d<6tq~*DN9M9RbBU zE1DJ)XS9hYY7>tE!)2g#3~Sps^|;U6q1If^Aa@0>tTo+f))B!hQPdg+j#bHGda<%v zW?ferktIUhO5>xZ(wK3;2VdDb!;~HSg+1;unkM!`+sSs~KLlte24nInhPY^!4Mir2 zdeE1P8E{++eyfu*)90c?$pZ@D;L)0^0N0XC#bp-aH`lX`h^AXWPNQ&fxM~WXU)aAC z)7D-?w3(S0;_CRM+V;tu(I=q~njCa1Vfthb7*B8ZVg%iip<_VuX}4S(DqoALokkMr zo?w)QO|~~m%cka_R63E`pq~!rpn9>8h6S@kIS0kiY1<@`h_r1yXjNV^iXh1-<^`^T z$<@)bJ{(Ig1smS@~RMaC78+p6uEfI|n+=V@x`L2?*09qPJ%Q zo8Xxrnb?`Ub*ll#hH)nqrrxB9!?X!zG;X2p^H# zrno&#-}Yz{%KW28Q>7JBBBh&y6{Qd<_zn=FeZvPd;pAMO-wEz9UHqsFnMj`r+snA6 zDSidB&2X)m$RXLax?XS$!#xc%ga>00`d&)}Xq!6V%;i?(i)NDr7@f!YEzk6>tk%oH zUfUXRXl@2nP77vvpSccb2JWWDGx8W9)m}9(6wbY*Z5ZazLdjmz-5_qw#mIFq%Lp!6 zVd&I+@?l>PM>S1*@GNS{lS;7?ns=VRwrQkvmqscRRTz>=W?+!S$C#Jlk6@NOY&T?& zsN_U)fJcZmm>gH_h7a2#tGz%=}~HTZlQX4)__&@>(@DTGlu{Q&+$95vo}u>~+;I2b@6(r;1b#3Tiu1gvtRrfWEAL zQ?ZK$D61bsr}|0qYEXhPTY4dqsVa_8gW=Fk6XVnG_(cin^8T@aJGp6!L{!T@$9 zctahq8^IeDn8kB|dbpMwJWKa5fZP~ah`^JAqLdo|y$m2XhO$ddtQ;Bb%}9eC6v_kv zhB9GXYi@G$!}c)jO{VJjhb`pb%YGR{wdm#i$lMH`(r)dsU&#^#H%C$wcMGD@yQ5Sx zWASlfO|YI4T7tX}4L69b)knl?qs=5Cox2115F{ zP)kPJVC*CRg4w+wA^Qz9o4W_@B$pJrIntPncS1K zj<|Vy1GNfvfs|DsrX8SVBRu@`nSOWfUCWFvk!~@~r^n90vI?vk;Ui^5B4qi6C+rOu z3(AkIuEDLPZmQ?qFD!q@fk;+$rj7gacHpGEn z=NrNOpq`7-lPVCESWAj|KoVn2dS3{eyI(#{E7CkDG>l2_#{~CNhH8(vc?SS>6wSBI znjN;yhsZPSi7jCen8jmhxC$TMvp+HqArGb9I-tBQ221S3>^+RA^#0Zonj#DljnnIp zgR0REG>!(IB?o>6|p(K`h#8T34-0~qM z3g!`H9>Jps<{k)0Dh!RfInsg3J%)%*^B9vJ!1Afir|C$V$AyM5=>uqn$5=k7>4yN3 zsxLRTR@YRq;07|%U=xsq)hZ`XAjqUC_DS4X3X~7ODR?xU3;$r0K@fmdX}D&w_ru&4 z;g+?uab?H3hayh&VOpCbohkGw$tz>h2O_UpKm*$9d26dKHQkuSA)vAuU?qGS%&dea z+sdXUPr>X^Fk~A;*4)EzCrMMr=16xY{fs2dm~=IguBr-6yT3o*D_S;qR4-CK3(E9C zph=&HTCG~*6N1@cVAZ)m@EnLTdnr?!VY8I+P-P<2!Qo)YwnToa_SZjJ;YZ{2YmMNQ z-C@HKAkZ-_5aVz-^qJMxFeuc+!6Jn!HvmQ&KyHj_u)Uim9K}e3p$*>+U?|gGL(4%M5>Xt7>u+J`Cp`w4yM1UE=>qJfN5)uw2f4awD?lBP47sg z7t9JxTL^%0UxIK1FC&;c8nIHARAzHzFDCv9B09}uO!^RJ;Q_ZC<^;1xiNvFE4P{>i zZ7BO1u9+51rDmw&!ZA5xgzOlSWm>s$_oHye0&X)fy%Dd7a9GZ<_*K;aFmKunNf&ek ztUoE)rRE@HYTh`+Sc{H8_Fre3Z{T7d?OD;@1mH&2yak}*|L^o&YDUloQ(PN3<7VfU z<7ckjKSjpRQ^A1oa}5GK+Z=_#^K{&%7jQyqMiQgobP@w0z%u|xvxH=JD$@(F%stf^ z5K|xq#CTT0fOs0N91stLlW;&x6a!)g&VZOK`2%7RBHZqLosZU?uRHS+J050|&U{_S z>xk#L*`n(#L_yct2%zg;W?xA5QY!T}ynru$-$AIqv_*P6hUFOKPQjH+4Gx7WYcR2m z_Jt96(ZyhMlPk>BJ-Hy~UC4pi=HQpI=EX<_2SDO?G|PKs#!F#nnLByKJV(BY8@O=I*6gEyuzFP> zie|oq$j+0Z+4KDJ>1OJ(6o|~?sRCh2ERaPEb7$hp0y&HYf|JZq1sK5sVd&Io@}WS~ zVOHyrph|XBFn2a$(q92NA-w_DNrmy!uF=xennlc;iY|@w%g<170cranZ&GSfL0D>1 zLDbQLDu0pM^FXQdhf*8L{NZR;knN~R~H(i=&Yzw>Kv+0C#G1M@x34jEW- zjW1&%yP0w%*W*MtBW0zT?f|z)or`9+k$S@&Onq%5xP5V~b|JLIBqKd2u&+HC9j;Yyor|L$dzM;fw7>i{C;ct${~evGvC65G4(n{3 zucIYhaqr@|(>(gHZXWHshct47l}O%&_`{3Aymt?HaQ4vOxpkQp$7w@VpOlljjJZ74 zEqJpClPTlW-}RbPmuY4A%`MQMLyRo%$x}*Xff)kf@N?C;4#weG>I{>=~B5-?d`T z#fXAEFGJw=N$EDI19%lF*LJKAg}C57BIvf=Cs81qz$+N$mf*@Ja0D%``XokBWrj|l zL_Viax)RonX4UmFvAQI^%|1yb9jUz%qIA+|-455LCd#Ibq0=Wxx^?;_5hQuf>yvzV z2m2&ypVuedjP+_dC`LN7L>7(y%>{9Zjl* zE)bn#`NcvYiyIn(ONih9A+h9pG^8;>W6voZgG6dFNonX%-$)aCg;irrD7o(Xj-XS7g zM(`B|LuZwlBwQe;VYmiU=22Ea&rVy}p51XnO_rl=(s@0*OQfP@3{$szcU*}5nP{<9 z@5KU)9dRL??@GVr$iWfKuk+O}8cVcxM08Np*xclo0G=DfdmMM#>->NJ`wv}vG*}$1 zy#dxh*G?B@*Uqp}tT-?49uM=6D zLWf=)m#W6q3j<+2?FT=?-TGdK9B-lQ=0GF(Bz?lMz~*41WO1T%qBz+()Vwm>6ifRX zrCeo;6UC{mv>m$#TWw3-wb>nLIIwjXnQ0U+j#rfx$F$r%uvsf~2n>LK{Qk{F@RRpYm)!9S&rw0;_74l;LM%D=-%o^!g($?6WMc zxf*X45|L?VVuNs|FBZF$N2Z<7&)f$inOnhE6_2!Oo7r7r+tlhCIghvEsbDBAB&pD} z@$C&?XxcSa9$GI+dvCIrRdfME1~R$s5PMgEcdl z)L|fAiJPDz5KC5+>%0!BpmBd?+Qzuo;0e?kmoZ{ox#^9Md;kb#HW7wh|39}clg~Kz z{T;vS*!K_SZA<(92{@Rg8kxUvQTC;-8DXf;zCK$>G5>AE!@mFU-mx#Gi!sH%%&W5R z9j^1PbDftlVqdv|^PYo}%HV4ZiHfb+_5tf_|1bEiB<Gr~}xZGEyUMp6j?=r8-wqDZl-RoW7WsKNXZs5BC z0C*EjxE|mAf7QNB-u2xOe%G;Yn0edMz6F4>E|2^XT$FvOYepFAv#-wgP3|6lrMqEuSS+qd*KHgRH&0qK!w`huC8 z0c1wA6=dVcyk&%DCfdZZP*sVd2nk*K2-4A(P?qhVoxV5kOeUx$QE30}lKPpT1y-^` zMwE_Wk8@|I$}ttliA zio8viOcL73>xkOBApm18YE)*`5W2FF$zW8HQ<7DZ=TGW>I#!wmvt+DjUb6%W&cWgi z{#=C9SX!ulc3)(6p0!n*%{`h1v$STKcI}ab9%AN1Wwf+r70M%lN90wAuciHPe;@B@ zFe#~rSYlmj9z`(kA%M2@_DQE8FH^`%5iTHVfMDLk?C?#|Vp&{6#vv@0P_KUDyRZY0 z&-ut_2rJ&wM?)7R4c_xRCj~hMNM%Q84lH{KE}7Tb z9zx!WsKaN79%7v!{tob=a7RUXdljzRThXptPReH)}&GMek7DEV{b2)ptSfrn-W&a8z<)@Qai zuB8Ha0+YF?Hz=q~EWjr)T0$mQdmM|+_4qNpJ;v$j_GU4l&5b%iw%**V9k~Np!NdiV zK%vW$KM^L@!mOQN=ss-sY?*c1?VvJOJ@WkqpEa0Q1hP(>bKFbu=R8xeAo6^p2=Ul& zjya|_usM9AEdo7Px*T%wl*eLV0aJ0OfJu+J(sm4T?Q!K?>Cr5P$G{iNG6KcGz$svI zK@JNT3pM513D?XRFv>K=PWUC$C28E~*GG~RW(jvDy-Ev@LdSrGZ|aD0ijd*vCU+WF zl9aF`38;NjCxS!(>|2Q#_4>$%W9cfOXkbjedh1hLuc%`v-C4!6ec)R3v&42?079Q# z5TIU_qxq7Btel{83@B=e1=af>a&hvrE5lqjTsiqUmL}xUEm%AVh?+5UY)C##e$s~c zXeuje6+d?%M~kmv1&s%@-4ThUgt#ix^3{%*mP=X1wCWv?%0oeIPtvPAU@GWX=HVhK zMn-Tdh@oR$$wPs*?g;%9%{@vT8%2wwGY*9XJ2$}%{4&rvg&Rz{1sZP-RR+qi$YpbJ zxydkGU*7CVMkE86MfHouhi%cwdji-;{QU=n{2EGzass+sT1p-rke1W|Rf}HZJQvt|?3h)(!+~>Hm0*s^O!VrudfPhc|7&wJTE?ogI z;~|Atu;vLQgzp!Ai8y>F2iJ5jF+0ji=I=Pyt>^DJc`7NxaW;@%B@M?pj!AQkF7`zt zf{w$`>1HHt_0`z5z4FQ|QXDa57BOWO*`mzWdMGW~Q6f2zl(D14Z>W6OG*oP-SS)Ot z*gWHm7}-y<3HSWRvT6gYGya@*issB~r{aiTAZ7J6qEJ>F5$JYGZIiR@RGp59^yrAb zXOQ~_S9V0>X{!g3b}-8bbVLlCVj`FBh=SQ~@gtc14p&t!ERL;wd0SG7*Zx3il@c6c z0#ahfPZZw3z$p<)CV$_qND=nDeY-wvOl#Yy*FLsw6!puq8~5j*BX;`{QLx+32w=Cv zqUnR!a6}uY)|>{K=(NKz8cJiiS!KEzjtG#ps;i!{?uJnBwxkp|{Vxo1KjBKJpGX~t z2D3z=BZJLN_BRbNS>W;AIn4_Hk(~u1M);xRuJCo$5c_Z}y&KR9t0T^eG2fA4s-bir ziN-iB;ysD{FBBbrMHF=0gaA4ot#vF|bAf1B0}ad0U{0h6d){Eqhqoxxvo5vzGF7KcBi>8U z=3LSDPeeiAzY##+iB{jsMc>MYypx++eg6T`qOMRL@6vTc-^?KQ7p_!% zl2)836ldTlPL?`~ixgqcQ{0D*;- za>1HQMen=v$~g$4Oc;k+Ddo3S*c1z$L*NMJJY1>s30h~O(3ydwGg<2BEK-C$PiG&l ztFv>S7Zc6XnZB)b4kHRWM-Xhqx4+8MISQift4oPcH^v}WfGgEKQL9T7>N0TDB}*N3 zMT)TJsq4c=U0atO-)5?L`qHMGd3yWsHuPqq_2}IMQP8^#!B+JCV}RS1H3gBc zcQgFjrrs0{y_+-0mEuahr)a&2LT?6+-ejqxw@4B8JiUE*8+tR*dh~9ADCpe^!B+I% z`DIt{)*$lrZi8Rj)SIHAcUuOzmbg;yjMked^k(4bO_n-(ixgqc)7yu)p*IuVLhlR2 z&)XpidUrsu6}|KOu8tt`_3ngU+tiz)p?5ihTzg!p_sLpsqR^Xxqc>UV=q*x&Jx^~R z-iF>xG*9oh(XJ`IcS02O-WdV(KH2tN%cbuciaxuU?XxRDlEOiVZQiMIv06we@VA{9KZ?b(i)6CPK{TSABp+EK{CrQ|Y^&s% z1`MzlgIr%+X@Ke407PK`295#9QpW%yMcDHU;KTL%In&J3|9z`}Up$~te+1BfhOOs( z=nssbd6@BJ6oa z@L^>H;{(fXvvr+G=GlP0f3f)f0Wc42P>o=_zJCyid>b5$U)$80qM`L63~~qJO08#V zt%*Ww29DNbsiU<>5%xT-eRvzb&qTM-`x4Q6Afll6AOzdhdoYN6y@%k}Hua`x=zSQ2 z+@ZKq?^#-JqR^Xxqc>UV=q*x&Jx^~R-iF>xG*55Vd8PMIL_zQ22)0t^dtfZ%_iZCU zYI<_&ve@xM#WzKq$=jo}wa_jiGVu#*+PLzx3`&7glyRB->$7qI80;z!3I zDZF!Sg%_L0;x?EaC)eX}&BQTjQ9B-Yn8n#GnB$#HU?fWd?w3_40$Jeawkm8FfNkEd{+ypDP11go6 zS}4_~ehRf{DnJ%5?HzN47g~S}VTRB@*SC zg`J9Fr%AZYT#omYwI|?C*@kypvklo`n-dx2j>na@nd94r5wHyd$2R10Z6ngRZW~D; zM*?FTrsCRW>lChST6)Kv=Y?`&8{A*$+vfbm);1KIXB&3WfvAJ{ZajWa*_>`rh(cKgjth{bPJ<#+gdGh^1o3Md z(f55=m#KbVi#>H_K9fo2>B_P4WuohJm;t)ZL;zinj%L3^sikr7Gfw`LTk5KB`Q55$ zc0G&rFTAg>XFih>q3kRMxf!@p*;=hEQ7Fs6QI;%qloct$o~Nu2Z&9|+oDWlV^o@H> zQPY*aryvUY&Ow0lM(%+fc0lE?#Gg0dT2qZ;ie|qS;2Q!539wOsZ++l90lxQv9|ZW( z05u1LFY|Z(W@JWT#w>%}Y+Px^x!R0GVMYdy8Oc(|j3PzY^UUbO`98B|qxBgk>DaKy z`y4jBTzuwWxD#x65CYh+7I-u}9zW7BF^nU(%5CIUxy^|nh-Oc~wdN2p*+~Kj#R$2b zjH`Sbpk|;DWCWdpt2XjP0=Wsec1q)m9_AAPIB%G5j&;JAwoat6wcOcJK!|Ie7F zk|}#Kt~%)&0jBxD3<0L&s+J{ThZ$Ab961zuuNjWpG!AC0tQjP#%o6IExYi67V736K z5TFCq48bK6L<=HsMYi&mfHsFa90s~zt{Ok+4yS5&APRS2;J5=>e0PwSA|gfD@lwQZ zLVQ@)D)+pfTTs6DTN2?0A0>zkUJAs>M~#JLKM0%aC9L{ z9bH6d`PYjQ_lg^a~S+F9~`VNssg?Tqrg5K++cVg%50WHkE- z^{h5}J}Md#%ibG=nwS@fr2ng@I4KKiUcw-E5w2A846PUss~F_2z?BM}r4=Fyg%~&rktJUt5hC2KLOyB~GWs~*)?<>6J~5AH#$g`- z{BS9vpwHC^Fm_TR8IJlHs)iKDe>J!F*Aeub}SKS?t72sF`YA`WQfa83M z@d8XRK+SMg*{1b(E6f*6b`68vGF)l0v$anXg~=E=O)*(uvXs+Ai4pN+0MVKxYD@!BTSsE}53~*8$ocUU4MIa1uOz&?^>duOJGq zVBmNKS?YL&ND=ltukc~*748`Gc9ikM_;bdXOyBVjRUedpY(y0N;~NC3K5W-Hy21wA zst=S1&5shzzs3)0ey-M>C^To_Xik!dymNA98T zFa)R%l~Nxv_@O>0mz7&pALLfmhZ!J)^J9{ z3T1gX0{AYTkLKY{6_b2$()q25)Q?x?Iv@0zo$9Z|OaP`hMocjRKWK{cv?++f6bu|w zki|EJjI~9Id`UCUm3>&5!u0*l^AVHG)BQ>G@i&O>_o9n~?)M{5_4a=_(_4MjCM&l} zW4Tqzz6*j(*ZP&EL@4_J1NlY^l|5f8OBBj7aFiuW9c4v|u;(f3!?xUwzD_@OALLnm z_ZfN+w!y*~@Q?d%XZGyUwM&n#J-YQFQXprb_Use$I?VOFYZ3PRCg61#I(^!tDHCf* z@ebPe$uE0ehv7rL{y!u<4i!5bFuZy{goE+>TP#5Cu+QYou_VU7pjQw$yv_Z|cpLoq zE6~F$l}T-{5wg%6dw`+4*L5d+qq2qPtq6J^3f^l0{QC}4CL$j!-YcL-&*Wj{0k%na z-ZS{47ESOs3V*xf#~Jv8X`u!GZNhE^QsA49Uemuk@7;4TIp}@*x4C=#A9GjuC)%-v z0j$qmy2x<+VmUrS?8yztdm}iW?ZvwX5UcKXw%EHCtF(6q+Pj99ZXDz(-sOLoyAN@v z@;BkJfVZNYX$=2W2~_N)ekQe6NJC*` z+hN}}NImUy$32#5}@~+gY#ofB= zh@HGt>5=d*K?y3le{npDO06}vK{2(2_sz#f-%F4#^=rT`}Hp?A6`a>O-WV>~}eAph|W0ImQOHFRQzV*ZyQx3JGr&rjV6g z?!l%EbvNLufcJI@OaFNv+T{LaYrnIb8|)vXMm;|9-dJEXABH-lEcDJZCif>;J7>Y6 zVvj^?t2AE#$?i8H&8SUNP-jyrap%%ax|g8(D9E9r|92oR)iUp&qF`x76iP z>W%NBP4Mi5H|Hy5=jPt=u#;+^ zH-2a=G#0VS28T2>QV!F8Rqp*WRkclrdhu6HsXmSuK`ON)%Z-$IcNpv$?Wc!%ZI4u~ zz(L*y_`TBOeOo`KG%*}2dnhS=y*=+#{+ICLvyGRWjXWz0jXBnEEdR))o9t)q(jS|< zsJ1S)rrX#fY)DK2;b$6I|D{{{sqQo1DSo-q- z@A;gmTkCAyDnP6nTYLbEv-A^Q`4r;^y^+Qecy`1K*cR!?mrefO{?fF1HSjQH=Uc3u zXW@=LPLcN*Br^^EdwpLCaFH=B2Kje#JdJF){rz1WQdki z?Zr8A1`UqJ(KIFKsfZlc#UL%cu7b4cZIGS4y#>ix$(qZ=E2!S>!VBD?wiP17ChZ361iu;JK&Z z>aAO8BIv?_9EbjqwQm$oTKmzP2c!rijx>6%YVRuVCyO-hrjTDOa?J>Z{A!V26BP2B zMJBwVkl!t`AD&()`A>`7@E&!)%KO_QD>c_Y7MXOH;@WJH>xL`D3z$4le@r0(i zQI}4sMY?>UXv!?|2Uzm@R=GvaK#$2h?_`l~y4=$i8Hsk5 zG&@_QBl;I26&86|Yg%QIW}_8N7mIxPKZSI)$nI!EDW|(d9>XSEB0T~D%q_fuGB4KF z=qbqQ7Fp``5#(WuEc5yave6<};~QX9R|Hv&agRbe2fh&G2y_4n*(JaktA<|5 zy9VhN_)U;G@GnKPYakXPO{?b(&EA2Yf+U6*ntcQP1erbFAcqEy7v$eg1{oAMNszT4 z8DwPOOhMM8`%!5f8MsuCrOz4UxWHY4oMEjoA#lGSN0b{mlLD&+>0s@1Qs7NNzHDx2 zrUc#<2Dv@3P>`#zc%C%F0;>X73o`fyLvvr?CP9{d zVUYU+w+Yg_nL>sI9tf-y#M8BMFp&EMxpJhTc`)#ZATNwFavlskE=c=#jHV9-o)P3# ztJkA}R|Q$PM$t?UtPZ>@$Uh$_Inx7A20jsFf~9#f@VOv&qm@;9JstR7kil=5wB8Bq zQ$VW@Yp0Ne_eo%!APw=nqAa#9Fjt4yy0pY94g2ZTT|Kuj}atiX*vg&2{PJh(K&dnAYQqV(+ z>=t}Zkezi7|MdF8IX-Yr@FPK5 z9&R+fHn>iZLS2`SM{D@CAe}LyRHbuc@Ml3@#c)$0m^+VAuYr9H&27P`AXV0%Zx5yf zDbl`C?%fq^5@Y*Zs1eV5E_k@mc-mVA2c8R#6yyqR`D*X8;G=>ZVUaI`PYUum#%s*a zV(+Wqvw{p5u8?EU&b}kasXLh*{u=y7kakx0--6!@a*OUA1_w3;e-Y#!+xqRMVxgS`d8406y=`c+AeZTSIylfSG*ytSMcRjE3Q}&{ z)sCT41qtfFzQrg z+B@`wAYE$}(lNAa=s7_)*cNHm&8`z{$Qu%BE68TsgB%+=QjpiQUi*bk3SB42 z!dF!4)!s>=y9K#=f{{Eu^raweS{dYwP%_CJ{$+ExEHqG%VXqsSYeORiIo#U$*3cY5 z4z+f^J#?BNC)+Z;Gqg~UsO}2}2ks6n7UVeFvfUH9Cdqnn?-Z4m=RF!)Ei^-Pn@|Ge z2|-TlVe<2Fs3gTaf7Hn!pN85A@~$nf&qAFAx#K=Vvp&>Ekfa^Ad=sh`r2KwE^FwHq zAR|T_WK-x2K|axOhHb!ZOfqWZGw!|z31S-(D1#2EVW~aQQ_wV`PtT;W5eqO>8I05 zcoV{#1X+hCW2QASFfr^EQPUf>kBtn>3hyRJQhU_M!0hl|g8Zb%2_pk@!uttQ)?;e#YP6^hervrlchO3JV}t-v}cYCEDFyOq_G`YT^K%HkQP?c%feR*vTUKT z&(+~O1-a2`dQ12dLH2(}(NuW1hkp>{KwZBUd-sP+8&K0}*25nT<0wxcW34|w5#C#n zzie5&5}ql@UYPNq#ij?=gs&5%OxuUZO-jz2KFzIyGJ{9C4E9cAb=YpJL<*W~X-C#NV`TDbz9M4-H{#Ixn(?~Ut?*y57vZAT> zz7GE=$P$Ze4F4v`T@LbxNbZigA8P7(8^eDKGEUPFi8f^FuYTpz#043w`yJ9G8qyjY zx+|K+KvIHCKT{#61Of$n2@>0&kZLbnaBxG6*S(*=HLY=^V35!hV7`I*IVBJ;7%DWc z={6Iyg#{yo=I-lFTJeGt1-bKHlU8ZL#e!7nJP!_(6^rs3*Y@V;>U?=6Gus*&bz8)SDNaaeWpX-aaf zx0j|#KWx%EsNi#vv*2~ZHB2KMxv3nE*2pO~^s~ zsF9AkrmP6uqLHE2Vz+7JGHcblG%|5lBWIOH23h1Gjf^QUG^;i8CZ=MQHJ;JPW!4(6 z6MyKRi5`>XK3bYcbMW93@SJ+mo zsYaf}GljB7JB>VGJu0n{Vb+GbXr#i{f*u-qSN9Gp0=sHtS1YHVMw-|%-B%+Mtk(_D zNYd8RgNdNNS7ZGLb9l5jNYkWk%RemENN9@BR5TO3(L~S!Oto^3kF^(M_FALqRE@l7 zTfdnaxmAy3Rs?D_a>vt#>okolc+VhbYh<-8({nYl{v<J_EG@`$R?Z`_Zh|~y zX&#OB5ac#X^H{8xAT6&lX+0j>Rgg_r8f0~>k08HTnx|rW3ev$!ekQh$AfH*TXJh*b za*|E!x!3?f##pWwV+RRxfTr0w_*!hJAl)qTdTh8L*IBODVn5 zXh9NsME$S#ZfvX|zgao&#l|Tvi@YBjFUWGM=?Afig3PnX$Fa$RTyE3)BsNw2uv*W` zb`E|Xn_bLNT%Ws@4XeG+W3@u_-c*HEP8^?+O{$e+3gA##-<^L0x?WVs-}>roSt zn*?d6J)Fp0g8coOYUhbOAV^b3jzUK3@u8xj&+n)6!yG;!c|OP@U&lTaImcER-M^0g zCP=aFzdY~j*zbazW$j~-d3v6NH2(EIoR*B|f>?tRmRB!rjcV_Q*e)e3 zi?N@Z)PIQWEyxvm%;te+A3?6QsT<@KhvopG+0Bu2uppQ1>PsG0LTfbEZ6;G6F37Q( ztJ?cHHbHWDyhS#}=8K$TJ~MJQ#m*IEg|+jh*djqj>(MDz-D+evoBF2MMM87+o4%aI zg1mi$k1P>nUplRuh z6(1#BE&H1Mq~b>j(p--duqr%$v>?@bEJ0+PAbVJ!PsJw+vhf#FD^u|k1o_b6I#G}% z4l+fMeXakb;!`Bgt#p2>k=7K+a|er*#LpD2M*2-3z8Mu?C`ec9btUmdg3Qrl8`4}P z$fY)|lK5qk)-r2(gEZEXtG!0?8zlAS7HJy4U*sgf%dv##HH|+iNOvo_Y5Xxk?zSy} zL0Z1&b3G+A7gW|oK6=+jo)(&qKJk%fB+m!iJU5L$D@ao3r`l@~e^>H6v`leTdu`)i z3Ub!dKC)3Hzplqx9%z0Nq=#)q+s1zufZb9|(qASXC9dkS)pLlZ8gk*@8qY zG9tcGkaKP^G;`xYcq!&dZa2tj@l+YpYSm8ZRqLG|Z&*hE8L9JA?VTNOBFHKSDHCKT zZD-PKXv%d3XK9NO`JpM(de9;Z;{OWGa~3%#-mn?Dj?`AI_7=ulHX~P;xh99_#@h;# zJyszv#LkcJBFJI?syx3CTN=DQV{=%P*h!FW^M)S9ReMttzX;N^m61F>5kQaJ(7RdpRxiX(OSBN=k2@4i|M-Q8UV<#Y z(MY~DQ7y<=?REX*S0`o)(&siqb9Lf0L4LQ$HHixZ`OqRaCT=Uh5O>1?i<}`o}jUx(gDu zdHy=lUy#Er@@-;>AphEyQ>(S)nLbKZD@X6%Ug1lsrr<2b~3HF$*xIFL04->{2dz#FDLT9|sJ6YtviTh_0?FmibD zF6tglebtsVWhi`}$nCLM>PJED)CiuWQa=mQ-g3oLkD%5x^x9gQcVNIoN@S)g$(@5msdYkA zpygD1MX4`E^6%)ED=%c~#i<_zsrl4LeiCH;S|9mUkTwqTn;^G;;?w*o$mI_5pCCs# zT=5Rny_rLk5M+}>lN6+plb<3%PIhQY1lh-t(^!ye9hxSB407a@39`zeX(mXeBd3KR z4IP@+f{b3w9Sc2DS$*E+M)DS_w(y0>} zA;>`vGFp&3v}Dp8BghpFa)Kbu9b}duzdLfWg6!#}K3|Ya9GV4!Om*Ze5@fkUbDkD}|=Yk+V#YVu$8>L5_9g+$PAG4%b~GIqo2j3eEQp@nlN?aA-CNa-xHLBS;SiiK8cN=&@%!4ezQKg_@+2 z9Ye^^dzGI2t3`fNf;8!4kQS*TLB?2`HmQb!H0x(*I;KiGhT1jsZXKYIYH#OMW1;z` zwV|m@l?gJiz|eF}H4_Af63M@6uY0P6AWxSXuAZq@f-Kp?AbnG91o@H;1pd`}{Zs7( z>0$G;U#f#31FRMYraB37c}Q_#w3FINkabqCL8+Yu$y%SQNZLw1KGjQ*bFCJc)UJZ8wOlh&eUzMT zM$Vj6KS3_5Hpr=|Jp@^Lut82w?Ip;OyBp-})ZT)$vvST$?JLM?o1cqQ`wQZ0dRgiK zLEf=xElpJm(rH&C`P$UMf&_aQprrKMX8Y;*z zTY{@n!v!hnV&puSI$V(Z_cF+1sZoL~wW&XuIzo_ZY!07I9VN*1)_-11jS(asF{!_v z8Y{>Eo98!E;{@@wcrP_xkkyS%>K~^j3Q~NKLDr=v3F1rsGIgRLer@_GHARpK)}ww; zoh-;yTRQ)wrU~Nb$19vJh@X0-aHb&l+0>JTrwB47Z1ieSI7g62$_&!6Fek`w)_cnf z=L*utTCA#Yo*-{o|LInEnjojxn$oNA3_%XDR_$AOmLRX{-Eg(uo`nkp@$b8;bV2QxV><79pui!r-aLISMM%- zR*>n|>sA&%FUT3?Mz4DcUlin(xItDGzAQ+oZ4(|Sd`*zig@)#l!Z!r*+ttSk-xB0; zYoDhJ-x1`W{)(&Cd$I6cL6%#Ky;k_XAZJ+nyjA$2AnUsuuJ;N*7UVr!zdk8kD@e6P zJ}>;Vjx{zEekL?H4PO3Ld*2p*CCFhd4Dx;9*MdCN&>%k+ZWLrzD}(%1xJi(|qXzlA z@DD-y+C2YT_?JR#nTCq~5oC;Q)ni4Qm7Ly6POXUzAnf;E4`sv^ zfu==ap?S!*kS#Uxo%M~@MNy%-%cj-7C@#pYwl1fOl7ch|n$)X`3I*B6)~~Kb4Fp+W zOQ%;+ai{#TMBk!DLgTkuyBC!T(#6Wzr>LnQej9Z_QFB53R`igfmV!*SK0l!g1nY6{B=0yh!a;ojAR}~EuWTtH) zA1)dsNEh8o)OxFnh6s|i_Ib8ws2~UEcB9sNxoEf`18m#-X3^n-lv>H}6^#-EC+y0< zT5oO95rS;A<^FlmQG$%L<+Y(`j37Z<ET;AWgww1`1ZW-0A_Z(5uj<@z$mH5;s$Y^ z<8F>?6*q(#Khn028^(-Z6|{>R!A!ul*Hdw$nDMpf8aIZS`OX{N;>I$w%X#djxN*#c zoL76tO<<;>^H~45Nz9aUE4@K+lbP}M42zq}%$sgZ7#;UkRG!!4rZMAJUz6fyFymKW zQ{!ea<5yqv%4kAZYwkRNUf3jE^Zq$2VGA&7xx)6l}k#VzUo5U4rcN>=5pK@%(Qd8`>(iNQKjqf zmz>A19Ad)KDMcee1MD5>khhohMI@KKiX>x}~8Gt7MDyiqv(9W!`z%zu4V$?&-- zJ!Qf_a-Q2=WR?qGh{{tje3A2b&)*Wh%#80lw}yXX#?M5zh5sn6(H37+wQW%;{1-EW zs#)faaIj3;*|SPGYZ;pHbGdb9wQ%+_q~}>Dbyql7lvMR_?kK66;rvl~?h6;4M077fGYqNE-Q-^5bm;>6GRg=6^Us636sw?>uTBz!wF zzNXE>Rk*B5uBOey)uQw~7Oufkew=R=zL%LkS#0T#hifr2G}bb0!gZMO(b6tlFG_QV zaDyo3xo|UizILT-H9bUnXWrls7&Mua06?hu5)`?*;3^8<`pHb_(mmo0;+L zwK2RUO3$Y7R?g$kK(>Z=F!PR^zdj3p!Azi}*xXlr8Q#TA3&$J`f62_Udu^Vh;XTZh zaBt@BwBnxq0Ve_z*Ki-OB2>@L^{5yGXbiKEliyr#TdVG)gL4{P8Fz zF8(AlOPy4{_|wdkarP96KN}^L5dS?hXI<%K<9}dgi?jLW`14Uxx5rVWzfY#>5w6riYuU$HkXmrl!*~DL#Q2UyG^n zH!$<0(=#o;bX1;M@nxCu^_m-BJ}S?G_?x2gEQ+rfm1k-EEoBo__7{};0BgMjRqq*# z9s>$t+)Pksy5T+_qrp$({vD(2-SNDMQ4eq;`@EC5DUCkSLi$7t=@Tu3pR-z?0UG1V z80X5E#OOYxPG!{WSzFppXc5g>p0}E_BcEtq2n)nMvRO2f&7wH~S!eN+#zkLn@zQ9Z;ys)s}!)kEx~dPpl!J;Xk$hqOXL zq)IESMyj;JQgFMlrb`oL1>ZonBdxDI%K6i%0WVG+3sxl6G%8e?j}Q@a50b&o8w)L zUO*~wWz?F<0X1y^p%ysmW(C8ahow{imBvCU}Sl7JeTi!^_6 zL>ctc8oWoC^=&?iw;^)AtY-phA9Ii4PUqK*Hf^#fTZMo+${hWIT~N1U0d3T=MyZf3 z#AxrffGW-?%Qn2DoYC~J@tsXZwML>J)g#UK^{}-p_cm@Y;2b%iR=uTEMb3BSU8O29 zngXsWqnbd~8LgeK)ZI9n!d;uJ(8Sy=Yw*V2>xlaRbr4^TMrn09wfri}?dxl~{U2H` zIMZ?yT)wr#ETmgrmtI0~O z=6qi+wW!b(i|(F>yGxw<0JI1iKhC0T>nv)q9`DNJeC^=1y^IP?!h4t*9owMP2}Ztd z^;7XX8|HiqCZT0I!UqZJ#Ot=Fv_SmLjH6aP(>|d7WQp6R+sJ7FpGr%YK|Q4R%pZc9 zv&8Ox79D=g+V^=~E8%@r5&1-m_sfAwc;73R=Idco6V$pV1F8$R7L_Kl>6JDHHImd{ zT$?wUrPOmQ`_XXRz~>(S`C^-IB785_Kj=`l6g;zMi4G%_8q6Ll{+2Qp;9-d=WBUQC ze|z8xJ1BL5kn=VA%38YUZd;GF7#&wfY3YVuwkZ?b_8Y7gA30fY4_IQOt{Z7) zVJzMnrEl7eR`v>d-gZtUOZPH*xR_1dfnIiqxhaUmZyBX$v#+m0Yn|kL(=J(k-jn@* z!CNIbbsx}qMpUk#{f+Q$T;>Y8SnJ%|dTnqI8~5IVn&_dwv&4(&6(Z|P^A?nVEmFoa z@Wxe^SOE#~)tD7{LosTKQGc{j*D?AEc_j56^zJ;&dCk5wulbQ_c5Kf$Us79JBl3NI z)*OR>OEU7Mc}sn1UbC;8=YAZdRB6^i{iqxx>PHnBc?t5kv_k&I*5h7_M`K-Ud0R5; zHLt~&n_2E(yD=lO&39oWtjfq+;I(vn6Z0jf&gzf(l95mKqs2W1ZLjcA?DH*rQK|b_ z*3US;w0~aTKQN-#WqrP1`Vr*fY1{g~G;e9O!nWsC&t(xs*n_O^x=%2#GMb1R#M07# zZn2~2_lVeLoa)DWUys~_m1@bUdZ?Wn`?yuXMD&F=oLcY$%uI}Kz`WXpkssI6^F|9d zBYL0u@!;Sg%mJ)r9PXaRm#1Dv-biB3OZZtlzw7bd`j&2{^P}TCnCW^&X=!r6dTk+A z0DYrUeQD{TbC?^Y$IpUa1o?a!r&5h%ep`o_e3i>3PF4z@qnI~m9ZDT#Q%Au1eg(+8`DfuP1T4E59+HvkDq2;vEM8#I zM9e+&INuyde8A{)hfZCzmip*yvEF)j2Uf$PZ}}mMZarubl`A!W!&y2ABa-;^^Rb9O zF3o%QR+J`dfewgHK_4G*mQKLi(V`@LYEH~dvZn5VDA^E|&&QB2&FAYn+gkNXFYAqw z6Y-8h)k5z^zpL$C&-j$Y*Vq-i!M0?4A`W>w=`?5daUD=oQ9j{ak z&i5Bqn}P;lZ6=XTK6sfUEUga)GFJnZzQ)Lxb`hiU1m-d>ckp~fJLh`?tuTwxdlO+P zqx7u$8NK^sPCdWew%}c8OY!7e(6^0K=V9$F+?jJqX~bYarL40Oew3nqDP!yctU+WX ze0o(t%FCZf0Sd8^=^5G4x$W-&IGj-o}lq1LG5s;{CXR^y*uD5 zG=-@3k3KFaa_8mqjdl{>87%=d*_7rb64bP%5?2Z8A(#4sLko=~S}NR)ir)6R4Qa5?%a>kCe^BQV8% z@nTdcXHcPx@*5gZoB_09iNx79!hF68 z_!XDT>}8r;h`#h9F+vW^@j7z`KmVsFXxl4Ft!1=+g{?>bS$54ea;@c>KcdtpoUbEl`5B|5 zsK-vA7)9??-oxCV*s+LxPohQ#nM+%vBg}2VY%k}8{ydCM8^q858}{2FAki}4o_VWQ=Wjn>j1fP}kn!p{4Td~46hUciYkosr@9 zLfEUx8ED_Plq$t#_!)NnOnc_>BVtWXKYTCqwzTeROY=5Uf1~*pr|Br^c1E-Y5ljc|UXhsYiOF zV-m(rDcA4l%ev90~{0W*rH}mo5%cXU8L$1elZolPIpS)yK{XFf@Q2dI*YyNX8 z&U>T$;`L>W{3$y{b|P!>W1>HA_xYg4L3EEe~owmt}9AV)q*NyL{W-7{R*}VwbZnt<_v|mG)Ku= zp5`by>7Y}MBc*9pJB*l=nTgIBM1oE~1U1FEnfQw0pmR%-DAdN5R?4C45F4W9@=!b8 zr)L$7G$YEAmdx6hyuik|pZ!wY?C0mf+3>wsFziH4mZi3obAd-c#V$OmRs9(N^~O_C zsa1cmT*qWvH<|-v7WWb6&jeH9VQDu%f4nix?ozLZ55DIzieqGue7;}$vyAuPwVya2 zS#^m~la{u9_rGoR?R(2U%O8@?O3>HM+tSlTPX6|`6}-(9i88KHBntAijD?^7U|U{( z%toD$rUMu!`<0^zYlk;YNc;MecW*)S#!9`%`TV?^71m4KS9X1-y6ZEyT(Pzs{mXjo zLYytbYwowywowPH#U&e3&vQTs+py@(hW zbURi64Vk0%kdv6w)A0px)<>tcB^bR0ByrWxq1Q2%NPGCU^!r-7I!sWLrlG`}=s9+3 zZR@}LUCZ2z@j%W>$s01Rt$YTD7Y*5^QSetHrTVoNFXOKA^pfsY*T@juaP#nSF8 zaAyp*M4k)K*eOxsWz!pD(;H6{E~BTghq`sJW%$Us$@S1hu5Zx^i&*dD)UW@3oo;uy zjo+}y*R3i%UJ0cosBHL`YM!9JgFcFq1a+h1a&54YORKV_zTAJ;jHp2zROfs& zMo`@nRClx>trQZ}4{zBugMUhqh}M#kD})um@>cwoOp?Z2`4E-kg_XSBAoe!C799ob+QNM)_jb=Iu9%TDF6A@tJn7uqU1@==e2m*1&FJs zqqI<5i7g}FwsHDZIuU!<2*fGcGoYHhWTS2dR)X@J^Y3Gqtimad)0|%HQoKCR_RR)* zQ7lcynH!^w_h2tz=Pxl?XE0_zmhk&BziO#)(%!_%HQ)AtBJl1&Db4k~Hu!%T;l4(F zWsE(D*~&j9d$%HagJx$zG$u++QaxtfOsQ#4+yRro=VM|x|#UX z$u`yZM!yQ`J<^u@q_fJO7kkt_OF&KJat8s)K49n*R`#iL*e!CZVAyBeH&7_-3<<^r(qETf`8 z7a83)%if^7Zy}yvBD!(rji`%dR1jNJxDJQGEqbeFaf{1yOwkQGEqbeFaf{1yOwoMcP8%ZO+z@ZlnyV zhqxE+cC><^U&>hSd9h5FWn_5QXhG@I{W@7SV|~5mF|cnCJ#8I__j!5 z@~i9Q-biBd^DQiDTi&A5wIyGqmVVO%d}Avyxk`IMk*V~(UAjkx*2nWGK^IYmAo^+~ zp-73bcm_##nG%zy?-vxAO3_63?-P?xzGzYTS1d~TT5)Qm1o?nY=@OIs;O@SlAr7@M zNO~UKNsvesM3E?nB2f@Uq9BSyK@^FCC=vxxBnqNh5{k5nTKXy1zJjQI1yTD7qV^R; z?JKBG4U2l!wCL0OEZSPjqOn1X$``Qc{xTL_L==m@=keT1P|T+`HGuoi!cpW9inN}5 zO1Fj(FNFdI{RSThcQCI-Z4p<((YNjhMQTYsiu-G2Ny|)wB2&pj^y`qsj=R%vk+RggY1NXLOsy}7T3-;gKA}j7nyUk<2bV^zAgBT& zOb~r>)}%VF6TB;2Lx<>_lfuzAA_e6_L=cKB?ZYlg_2$wBx3nnfNsCJ2HUXsu6g_X0 z*?IN17PXrs>*7d#I#?I-AOEPshu5H9G)bJ z$kNC|{n`3iIKLN^geVbI6{|x*9R~>)DSHQID|)h=m`q=aCKQ=U^+;jO6cK_bN(9l& zE~wp&78TuUQ$Iuhpwwu6L!CZBq)!m(6Lj{JBl=`oA)eQ7Pd6LX%VezVP@i5MM)t6k1Y zEXGJE+`{)QcMc<_a3O~Z<+I#{>nv*F^wr#KwS4liOGp<>LBURL|9y)(4_5e9-Fq`hZ2DA1sP-`f|H=%j(+gVb{JXPD`iLR&$f~7ELT_ zQ6*Q8VOXV!1^HY{$2s4ZbZBOR&DUF>aT`jj4^Ma&42`;jCowObw zU(BX{=q#97*QP$}TA{zIQ6)FR%^zW9x4Ry{4eJ-Nx!xIzXcr?~4cGcxT^SQk*wkIF z423ndNc40O+sgHxqj{}F{9_h9?DWyDNMvcHC1|K?w=oXo#Ogs(|8ir=3fD#hT(AAQ zsm=H3^A^44BCI7&Q$)-AZWL86CZBfoE#ji7yOaIQ`F^&uYPgfAfSrhFZc)#o4o>r> z?zY@ioJUB$@rjl@=-M}%i;^-lLe9ubt~8zH+^6q#GH6YpkU;u-g_7 zt-Ri%4Nl8%i!JxPYmd&(YsH**rz)GTVJVAJUBvcu^-Xr8!2J%zJADOTv9d7}E&Ab{ zZNUee?{9IapKH|;ZX9av`uP^;gZi#5M>?wxx*Dx=?faS=cLUC<8cw$J+t#X{Zmw;( z$8rVTeA(aG_oU-0xSlfH&G9W<-zw=^{~0&0w#5m7w9G+g^J$0faK3NoMuAV9mM+eM zE3Q3$J!JKrc4NdM=b_EVY-*ODtjF^@>sPsaHJ!eGuIFWSrO`>2*xb~$M`A(CZP;j0 zOQ$*B`Q<&QB=v zIJnZpYW~fwF^4*j=j&@zL(b#x;?zaz*3Hy6a_2z%Y5Lu9V)Ccx`-15FSfN}z`lij<&p2D(9Sb}z+f@tR@h<09t zA|=RI^cxP@(+Q$Iogmr?3!b~kbXy>m`tbVgd$UET|#$P6O-u_ zRuG-N3K~Diq8_&kij*Z^(M`|9WQ;(;v!|6 zAU4*sHzuPu3aW=)457$;)G{A)KH7^5qIM$`nUCtbjq_1`1yOwkQGE$TO3<0$l(J;~ z`ra0OzFbgbK8n9-oG&|8X@Uwvv!ExSnNXxesd{n~FfqBFL%AKg!=d#U1tydw3(8|; z5R}iMTd~FzF1JJT5!u3>#_mMWX2-2CDAJZ#^r+cfMo!Gmgd$U^rRfQ8VsfWC@~k&8 z`I&N-YwfsphKrP?r&{z|^Tg!kSm6FLX zSc3YrpkTmqSN^ozx=t1?Iw7giT28Z;Vx^Q4bPGl^LCrCm395=#6_gDlwV>~+3yRc7 z@l3xUOH3|_HKCwaG13r<%t!St$4`T3Jt>H4B#7n@LDZ88Ma!OJo5|0D$h(5b@0{Z z5JYo;pf6eqC#BJw#N^4NAbRpBh~@x6^yE923sHN#PRbnzdyA$*s#z{fbu=W--1S>{CG}{YG#C}E)?Y9U;Y9`;) z8_^Pz=@eTKom~s+dI9&Oks2vM7SJ89#AGT>P)_VV1(7X+s5C*dVLhQpEmSVOoh>o> z5A2Br{pipS*(5bug5Khmm`u-|1Q1kqZBP-H%81$ql!Vlq8@5=7n*MDvy) z@`0e!F13W=qV?_LCmb|83)*B*g0lDY(?|2(ko8)E>Wmw;^n2X|m3KVudt($xP|a6c z)M%r<2i3))feuwQsEX=~)lFfR_2trSsuIjqoR3kS%do#ZO>l1p2&kuF3q6hWze~ma z-KFwImPpRadQ=#)V*L{@VqFJsB&c%GMJwb4)f+dbo@8WiFeUIWK3CjNBD?yEf z7P=o1>8m!-LaWVdYbnchD~>YhUY}^Lz?{ABouIyiR(d*|pr)Yygv3|3As?QnFPF$c zKKSZhlqRWF(n+P8aS8lun9>+`y)1rl`H^UbC*fzgLAM60+`CyzziI(>FQXb`0;&$9 z%Gf8<-JXED>8!o`wix?;d5+x_^ILP|OHd@ynk7mA(M|32B_2i$$*r|KYvrCyK+&6d z=pF#xeE=kHDR>m;8_zk-Nv!$bEf60J;?%VIUT1wjuaT#l0hM*3JQK!BX{0>O#gkm5 z(lciK8uvB4;gr#z!{wKNYENMpq_W=-|H4oH-9hd$$&ar6>D_Xmk*k!Gs^XytW?wYv-idXSoIzxq>Ywb z(<4`}U!JU|~iTedNm zalDjSf%kcEzUEWyo0sleY0L)o3|6XR@ZoYOMKp=wUwJC0k9kw!fExHF1LP}NCvbrP4H z1y!BIMvRkE%T-IPRZ|_ZzZu0FatGTUPruldzJIOXuYSvMK)+uVM897Z3Htr2Ao~5P z+?~z??|#P;{`af3(D!@QBft3f$ChwbT|g_#xE6<~+s*!aY=f=G(oHgR;+zVt`ZcFg zs|tD-?Is@Igfaw;gzPEK_vCcknPpT9+)s>XKDxx{W3JBt6p4h0_uZ_)oL8DtTO}!VE2AdeE$Z*kc!xGPwAZ0? z4i$1*ZgHrNLp5B!E)LCiNV|Ohf3xL(qrU$eW&F2&6V(6HXEmA zR?U+7>>{P=vsI&k9%A$W(4&mJ>`W(d-l1&{wZtw#^gV(-iJ<2k`pDTF8e>zBJMO&? z@LMe|ZJR?`amo~JJ?%t<^VW~VoQ>9>J03yBz1*DpE>lcLzf)N;UdhJOV*2)Qm(Wju7?(T)25!sE>-f? zcih*`s#;Fs7N_r^i@)a_@;>#W&wo0?(i>@JqQ8jsL!CFeIplrs{W8(TRgY9FThWaS zzK7nsUQ!d2={Xpck(j)%pq%;Qxe)Fx36~2`E(DdsDY2lrd#uE9Jk1quYJQ9E_?Jzc z{;K7gZ?x!Xhk84SQ~7M_>l-X8P{5*EPU6s3t2x-;rrzhcj{Pk6n6seMK+A1(`Q|%x z!R3odvH3>1)NxMVOqXw;)3?`gA30Rlp+B6y;?4&jIoTbKE4Iv*I~Gsf#FKB=wzaI} z&=0jNH}15}*V1X}>}3DKb1TvE(n%}PzN==+i@t( zrat~AxENZBlc!mjZ}G-YoJPs{Ux}A2`d~4BdC#&nq$s9D*@g z25vATg*ko%qetFXYBZzgfW|Qz2Yqia`WCWpF**&+WMe?>g_gODawFeDM#)J1fYD3f zRxr9B+!{txpk)K2QsA~QdK>6dMio%*7mPjy`ijwaKnECIL}}kJdLP_zMmfQqVKf@t z4~%X{xj!?C0rxATwkYE-puFmd&GN>C1l0ll3}U1zr8bSma||G?c(&U&A^gjs*Jt3# zJg0t+F;U*yR2c1+k2(8m@_?ezQQo?n8?y_wIqpimZqZlnypEnY6^3l&bHtp-@$3#9 zekq#EqPCAnzQp9MF_xoenv^d=sUz}!-~?46hr9zeK_wziOK|E8JgqO4VLp2IY=ZLn z)`ak^oVmuhyCrXfxUZd!F!~yq)a^c(y74om%5xbH;@;BDKsfz15_p3J^vS!6($$=y zmY!HQ(V1$38ebWw!qD6}`Rg9I6Ue2#G!f6xxU_e>2Gk>r{F5{LyyrGm82OsA#L?pN zer24bCgEKt1If}(uvFe%ZoeIOoBC#&jRPu|-jH~kDtlDo-2gX`GbnpKsl!a=}+U*!nUCB__Xun#;&F$)TPO zjWeiXDDnBxy27;3(x1l64Hsl4gJw+FpZPWnu5^t|yb z`+|$1Jre@zP3Bf%9(;$^QyicIq~J;#aUR`<5~=)E5gp}%4m z=w!QNo|f3PZ%a;4_Kjl+Dm@AR#NDT^g68_H**-JG>EK#8-8q!F>bMZMT{&_JW8|Xm z&m^cy=P|3*BH6E+$#{^U8lVU4U|D(^yPqYtVrDmT^{e7+3I z7o+k#V{a2&OS4GWd}809t_-rJin{K8_yqG=e$^o>v;w7X-y6B5G|>`|e3&OtBe9ff zUYvbEy_?=rCHXu@EfcL-?6c#6mk`ZMVIS`QR7l@z-WyUz+_p$>gyBDt&DfJ9E2X8^ zGO^c1*5lgwqHQ_02=5v5LItjE)i z4D!XojK>nHZ*`QB`TC|UgWf%znfSXe!rE_?w*PwTC0{?2@9+GQ){`WAZ3*8O{&(}Gty@4HDlb03I{sFRe1uUn z<;hFFvR_(@9#y&Gb%EfU$`A|ka@Uo4r*>2ZrnPx2EOY=5gOQIztq&@tMNL-Af zH-5_O_vxduYKc*!a4JOW;uy8kaj$}-^;L}O|CmLa*Vn1Pz_idC6iO4pZ-qiZ9 zZ(-c3!#XiWJ?(tI(Co`%)TTt6?_wX@9xbqn6yMLi3AaMomLHw$Mg00qINxrkT3ZR< zZhxMz`qnnLsi!94G=Xio;M)AvUFKa<>RA^rtxj7B>PJ+!7_}&DV=ZfGyq)(E;?hQJ zdJ*CMlG%um($cQEGM>wP8UG|-W@622&NyDg=9_VbN9`6F2WdUz#|@G25k}G38a~B& z7}hl8-N+I6F`N*jx5`b=Sgl1HtV5ldxP@Ds8>4K9=hRJ z`riG$2zj?<4BoK{6r-k;iQGN)VlIR;587kLsKXR5O$hBeVma#PbulKysJn98)ar;+ z$(J^=(~CqZ!$qAGJo7w-Mkep-F)^u zHb%W&M}BjWzP`V2X|f>mE$wS$tq&*~|0bc9Udy#x#+R0HZ1^>Um&iCa#FKth{`=l2 z5*hhk>h@+P>sA0GVP<@gHlOcX5<@dkT7ESv9;cj)8s(RF?B`dI=r*D@sWQ-t*80Eh;n6WIis(dGj z@?|_b|MPs*9=-=$yUj^+jQaQ9Eq!JM_Y^v*T*LlL>#OwUw~vv}w@hX%Ac+{&e1ZLz z{oi}TmyvOt`nHrZ{=Jsh_RBW5D(xv#W=s1#9a-rg)aGAusy~(VoO1h*D|KwNpT_z_ z;{H=@*C4~)-sPoXc2>LW@_m%ma(~}iWXnHmEiaK-Z%BQ!Wyc#1xU^TXs`7pRFmv{t z5YHql{as%Weg9-%Ark+j^-rep%eABAKa1Fd~D4VuDyiaAlRwxs)wwFa( zKgwC~_ca#_{^x!czhvxPU&~M#^0T!$(x>G6&YYSDzWyL&+e5gR7Isvw;l|=IgYAmq zvOB+e-f_)bzKTO^zT4e-*n9YushnkKcg}TFDa*a-&biwEOWv)H6HPZ)blfIy+=)@o zI(-Ll*JVmsvbnG;_atnQnI!F5n$#`rS(-#b?JD2$~^258{zKqL| z^OAoikzP!uH+uUxwJVBiTjl4O;yk{PuWrb&PkV{KIGRYJYq`wTTqOQUJ?M*tG3qMb zeL}L=u7|Xs)hr{8eC?3N7aEIY^*ROP4mNq%MGpnKb{l2qRGM}30A0IW?~Q9oNVyAd zvOCS0K=K4ydek*rkn`CZUE2a5yY(xO=6@nl&b4`^;ThG^m+|gDE~5Z=vXd5xyI^NFPw$ zj_}?kA8v&5n~kF4&$ox<^Iwdk8K=iJZSk5<-5M}o4zzPr`qtYo(8;VOrP0hz^GBr3 zX?@?HE%2rJ`r6VYCdpFq?ogooYED5p*~zaKWU=TkoJi7XPkuEm)}H%ZkF&`1p0!Cl z)2e{p>LWIff@W{2l=eE8c1sxN*^KBEmXM@QXYMhSHiyy2IV=j{DS&Xhi{jljoT{+{ zB2G%9@4v+;-)?k2mfkfK?OnesB8h-n=5|zc7P$fX#OCzcGFo;9Vn}vWx${fzd3WUxBc8F*jfX ze2N~hX>MODdEL$Dz zQHIghTX2f)v@}kmMI;hAUo3iZD@L6lk;JGUPP_ZD1jX)fM%Dt69mDyk?~iA+7_!rx z#KJTZ0rfL1rL!fG{eUI%;n~)TH2I{yyTD1ly_}Eiqwk_i>W}G2Tuj4>cj+yW-dCdU zH`Z4R5q8Dt%QK2J+qy{^1(|y;zxfgu@ArlK`kZ{nDMl3q%7rpw)aQ%v8ReK=|{F7C*?_;AB(e;#>fgSeq@O5p)HXrereCh%Z|h;dnYIRJR>?eIgC*% zTFcAV&?4mybh0BkU)oVL+Je`fm2zX0wFNs_w5pt5(zqe-J!*|JOMjy2XS($4^JPqA z3#{fC^*^g+S}mEWrEjCOvN6iHQA><)@~ad(BFQtG==xT#VtsJkUDgL}@XSlR(FmuK z(r&i3BF}gC;8ztiipsm{=(dBPtDP*OXJf*3>`akkTMH*MIBlHDZ8@x=E$yCtc3pC( zLAba6iJiA<8ieP;sGIyoVhm;yLEmB=^5e#AXqFjq9+32a-)j?hwg4m;ZO0h{p%~SE z1>POah{mu_YuP9kw4ZJqF;~glSrmOsxeQv#e8`B_IiE11vF;m2Phs{;Z~pLmrqXq7 zk4kTSnl@jIvbTlhp0BiJ+9z?-x{$tWok|u(Y0^Wf+!*y7ehVe5f_T)Nd?4}XwH$@M z=pOo?(Gp#^zqchb9{QhYxq#LZzx)m)J}8~e*yL@deE3Ddc6?iQfR)JDzN;)@e~}iW z?CmEhEo0fxXj|IiOqM1RwzSNYk&Vl+693G;>;7LTo9F+A&DWBRQGMR~yQiQ&h6<*! zATw>0RFC4|f7V9VlKp2kUt3GsJx<2)Tr5q^|5>bE|9?O>Mt!nVMnc~TGRp6T$7Lq@ zj1ld(2uW(W`jkq$tO7tWs@(;wv-u{Qo#`Tf?X>KOQf04ceP(af_1uq{4q5^#hyNxC6S|EBv_bUp2Lp;3}^!faqXH^eR7+W>XC6ie={kw`7%Dmsgg(LvI<;L&Z)tiQSWGCKuk_-Q-HHN7gA5f=4!~_!* z{!(Kf_!WCWXb!3DhG|bsC1P?LW)yyV@GR^KsltZo-CC*c%v^7nqgYM$WadU;*uq;d zs)SSvX1s;j)Oo{L3$v?U*ONV4l(jIsYIB2FxT=v@m_v0k%&@=2!W`;(VYsYHSh40% zLzwYpne}U=4dFC00d^mua4-7*-Ol4-3VZONoXAjJ57KUs3!oyTn(b7^2 z+wKKbNv!A4qsU8guKUDWJs*GXCKUDWJ>Sn``f2i(dR29QCz94lkqwX;bd5r2_M%6V8 zd5l`QjC$BGx}G!cc?GnlgMbPtPUCGW}HWp$11DihN*<{hdfqUeQ%hi zwPlp3tS$<}_B@Q8YGqaQb}7rY;GJr!VXQrOshrsRM%r_i+Qv+3?1nAUf_JN3hFMAs zO1WDd5QfX5G2w1?-srJq)lfAmi)LHaJ?cfn*l4*&9c3mpwgs-mQctO=&Kl#B){ z$%@-26wh_l+lHC7PvW_*ddDzbi{cEK^Sp1EafR@lkC_#Q*$E5ZW9B2ne0y1`CCq$c z80v8=nfcr>)Z^ANvriaqo!NR%(GTuJ5!`UozvPrHyKOpTeIX`P-_^ zhOyDoR=tXw++@#d=%*CV?bI;CP+O2a?bKMq+yaLBayvEIFw{CU`n6Lt3^M{ZgD6_s zsd-ip?gi1v-%fpCm>Y2`h(^D5YL#Ka+h7AT8x8X!ZUoWj*G_FS%p8Zy)L!K0B(=^k)L!K0B(=pb)L!K0B(=jZ)L!K0B(=xt zL3@#(lhk3uPOudO$O=#s2 zYMfzcRY1LIgqms?@&@&$5o(rU$Q#s~MyLgbp%IB%d4yVO7#fkNl}D&GhN1bLT6u)p zEDYCT`}4$vnu>+C7O$%>4P$FDP7P_6wie^m28?f!wHUAdWf)tF@oJ}GXl+cj7_asl zhU!JN7_YuH4AqNjFxj#oK_;hNIA zcf9JzjPI3ism?8=Ubd!htA^MOMvlgBt9@u|swu5WX!M(=jtIk=X(u&JooB{to~}x_ z5ZoC=9FcK#raEhw99sJOOm)F9i}4*->hCkvpTe*Y2eu`q58{|SZ{u*W zip6Rva?JcdwQeJf_2CCFhy&wIH+G~Y6U>LivT%nE%b*y*^ZRI;1UYmFi;{ zTh=OdmYLMpEJr2kR;vq!>6K6FwOaiyj4Nxk3U?IEwyd@4al_bptyAL+W6N5nf=`lE zYHX=|Qr1T*yJ3bLl6mJNm0K8B)<>!wGv0?AR1d@0vNoy(hOuRBRE3}7vRF?5aFe<| zg4u)E*re`?U=A|VAcB!REtr|0uI9yeNI1_#!zAM*>?bgvs!yWw>{KzGsB|y2U)70X zzEvrPv3ky^rBQi)R6j@MxvXyJoL2K+s=Z;Xo-Bc}QF(F%c1AII0^u&A$4V6m+-n$H z(}Y0(s66EZ??>giCGbNOQ#DZWX>TFs2!?!EConaNc_?r&ifI-o+%>I*j|Uzw z3|UB;I|O=1Fr>Ll;KL~9g}|>-dR`8cd&XNxQvCy+qL{&fIfk+R86DUYm1le)-?M4; zycuX3#mo-89>pvS?22NR1>&Det7mPXQ55rWV009-J+LE+`6`g>`Luez4m6BnP6UQW zG3Nr?qL^O-*}A3G^H-q0VXQZ@1bap0$q`%;#pDTIieiccE59I`Nzc{M_-;+`MZ?&r zyD7LNA`i9l?ZIPFdF~8e-#x8`_XXQUF%5##qL{|PZ=#sTg2j{4>S-5zJc{WOoEpWv z5IkrY>y4L#^j_k~{@y?MfMIN&!NJ~9c}505jLI`UcqS^(lwi3YqS@-18Ejz~>#=u( z6Qh{L!9C2R^5_>g2G7ZZCxlUdK7_9ng_K$qykMC3cHs?@Ifx0rBxOy+Ex`PcS{*FP z%xkLQZoD%M%-Y~UW<+yoFzbTjgi&GqDzpjod=&g9B2NY6Ss(ntxN1l%LST z$g?3B?n$Mms^wtFp3T8h%)F+WR1c_{$n$Zqh2-IS)djO9*vUxUy9aMf1oKI-M?{`P zFk6EuCeNs=qWNFJvCO2X3tjP6KIGXJT*}O5b+o?XT6`M3%FM~Y=dg!nkk5j#y~x7N z%w&xtraChx0}UZ{Cv4sxOg4Fl$%#DMgQuAp6sxfoIH#4`5j@Y#fY>k?(z7G@o5@qm zCp%Ll2y~qh33MHyGwl zFwZelLG-wpaaZsT(W8FND|O!$tijCYz`M@})LmeA2ippxl2NbZ2KYvEaJ^x6Ho;8` z)cvdAx5C8sy(07bp5Ph7j0Qt1*gZk26?~ZM{^JsddxIA^PipK@tZiwvvp4v=VSWHZ zQhS5CH%X<&=5DOiJTUu$ISf-8Ob^s+Uofv>Ub-2-^a8U#Sky2hz>H?5v|(uVPCh&k ztZ10ZV919Dg4GQ(We|Qdin<>R);7!>FmFT8!C(_+Qk)MD1zSs=2xcWSTU0K1t6omr zj|;YWh3l@~=`0cTb#RDbY}9=n+$~Jt7x?*dcHGkn9x!<*4#~p9!Hb5mG4@R`+=n#> zy5KF5*^1ybyuoe#gy}RUpyt5lZ-Yme`8Y6R628xe#G}CrCeMg*mI?JIsT6fOJMN@F z>S!>hVRnL91?E_=05d1EU6%v5iohHXmS83|wiuX>@YwNSIg_WN8EsAkZ#8-D1`|dZ zCxUk}vpL(GhSC-%gVmWyiM`Sp=K!e1$zW|}2E@j7k$RmBK4kQC8!yj^P6b;UsrHci z4ECG~wl`8qV5sh=f?bW&cc>|iey4-IjMQnILhM4G)4^oJ{0e3tGeZsYawohK8_b#D zYlayP<^(g74Rh{EyagA`+29PrTm^H1nfc75#{RWfO8+jn#4uSuz&DrSjqidR4YTHm z^o#F<+YGY>4CVPgxZf~e;S}^YXg(MG)-d0IxysCW!_33^Dn0@h<}|)4{hCrg2ICC#E0~;mYE2j_!j3^N=|A!aHY=AjLe=cix|!?XZH zd438uG|Wlt#7ly?5Nv9gpTLx1rh{Q>S$1@nU!2A+?!!R+}d)~{;T*Fj>H|l}86kKGOnqVGc<|D&YyA$tf26H+1 ziDBx1Y01nU!{j&|Q0>6{8a!;6f?zr^bIvevxiR*F`7QX1VG4tJk(tl{g}>C;*(m|_ z3Yg!6ISsP}%m8MJ7$*2BzGDpLkKhf4$qQx_GnEXJf^($tVEzo=Wta(IrZCgMFe5hw z)C@3x1sfY?Dww&LFnz%sVrGqDa=Z~xZ&bmvW4+lhg~7DNnRZZb zXJ&w#zqH=N%w}cB!;rpWqz>Y(<;S2oi;j6!JbxC<8D{bsX88`>`NlXFql+2l6EJj3 zBu1BE#*h42^{vco4qU`s87z)5S~oOIs$pVvXTwx|LGonNDTevh2R zm@eH#DyQCOn0zKrE`8B3n~-OB0i~|f`36$GQevxxWweRYWtd5g&ACrT+Bki)VG4tx zF(FP@HO%8UgFO##gmq2BJO$;^-6;`L*Oxn~Q;3`phH?F{n( z7}AqlKW&&sMo%8y-7rrZJ$dvihAH-v*ppWeG|Ww4NKalp!Z1&KBKG9d;|$Xq4B3-U zziF81nDfY<{Cc)w-UmZ^^6U2ulVa>CpqCqFnz5&V{>U(M@GOb+6x5#>W(gS5Q&4|l zm2D3w=PS`uSf4S>FfgR2u%<7Q(wOj>(NjeKZkW?XPZ3SuiJ?5d zG#5QZbq>Q^0YiF<>b!=z)#xdviyEe$(Nj#9HjF+5kB!9-K6ORI{fbZb*WUcd9$*s zxU#y6VQfvy>H5M1YLAfhSb4pGnH2T#ZBqC0`n+L2#JEAbr1GcOOLhd%)50~X0~Me z5p~xgJb%~anMsL#@VLar-TDrZ$~N(;>`Lyo{>f!`H=eP(o4fS`M$b=1s=97!m>@R7=%?hY4$Wv24Y?$C|+~-H0n!34>ny#^yKy2Kr+ZbjZm78chWQZ;_4oVqAZAWxqo*g7=YBoXXqJq>kQV7(0^G(VrWpS0g-+L%Y}2dkvEUra9_W zS06DspP4ze=|%SFqEgh4h|Qo6GO2|L0JuScEkJt zrUUXc(0L3~ZKdRSK+_x0sjS*yD9;1BlwppPl{^pX3WoU}4CQ%HS2oOx`y@|8UBfT~ zz)+rsx~^fKI}%W@!>bSJhYj-znCFq_A>G_C8j)E7?f$T)d!%GfF)+Pq5!0EOl-NZW zCF-GGkLYfO`54U0(DR6X*)Z+UQ*MKvMtXo@dVonro<@3@VeGitSdTS~9akIcDTev$ z1o|k-dQ{IeOxBZlQz7&`suu|3#@;4+DKi7qRE$_O7c|jp4MS%aw99Uyw=m<^eogfy z!`OXyGaVj5b>E!r&tejp%{0BsftX_5C7zqlzCHq-T) zNr}y|S*cN|MWSwGm?B`tG4q%(u3pV`JJG`ojS|f@{mzzJr$A|W2Gm0LV#d!YE%YM8 z*g2(z-e?#*r#z;=G>n~7T59_JB5LZ+c3SFN4YL#@EuHqX(nEw%c2sYze>aRB!ynhB zMv^+M$vXU$uN}lDLO?Hf?V^5L0+9$}dKz)V4Vb43 z)JqL>5X=ndc~a9o0cumaQ$cy2(jOb2I->d%#g}@udcMt)4H2sJ_JJ^ zds_E5%)D)qr>h=pm~~(%Pggz0Fm}X#Mo%(~9kHL$)0y$LcvinFd0fAERxf78ubQ6K z#|%?!ove|b)5WmXr8t~}HCq7aIZZo#ig3Fscux0Z#*b{>bbrIxk*%Aioi)|n+WdkZ zV;F1m3wo+BY~cd5MR%PO|B@87JH_*hISBhm?cPJvij<^myZ6vH8^*T# zOS+0-Y`edtYZ|6DMiMHkr>Cp1P4?%59gJ@1>!g4A3v(U#i8tCq?R2 zc%S~ZWTCP5WIVoLr;{a*(=$+i!HhgXpgbwM#W<20pg!4)Z=xY}kevVr}4QlgX+H|kLyiCbnJL3{r8-bXNab+BcZ3bbCRL@ zO=ePKr+*DBaCSSx41-)`?WQf4(zDzhW3W zd%mU@7{;C&jnxGvk<>tSsxx*ZsQc^s0mICFN|Hva_1GJ_8Z&-P zGFjhi7`rB!tQ#09yB?dO8ym*1$EN7k%=k8)ss~6O=lM7FP-bLzO!Lm0`ZdFJFCkBt z-qceKQ!uN<;afWIWU9N5gtzr!!`L<3G<|`YR26erX0&O#$Q1UNI=(|%d77?m7=`;J zRQfdCiJ1Xv(PbGSr|A^K?8Z3&jZxF}N@fPCnqSFtnHl!a8UBBEyL9##*SI?VJlj9rt= z*24{B*Cey`e8bpwpQD!;#Wcx;I-8kJ|MuFs73;Zi-{NDZ7QPrH`s zeaxh&);R5*%~?xvo8pN>7Qs(?sS9-NrB_yU2626}l5M17fRyq344u zbT?)&&fg$o)JomUF!R7rtgh694P)c*Lp|CsHV!}3Zy9D*VOblm(sK;65DbD!tw%vAW>tn4_yPWLj5eSW%5 zuQ7~`jdi;3ERq_Cg@lX}AL(h#oD9%i2)@Ih4>9A^f1Fb0A?05^9=I}o*c~w zvrVrs%uq0knc2(CmTXV$L{x(LR3A6Y^I+C7ljj|&*JLmsgZWICG|YT3pEC1^VQh?T z*Ub%MV{E%_YZyBZ?$DhLW9Pvg`UPfEVuyCbvtwxfT)%9X$zb*|lfsOT)i3k{(c?ym zojTiGvf0m-J9WHaXs)EQ<(;~)VIDy5r*+*fUCl6i3JbGapEbx|(4|g82sZ+N)bIx~*ZTFVlJW*LoW> z16AoKWX?UTj~nLAhvZ56H#)FD^xS~+XBtIuyF{pnG?To^Yd9Md0)RBYLwWL0oXZ!k<%Ff`I0)7uPl^>N8_T<^}U9%BgsiU%rJH&Ii<%M#*QSX^c2I;@6pJ@(|WF9V%tdFPwTDBq{P-N zgIycybw+<-n8sj!V`jf)eu3@S*PPYI4bvG+3^PsNqk5&p&HzLH`A)Ys%vvzHkmo!7 zu3^qL3aGqbzSoNlqZ$XemA}`knDJ|Xb9$p;Y)?6-KV!!Cf**tyAd#j7Or^#by zy^DIPVeE~dU-X~Mq^LUGa>AW~PNKfmg> zhM5N@4EbMm7sFJxO9!hRXUwPc=-_I|8avP27CYvkcP_%(y(nEHsQA{r=L+3}f5$FTIYLl-M6l{9Msn z43ib3AH~lVebz8Gey-{ZhOzN;RsYG1ZygoNw}idwVj~c`hnWE?cf3SGAoOrlo?xgO zGd?zgq4UB7@=cOeoDSW)lr(>=?47Pqs0lMEvDZzI)(M5$8m7=MG(FCN=i9!#HV%RPNAK!_)=SiJ91y zR2F{GV&$uy3sJ!&-p@k7{>ZJUuYCFDY4ei`9l*7 zWBr^z^tO?*y`Vto9mCi*Ef8A7jBksAp|u}!EnM^#3Vq3pe*#`8bi^>dFvin-S~yf{ z6-fE9h2rm+v%8ZY?qM=!au@)8$Eo8=zki|mF3}Z*gVxcdY z@wF%(s=qpIElPwMG2=@w5$Y&;VwWA4=fWjJ&lqMSn5QsmmkjkV%%LMVX+|q2g!&rh zESMLWNi__eL%ss$`p_uD&^hD)X6XCskz@D`q1|hU@nd+Y&>?30nN_J!xwRr?dqL^Y z4rT_b;$37-QYN&Q8CfULTv;~sjbX0G_)N2K+0a>LaGDXY%w@ym2SaO;vY`U&*q&JX zgtuI%lws@>-g2SZ%=oq_A8KeA+ZN?RbB&aZx*J1_3}f5$#?TsOe0$v#`d0F|sH+hA zgBgiBTKiQ9g+BVf$hz;qpQ`^4;P=fv>w_Yal_X_kuk2JRGka5%nOO;;`0(*Tls!U5 zsT74!R%Lu_viHtNva%ETy>4^N)IX-TOZGtb6Xc=ibXHObjw;*NYYk^FS77 zby7H-Y9%V=BH<5KqB>SI{2AiYQ#9Owt^6Egv9Q8Qn;Y@;6c4LdiS}GPoNp!SZAye& z+*a}PX~}Rm#JBE};Sq>GpOy+wL;U%)RCp2M&!?rs8xVg!Egjy2`19#Ap;{HtpJeUN zr_Y4xA^vly=hHIb;}Bn7WyAaspFd^8;#QJ$T{>5C9V-`>gZS}Sxv+_qs7%X; zZ>_fJiRWR3aJZF38nwIfst``K66I>eP_J=E;nPzoOb_wtsT5|l64k?J!^a`M9zGjZ zwi2bMa=6ItC!U_?!WD?|?d!Sltc!`yNIxH5hWKB9KK$EC^y@E#u@p{olJ>v;LYT`+ z^y^i^aaN-C{$e;4G5*(I40EsL{iFo`9QRUK*-BK$UJi#_iNvg*2~xBftso_-9+3D8!dVjqnV_=SGe2l9eboYKAuLpJTPdD=tR!k@CHjI^k^yAL(o> zsn_$bM?FB@Fb%{XMcpuymFU;&g=Jk#ytdR2`3;%e|7^?PYH$7UD7NzHX%IfRfn%b( z_6@_L5WnWXVb~Yq??f~TXE=%Zxu(Y9MJt1Xp$*))w`rJRBkwut!<&U!A-)f97Ur{( zsQs)_^ROty&l)uk%VH~ErY*wfAU-!*gw?Gi>7FkI!92>tmSH`}aFWGVT3Cs4?A0*Q z?I)gNuZ6>`M1A;c;W&uz!&`+y7XWh(CY55iWxG(N~*r1;n?VHsM-`@1NU-TOq!GZX51}`2M+FcogFM=XT-m z5Z^zy4=+J{|J**j1@ZlJhmamGwWaL)=MJHP`10x)W`Owe>KJCTlBDa?>X8*xI&X%# zA)QH9TPbKIDz8pqi!JuI;^oyj>}e%2*zka>;hn>wR-*p7OE_bzD=%LqZ~!j)E%1Ham^dw3aJ`Lpm_;iB!l=fvPLwdsv?6mN%_ zs8v(@ikbRuz27_GOe@j-xOcOTK&q;*YTve(K0h+nzaI~?j`j=7b4y~EKEUk~34 zKY{pq_+I!KWXm5k%SC(c6Mh5PLvqr}LWrNS?;9?M_!;}Y;Ur+fcQSDe^?fhDw`{d z0pW9yv?Tmn1Hw8Gna;%|hD{(3k#J06*dFriRaff~}{Wiq7VJeofw8618FsZGLn-Uo+sAa76|3&&Hw zgbN`(ND{29fcVv7L&6k@zcV`|+zR2VzYMh1&~Oigul^pfa@9(*=JR1rl40RLkW*+W z!@_X4E1fRy(u$6d?(BzYAp=SH>gL0+D8%=5!^1KV-`5QfpM&_mZbVoO;`_Q0VLgan zk@!*A4B}TLeiXg|@%`AxVJC?1$36~wK>Td{$gm&8&&H1o2Rn)PTBE{QRuY3@(p`Iw z3V(<2DnXuC9~EAPJokXR8XX!th9mjplkf! z^U+{9>Sp6)%7;B!WnKWo&TVh*^p;Qxc`|I{)nxz(pEJo zg;Uom`5`=PC8|F^hNu2#s~^LET}(VzmxPi= z75~lEC1H9iQLZixOSzbM3YUeItwbqY7B0qCK3A8A+uT-q5RK+|R)0mf5Arby&$O=y zk3(+Kxsqdk3eQ6Bk#NjU;a?EnkNq6}4e`19a~K}wqlnV{OE}U>lp8C~~@DRkOa7}p1N|eHs@J$-4{kOfZ4d1pB z)u^@MJS$0h*Bh>NuM3yCtu*)iyta8=xEjJeKUGeW9gweStESYt*M|onKa;#><&>2u zJsZN0kKdo3jp3(O5`)cDGHvKAvoZYAN|eG);Yx_FhnvGUPu#zsE#cc%T-)LOYzg~X ziT1NKTw*0U(qF?hZa?-&`5A;?!_5#rQeLuH?&TuDW-%~C(c7=!Besn5YC)|#5b$56Yl9r^imGh9N5VI$| z1}TS_Jz;R_{`Bk(M_EY;{F>yw;WUW9CfXbBhWM-gy>IS}51)Q21lGo9i6BnI8-+UOlRibG))$g7aUVGqa>+PV+L90}(`YEevolB40z zkPIZrB*(%nkOFZzY-La|Z5zGO&Bi?QJO6reFy#R5q=#=oMlAC(2g1(<@ICtD;Yurs z!LEkxs_jI06Ox(oIYxUt85W`|4L+_{;?e;!A})M=!ZG9HQk1TRSUSX|3FPn&T2W7F zJ{gXJ`~f)~Zm^OP`(RxVOrepSz<39E`JA@; zBiw0auze$|lY@|U6!W!>ISJ`RPx*15a4x*;_M@w`aHFqt;Vno*5*`(t3uAxUf9MG#K8g!rU&uozyiA9@L}N(4+PV;aWhGHJC*k9|5YD%fqz`VU zoPU_!P7p4ETq5~_j_YE$3Q~ktr~gE9DclIDNWv?PFNM1y|6rZNCfr895#a7BjNO14tqjsEq5`0g@Yh1NI2%N@N>u_nxEkPTnXnxR+Dhd zm2f+xdro&(`f9iz@;(XQmA)FDfb3e}e(PHJ2jmP1@8?>01@h8#7jr$l4QWimG1tS? z7x+k%^;g^6x%)<#9jNTz=D z>sH1?ijr{5-{Gf_s)+eJoNXoQ!*7RMtwi&F|Ac!Xh4?6GKX<~5kUkll+zs_bKCZ+d zi4KA9D*hW5hHR6rpZ_AZlLX--_;}$HZ$^ z5`&89X=7rTmE>T@O_!cj;xj9Qg8KPfua!z{cU$RaF%OwaWWUUN9u&XVmP$MU@pB-l zL6f3PHYp%U~HdkT;gljLK&6U_;B}pH~x&kc@SV`13u&#h!Du}Jhq2Dm# z5~SdG*D8&;0vS(dejZgCaT_v?Bt7Mw5vl2_kK6K(*Mflix&)C1vW?^)EBPT~bJ5!p zCeWMqMKQ>iB-%r z9%dG$AgKz+f`_eC!d8An{fKx8;&b&8QO8P@t69XmE+&4Rl2r__LUR}CTwBg6(%#@S zCk9XCaFR{ruoAWI?4p8|=-9K1sn}{XT5b-p%1YF_9~HZ;B_r^GObKd!uDG{hfQUNO~5l;(V5m5Yg&a(=PJN@6g}xH8Qzs{GAqj@nlNG15v@ zrcaBFR+0k$MzVt9JYsg#cPl>&34NRQlM?WI4>~?fPb-Nu5Pmm8e#-eGB8Qde8P%eq znv1b-E#v;Dn5YZk=lZ$-DJGg(N!C2C&N0Qs>kyt-=a}N66J$>#cZMw?-hrGU;WKOr z(GRk{2+jLZdP<5U$SIPStcSHAbwRIgmGY$d&wXyo~#$O7>r&lknx5FUBHPFuYs@qb@40OIRLHPHg%>qa%v7Q)|r=~jjA(TgsSMkF=p2&;>p5dI1bpWkbU z4=nWWvqz6WfwZ#@IQJt?NZpHX2Fsk!)#UdI}@wvc1>0ei@gnX^tc&wgC zO>+$#!|UgH#8^+HffOj{X8!AmOb}jC&n>0Cc+^T%pBspp5WnuCp%`N&S>Je%-h@Eq z-bhS_#QMa7K_rdEENtaxSDJ_{;r&O^ROGS}{Z>=a+{I}Bv_&)V1|%Dvq-ZAIhNN_K zW!hZyf&5Cs`P^I#gZMtYg%}O-eRvBo)k>7lEk$~9e+pj}S*%1Ud{wMtlh<{g1CsD^rl3l67=akN(CFB>n(sc5s756=$;&evq zEZ&B^K==2iP_A|seIdnZbiwb>>>>t1%9HThB)W(ZkiPZY`!lT={h8gwcMyKBenU!6cku(HFUe<=p6=oo2)}8cW8M<$A?ryv<}I-u z!rw~Z*@L&me#jaUK_&OLIAtZO3GaxtY3{G9J;ZJ+QJ>I59D&TG|c))GNwQdbb5N-u+C^rU+xe#szU9Ft7619S4aT(%UL9)1O#jUdVIWrxh5D(iU zwP*9w^y|su0V~nje2B;l@n`cP;xP!H&9l(24;6VKd^YE2#)pcckPg((pRY}K(nT3a z63HEk877{y61BuFh#e5$OND zCxpLZwlN1ivoD^4>>{Bwx2#p)dP*kk2har04Mi{nn>*E?T}9*=U&;9&48vEavt=$tC% zSV;`bGxYXXI<7flgO%tB;yEG{&7E=o?B8H8S2Tg}8w_|&`&{w4m85{5L*(dh#aswK ztLS72w(`$Bek)Qx#{UvM^Z1>36yl$GoF~dz861C?#eC5P;@@SlKumz}GmpH|>3i`N zgr9k2St#a1hS12f3mxeq!Cy1t+%WCw2?&zK;v}Rr?T6p9@q^Gb2gfl*Xg>ou|gb&)IIFwPl$iMa)r2IC0Vzw$7cmUtSLLk~6Ci#C z&PwqEguffeb#;|k1L3<=6Rezs_@_Hpi$5X$>CV;Snw2E&SHZ0jcOZTh+!`Tr^RXxC z_50{uAhhQckq)wtYRKUa=73kA1ILVI^9Pxlg1(eBIb5wp)qHeZTnT zDL(cn=MRYQtwiUz1L9YRKgS&qmmxk64~q7AU3vL=fJ0)em9?=#_1ty$VKLst#K*ly z#3U03gg!)=R_4N(Nmd!ig8w=5y*M5 z*u})l;-Xk$B`MykUlf}mex>(CaSBrZpqpK}D5?~+X^y{t^`e*#nQ+FH#YOR%mFNl3 zi{cxIe**NPSP1cJzb}d95dY4-OCkm0*KA)FTOd4t$ZsILEcQVBn(e>D5eToYsX;M+ zi8BztX8Ve`2=QySuZWwFjw$Ypc2(SiyhFkx;j7{Sy3@mFE8n`WiOdk+y03{Rtwgo= zx+nzkwfDMcgst*YuJZk_8{$<+MH0UMbwjj=_;tcJMK_3FCwx=%hWPcOx5NO5zkhK{ z46~A?{rK>2F&g5>hkuL75Z_X6i_ajwrQ8;CtVAvMAF&YPTkbz%g_Wo^-4Tmve&oNs z&0VpYKR@{wvy8asAi>)Z^R}!<@w5 z3z}Mvc3bIO)C=-#Pii?CF&R&~F-a&tLrfkL?l(d?2Qj4(BjiHF)I^MsD-e_S585lu z(ny(tm}f|MmPX30F2(NUApTk(-({Kr#7Ye5!u>F{J65oj*tn9T`Aa2Z;;QBKTpf+PIQOiF6WFHOw7i~hv&T|e=%QjAey>zz8NMo(1<$T24 zKv@)$TM?6GhpWAX{5Lcj)GioL9=d@p3-s>M7E@Nz)*Th%bAdD_^oH;*N}qvt!L!- zkdg~sn#;&#ke5g}&1K{oNE5`Am75`55mQ#~hWK%BIe8f3&obrYSu4?5ro2o?GYh_l zNLxM=>wUv=v+oe=UXotD0;L;jg7Q83Exhp>XT2CbvU|Q9WEj`>7^7RdoBwPU&%5 z^?;nA{>RAx$gCNz?NpP;A@5P$;4dRolUXXc{d|Hltu9MJDxtPim-Qe?@tE!qO~1}P zKy~>eq$%|q2SS!}5bhKB{8dB#YbBbgs3~L5@~Nu6zr^eFE>NuIvNxeL_7s5aRoUdU80#_X+jo zScvZv>dUDR?h|EF7sGP($#xVuSK<`g)9hpmE<0kMGINRO4R?flr62eF)hzk zzAD>6c>bB^QeKnYAQ|cO%5A5W91SU#g}%r~b-uNn3K>NI$FnQ1%Mn%hxDtcykGOH~ z8*;prXr82v+>RLj781AjwldR;ZmVSK6ZpGJZDnJK?>E}X0TADBw3A7Y(Y4*EyPezs z*+lJ~_uNjVdCBFoAHlYh86iV4ifboxK>Yjp+sixdp2c95kYi%9sc zYX?~gvWe2eF&*Vgko_ba(^1xj_$#tEWn+lHB70MIhxoeMN%n^Ly4p!5LVR8AEQdjS zUF|H#K>SF!i<}JcBjGOcbI9pmU0v-e=RmHLa6RlQ7eRbI>?T)0d_C+Y*IJ3{VRyL| z;_G2|x!+1u58slhs@l?t&wafuGg*mZ-j*X>jBaqs^=$9RiI7$#+_SwSXF&XS4137g z5dR&+9&!OhHJ~e!NmL$ksgEIf*ve|ixpgi#ddf|ZRO?-C^pv|G{}y*Kz2qUtBPCo+ zFL?^$bF8;K5AiwHTV99o*U%oPUw=>Dh49zVp0*;Z-Jd^wo>q3^n<|2nafI)!g2CT7ZXq6csU<2K853@sO|QADW^-} z1ep%<}|s~O0s?K zuMOq%bh!$`Gm~#x*$(k(o+0-`e41y-Q&yrh&y-E-+FXsN`7_zdO7!cW$v!S7{)Fu3 zav;R-`Exk}Tlsb|O9u7s-}4tzTZ#7kg)Hl0;!m4?DW8M*r%k_<)gj`bE7PxJJ;);@ zT&7>i=8!sd+?Z{)d;`*gg!{4CvWJ!E*uR$dTul7fzmcjwr+HA23Z60PK!D^n2TYwve5PXpd_^sdEuvIE3l+0B!StelBe-b;P>D0&7% z-a`zpYwAboSs>Fibo=2|OoK_jmszZwiLHN`YB$M3*#9DU*u6M$-%XsV|F#vDw&zu6^)jI7Y@_N zlVVoMqE56J6$_4&td?c0L|0p@WqAm%S#mKiKzPm4?{=%2*w2&4gWwX$8rc9+j^w(P zmXHsQ(z8t@DY7kupLI_42}@Ti(VC^TvM0o^Sz0UmLwL=Sp{>@*ArM}(l*!5{$f@+M z9fc*Zh z`>l<#3gik2*ZGaI7G$7wGm4vJL&#VXo_X6OUxo0B)UyTY4c)RGWG+d5O7mvf4f64R zT3JN0MfQSxNmA0v0LU_GP31|p%At^TBrjPR4H-eB?s_D@%1O9E~xdpPEbY|uPoXpM?(C{qJ44_BrlEWcvQJx(ht#}b;9=&2jol}6ZJ?3tCY2i}ndz*u@jg_d^IwYr9NefQ zq-n{&H6i$YAFWcMt&YkpR+58d%jiv6B**0YkO!zW@lzznc*=L(4tn@A4+39SQH}tPEb` zJ=2?1YDN<%7hl0Re}$Q8<;!zAZq56Gt0lsb|>avg+w zw!dksOY&C;_iW*0mVH)|_1{L>{cg$j5a0XVlHDP`_xoG+hWOs^ZLJL;frGLWcHpJ>)%k6f%Q^d&qn8cgUkuTk_JL19b^fn54LsTad4~Mv=r+ z(Aw3F)w%-y5e^1+7HAaj5pa!M~NL%WQJr zKNadUq#nuZv}d8NT8UP(2$jE$-O4@-!@Y!1#UOqzPN)iypNyN=l4<~?8IAdQE2-8% z3Q}*xeYjLxAZ2J?kgo!iYTefT)}HcCw0aAYv62&`W?A>TZs)domhL|Be$uG9 zkQn^~OIlU9y^G0@>x*=%3gm+#F6IHX9WuV8lLyuEj&7?Bg`A{U+aa5aJISC`M8Xej4J1wZa?prb8DY6se+IJxF&j7weIX<2Ig>EWma!N_+4Lo6pyGx$T3PY zuc6AKMnYy#7utnNFsqtpB`U$}>c{`cyA+dM?RKKMUGP_Oa;n3SN_3WSatc!XF)!z> zBA(7vgfrZKY3irEj&+R=L$l$PJPot(>Ui!EH-pR_NUbK=J z%%Cv@=V~4`2vR4nlPA?&$jZV_o>Eo2x%BKS;Uup*0@+^CNj`N8k{#uqUuEjqmd{ zH>``ODv*hkE|#Kd2;^;&pDD+RsqdTw`#ZUDOL4W@N|GLW+>NM6BYN2vt4Zz-cLL0+Mj!ctb*-ygbv6odQ zNO_uF;cJJgDhH$%36J@!swW{|opJlArV2rpknn!0snU>*B)p&MsuJWF3Gb)6s%j<5 z)f%ekd-orEO;yE8G;>l@jk6Lx1651Shg7Hb!B0iKqP9RrQSD=?tpA=RB0Ls{kJVQ zRh6tn<<(Smb20Imu4bwi#Lsj!Qv)Er_BK~M>f&>Xuf5IHXo!DCwT1cw;-67%p=Mc$ zQrJ=zdH?tf=we6Ojd5Z_K;Q*E%7Z>O!)eisw(0a~l$R-#_L zwJP|5`z?Pp`nu{4@mHg-s}&HRo;Osx{%$M(Y-t-c6yl$DZ>wfO{Il)t)Ix}V{=L20 zVr5;d`9!+*>_B$|Rh9v~=j5Qw8}6M39aTw42gsYM4rJ$R?!4Sdb+Qs&qjgeUAv}x4 z&(w5MJt6)X`A(|8+mC%l{y4RZ&T0sRR|uT3G79qHUALbuY7&H3jB`)YMa_gfTHn3* zpsV^CQkaC_d(c&V54l&^z4xG-S_a8j#J%^Rn_2@ooZaNgkj zmO2c1l!Rm6Ql}vWKXfr~s|%3QBpma$x&e84g^PJd{R?SK!ZGhCm1xUCw?|A5^&q4- zVtS}7kUC3TFZ!;^1!+UVz396tKja*>PVQ-Ys$!6TNjRpbDhJ7Vz{T`Z&qIoka7-^% z1Cse^7t>qShdfEbF}+m_h#2CI>pj&5l8uCq>pj&4qK3MdKI&Z`L&7nA)CZ7R``v6| zUzH45K*GP(SB->p%Hh(}PfdjMA>o*QY6fInR*In-^}d=7`Ih9Wl?9L;$iolRQph>v z;Rk9pO7yTyCzIfCj8XkGf0g{wzVbR+a#&^R-#c;l3EJ!vucCYDu|y| z8>}`#ic(GC@lUea1t~}8NiLls>M-QZr(DcXb=FGMXAV;(sl2&=_G6n5RRxIeGe1;S ztwg=?aJ9n4#E)WxNupAjl708z)(?_wig!to{q}oFKaZOU)twhK5iMrup;`uyT{rmqU*Kn5` z{r2A@pLBQ^8q$k?CB_G<6x`-|jw5-GhjQ?$@U)HNureW)f}}(^Y23 z%MIMOm1n4&kY*(OZRHs%FT}qkex@n{@o$Nrsmefn&VQyVLwwGErm9&<(!cMgyD(Iy zpR2l%TO`@6w6GGD&McK=B{4Wf$IW%@3swIkK8nPkAdNb?y??1%Sc%%jSE{F#s4dS{ zA3%J1W~-st%D1?$)weDtUK74iORPk9|G!a%KEA&u%u%meN!BCUyPkHgY6qD>!sRtr zy$kXA^R0Rx;?wi38fqmv_V3iUE+(Fyd1{H3==&-2)N>eD20nvOS*T+<>gcOgKB3b zO5u-cfR(7cmZ+f+|LaTCIBez1YpGi5V&cEPOr=KApvO4MhrRM!#X*9fgtnZ~-U{JU^h zs$&q}+pJXgAbuUuDpio~Q*y5Q@7=6c-K|7dktu39V#Z{2&s?unryxbLxH~oLRAuU$ zct0I$yY=(y757%OLL~T|&XD_PrfY-x(@K&qu+H^1o77dem99v_HGGr0gP0yT6Kz&z z0`DhT?>WRka}gD-7FILx}$h!#4FQ#D7g@yJ`pVUz6FcxKk;;&D4D1QIl zf5#F#)li79V>{J2D^Y9OrQW4;$$!uIyVX!DQA^pamb#eWji=n3f%mB0R@`&hk5ezY zR~>dSy7I%Wy!NU;Ak|5@y!I+H$)%9L`jnTp+NUx@_^VHatdxcfe$t&m_Nyw82_$?5 z*{?o@WNqlihX>RbkYXe}K0KhlgZRGXp!xygbK{^|X(h^yL+Z4PiMP1J>YkP8ZGMMU zj!*a~=qcl@?(A?xjk6Nv*ilt-GRH(uQyxa9quR_-A;Js|{A%j0ay29#`8T z(@wZi<#BZY;#ZlTP$wXMmFWp}8RBcpZ|WAr*OuQ@Y>G{xE^&jtjz~FwQW;21l9E>P zLh3e+1?5RjsUncJB+pqXVwl=K*vj{i=hO-p6EEdIRSIH!@As!Viv9Tdb6%Z+ z_&uLjm$8-K^99xB)BDqWQFXQwrTL;tb}{iZUs4}K{GKnVN!ZHo`Laqo?fyOgr7~HG z_WYMB>|)}3zM@J){GP9<%Gk>9`KnsvV&b`RO|7sJ&A?n!YC8XVv_jyzstoaSGS^iS z#LvlGSKA>zS8u2WGu(ds49rc{9pYzTZmIrOqPG!}(y&Vh6(dg^8x`VC!o0tAk zU1z#I`!_G$QIo7B2Cr?UyM@&M+*MnwMDH!UrylvtZWVt^VW1y__!*c$=YveV=dO2R zx~P>T{l^tI`ikjRkRJ3~JbsSp8IT`oZik=Oi|GrHPjI%1=~SQdue+x|s#0r;=>!PR z?Yv?oBgEhDPNlO${Qd4!IuE4OA=me&)&(IikZ|9dT9<sb7OkCgFEuO5Fjn=n=e^Sa*l4Cb91&*6%@bEO#+lCqkYi z;TWwygjB2T&ILw~fixuHbAi!QAX}*{_$iVE{W;_i2|q=Wpyxtfq|)J-G! z(LX^x%<0mTRr7UnJ~M;P{Q9lpy^BWm;4aitZFkkOv(hVRV(cL%B`G<8&$fLM(lv%g467>>~=)n*_ zhI~ZN$5u<*(mi^r;aT)0D@nod=5D4mn@;@=A4O994rVs}2xLw?=4mS_u`UnM%3<11 zHr>R<=;{gXD?-_ID@bD!{)$j`-O);l=~lw!Y7X54GHkai(;RvXq)uGsLq-+!TdjeN zeZ|XuNOy|iyA?Tft2ulWDTZfo`;KPW2bp@%)#n`g8iZ%y9(|Z&GR$>b{jku-8~Mt-)fST?;-DJq4^(@ z$MrJEha|JDtbuHzD{-Eg%&j*=_K@(*WNy71GUinm^MpPOnL)xaPw3N-`7K>c9(@7w z6A8!U(KjGfA9MBaN&PRRB?IiGtj)-$$IW;9 znN-BZylLa zIi@LAycE&fAvx$DIHsuXyx7H*&g`U^);~D;nU0I^JQmkktVDfp3Ej&|l&dB60Bpri z^zfcb>N}9dG$+hbO3(k%?RhrVOO)2-mpJKzV}C~1g#1#%ZB<4;xYWfgspzDvt_?Z# ztdnxO6(lu|y}YhNXI4J;hj8o_^m)ima!yZ0J#>YOQ8@NWI?qo|KBt*&KK5sIaVzdf zzn>BWm32EO@xJ#(-4){d-WPQ*$S+vO_>%4q*^G6JFX^EW|9-8P^(csczt+q86G*Ri zv0x?rdR0BsN}?V{vd+pki1DNMYWjP`_>pimy&N&V->9zFAjbC_)%6y{{6RgyR@!q7 zy&Ey9zN93h&t{(+?091Dh8$?}Vf`69`k ziE8TdkOv>4w@TWWCXh7rTdl41g_J293mRCN1}XhpEO^<QhsRMh^;XCp zs>OegVmSv{aommGYwC3L8=PZzssG@s?3%hLB&o6APY+1$2V=oOD&?AbBIIStvEQw% zfb2paUQ-9F-JXxNay@oUT?LZ4iQn^3$iCLTw(xtSI6e7Fx)Ebdot{dUlqIvm@A=dK{!Y{gylS{g7Jwz2r!7`|;=8n!1&hl;G&guE(yadsrD{-*$N0{?;}K zzwMBF_1ZdI%ljD=u%wyF(#lFwaGidgrH-ECM1M}_?u;aL^+L!ZlB`x%SfSZDw3K=} z1#*sr&sO#HR){Z)`g#v!9F-2o)YnHLzH}PsGmyemUb*PE8t6+9UtSIMO-Owz!NL^N zPzUQ={`eAXq&4Iy&ccm!2FNiwQa+nE)>$FvNcb$=Sm%cLQf^{rEx82qQn_=Qo9GgV z@#WrBmxr8c?T)>vt^)Bjp_#4;sYG>yuN|7{h7eyjn(LO3^Hf_Z&~Y`_?I6Ckw9s84 zX&X|%F@}yr_k#HP(^B_`RHftMG`G}4A-+bvsz*WiyP6#Hs{RDx>)300CWP<(y+G-C zP0zIwohw`E9WEw*ozhwd>$xlvgSm9A%x9w3y2Tb->+}*Ti|VwW*Y!9^3givF#S5jG zW7_C&tJ`Wjq^+)CB|0y+)03=3^Be8-Nh{IQRqeI@mG=|PuC&)JApR|L9druB&v9_G#XJY={p>OK?5Z{{K)Ge$Gwymk@IQr_ho^2&D*i;}E)TN{7q|ZYJ{zWaxO402$ zJu!X{CqI?YN%w>7q7ej3XT9Fapdb^iQsHZ~F8U-SLpvv3b+E&wkoR1Je!ZK{1MzQl zds`Q^k{EQp=H7Suj_!+?Ms(f8ztuy}g;ayQtB+Y3tfw7x{ZCJQ-b%FMrKi4xm>RU_ zW^`OV^-U|udhv(Ua%tsxPkj%*jbOVU*k^1Tu5Z@#9)omfZ zN9w1$KzxtXPxplQ9_fAk0mS!6@9QCuW360|^no4;@jcQ9dJ@F#wbx zF}_C{pcg=Vk2F9pgZLgPQLl#h9w||8wi2DK2I^f9-y;pwhatX48l+D_e2+9pUx4^A zTavyG@ng0m9qh8LAbu?~SU+hcn%_v)g&}^8{SaLS@{e(6w4u5mB}xA z-uI5yw-Dp+502K4?R9DP^ERV(O^83PG5Ug)LBWe{VgW~w)i)r2o$_)I@=9+ndY{X~ zKd29PTRml%>q zBpfqdH?Wdoif42&6Lb^ARBq_yXULF*SkQ;^d4gUCnM5+c$~K7q%JxLP58~IjPSnS( zBx`?$outn~{26wVz6tSX*iZC5h(E)Aq954L`LxdXGwfuY8RE~dll7BUqPs9tbRmeZ z2~%`wD@odaWqYcw1o2x&y@5sF`}8m8i~tray%EI{%p-Yb83;&-E0DKhn?jEGyAb z%+gtChKtT1@uT=c=du!|=L=m1;?whmu4g4m&zHIx#HZ&={f3n&Jzwcg5TBl}bPp?0 zdS+{$r~7YuzSfr!Le?P!D{8^gum4vLHglN=y&>4D^ae_(@P-! zxaR2ux(23^Rs8L*^L08aQO%sMABOmvIbY|5^ux$ufqn|Y-{KobN4h{)u@W7{_xfim zQMoVF>#VqESa@c8q2B&KF^hB_x(22e7o@93Yx!y3YLV`4B^nJb);W&ZqX_s;7JsMa z2VDljcd`c1mOtw55ME2nUl3TL%l~%&u`kt?AiM^c-(-wj+W_ekW#zcRqZm}%ZhtzH1B7b?hoNLz`UPjdMJd~0P|anmg`XvUIWZ;FPqk^LT6-^_eeFdVbR1L-@NeQ>ZL{(#s)TFS!){tk*#L zknrgAXT1f&U!dSL|Dtz8_zM)A=3n#?2!DZsV^-?Zko6=Svr=D#44&`Kr>pc0$P^Mj zpRUruNmpL}zUOLPn&uJsZ0^72utq-%shYvn@DyDY@+-NMF1wQhsnZzZZx8+4vOTzdTd(~Y_V#9vKp)Qcd#?QGJm&hb`fV*a-_>$z4^ z;`MNg-T?9SaH|gfbid{6;jeo81tFN_{f?EWPuQb- zLVUZ}qd$Q7cCkkfb^FnI=ecwDUcC}hxsez1m;J4H+u5u0LwwuWtBYB2_hB10qm?SU zEQIgFens_puYMlFYwWom?$gyFzJ2Y}^&!4}?bppAzJ2Z2Z6LmV9nhU2zI`3g??Qb0 zI;h`=`1W;BCqqUf4-e^&A=5~BuHcZK2=VL859{d=zs~%yo((B7#GO-)==qS^BwXi@ z=%o<97X7GR<@Ynx#T?a}AS2Sc{T$OfA)k`)evauw5Ru2l9M>lySx7kMxIPalu#svD zmBk5t4e}DncT^T9^j%2$P4spUiup~8D_qLS`U#T76!V*Y0Ma8JeS4Z>PU_5%5hN=p z=A?cM@+BQ9j~GwsypVMyJYqbhi$Z)qc3PK#_o3pfsP=ogkl*tf4fY)jc4-ulqyygZRGg4?P&dcWn56_c{F$BqOyH zp8q+gCqQyjOW~M5^)yH^5{~&(e+B8i#O2RDRC5Mv!}@=*do!tNJy_&azIf=?;)tbe85(!FBzXm1rb$Lr;VFYoZ%^JH+?T zH+72}F3pwdx%Z~t(gUm{#otkXTOYFG#%x3B_ipQx5FWGfTjFo)E0DgMV!@oT^zCGQ z8#0V!ffaMp)pOn0E#K3# z5#x{ap8m&*TLHL(N-!|tEly8Te1%(J@>q$Ueho}9h=2MuFs&edJzLClf%x@oF*6n7 zk2IB;1@T9k%6w}jI*Qb0lZ%NTMQDy&p|@#ajxjXt|K>DD<2qqxScz8dNweEZvQE9* zjbxNL3`tAEy_PbkA-v*_pIFi60)$uG@yZ!(ZdjrGxkm4sp&T>jUr5&LbUv|?vEf?tfT}Z#<^Le+@`FRLBX?>hn$Yw^r{cHXW!H2HUq6B>B`OA znJAC>5W=&~X(%`Hm~jwaI(dvq#rsLp$Hu!cNgk6Ka+`jg?+@lNd8`bM_u+X=f5aT^ z=$@&`V}@8s)cghulbyF3g_xucv0w`w>62y>VrG!=u|H{MT5(?`=Jh{MneQOJl%F!c zLU{g%&lh>kA&5U;ntdYSvv59>53;Ydi^*?FK~9lyOn%c4 z!Xp`8wOGKs4&jjuk17k8fe;?aaLm(YB!ovY9P_l92k|YppjiR&Ew`X~EOaTXL?y~; zE@bjTYLakz3Ynr1-}4tXWgxykENq^G_;XwlQw`$JaYal6D^V*bYTmPw7$ng3JJ&hyCqFdWsfTesn+qml2WFEl_c$JU1_rb z(hSF5+N8Lx?6=FgCX_Z?AigG)Hisa-l%FvtA-FXi&4B*d3;d6Nk7C0M}>^ZWTVX5S4}!Hltzq;D*a z1sSNFRy30#<_DVburkX^RDzXEqOnI2KkGefrdo-vvY$0)twbeQ*)&LS<>gDTvbhWK z{n&FRUm6$VpB#VQw6c;Iyw!+WKt6gyzM0`-^z*0OsNhAj!%C9g-o(}C7tLWv_S#-9 zLHOxjF69?Z+O)1Ll4&dMZC*5)Afrflbn&8j0^+YdUouZaIG=eA+f;@4S+zQ*pOrzu0LuAV^jme!dc^oQ z71uKtoY+;|d~M#qT!;9%f(GVaEA)ipS=akDG$w<~`SB-Q2{tqtAk#=V=Np=Akm+cM>~9sp!AnQTmKMk_alY;7_?{F_Ez zH;+L^z3tvK@`fp7WpGe*FU`?rqnc-`Kpuy*HS?_`>lYTew$simfixlE5^QHyLE55} z+nbG$J}Bk(W+&uL>W%q~*1;Tv^djLiS_g9yvbi9|P&@5t{)Fr&;ZajZa}6@3kc)ZK z+<|;e!ZB|e@vy6Pw~o6vmUJ@dAPJm88XtBtnIZW}_^l?LO-@J!#B?@!A^y6lizx!} z*G*ka8OU#^UG42^Dnl-jaP94CszH3s>}Kjhe9i1;x2nUdYPhGU0t2f$JN7L zraPqVekZ-ncUF@0V(R(1CcI}3Lk?4!@>_AT700mQx$#vgl{#LpGCeS@bhY zAp=^ue16}of{Y^Je16|-vXZ2KdMFmWM)HB#3E4o>*2-ZkQCajiLv!%4N7okv%v38W z!D-{h^8?HlE9+t%={{^{+Rp&9$I6))pM_(zeWE$)wz9%GmT1yG%6ncH^Y>*2nyFUk z+d6c1*iAF?gUn$oDY5x4(_1G=2AjM&-B$f(xL;2;m90cyVoEkuAw8$NFEJ&Xx{$W} zs4f?vxf0V9(v{>LO7jr&I%H5IdfPL_3^i{;Mv!pKQ1cEX3#IVa7W7?m(-%^h_|fS{ zCQmMoNz(IfP#v5=>k7=9R+9B~%AaABo{{ElNH~+u7giD>H{PQ!&ytKX!yqwgDPNF` zHe(>gN%(4gjF}91nS@*S81p$KEn>!+IgrN?GuAAE{5{{bopELbL@jV_XPj9J@uSM| zW-G*B7mPRitwc3*f@$_RAA3|YCz{u-BnF!)y_|;=O%E&4xMh-AX(h_lPfUZ{HlJgD zd^p+6bz<+rd`G!D#ax4=FCGgPQ~pdfd7f~k!=s(G6!WQB3E}%P%Sfh~%6V)GgAVuH zmszHp-c|+$!#mJ*Rly*bVJ1O(w{tSntgy09U*i6mdZf?H9V;nzM8w~b|I8G9(*C;U z5m8qw?XA$;>ZsgTQVKse-K-?X-#-1h=>_rcU;W%9L-<_4qm)_ZV+fxMcq}^0OoW)p z?ko0RnCXxlB>d}NnAs3MU+}%iFU@=ipD*}cFWe3T1nRa`vvpOVu=5K!F=;G#J7tDW*x-0iv?!8l_-VZn@0KVQN&ZY(9loQpLOZ{ z6-OlgiX#<Z`gb`QKV(UbTCU)*CN2y&?W;Yq6PNh1UPP?#_chnE8+{RHOKs=m&Gc z${FL+^Mm;V;?whkxnd>yBI=LkHpGvJel)2IxboUb_Z@gVzr>`093kPe%o3ByN{Tu3 z6MemfTHI2T19F~Z8?}_B=1D7Oj6e2erVzv*`!Z9;Z53auw%lB|67@eTOzutrUTsc5d|9k9e?WX$tT9(0{!VC$xef7mLQ_oYBCag_ozS%=4aDCG zU28Hy{GGLRCI`gdSzBkGg!nsa>rEkuzq7X9l(7=k`3+`yG5hQBI=|7Zu@be)jb;lZ zJB=avYGRYw|36!8Hcu6|`5gF}8OuTSc#mlf;rlZD&c?l_ zBgDT6VXt``QmC7IxAQ*J2U3QF-(J4Y41$y@=VJDo;gIJ@IA*^Y2l0Kv0W%fi`-B7L z3oA+b=8YgYNIl6x^DQLpO}hJSWiw>pJi4kSIb?Q0#*kdFa@a~#pAVa`6qiMGy>rA& zD9w_rFQ0PxeAG;Xgs17b657vE^A+TW6Yk3Qn3)IJOmc@}j+rHpEVLDu*KxBFk{|my zZZ<-WV?QU%4#*Yk=Y%=vB;MkFGrw7hX6Jr0S)SoErv$$3{ATJweA_u`23bkczOJ4! zYpg`?%{XN?Lwt=oWp+b+>6|u)A-;4@o6}aJ(m7);Kz!+(F=@(h3X}Bsi*$!&8s&(| z2w6aqV5Jzum*81b7UE0rta%=?V>^xcX{$d>b;wzgN31lk5|#2fv%yMq2Km!$|9_Ic ztjj~6V}F_gRuY5v(c7Fi6|D>k%6D`<+Xd4UvX4fU+}B++Jt5s`g03)>xspX;E4@H$=j5$m3YaEEAeM%PEXTXewcrm1u;f z6Z%)Sc^JPJU=oH}Nz$6mJ3P)b2|KJrclu1i0f;|anS`@$Kk*S`LPD7rZ2rX4oF<`$ zm1vZbCZPeOI{gk`DWpwk^*>vsOIT?odM|pqgtS#`n&a>9{Xf?3Jj> zwf0_X?K#Ik-{1H3o7c-fZ)@-8dG^}R^*rmGP_1$jEk;L)WObHg9eq}7RLA<*%3qVD zs6JNwXSFG6h?8ikuI@LUQq)W9*U+ zRjRg?)W|Q};XBBo)zzvK$zhRKNSe^Hu2$(*hQ6lPd z%_dnypVbysUsJ0s^jU3DwUlCt($!8el}l2yue+NlrVd$gZxYsly`Y%-g9P6seAvoA zB&CYGR>jpNl3PLW+NQV)8`#l^@h5%PsNy92N#8Z99Es}e=Ge8W3duDf*w3}97Ri=v zF6KH_k0cKSW3E#zNb2l$>r+CtCwUA6V@jy!NLIshb)3)Fs~1VOf?&+`DwSkq#Kn|U z?~rT)!I+Y2EXjZHE-3a>N=+mw0vW`ZQtB6y>C4sBN;?uh+T5hN zknqvwCe_o5Kib@^GOW1$6h8$ntFlN|!m$v~jOElqlAGZ(XeXOUUV#6{BT_lFrZH|s zYUBid1_FC`d9{(mz-LV;71T~E{)kjj{cUAv?1!!JoC%(9R8s$uYz6tuO2H;>e0aNV zQ6UL$*DdN=D}K9fRUMkyR&qqDte&>wmtI-D;bP=_sH&(m67IQ*N~c!*KK5;DQ}g(q zZ&$ml_?~Z9#ap;_zGrJR@^L17SA)8N+g?@OMZ()&RXsqhc-!w(50mg3 z-l>{d@!MWajcygchSgP;6~Bhn)j})&8xikP+g+>J$MA#!?}_eK`$?vQ;62gZ>Nk=% zDW--xMKX$FYN+!hcrQ~3THT|rZ0$w^?`5vCqDgqWYO10nyj?X_87qFf?o~gwjo+^O z)Fvx_yY5ph+hL5~u3Bog6@Ny%Uwuu&XSDm(N)mpy^MG1QQu!&j4?duFk^KIa` zDv#tm2!6|MZS@xkZ+jheo`ko(jweO6K<)9ATPOI7)4?Ac!5HSOz_lX|1v-W*%K{v{BPY_|CVDT5ZMO`LIHJ+qB$eUIclJJOiRXHR)VqMi5lDFW=z}wL3X|;i50?4~oc3APF z`i%OOgh%xmb&bAVpzA&TMW0KHXHk~Q_+TMfNccaDL(5`5;+TlFUSfu1?^R)Kj)npRB!tbNzlJFINAGLwxOQ?sye*UNSkSqbge*UK}k~FUw zjf{r%c~J$=+wqA#1v1{stt32qUsCswVDP`l!bdqKFIC)bYBdL6clT`I;AJ-~Y z%gJE1iR9r2oD5N||A#St{~D_LSQ!%GJ>@Mml7#n^G&RkNe**KiT4BZQDR{IQrgBO6 z3Cu8+=UT}Vm|^NP2|s}urW(J9>ysAaCou1*RwVoc<{j0Eghzh3>PEsNKV0>(;zxdj z`oP7=y~9ZLl@T$u6j31NlHbOfnVZJ1b2|uzK-(kTI$a zNnMcDRyvdLcfEe7o+aV$di_xSkA%PLb*$=7!r%2eRt+ZM?|L1lhLiAjy^d3vB!67* z?!?Ed2_)x1a5ToN$t2JH4!_t8YdAs8BzXm7vz7TI{GG8`YB33aXKa>QMZ&djAE|XD zT>JKs+GfSix{p=tbvvJB)_tOk75@zF6LlR4SC&mwHRa*eHBDAMt)xZnqe{ui>LkfyBFzTiI;Td8w{>-7lhxZ+;9JY! zGnbn11mSa)PQq`wf3E%`+5fIPH+`X!2HI_pod&^k$`>lMGBkGWJJHB482PEHILWOb zzgj6xt$6RArYex|-aSp-Va1R0bT!Jw$T-hXA6rR{%!czDKFye+z9Siajgy%w*NWe} zXQ^x7z;*V=!`bS45`N!ij>;q9&&0n}kwLB%e*!*N9U*uEZ@L(+X#PsoA>lgc zY}LVud^^E>^&|;@Za!aiC*jY{=c_(e(qfMua&N_atzIQ*0fL{Kf2~qU8aH=uyev@f zkaPsWH(nN~_es9G&Aq$3P>m;91%mJHE>xe9;Ai4fp}ON6HG>2{6F&+W{6=My;Ai3( z^Q~G$f}e?F%(rSK304{7bBXWNS`z%MAD>Hnr?y$~Sze@?46!pxvbF+4ZES9e(P zcjC)cUy9+`vO=Yk@N8MBUQKiT@N8M7vPpQh{Gis8@N8MFj#){IEQ2!$KBHcvlHRuC z6S-gH29l~G_gGmKiGAa~O>2!BN^%C?Fu|vVKdSXs;OTcOcLexJ#fD+esgX7igKv4Q zRc);JcRbdrCrEg%u2oNw@LXN1p10!8MAdJDw-VJ$BzPwJ8|KD3HNcAhW$>TXP!j%S z@SoMYB>2nV??FH7)dwW_%itHFpY`fvl4tuzBgdLT-J|-PWGKi5IOlFqbFBD%XQNs` z!u!rfl|#b&&M#^;3GX|xjDx z*skue;`hNF>e~@^>9P;*RNq_i``}LX6A7QucBx-T_>8to?IO7e_EUWRyjztX>E_s@ zh1{OITUE5;kH&jcjupQz?^RXb#a4b_-lrOo@SeL*jkS^y`TK=vM1KNR{A!1bkt6M| zYPS_PGp~l2U)4bpoSD~I`GbV7Z4Rh2Bz$diKwTmU*F+;_pjDnK^q$LCNs#hZij(|x z*xi2}R5y@BY2**8DkN{wTil1#T_j`ZE$&0A9!Uu}uHt>%VbzGFA_!*ruxd}jSw5n= zl5m!fs254Pu5;^iRJ}&h69oG?s@@?vSIvE*`kTriQPo|Y!f$FK$vPP4DzK%$tEnVA zK&n|;K$6thUDF;@OG&N+!P$FEttPp9pF2AoSL;b01i`bzakZT!xYBL=A8J3z^&q&; zf2iL`=05KBloRR{$r2D;)(Lf`M=axB=|ir8rJzQwTJ}w0=#ZHt=go!{i5!5Zol|jb++R7 zi!*8f34fyTk1C&Gw?dYFR^4VLHF6-y^>bF$u;TkUr&^M5KmV$W3H_W`1>bk;!~L9B z$yR(n7gQxHX|Y@3suE}Bf2t};H4x0sf2tO>;$>Y_$(ix%d`Vqn#r@_Kp3N_*GFJSu zB0&q+DpmzA05A}D}x)X_+?!gRIuWgRUqi>TE%u2 zbWbyqf@ev71Hq>mNx`esikDR|xaouVWfcl;vEr9iD5z$|FDn-Gbgg7rg@e8%ysW~( zP-?}?Qo(Iw;+GW!cU$qx3WC~J{IYcLq-$k=Me$zPPm2WINwChhj+Ixb6)!6cZu&5O zS;;|FD}GtY!M#@evP|%V76090DM3#X{%*09V5=4X-C`-hUJ_g%{BE(7;G`A5$6Xa{ z9~-|uR|iL|xL;?(`EzyfCkg&K8}464g978Qm0!bRL1!yzvHG3d@vwOCEJ@9z2oE8@Vek3D}D{H3mRGRtx5!E5?Wm!T%=YH z!jS~G>-wP3g!ru}8I&dAe3c5;S@BO?ZwR(n@yCQ4f_(|CN(aNU;@7!M@V*uJE(=cUHJXr}3PJmPtzHDVH5g!JRg`0@1hI*BRHH+VMk50trfRUp ziW|d`Ak~9?Rt`n`o`NSLAa@5{Ct<5Y(ROgv{V~Wr!JAgnV)*;6(?RYFhLP~MINlee zQ!DQ0zF=cQKlcYGTq`-M*9p!hw5k(y_%wd$4+V3q_`KKW(I_(c+i2uVSRXI*M#6Q= zxct%u*7@tWn1LY6;sk#sXG5IS=mo!~7bh=&7LDwVlX*MgC>ke^!PWbB@8?^3(o;{v z@f$`{)-b7RJGdUn-zo{m`3y({-mWAbLob|*M~cD(GY-HB$B_ zSAEtd=w>A?g5!gEZxf8pCk>%hn_!g{H+ykZ+Xkm82FI`|#Iz0Se2&Y4Z;kE~jkE`8 z7d&faMRfNu_=YDqLbeM|T1ktvfcI@MgYANUtsIJSPTK|g3+(4mlyllHm}(`}KJ)AX zJ+}|OBN^Pp9gW)u>s+hCJXhNXTPS8J%--&{)n1C>dDtO1Ou}=uLvX?h)U6+e8aimz zA^3-+z>#R=6)Tacb`1;jp3*UhSxJk{fqmx& zo(yiGnBK5AWkJl7K{blu{i}0uAH}3Y%v6Z!9Mq#2-cz~+jVPuw>^ncfzSAXWMKQd` zJr#7cGBh?4_Q7wUpQnOu6vO*q*Ps{0d=GnN;X5LcuE8r-pe7V%9bQ>I9SkBF2ZHCp zr-NZ6iz)BV1nDGeK`KNdk!ON&Bz%qCEto{Y*Vx^HnO6K!y?e01#mKSl*KE zN?MHX(Ow9ek?=j*3qd=QZ{git9G_l67m`&VI6l3CK34p8^$wn!flK#C<32%OE2(fz z?6#{Bf<4Sc{>@EDA^dUm#{wFq0&OBt6KpG9)$tj!`=xCL<{MCH6cd zHj3o^prw@+5&o^-%-~BaX_3ES+ws={GK0TJQlV$OtIZ6G&c%LGBc~*$jg=vh`Om`B z7g$zi@DfRSHz%WmbP_xlV9W=>5$b0Rtj`gUF+u%#*mIhk9mWQYN$^)(|Av^cL2D8| zUyKVnk$eDW5Zo)r1>H&b=r=y-O~OaN@xfq{{-xbB&k4bBk|7}YjS3TjOp>2Bxu+Rf z!32`yAO_YoE0|2eN63$YnIwFK{3w`Dk^>`#zx45Ou$W{62>#N?$H6KRJj+~wE&U`| zM}lXWLX%LolJJpsVz8HlkF*nmBUVyl)8M#)N3BUg(XVX2Vjbb^;G_;o1CXns=Sjgn zEB-h(DM-q;xsc=Yr$HGj@a^2tE6#*ZgIXj(C3piD`uQ}-BKZ&UfcIaY1>ca=hY>}Y z9IUqDk2X_+|Exf5ARTEx50d7)nZQTd&x4{?{2G1{eBokb4W|ZkE|YcCil6FF4USkz zjoeD_qE8FXQw+b!Gd(EsH7?!n7c+u~t)xbBUvgJFGlFMHn!rFN1C*e0A|<(8r3; z#oVChLR`Z!k?_w*c|oIZti(pOgkSgt$qt5*3=}E(t&3?YGM1#1$kU5l&%5Wq zFGJaW29SKzJsN2SGC!C}lF}_2=>oDK*hTUi$crG~1Zpw%lNRIO${+& z6~A4Jg842+=Gfw3v6WQ#)Xm+SFAi2Gv|180U1FCdt(FFDtoS?Dr9o#aepxxe;e=Mp zf)fd?mIY@MT74f3S{lEs<-yxl{IZq@=~n!*Rs`4N#J5@*l(ynqtqdw!@vT+`a}rwp z5G+V&^+S;3TE!ypSrXnUtPXPXwZdcO>R_{LWyfa-WM@sV*UFgK?&VN#1@cpH#LB8j zjTE=12KQST6Wa;b^Y25ewZS7KKa>0%bhNT6(iF}hSSz$4 zc!neg-n=>hN2CqGOI8j=P_m$(jllpH6GfQ{@=Gv+Bns<*zpAz=$h0!lZpF`5vaI+k ztIa{X@9j9pxFU6P(8Wq>?Bo6J46-?R&c)b%aD27|eXaOy-x}n&R5*+rBF(Y2}dJ(r=*E?x4CAzZH9eU#zT<=zj@!R!l&~Qb3PJay^x8ko?XpB10e!$E%%>RcZ7VLP+o9EwAl=2-Ej~iQsOEnFE5K{+|fySn;EJG8k!PMU?lHlfh3`+^DXH_4zZ{ zN`j+`@>g(-`r+B~chKaA_}TJz(7}lv!PrDd98ux=- zrLX+)3K)k~Q5+5Yo#Lx?V8x9_s+FQv{Ad)_C#<+_$Lsl``l6EDLdDjLCM}UQR#C{nUadZ_uioZccJN$UrOYo!BiM3Q}JGk7Bszin>3^ z#QAXTR~x>2R;QBSH=sJn%-7FI=%=FoG@+kLdirHDFQHW>y)2((LO-|YJqfL<=tCs< zOQtwCs^~vR#=x_JkDyf*eI{Q&pIRxr_6iy2*&tQ*HTh%_$X)u@e6kMYUftG-{9<)& z-I;`cd%CuMmV~czYwJEF{M*yD^{XWOOVhRWn@;S={|d{ht@VDbO)>ZPgx*1{`>$~!`!t-fkU5{e;TWFf-M)_j! zYNv^APcZ}X+}XUT?wSzORKG|uU+i}=&Gc*eV(^JaGo4N`{QSAO9!tW{pPTDRB=|fW z@77!BX;%CZpoL!GV(hl#rzb7+T582Tx6+$QxaU@S4+%eMZ>r=QMjpop-xh150}@_V8+|niFRP6%Nm3M^KjXX2ZFO0an?P_>+v+ML^*(TSzU}l~ zBrQR@!-%!h5E!|Vj{LtvzMddi6;0pjK1=E#G6JL$WZ6q9NHvg7m-X|cw8DPyj=qZs z_H!?^dP;=*dFHZyx=9SL&$A-DK3=$==WGmqg4rF8nGIlB&$ASH9geF_KzfP{SQ1T; z9&Hol2{<>!w<=vPv7deG;FG1eo|nN>J|_>@kv|mW_35b_x?Dsa-Uy=(tzOX2k>Iai zb_MCB`@2?!d7XRf!6dxSz4ZtZUgzF=GzqVBZ~YMouXAtxISH?GZ#{>E*SWV|XvJL> z;JLE5&apBkhOK(S8ur$?B-qLc&Zzt&-&@9c58M;H2(9{v{8KhjW>iU(g?A>(*t-+u zxqB1kwKnjiB5qlIS0%<=RUt8E-sVK<4cispPf_^%>(#iPUptg2c&3hz(eMdxyi7<= zl!K2a%Ck9%vh4aqDSS4P&~vk9iCbFtveCHxveEdneBzekuU5uy`>7p?J%4p`VoXvC zmThiE$(-+_E3e06U23GmR79xBXpte*}@ zc#iecMM-#$_0y$Dc#iec?;+ti)=xi3!gH*jZbHIyte7n!gH*j{+fj6SU$Y3D2>9`l1zojOwS0Y{U$XiQ!E66y`=h zeH{tT1SjQ4a3(mZN`f=N$^9fa6P!Fkf-}KMD-xUuPP&ocOmOlF3C;v3!$@!@I2lKR zd7o<6c{&N^-N|<(n0F_+B$#(6yGbzbPW~XlygRu>f_ZmhesLp)d3SOn3Fh6&og|od zx6TicVBVcPN`iTJ(wYSG?&K*F%)66bB$#(6uaRKhourXq-km^-;m@Dn`^hU@aKG4VM+}du`H!n_#2rNsLChc#+za9b_kwuAy&zt2 zFNha>7yVdV&ktWFH&jlHx$82ya0EUXi0kKy5{a#_vLimG_+>GR;r=u}rsieqQy6j) zA9MGw(a5Q|r8i8Jq(DU@XKlZv67WE&+-FS6o4IU1&K*oOVAl262j>B>&*bL`^K>K*+N3Eoqd0vWESSaHv> zZ?>|*N}7F6f^j4CE-U`*Fhbw49hc?L4kL9fD`}C34@4ukKtCh(Sduo7i)tY6>OV>F z>`)8jJza1I_LCMl3S(FwWR$+%%AqLdD_!5^#NLVH?9I>*knmoRp&O9!UXY=ik?>xS zq1%!0UXY=mvI4*V^_`nh8TxsO;rX1Q`;zc{&d>u%cs^(7G!mZA8F~~6&*uz1mW1bX zhMq*i^EpG$AmRC(p|eSNK4<8~B)sQl=v5@VpJwQvNqAq*(A!9O&&|;Lt@tcw=<`;_ z*wJVLxyaCkc4BtM#Bem6Tup+b;iNPPj)s$4NpLir)F8ppa8j29N5e@|5*!UD?MZMn zTH5vLPJ*N11Xd6J{IzI?93k<_;R$HxpsA8tHKlEO|btTmURd!0pr(abhcV_W$<4GorYqKaNk0;so!G z<3|Ipn&M?ePk1Kt|G5=jYsL42*IMy{*IMy{*IMy{*IMy{*IMy{*IMy{*IMy{*IMy{ z*IMy{*IMz?tX1M{dFnEG{W5tOjvI0P*fai6JBBaWu*>qy09<&%dXW~N?2vW<@Ov-H7y@)*R- z(gpL}(l^o3c($&PPg+9EY~7ILHJF(lLFVWlBzM6)><03s9!~Ni%(~tnbM*|8ZFGd3 zr*reks}M6!A14_`$AqtRc+ibJURB~T;VWI;iM^`C<3_f=pMx69m5(!@?Wa|MWe4UW3-y-4TVYYscgpY^W`a=>v z9%k!_Bz$#|t*2VqU%2{acZAH=b4mVP$?N_Gk*$}L+(B0t**cfx_aC^`W|E_y zxT}k7y_;m+CSKMdlCiR^6C_n+S!YR>(A7n@jvm5%?JxWsU0q~rMe-5Nx@>(F$#-;h zk*%-i7+HE*k{+`3DkSG$<~6*VWVkH7Hc1UxdP9LOcDBAH&6^EI8M1ML^t zdLGF%+MBZVw% z-pJPHNLtYKMz+4m-->eh#Q+bMWVXhwo}98Nlt;NI<|Hwo_DPEtv5?{<<&f_t}DQ%|umMM&`2;?}1$ z2_9RVR3*V+pDVxCqpYMw?tyKe0o(Pp{)D6)$pSsc^;4MFXQ5t5!t1k8FC*dgS*U*`;q_Ul zf3f0c%R>FDl`-}`y=++eLVbb+dvV6Xb!q@l^`Yl)L@q|) z8Gf7`zK|F*vU{S;Jeb(3S{r!sAJ-4wCB@6m@`-|Xqwz6#FS9DHp9*l57cWoX42g^R z`7e0qJx<2#OpMtI=hOIB$@N*TwPWb##y7gB6+bt=)%~obMJB=fY#U)&-|Ar`g}1=( z1%Z60caz)(pC#piEYhb)cEcL}4zgHZ@f+srP+`u+5*?6mE|%z`B%F&Sx)cfLVu>zK z!ns(YZzthgEYbIna4weU2T3>=OZ1~8oQoy81qtV3iSEELl#3<08wuxPiS9$fxmcoK zBH>&t(E~_07fbY8B%F&S`aLUtzgVI_vN9%yBX%0baEYEqf+OZ+J_(MPlVv10VouhQ z;D|X%+*6jwe!-t5EfvA%KmWqgz2J3Syx?_Ryx?_Ryx?_Ryj%z8!N}+Nd%hLUgYnV= z&V%t%4bFq{k_6|$csX2)WxL&Wf5*C1AGG4{SeNSKBz(uZRG+ot?~-zKz29;6`n#kY z{e~6yY`Gw8#WFpd1n-himg|qL_`9T)`UetzYkH;L?8M$B8ECai2gh((?j7lCKz`6y zTXAJP&hqT@s#$xw;Vv&%<2Z%8DPuT;1Esm>6!?-7p%t`gIcAE+=o3;C4C5 zB*E=+@(BrUmy;PJxLr;l#h7JzyDwMvxG^>0y?8j|uNA>_LA?BXSqvVLYQZ}DR(NKN zZ-w7P_fTBSx-E$@_)T=K)dIWDe&1QEms?4T&4qsODa2a+6UlcV_!MHT-bC^r^n)?$ z^e&P@`&`UAeURiLEFEKh*2hVTY;`d|>$6t;KDb`j`y+lIT(5JjxP7o8Y}W?8jRf~W zlwb5QD}Eo`tec#$`djW%KKP`S=t=Cy&!26& za6ahNOl%1XWdy+pXgFE$B zEBgz-Mss7Q-bWJ9{Mo6GlI)R~QzQ@2{Mo6`lZ>JHvr`xN6Ss7K;kL3qnq;!9Pf?QD zvOXoPjEUiVei^oFr@n;*=d+W0NN_$od6)#}^8nkbB?-=F7xNU!(-7mNABkVq5E8$v z3=+SrPe}Z-W|8=1eMjP#1q+2gzvu3h{j?Wc4GxBN-X(G+yfGCoW8wNRUOKIU&okp% z9jKQm*Vj)JeB&;@6&@ku1&@&Nf=9@B!6Rh6;1M!j@QNs2@JV~T;4|}h!Dr_2g3rw3 z1)rJ63x2X6C-&`{VRn4h*<83iZWPFFebS2GzxL>Qr*N+N{cEpoX2rdqIR;wo)nAg} z` z=INJ7cpm2IK_om6^Ykzho`-olgM{Z{o*qxa^Ds|;M#A$jPtPRbd6=i?lkhyu(@RKr z9_HyEtoS2so?d^MY`5axnOtB;{vZjCypumkaO9o*M}i~or0{9X@|YNoypv)iIPy+z zB*Bq)QpJgV3uUog`n?o``wqq&)DM&J`W)2FNqBt@>P{rQJ_q%4B)mQc^~)r@J_q$+ z5?-H!`aLJIJ_qH9w6%--R;5ECc_4W1_ENFB`_9k967v8^5{!#TQtN8&+k=mAOwuDH zM_Gz&xz3&6e-o+F*j2uG;dezul4ip`h~G=>rT&U&WCe`j@7zz)9fhNjH6X`Cnh%9H z#Bk@OzT6KIN3izi_0Dm*sFpjqBrMZlQku zl2(5&cUy5{roHP3iWedqzv_QLF7EG z&wnC!Q$H6)o~C{-iQEVM;AljOz(4p~m2?xWkC)=T-L^+1rUotR3Xz&aTn4cw-}Q68 zs>@&jk%0P15~)c26cnjM{S*>8ME%4>ZiIetoePURO#OJ75AP)7tWy$GoMHkmv@9*M zj+RwKB&DS5Clr|spUdEENft>SbZ=_PIzLETXCbv(l^}rcv%bQWgNqsB<5eZjKgK!EHamtRaT@cEvuYJ zNVB)R$RCttFOSoluOKl!pK)tgQRMrhQb=}LRIms7BR z#m8)-{ldqzqcf40CwC;adSgp2Z^D=dBxXB&N)<1;mr3bmi7^rQ zEFiws5_lT|=a29C0oX2-+On(x&$w1~M4os$QTFdll)>BF`1n?HcDSCs+(B#jp!9qc zK0&~xdnrN3-iIV+J!P=2$QuP*2J49oq~mIRk%h2-Vb5N4jcBAaWanXt`DnO{X&};x z_Vig{3EiguW24WDpHSHdHIr#;g3no z6!@h)TzVss>&qlcck0K-WWij;R*j`q5t=PtHc%@snRMiDBCYDs*`cXO-QKR}W+E@$ zmnf%boqbFfT4ygW)6%_sNimO0&u@%$J$q@k-et$jjnt2ql}laTn@c~(bDXpg`DmAu zmLh|waA@miP8d&BsdR!%pj-*Mrk9h+TZJ1wG~-UBj)9g)$olJFnhhc zz8k*X0i>O@`Va(j`h>{cbe#7xo{lYECj6M#sy-dneN3~-ZVkO;%x4MGXu#2qW19YVIauuBMv1czIKbNd5(Y$>0OXAW~`@%c_F!Da;Ko7S*Psw(@_JnKYr7m3m zV3xi7{bMxJ2>R(Nt$J>SJ8_VwMgHCBmi3It=8Z5@Af}s0d&pN8knSRy*^1R6Ra6U!pDRL0z56TN7TjAJ?(o3Y&4^DcEYp=>ai)LvLTh^;03bq2by}!sj>gRQlLvV)0m;oaH!MO>0 zenX@`%ng)5A|v5?4CPIcJ+#iLA~WIqjy(?+sj|$q8Y=Q4%ognDEs@?Z8YpQZH zsheL~(~*CQwAw}6?j@b>(LR@$mb9!dME-=M1TM?V2wIkx?R0LMDy=RJgx|n|nc!vr zR@cuoiKz+wV9#C}(9*q}qI(%HWnuorw`#pNv7bZqq{6rQldgZf45V|Mmuqfz{Y;lN z3}}vdnL;zu%l))>dnxypJ4$#7=vs7!^xU2@=w$}Ya4!{TeZ1U2S2A7>MBF;hl%6Zl zmU_8riyJX7$#iGuWjQTtmh{u$PuI%JoA6mAj=Yz-OWo4FdHcdp(g|c$oIC^aL!9&kSuIiz_6xi+|4}66>S*M3i1|t6_eJnIHOM-V?_gOtK0k|G zI0C=x3Nc<*!ZrUGko6KX9*$!lfou>N4&yu-WTVKJabAlpRhTosLM0@*3@ z4IF84eRhew)XB|NFS96Sx5PY2FS?Wjn3I%fVRGL?>*zl+SEW9BiDSLm2|T%+A9g)t7l!AWnNc*oyIhvX0MSh`s*b5?W!}+2F z^!%U54Y2Juf?O2A?WzcJN#yQ{(a7x}kr4jD->RfTK{RqVNL1t?TrJ-Za)rn{*GD7u zK&}*N2&4KKNCA;F_`IMwNRr5}J)@C!AO%I5!>2i&K?;dvz_xb>iHR(y{k^crFxuah zNWJ53{|ZC`IQI5}ezeHlzrnpSND-0mK?Z*$I*bQc474a4Sl)6ln&}h;W_Dh&*uGjgOc2o`E|6=*P>aBsX%aqz%pCm*5}< ze~;JARg|S5T!ZGHAH&DQENTOy>W5? zawbF~by$)nfUJrW%+6V8^`OL{6queUDIgEU#Z&^R8z=QZ>c>e(kOpz` z0>~qA@(xI&I2i-dIGkYL$ypV}^_dLPG@O=C=7KbfYqb=ld7S(UTiRNLXI;BE39?{M zU@7tw zp`QmJCQW1q^n>y?OOaaiEN+-cLy>GdqtaqGFNWu|&}vw?h~!?7$E>U*`Ld1s#_V^( zwIoYGMqdrzZxe1IxeD&%@H@1JhkHnF1i_f$;bD>maOHq8Bf=9TKY(D&i0~}Q!0%nm z$T0Hv6>zvoi@gVeF(bpmB+Y4k-VIYoI@9{R8uo_7bTAxv2Es`5)ebU2vBzMyKq=$`3a%p`s!d4_ZXniumP9%5G_`Dx>BdJZ} z^M2TyWGjtNX7~!pVOpQe@J*6WXnjV9!$`iQ^%)&zko;87eV_RU;W&~FAh_)xgrAaJ zS>MHs38#}32Emvy;a4PBCxzqlVfY=%eY9O4hAT+0P6}hjhPfn%K(L>&;bxLgC>P_x z-6T^f7vsW1Bwx_@j1T`HnM>m{KKzFymGU(qyhJhr1eY}-jGb|_rSUSiK3Sn5X$yie zS>bgg@4&qh{)qzr7u7vWDNg+h4BXJr$~^&l8CHQYr~jbf&T z2T2~Im}%j0lBX$VT6l)!2#wG5@FK}Y8lUN5p?}=mXiMWWBTOdgMdLFgyq2T}Y$@hq zW>|)#ISA%rW>|^jBnbZI%dD^}Nuj}Rd}f9Bk`#pVAl_Hb4j&>Z1%l%+naCB^2{@_zTG-cqa13vd`30U-w1stE6z(P21Jc#X5t6-~UCiR} zB*||e7_&G$M^e14TjwQV^qiaF6+m#EmxPLBD?GEp?OGaMMUn@CF-ybiN$@T1Oo+(| zZzjRFxO+oPPFR^__eS^zbXfYbusX>xkk_o-Pja!PTc7X4`Xn0eMsZo+hfPTMu5EeP znxqum$KfxPFAtw2;rqB1VRw@I;LZ-`&x)`Q$$#`I-pcS*l0r0pR)(o0i}tzuomJsG zB&$HMpH<=eB%9%R%ei!TsuqqX*$Z;X%4a0ge|2+ybvT1$0SM0d)nPWtQFvlj5RMXS z!bK!!L9~^XBzXS9in$-dwIq1{y3WcL5^MHiY#^>VrICr7=kW_dEDq1RKLvB-es; zx6+9u8TO`LAisp&NJ@b8wbGkp3Or}SWB8`<6_T$&@EE=+e3RsgpWrDd$mVbuNl}pZ ztYnZ3g*(j;K(>VANXCFnu<|L%yUSsQgKQ0_lVpKRwel57E7*!TAlt(4NVU;U$t1Af4|=iJf<|<-X4DxUoAlBn?4uU)~*FN78tki`f(2NYViWWA=o% zkl-;q4UQ6f!#hdv7@lF}J|}X--WS%T7{1!s7d}S9S3CQ{mLz<&vp?)W!dE-{!)L6x zv%^QQtY5=7D5m+Ja5ZEljpR9ynN~)T@GmL7!RY6|( zCCP&zc!tdjzp>)h=WAHj!7wMGpM&A*eDZ35F?*>W{w<^<;bD>!|H1P`xbi#_o*3Q(uyl+{uJQ~no}a>;Fy4K7yl)~6*Q+s zxPsLG)7{$g2oG1(4oB@wQm@lx|C_gUmE5;L!}lUqf&f~K+vSI~Ij3Ysbs!xc2QiEsst7p|c3!WA@L zxPrzDSI~Ij3K}n5LF0uhXuNO*jTf$<@xm1}UbuqB3s=y1;d&V_TvKzqj0RWG+#$jh zG*v~og2oG1(0Jhr8ZTTy&z82)kL_0rn(4M z(0Jhr8ZTTy2>?ib+-8ZTTyL zG+wxZ#tT=_c;O0~hhoM1x-VV;R>2ZM7V;+3s=y1;R>2Zr4?7uc;N~f zFI++Mn6%;wnnogALDN`-D`>oM1&tT3pz*>LG+wxZrit{-6*OMBg2oG1(0Jhrnx@hZ zSI{&Q;R>3^MYw{dxd>O#v=HG68ZTTy<7Ln~cdl$Ht+;}wl?YeRc;N~fFI+*>T3T@h zO&bxepz*>LG+wxZ#tT=_c;N~fFI++6g)3;ha0QJQuAuS46*OMBf~Ku(1y|5KA;J|j z?M1kPrlSZ~(0Jhr8ZTTy6DyI!WA@~l8cjY1x=^qQY2hK($ zTtU+*xd91R&~%bfoM1&tT3pm|GLaRtrWB3wZ;OoS_F-Vxyn znh_#gK{HZ>D`>oM1(H8siU6oX=GY9vN#YDA=_ zMnr0AM5e=82A_tF6Oo!45vi#Wk(wG2si_f>ni>(QsS&{nn)s!o*qR!Nk(wG2si_f> zni>(QsS%Ny8WE|f5s{i25vi#Wk(wG2si_f>ni>(QsS%Ny8WE|f5s{i25vi#Wk(wG2 zsi_f>ni>(QsS%Ny8WE|f5s{i25vi#Wk(wG2si_f>ni>(QsS)9~hNg%}O^t}u)QJ2E z#|@lOUx-Lejfm9Lh)7M1h}6`GNKK81)YOPbO^ry|&Tf6CiAYV2h}6`GNKK81)YOPb zO^t}u)QCt;jfm9Lh)7M1h}6`Gw1+1-II1&5q^3qhYHCEJrba|+YDA=_Mnr0AM5Lxh zL~3e8q^3qhYHCEJrba|+YDA=_Mnr0AM5LxhL~3e8q^3qhYHCEJrba|+YDA=_Mnr0A zM5LxhL~3e8q^3qhYHCEJrba|+YDA=_Mnr0AM5LxhL~3e8q^3qhYHCEJrba|+YDA=_ zMnr0AM5LxhL~3e8q^3qhYHCEJrba|+YDA=_Mg-qY#eL@+5vi#Wk(wG2si_f3qa&N| zM`~&$2F2FYh)7LMoYZ0HOW7aNKH-hdJ?IrNxncLH8sf< zFS?~mO-=G-5~-<4UQhDE&s0;BT>X-3B{en4eMzLICOL;hYHDEH;R9N@^Oc&Ku$~_4<+Hcn{&yzBwTm% zZ?Z{pt+?*yd~!C)>Tlh5_gzTdN3sRp{l;&i`!D$d3D@RaOdeX$^~1F}my%bIyh(L` z5fdxqVz^o-YMPO7wayi007+lS@;VsjD@_i`u|m z6PkMX70xj0xW*^h^daFIA7fUNaE(ujsjOWquJO6b^daFIpR3IxlEE+!55Q;?HL)VD z6<7TfGo4Ae>ZiDwNy1e>*Wl|{xQ0^obFBzh{dnQ3pX`MKx|>F3aX!Jio2KTce1dg1&CJ$(f^|2|&B1(vbvG@{$$Wx!H?2(ht8jb{*=ilE zyJ=_cCgHl94yJBC!Md9c=5Z_jn~FP{4lbrJSK@Ruqe-|Dr<2Kbt?Z1t2s7$Q6I|_< zjx!4DWxAT{^9k0=bTbu5xHhMUsgX}Grl+Y(!nHZQO^bYjF)x}YNw_wrpXr@XFy>YB zx)r}&ubZJRrZ89QylxheaJ9|=bDH|$YMp`R_M-8#Zjh;A#sA8{AX7JA47`pV8D!cy zi9K}CU7e!}=k!9B3;zo>fk!4EWYPVE!k!5ODMsc|q0X=_Y>XTqD zP(CpotoU3^GOen(o;eqjOjj#D7oVD*F2?R(A3#5!nc=tDRyG$|Ad}5#D=rtGS}Ak8 zT|+r$PBE3O_*_ge)k!!PQ%o%q&czf{kA!nE#WW(}Tud=7NjMi%Oa~Iq#T4^23Fl&p z=}E%5m}2^pa4x2p0Zt?rQ%rhQH)5QNDQ1@yf2^Bg&fSSIE*H~aG(I;;)tq21P^Oxa zR(vj|n_|^n&zy_t=4LBC7c)#{7h`kr74$RHJbIUHWpnW@$Sl*+ipxcgm3>zHelgn| zv*L3x+ngrhT+B8XNH`a>O@X^{S!prO#cZQVI2W@`Q4-F@Y*Uhib1~bLCE;AmHkC;@ z7qd-u63)eJQ;UR;b+b)95uV{^Iz`k8M^JYZYd zoNfd8+LX28a=ORLJ}W+_3(PSqKBo)JX%f!q0&{_cbGpD3sEy0=IbC2h3FmZyDN4dQ zU0_O*a84JPvLu|-1*S3y=X8OoPQp1|U}}+YP8XPZB%IR)rV$C}bb)C}!Z}@FIyjM> z!m=K6BhNWqVBWOibGpDp>tT$`=|LFPg{BAz<`m^yQ`U;l=_1p=zU!HDy2!k3#piUf zNp~?erzfDFC8k6J+sfwj49HSb){4vN1uOfk_?+gLV^(}lbIfTH&S{RhK*BlAF$Egp zvV2Z+j3(in=9r=+oYNdrl7w@bW6F|nPIF9U63%IksZPQ<%`vq|IHx(L9tr0($2210 zoaUI8B%IS6)4_@46qfav8+p!Yj(O9H&uNZ{HpUp2(<^5|4V@`Mf;mN5ZpvEmIbCV` zH*r04PFI?@t@xa-GU+bH=Cla(^MfhT%(k*QEef*Ql(ph=TEfacD?X=d%rPrIr)$h< z63*!wbAg0&y2ccE9GB&Dy2fY{&gmLcl!SA-#*`%CoUSotNjRr#Ol1KKNO=F+XbQB& zZBL8w{l;=bUadb=sr&oNhGBI-t0m)`n62#jGX4 zoT6+tc~*Q*x0;%rT+f`-t)_t$pVMuonTxSGeFXa1ZgxCrTiKj81KDBnthk)EwlcA^ zT|>Ff+-YW7@j2aTvPn3nJIx{z&go9Gf`oIr)8vwHPIsD3B%IToW)}(Pbf?K9;hgR? z$4EG*JI!el&go8bfrN9q(-i1}+vRh*(`XXT=}uFWgmb#nlyo9Fg=KYhBhNYAY3e*} zM@;S=cA90+ptziNgi+mP){3-A9#n_y7hkkxF zJD#}5IH!3gkA!oYXO59@PV>xZ63%I!xj@1>%`*j_!|n1p%`=*WbDC$0l5kG* zOi3q_Q&?6{H}ag*JX7ZdJ7SX4JhQA9ip%NiFscX5S`y4D%3+gd#pm>>soBT%%sD-3 z8d&i;{mnFUF*c`fK|jBn9sjefY)(gl95Z=VTu$G&GVw*bhLY3cW~LRN)8i(agmZe_ zEF$5Y9ycpUIH$)=E(z!KxY-TE>2Y(6gmZe_oF?I%9yb?AIH$)= zftPT*d`^!WO~N@nZiotN#1NluTOWv`&PoQ{K0{lly! z!JML;GJ!1+C!0qxmJ!3Qp=k$yzO2RokV@f)aoWio+a3jw-J!9$& zvLhxrJ!6)=iQ;m)07ms6vz7#NigM26S@AhNZ)y&9J#$Xan+8^VPA`~dF2?3`8T9j? z*)hbnvN>H1a?#{jaXDRQW#Uk~hLY1uW~LRN(@Q3sgmZeyEF$5YUNS34IH#9PE(z!K zlG#MUIlW|dk#J5gnLHBC=_PZFgmZeyoF?I%UNRR*IH#9PfwyqGd`>SJO~N_7WQvk- zPA{2~P9&$Wthe3Bb51XrI>YRUNlq`BW$&Q4oNk6ujijt4!JML8k&yGS^vv6MU#&S@;=7zyVzmU5bea~eyz zK*BkVr4)D%x69`=mZC{Gr?HfxB%IS&N=YY@Q&?8I8+p!YETv9{9WlviEM?jIC@!ae z!KfBaSxbUBMF~>!toWQ3NvS#7^~^aflG4D6&uN&_%*EK8{s;Xer|kH^wz4@b04r`% z@~pU=Dk~Gm*fo@#rlicY;&Ymkl1;)nO-Wfq!Z}SzSwX@%O-acm;hd(VY$D;Drljm5 z;hd(VZeovB5W^VcMdil@WCz;8UOeRxy&h#l`cOa%u8G8gVeahG? zi0M1z z9fZg}l@egrmAHK>Sm~L%X49vFeWb+g(;%y(V^p7JqIyE?+$>c}^=VELn_X9;`!t`D zIkVLsI(-^u%api%8fI%Drcc9c6U6jsnC*g?J`J-25Ywk&b^>DhG|VnQOrM6?b%^QH zFuMaWeHvzuAf`{l>=nfHX_%#$BirTnX_%#hm_7}&0E7~uo{WT9W-U&i(zfR5%$q(9 zvkJecj5&Q8X4~gW(S2H&D$B$ULS&yx$-=HHar-nIE4@(HZ2B}C`$&n~r`cH@9i#fR zG}V)Xo%>alQhi#1BqzJBME7YmC36<({mEIIzBWpdi~S0@8>YYGqhtkyU!*r0l>83K zLefIXCdesz_n@7Uosb&zeUdIp_CZ>ae4*qhWL-Y5=PM;=AO*8{J>Mv~40%W~!<8gJ z($n7u8KdMbq*wy|%0$T{$P9YJWRjAXkS|)(mspe}TddpOjQ+;KTqUU?9Z7yw5)Bzb z-ws`_Bnat8zfbv1Nmj^Ek_}4oDRIBMl8YT$qPNv`HhnKw#hirnCE2g!q7wJ5hTQD7 z68#3n8H&lxQZAMC#5r#@A3bQXEln6Dq z6lO!TICD#3)@YT^vzc28v-wKgdtcP{H8Mu`;8Uus2rCMaJt(CZtFFYITS~B*zeV<7 z3AR*;JGYc%Yjuq3Q}0Up`<|@)@2ZrVTYMz%v+7E8pJq^!Vx5d}`!t3{D{=cYhJ_%e zPh(hii0RW9mJee3G=>#{m_ChRF%Z+IF{}c_^l1#M4l#Wi!|Fh`A@eb;5ybRq3~LE7 zeHz0$LQJ2=u$~apr!lM_#Pn$l8=}SOQ`*)Boq5xzF>JmPw@+hOoeF{fDzNHGbe|Sd zl47fjar?9)i&hfn+nrs1Ij|xNLC%uMF9%j+IUsitQ;Fq={D+uItQaJH4qZ=W_5ma_ ziL9qGs|@-6B)!#0`%{H|0$D;*R!Kc2?p#-u%~9fJwJK||&CO~xDpiejfyk^%sm_Kd zakKg{y9Y5@{h0lyL}#@QmHLGFw(A_qn1&=Z*$9Z7{hE_}%El_uS#7Iiw-WbFxmqmw z4wdKB=AEuuELzD3-!JrK#V%B;7W3_tF$vy-qrIN~O2SI6dRLHqOz(cxVuh5%`GR@q z7ndsL14!VeejBPbs|3kTB43KF%|3zjPtY-SSY60y5*bs6HHFA8lF75oXRIw`9*KbkDsjhQbJiwa zmWp@Ixy@N0E$UdFN2OY@d3#ihI+hocv}DVa=ux*)Nz7gulNcktAxp~`834Im&d6}cL;9+;?5|erJ4k^_ zMkXk6XQWnajuJQXt=JtM+`;r}j$nP=AjD5+@LfS3$dLGao_GMQg{YjoF`3JIy z;YsuNz^JSFCpnkWZV0(8R%ZEE7cbj+B9{h!S^X4q~SvrgsLhTUu1_2r4z0Ejgt6RLu!lNQSVrN_6k!Qj+no z+Gl5#GL+?2;`Yu^R$Rw8y)%@RftcPI%Bm=FTRM!5*Y!B#a2Q*yM32J)wDsX^Geovj z%1Cw;^_X!uioJlCmX2b+Bf4EuN>HiMtUN@HL)l+rST!ZOrLw=qu*OQzT^(LI#k?dZw}>kf-$56Xdq0 zu^5OysAHzFiY5m2OlLJ9>2~Ot=`0q~Xf=J=m9p_OYYgc?B9EP)SsO@S#LQq_AaRJ9 z!TKn1dvGS(ro`>RnQYhznGM~8HL2!V?0bmpK`C?Cd?juV&SR}lM)u%5)>Dh>!3I?7 z7xw8X6{BW=W+d}jBPF^A+bG$p#O=Wa?6nfN2N$q3r*(hz*`Tw!fN{u3l4#od1uT=2 zcyG;R`it2MSs^XXd-w}kKP7J47qV$eblW@A{`|@oKxEscEM^-}kC_vevTG1CCoE-& zT2$NR%6u7n=ZxF-K2*|jOk^I5VD$&`Ps^qy6Hyi7j_nh1xcdfOarB@Q?GiTWK z%z~IR?0S}6iQCc*tgEiaS&waCGnMF;&ZezzWQ!rPrBXJr&8Wxp`xbTqVp_U|{iDQP zk8NcSb&P8JVyb5w%Y5D)39Cr9v)oE_+t(>6t;B8n4%SkMI}&!Vu1bdbHsgwH2fMGt zy&~Jel3$S9a<9mCFiVMhMYeBJckWWZtOg!rVNnJ(n&mPtT5+IQ=dssgu zZlCUDyOg-2cQ31V(H*^;SJC&%SxboQQz`pdA0_VSJ;+jAQoZAxi4L-W7S)4$sMI0$ zCq$0kLnMdUE+x7LPbl$Umi4$jc!b3&8S42IS2sskV@M}l-5g=9Axm&|bA)w zVCNyhAv)$H`y28uiHteP?m$|ho>S}*WbSWu`vl@^gB(h!SSu8|; zqkeP-ddG}4HuaEvLU*4ou(nFvF@KS*QsUlOy2wUfbI1I@l=(|+B1DdPDOcDcCGMEN z#uEOH9P`)MBPH%U_BZofS25}+ct-VHXFYCcQL9{%8?2uaeH28kmXa?)#<)j80^6#@ z9jgg!zmD)-au&g%w*4+!sbf^z1=aH}I|Gqz&q8vKT~VUjo=eGNC2rdjneUd`XXmb3 zA`2)P>RW|5Jdr(C;?CiTEY)pU%ALa#nXSZ~!xLFvh`FnFpB09fyK47Y48+`3d%!9{ z%w4qytOmr~ReQ)jgP6N&4_RY~xvTbwwT76xYL8eKh`FownDvI3yK0ZwK!~}k_Joaq zn7e9E*f@x}tM-&lf|$E%PuVPpxvTb!Ergi6YR}k8$b5RLDCfH8><`Ftl4#2BbGA*1 zJH}qHbpNRSa;_O)Fwg&_=rLA+dif?3 zZb`uz#H?GQxD7GumMESRV%9Awc>#!7x1{97A!gl@ikE?ybxSHgqXWiRG=B#&9Ahk+zX#ccF&52BK}ukZMf38IPcX)!c{L^O z*ofw_O5F8)G;a(s>-lKj2IBo)AIpq)fn+3+$1>x6ApNjz;d~%uB-SmQkA$?mL(dbY z(BI+Z;~+grnkbp7#O<#DzpljXuK@4#$nCH8ltYVu36cFJCCJArar?{WQIAz$ICFx{ z16ovn^`uf^J`*C(GGCEo;tQ1M{`yAAMI~;3W#;^etl2%oX69Ly(BH4bbF0k!9f(<_ zWafn-dCz&&U+K!i--nbVk$*`i3$Fk%tCXy~x~T`Nl&rj-5;tSn_#7qfnK~PfdFp0t z1hpbNuL6-7laiA+QsQPTH(v!YBRn_XqQpH@=iz&GjLPBnRL?uS&@+{1HLp%0$;(S9 z(K-BCNh>984)gJmO57ag<3H*c=Snjlp9V1_GasJ^xsH2r`S}vaL)?qY&wqogpfCBz zGf@HlCu9qW9K8kjE{Mr%=6qryr&X3^M!cS z3pexgsO|4^29cSUQkdsc;%2@mp8_$NFUl7vaWh|xuhKCp^UJ87;=IsHH}k)dl;9!dL+D}nm^|GA+i-xYVvYQ+*Z`$ zRUxJowRl}6?ntQ3o9YB_QdNnYpJu#~ z68A`H#@p(8oPKY{SLqmMW!{YcrbM?ZhH7rkw?bsQq_pJ6QIDAcTJswa)2`P1p%&GO zN>r*1XUW`F)F5fgZ6&%DwUy*h;ZYy!~)04ka;^wC(_oa~g9Oqk3dnoUd z^yJZyEhO?jNl%_xiQD!sct<5}+rQvzl<1Mrhqm5}Z-L0ROXh=k1laBfLNFrDJ^Z?{dmj zL4V#KBL6O@Tov@^!y)GR`vCqO#N7EGz$Ze?{qTW&2E?pV2J%Hp+#G(xA1QIq1>f-4 zl%Cng5o* zR-#AmD$2%pJWXod7c%ow#_{Y*+|2*LS3ykXf8g7+sLXGqQsa4tG;Zd%ll;hgD$$wW zqhzZRH}gO76H467|HQ8-8S3kf>-V4dz_hYv_xk-O{=E|S`u!(9M~Qp={u5sTxkMjK zyGa#H;Oig>Br>ZL_*Tf%+&X3=-vfC=B4Z}X=FV4CFTw88eArg{&{8Vfy+sm`~afs>VS^T;d)yrq7)NH;mgREJfb1#$3 z;j5JBUcR9uT}IUk=Pir5yp@uno^-gzpUXQz@`ZIv=khNgop6mmmwyd8i#M<4@}ZE# z;-=IXND16Wn#+Gw;*O}fe5Mljs(&tD05P-HT)qM#&y2En=J9n9d1jQEpU1Z;aWnr5 zPZup)>Sq2IUQLP4{2j{1d>#vtnU}JVw^!n3ei2^?F_~Y)*J@Fje?p}e^YqNk{C^}% zxTQpAKKXA_N-A-Wucf@45;q%5c?})oTTD+YWJ{Ow&mh}KWJ{Ow#*j^|b)J{;){xUA zGG-a?0vZ0fu4gVg}~y^t%|pEdl161SIs$xYO`&3GRN^RiJAoBc`iDV=9STaWU zat%3UG4nI|EFVom8nnVYUfY>5Ymi9u6F+9uONTmN!BKwLdb2!`HtXe z*CrmV#LdQL-c*UZBHGLkD$&`NuW1 zfSC8X_wW}G^IrEJo+6}MVeX3T<#m*}`Ps|2E7AF>Mtk@dKM0Zek+Pp(MLi}z2YJwr z%+EodM~R!CL%fKNQTeGu^&I8{Au>M=NsjOlN_2jjDOsSz&CgN3M~R!Cqx^)f$GIjt z%Cm>%{<(3}TLgQ@n)|w_T@sM;)Wu)t%}& z!@q*ac6~{5mJe2<+ciMRXeDmD&hha|+}ZCOpP^)^^Pc%Rem0YAm%F++$N#6qU0s~x z|0!`-7w34|%(7IR&pZ)3&;1bdMC?4z3^7l{F7VtC^F-_de-~n&h+X6*A?AtLMP43a zo`_xI)gb1H*d<;YVxEXy<_#g{iP&Y{5@Mc+UEv)e=84!9{sqK55xdI2hL|T}SNSlA zc_Ma=e+w~B#IErP5c8h--~4BYdC&ZBJ|AM|)X(&+euHm@_(|lf zeuKwDj?r%d9@y=X#m#4_CM2+yVRO(+oJckxJ!Y7d2<71WR z5k5^x*_<-Q9pQ<5V=gJ~JMD>l2gJP7p2+t>%scIg{20W%)1JuBLCibtiToPGywje@ z|ACly+7tN$hO6e0hxIRN~H2 ziTph!an3bbA}<9o*Jz3SLx{Ozz0W^_n6=-1UI$VOPjepdMvx|Wn)86Sf;6SyV9I@d z$U8wgk;pOjkoSTVrgtx8%p=|(QWkGxKH|e6=FOSM{5yzwbLKIh2q|?%*YkwWfK()r z+j_zmDRIZ@Q~pSaJ3l|=@p)wC^;n%l z`nN#(ASRXn2&5=teEw^YW_xu#sr`>23^8f^Df8=AWJf(|{UOM=kaYe6kUppEg}8U_Go`ENO82C`A0y0rF#Xk6!%Yt44|h%QvCi!kf(*T z1pFHzk7zh>v%jnC>vq_RLD|DCjUV#o-Pe(ra?ac49NeM(C-3B^84pQUXjQ*Uh?~wL%v)< zUj|-D&qn>fL%t)CzauN)-vUWTZ+gq~azTGQBnOE+FBkM5hOEu%^;{$=An5Z_|@l@0CByZ-x-cS+>aUz1KLA*rCHj)7SfSKUTK#0Z-&gIjL9cZANY4e zej|}jpg!;)f?TB@ly{`d_)kF|k;psJW&D>R1!!c-d#7dnHzDOoz3w0;0S>HDm{g`~^gLKZkrpHOsd?KJ4gZ|?Whr;HQ^UVXi(1Wh@`c@=0{qJ zlEjd-_m6-~rBYQ$I{P<4Cec32{ps$nS6!E?gFXDhzY9{5O4XrKef$+_=$PyzjY<0Y zyVlZDi=-_{KYza3S~`++C+Y8>0ZB#Dk7S^~(Puj5YufrSl0p7ukS?_Ku_QzMMe6F9 zVI-4DhWTeG8R03`n!fi{k?x)OHz|qto*S<-ALlR9K$mJgkygS~YLtI1v| zf4_!0=IvmHdfj8;Y6cNEM2aGQ*L4B-=@5 zJMtZslJbiqU1{rwNq%)?D9HtqC5~jKR@^38?nr&ANABS&NA{6CAzAB4OWJzW?{wGE ze*mo*KoTI?;>4_=Qn^TWIx>x7ijnMfq$kBxCOPcLRLV~sk`s;uXrG&roOa|XNoSIC z{zi>;Rq+i7l7_am zo8+D&Z>XMQBo7=(pct9M$BwL}wo7^LNIt6hGL`zzktm9}L*fajfj}eSHr4!!BxT?P zT3YrDy?42e{tK*ZBHKRE!#2`Nk0f2-f|6ZcmX7`wBuU1=rlvYSjbGC`l*Atx*i6a@ zPnR5Yf0ZN{IFm$*lY|3>n(LS>bj?_SBuk*Il8K(uv=Z(>Z`o!KbcK|yM&D+km>hv; zkYaSjA!Bj}=C{y$SQ(Nh(5I!Ar|a|@`<=iQNDx2P@*+T z{q6O%CdnUYlSDd`6buZ3tSUfH(n;P8e4j)Hk`xa70=b5mqJh;(M8*^kY=e|L<@Lmo zlnf+7-lKOoWlX6+&o+90em?E>{6G>Dn3zPSk$ezH*H*_A+e1%9NXi8ULB70ABZ{O# zU=8Fxqc_1wDg`b;!t@05Bwbro4peL>>lxv@e2UIB6jL=&Ly7whrK*7@N+x?QQ_Tld zOjpR6uW8*&@=;(XB-t+ddN)apzzN7&#C#Gc*j{cc&U0y(*K>_xJ`I#mlHgrYosJ2T zT7l7!_}pI4Ba%7+)K^U^Qg<30=?Ufenx?Br@jnzz)cKIífv(K~|D5CC8PxcRZQ|&L@!& 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

=Cq8^9k)KspIRQ>-0 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 literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Localization.Abstractions.dll b/BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Localization.Abstractions.dll new file mode 100644 index 0000000000000000000000000000000000000000..458b0429c2bd1380f1c001d7c0f0d3461e9d8d7f GIT binary patch literal 21152 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 V-J0CWvD;pTW9w@tV&DY%e*oCclxzS1 literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Localization.dll b/BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Localization.dll new file mode 100644 index 0000000000000000000000000000000000000000..afc1a254071286ed3adf7e2ba8a7ac27e8e44e52 GIT binary patch literal 33408 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 literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll b/BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll new file mode 100644 index 0000000000000000000000000000000000000000..03edd8f2ff4316810b6cd0c5991b85f135ce4aed GIT binary patch literal 64120 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 D4Z{iu literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Options.dll b/BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Options.dll new file mode 100644 index 0000000000000000000000000000000000000000..3987d66d571d3f8483a13ca81303515483a55092 GIT binary patch literal 61560 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 literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll b/BlazorTP/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..081abea4c094d095941d5393639ba067b32df24c GIT binary patch literal 42624 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 alJ7*WZQ)S3+1jJ@Ewyt~Q0X&J#}NR6ANME# literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Microsoft.JSInterop.WebAssembly.dll b/BlazorTP/bin/Debug/net6.0/Microsoft.JSInterop.WebAssembly.dll new file mode 100644 index 0000000000000000000000000000000000000000..5f6a54188d3bdfcdd75770cd6aa1e9a20b135c06 GIT binary patch literal 21616 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 L&cTD->^J@ge|^lI literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Microsoft.JSInterop.dll b/BlazorTP/bin/Debug/net6.0/Microsoft.JSInterop.dll new file mode 100644 index 0000000000000000000000000000000000000000..a7b8cd0475ef718bf8a98c27e798a83a7d66318c GIT binary patch literal 63120 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 literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/appsettings.Development.json b/BlazorTP/bin/Debug/net6.0/appsettings.Development.json new file mode 100644 index 0000000..f042c67 --- /dev/null +++ b/BlazorTP/bin/Debug/net6.0/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/BlazorTP/bin/Debug/net6.0/appsettings.json b/BlazorTP/bin/Debug/net6.0/appsettings.json new file mode 100644 index 0000000..74555c7 --- /dev/null +++ b/BlazorTP/bin/Debug/net6.0/appsettings.json @@ -0,0 +1,32 @@ +{ + "Position": + { + "Title": "Editor", + "Name": "Joe Smith" + }, + "MyKey": "My appsettings.json Value", + "Logging": + { + "LogLevel": + { // All providers, LogLevel applies to all the enabled providers. + "Default": "Error", // Default logging, Error and higher. + "Microsoft": "Warning" // All Microsoft* categories, Warning and higher. + }, + "Debug": + { // Debug provider. + "LogLevel": + { + "Default": "Information", // Overrides preceding LogLevel:Default setting. + "Microsoft.Hosting": "Trace" // Debug:Microsoft.Hosting category. + } + }, + "EventSource": + { // EventSource provider + "LogLevel": + { + "Default": "Warning" // All categories of EventSource provider. + } + } + }, + "AllowedHosts": "*" +} \ No newline at end of file diff --git a/BlazorTP/bin/Debug/net6.0/fr-FR/BlazorTP.resources.dll b/BlazorTP/bin/Debug/net6.0/fr-FR/BlazorTP.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..279dcef5eb9744e06b0be71d4251890e34d7e74d GIT binary patch literal 3584 zcmeHJ-D@0G6hD(}KH8X6G1L~3PTT|)`B<{sP_)pUoxPh3&c`w{ zYuzAqL46Q>P+tV`MerpL1s?(}qJl(F#P)BfAXt2L#KX+RhHqb@U7=iSLgZ7#=$IbYy4 zZmWjwIBuYpgzD8C)pXSCa$dFFvd{(x4~{lX=S~wXDBZOFL&JzxyG30i1IhqVFC^Rm zS9pSomO>+XSkhgg-z;GNB{YB`XXvKXyR6Dzt8cO_0*u4%G7~9$oQVBUBzkDS?CO4aI3sMx&BVd$6ORlY!pVBK8(^%KngfhHfB2u+1e06)% z+TOH<6Zn+LpUo)EZ1Q%z&cRJ4CMTxYWDm@T>&36Y9VG1tT09?krnBa=#yWiE?T(+% zQx!BH<@n3z=d2SE0Jz!bHeMB?Qjp$ml@1-$h zpclu4@v9OC5`O~B5bAS82WXm(As38~N<1R*GZJewK%=B#7URbyj??p?pQRa!H6lwe zDd8sl+`7Y%D0C2*Td4V~q=2Ru-Ez$mFHv-EXm`^qmM{VwAWHkbuuE3GUh)s%4L(yZ%cEo)IXop8^D&^UI6oiW&u)j8CCfdAbLC~`B7 zptS7uBdlOJ1RZkLcXj}p&0r$vr?J`R$x^p4|Yt{Pyw3`Rmhd&qq33|Fsei9%Mu + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\jumeuret\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.2.1 + + + + + + + + + + + + + + C:\Users\jumeuret\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.15.1 + + \ No newline at end of file diff --git a/BlazorTP/obj/BlazorTP.csproj.nuget.g.targets b/BlazorTP/obj/BlazorTP.csproj.nuget.g.targets new file mode 100644 index 0000000..7c1a025 --- /dev/null +++ b/BlazorTP/obj/BlazorTP.csproj.nuget.g.targets @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/BlazorTP/obj/Container/ContainerCreationResult.cache b/BlazorTP/obj/Container/ContainerCreationResult.cache new file mode 100644 index 0000000..e69de29 diff --git a/BlazorTP/obj/Container/ContainerDevelopmentMode.cache b/BlazorTP/obj/Container/ContainerDevelopmentMode.cache new file mode 100644 index 0000000..e69de29 diff --git a/BlazorTP/obj/Container/ContainerId.cache b/BlazorTP/obj/Container/ContainerId.cache new file mode 100644 index 0000000..e69de29 diff --git a/BlazorTP/obj/Container/ContainerName.cache b/BlazorTP/obj/Container/ContainerName.cache new file mode 100644 index 0000000..e69de29 diff --git a/BlazorTP/obj/Container/ContainerOperatingSystemFlavor.cache b/BlazorTP/obj/Container/ContainerOperatingSystemFlavor.cache new file mode 100644 index 0000000..c486999 --- /dev/null +++ b/BlazorTP/obj/Container/ContainerOperatingSystemFlavor.cache @@ -0,0 +1 @@ +Unknown \ No newline at end of file diff --git a/BlazorTP/obj/Container/ContainerRunContext.cache b/BlazorTP/obj/Container/ContainerRunContext.cache new file mode 100644 index 0000000..e69de29 diff --git a/BlazorTP/obj/Container/OperatingSystemName.cache b/BlazorTP/obj/Container/OperatingSystemName.cache new file mode 100644 index 0000000..3ab1070 --- /dev/null +++ b/BlazorTP/obj/Container/OperatingSystemName.cache @@ -0,0 +1 @@ +Linux \ No newline at end of file diff --git a/BlazorTP/obj/Container/TargetFramework.cache b/BlazorTP/obj/Container/TargetFramework.cache new file mode 100644 index 0000000..8d2863a --- /dev/null +++ b/BlazorTP/obj/Container/TargetFramework.cache @@ -0,0 +1 @@ +DotNetCore \ No newline at end of file diff --git a/BlazorTP/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/BlazorTP/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..32c95f9 --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.AssemblyInfo.cs b/BlazorTP/obj/Debug/net6.0/BlazorTP.AssemblyInfo.cs new file mode 100644 index 0000000..79440b4 --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/BlazorTP.AssemblyInfo.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 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.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("994ca6ff-cc31-47d5-ac18-c044358f59f4")] +[assembly: System.Reflection.AssemblyCompanyAttribute("BlazorTP")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("BlazorTP")] +[assembly: System.Reflection.AssemblyTitleAttribute("BlazorTP")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.AssemblyInfoInputs.cache b/BlazorTP/obj/Debug/net6.0/BlazorTP.AssemblyInfoInputs.cache new file mode 100644 index 0000000..dcc91ca --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/BlazorTP.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +3ba14436bc1e622d65204643cbf47f6794eee98c diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.GeneratedMSBuildEditorConfig.editorconfig b/BlazorTP/obj/Debug/net6.0/BlazorTP.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..2a9b520 --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/BlazorTP.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,108 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = true +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = BlazorTP +build_property.RootNamespace = BlazorTP +build_property.ProjectDir = U:\IUT\Blazor\BlazorRepository\BlazorTP\ +build_property.RazorLangVersion = 6.0 +build_property.SupportLocalizedComponentNames = +build_property.GenerateRazorMetadataSourceChecksumAttributes = +build_property.MSBuildProjectDirectory = U:\IUT\Blazor\BlazorRepository\BlazorTP +build_property._RazorSourceGeneratorDebug = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/App.razor] +build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Components/Card.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xDYXJkLnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Components/ShowItems.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xTaG93SXRlbXMucmF6b3I= +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Modals/DeleteConfirmation.razor] +build_metadata.AdditionalFiles.TargetPath = TW9kYWxzXERlbGV0ZUNvbmZpcm1hdGlvbi5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/Add.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQWRkLnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/BlazorRoute.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQmxhem9yUm91dGUucmF6b3I= +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/Counter.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ291bnRlci5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/CreateLog.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ3JlYXRlTG9nLnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/Edit.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRWRpdC5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/FetchData.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRmV0Y2hEYXRhLnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/Index.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXgucmF6b3I= +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/List.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcTGlzdC5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Shared/Config.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXENvbmZpZy5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Shared/CultureSelector.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXEN1bHR1cmVTZWxlY3Rvci5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Shared/SurveyPrompt.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXFN1cnZleVByb21wdC5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/_Imports.razor] +build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I= +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Components/Crafting.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xDcmFmdGluZy5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = b-1065ealyrk + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Components/CraftingItem.razor] +build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xDcmFmdGluZ0l0ZW0ucmF6b3I= +build_metadata.AdditionalFiles.CssScope = b-uili6i74vy + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Shared/MainLayout.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE1haW5MYXlvdXQucmF6b3I= +build_metadata.AdditionalFiles.CssScope = b-uyo2roal2f + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Shared/NavMenu.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE5hdk1lbnUucmF6b3I= +build_metadata.AdditionalFiles.CssScope = b-19977w351x + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/Error.cshtml] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/_Host.cshtml] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0hvc3QuY3NodG1s +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorRepository/BlazorTP/Pages/_Layout.cshtml] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0xheW91dC5jc2h0bWw= +build_metadata.AdditionalFiles.CssScope = diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.GlobalUsings.g.cs b/BlazorTP/obj/Debug/net6.0/BlazorTP.GlobalUsings.g.cs new file mode 100644 index 0000000..45ca3c5 --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/BlazorTP.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/BlazorTP/obj/Debug/net6.0/BlazorTP.MvcApplicationPartsAssemblyInfo.cache b/BlazorTP/obj/Debug/net6.0/BlazorTP.MvcApplicationPartsAssemblyInfo.cache new file mode 100644 index 0000000..e69de29 diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.RazorAssemblyInfo.cache b/BlazorTP/obj/Debug/net6.0/BlazorTP.RazorAssemblyInfo.cache new file mode 100644 index 0000000..bd4c3bf --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/BlazorTP.RazorAssemblyInfo.cache @@ -0,0 +1 @@ +5860763757f4f08c7ebdea1b3a94a18109f17861 diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.RazorAssemblyInfo.cs b/BlazorTP/obj/Debug/net6.0/BlazorTP.RazorAssemblyInfo.cs new file mode 100644 index 0000000..ea4c9c4 --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/BlazorTP.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/BlazorTP/obj/Debug/net6.0/BlazorTP.Resources.Pages.List.fr-FR.resources b/BlazorTP/obj/Debug/net6.0/BlazorTP.Resources.Pages.List.fr-FR.resources new file mode 100644 index 0000000000000000000000000000000000000000..9ba04ed80b856be6efbdb66cfb7af4eba5bbf5ec GIT binary patch literal 267 zcmX?i>is@O1_p+SK%5g?SzMBus~417oL^d$oLUTL1*ImYq!#HYR*8GxXUf^%t3Noi54ZC+|=Nl{{sjzU0bQch;FcWPxwes*e}ZIZcpqG__J znW3ezNveT`r81^vrFkWpxv4PQgHubGfQ|xT5D0K|0U`S>KYp+uY_0(b2?OyHAm(#n z$YdyHC}7B8NMxu4$uMyEfQ3pJ1c4kze!u)&g%tI~w6x6RjKuU*MiHM(pidQ2Qi~N1 Ougp2TGB-7^q!<8}VNxRi literal 0 HcmV?d00001 diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.Resources.Pages.List.resources b/BlazorTP/obj/Debug/net6.0/BlazorTP.Resources.Pages.List.resources new file mode 100644 index 0000000000000000000000000000000000000000..d2df4e0925c155e876db96724dd6ff4cdb3f3add GIT binary patch literal 253 zcmX?i>is@O1_p+SK%5g?SzMBus~417oL^d$oLUTL1*ImYq!#HYR*8GxXUf^%t3Noi54ZC+|=Nl{{sjzU0bQch;FcWPxwes*e}ZIZcpqG__J znW3ezNveT`r81^vrFkWpxv4PQgHubGfQ|xT5D0K|0U`S>KYp+uY_0(b2?OyHAm(#n z$YdyHC}7B8NMxu4$uMyEfQ3pJ_<$Tn9+%AGf}F%k1;51HR7OrupeKucGK)(9NBv9O literal 0 HcmV?d00001 diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.assets.cache b/BlazorTP/obj/Debug/net6.0/BlazorTP.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..acea8747be57b026e0a070c8a0fbd8975fcb7b3d GIT binary patch literal 11002 zcmdT~-ESL35Kp0@1ZaVVHZ5(bn>PLK<+E*4KAofqPMg-$ZFxD6&i2N=V&7SJ=e7t+9ka*^=LCl5uUDDjS76#jnZdEMYwv+EIGDouX&o`)-BX?VR^1* zSVpzEjw;S+6WW}v`eoY#dA;Q7tD%mpTfZW_1=O*ibY!Ittz4}lF#K$RhJQZ~?Uz(Q z#XV10u4!AYR<$b?)2e7j(e)gosSWZ)rR{Q{ZCO~tF+AIG zDd4RE;6eDt&u(bNcn24&#ya?;3|LD>)dj8KcYQ{i1|U_lsDlr|v--RgyNqImmKd5x z|KR5ZXy~tP&|ZW#1nqhX^EJC{RKYisUF@#n@6;f!G&J}!G&J}Mw3Va=O;_lXU~8)L z8Q~{tW;>`wGdrN6nOC8Gn!=1$v~3UHe!Z8$c_~CqzXqnL>DQsJr!ieNJfq^6Nxcb*@%QNl@*RJ(+cFq@G0^w{+m_m6Y0%aHUzlevzh7F_P z-Lf5X-N1bq#0#>-*)Wl%b0{#}Uiflw{o}eAfp(`)U@D#^L`8xZ*@Alj0)?~}`d_CC zU3`pPvz?lZuW|k&$d+&#b=jK{eEXpP<%V6R-4(_3Zu?jiDYX3&Xa}J0^a-sdJOg)L zLQt!LIEC|81kOR|f1Bz}k|b0Xbzzl-Rce~nZQ&;&A6i>{SBsw{oW*cvPR^t#GXcs& z@Qqtw6xxHwh>}a2?D~s=oF&ik3dVeUx=6e^eJOYE5!#`UC*$}hEtw` z%*MLePpQFFif=4}?GZuZLsPf$iqmV-e)Xq5oa~$h#I%ajQXAOx>{(=xw~r}ai?8WV)!x}sLBHhmb=wCGdb zP%t1lWP=G5(nJ7h625V@OhHTF4Y%ofqNbU)RyXUSYFhA8@UYSbqtFt{UDfhZh?<^` zn4W?DHwiXWVB2X}o>^-hoXjemmV|T1ED2X@Sgx@qI@3V_=UOlivpUWz$ay#Xc@*K< z0HI6<=b#_`V1crWJxQSCj_?=1*2kft))18B*c%ReT39dR_)ax0t63c0r-nO9O#FRR zy?SykY%BOs>>w+q>Kv3g5hJ68M@*C+i<9;%CzL!KCkZPRQT%~5LPb5^19O0lY0MvAcKo%>IUmGJ$ByNs0;czbk?q^Jm`B4KhQ3kP!vU~V4rMWW9DDopgU-X4X&IrPgg{(m54lv2 zkv<&A%K$P}1|_R~gJh6|%8@}F)K!3*pvbIkfFzQTIFg8ibS16#9v^ump>pIA2lZ+) z?*+t8U!;wxGWYywA44Ek&=&w&m4m+ss1hIcDx1qbURz$1^huHeU8bQavy`*aGqf{zeq zU;{4E4{$TXOLRr74f@yMdpe|pYjBQp8)bz95S0?bh=`G+Mw~_>3hI(kfHNtShPSOrIK!zFihGPsb^g zTqLSW%tiXUYvMesn{2c$*OY{VixH+Q=3+nAr~-V#cp7vzFhlCiakUZ&Udo-K>Xh8+ z#lGxBpGTsFXx9y8>y9ouu_qCGD$dp9l8o#>;v7ZTYH_-VD0q?Mc4=5suR>A0FpZ#4 z!)yjPs$L%n z)*UfDHc|pIlG=$X63oN6dyF+oB!fUoVgu1gP`42cai4Fh& literal 0 HcmV?d00001 diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.csproj.AssemblyReference.cache b/BlazorTP/obj/Debug/net6.0/BlazorTP.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..c8a3de1522d0c6493a2c90c77b3f4d88658a8db9 GIT binary patch literal 177065 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 literal 0 HcmV?d00001 diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.dll b/BlazorTP/obj/Debug/net6.0/BlazorTP.dll new file mode 100644 index 0000000000000000000000000000000000000000..f20ccf7d1c7d069d4a3f21792e53de35da9ade6f GIT binary patch literal 119808 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 Xx4i$!<8N^FA^7_k)IT}?|1|Jl9%Y9W literal 0 HcmV?d00001 diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.genruntimeconfig.cache b/BlazorTP/obj/Debug/net6.0/BlazorTP.genruntimeconfig.cache new file mode 100644 index 0000000..0cee53d --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/BlazorTP.genruntimeconfig.cache @@ -0,0 +1 @@ +11e1a9fec601d506c94bf0e5901b2026d6ba626b diff --git a/BlazorTP/obj/Debug/net6.0/BlazorTP.pdb b/BlazorTP/obj/Debug/net6.0/BlazorTP.pdb new file mode 100644 index 0000000000000000000000000000000000000000..2fcf52e750c66fea3cc09ff86cb0c5bcfd64fdae GIT binary patch literal 77992 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 s6l(i-&f+lsV&s1{0j*7jPpx6MaLB54 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

;?f3IAucVFU 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","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Card"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the BlazorTP.Components.Card component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CardBody","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"CardBody","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardFooter","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"CardFooter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CardHeader","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"CardHeader","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","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":"BlazorTP.Components.Card","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"Card","Components.GenericTyped":"True"}},{"HashCode":1022611036,"Kind":"Components.Component","Name":"BlazorTP.Components.Card","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Components.Card"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the BlazorTP.Components.Card component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CardBody","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"CardBody","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardFooter","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"CardFooter","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CardHeader","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"CardHeader","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"TItem","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":"BlazorTP.Components.Card","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"Card","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1059133217,"Kind":"Components.ChildContent","Name":"BlazorTP.Components.Card.CardBody","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardBody","ParentTag":"Card"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CardBody' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorTP.Components.Card.CardBody","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"Card","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1040649133,"Kind":"Components.ChildContent","Name":"BlazorTP.Components.Card.CardBody","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardBody","ParentTag":"BlazorTP.Components.Card"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CardBody' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorTP.Components.Card.CardBody","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"Card","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1183805585,"Kind":"Components.ChildContent","Name":"BlazorTP.Components.Card.CardFooter","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardFooter","ParentTag":"Card"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorTP.Components.Card.CardFooter","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"Card","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":402084009,"Kind":"Components.ChildContent","Name":"BlazorTP.Components.Card.CardFooter","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardFooter","ParentTag":"BlazorTP.Components.Card"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorTP.Components.Card.CardFooter","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"Card","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1467697666,"Kind":"Components.ChildContent","Name":"BlazorTP.Components.Card.CardHeader","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardHeader","ParentTag":"Card"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CardHeader' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorTP.Components.Card.CardHeader","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"Card","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1462157700,"Kind":"Components.ChildContent","Name":"BlazorTP.Components.Card.CardHeader","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardHeader","ParentTag":"BlazorTP.Components.Card"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CardHeader' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorTP.Components.Card.CardHeader","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"Card","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1894682144,"Kind":"Components.Component","Name":"BlazorTP.Components.Crafting","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Crafting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.List"}},{"Kind":"Components.Component","Name":"Recipes","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Recipes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.List"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Components.Crafting","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"Crafting"}},{"HashCode":1065482901,"Kind":"Components.Component","Name":"BlazorTP.Components.Crafting","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Components.Crafting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.List"}},{"Kind":"Components.Component","Name":"Recipes","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Recipes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.List"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Components.Crafting","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"Crafting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2126170301,"Kind":"Components.Component","Name":"BlazorTP.Components.ShowItems","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ShowItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the BlazorTP.Components.ShowItems component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.List","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ShowTemplate","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":"BlazorTP.Components.ShowItems","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"ShowItems","Components.GenericTyped":"True"}},{"HashCode":218945042,"Kind":"Components.Component","Name":"BlazorTP.Components.ShowItems","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Components.ShowItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the BlazorTP.Components.ShowItems component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.List","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ShowTemplate","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":"BlazorTP.Components.ShowItems","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"ShowItems","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-97891823,"Kind":"Components.ChildContent","Name":"BlazorTP.Components.ShowItems.ShowTemplate","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ShowTemplate","ParentTag":"ShowItems"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ShowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorTP.Components.ShowItems.ShowTemplate","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"ShowItems","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":582165878,"Kind":"Components.ChildContent","Name":"BlazorTP.Components.ShowItems.ShowTemplate","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ShowTemplate","ParentTag":"BlazorTP.Components.ShowItems"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ShowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorTP.Components.ShowItems.ShowTemplate","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"ShowItems","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-978119243,"Kind":"Components.Component","Name":"BlazorTP.Components.CraftingItem","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CraftingItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Item","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"global::Item"}},{"Kind":"Components.Component","Name":"NoDrop","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"NoDrop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Components.CraftingItem","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"CraftingItem"}},{"HashCode":-1485055127,"Kind":"Components.Component","Name":"BlazorTP.Components.CraftingItem","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Components.CraftingItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Item","Metadata":{"Common.PropertyName":"Item","Common.GloballyQualifiedTypeName":"global::Item"}},{"Kind":"Components.Component","Name":"NoDrop","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"NoDrop","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Components.CraftingItem","Common.TypeNamespace":"BlazorTP.Components","Common.TypeNameIdentifier":"CraftingItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-711136346,"Kind":"Components.Component","Name":"BlazorTP.Shared.MainLayout","AssemblyName":"BlazorTP","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":"BlazorTP.Shared.MainLayout","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"MainLayout"}},{"HashCode":-622595415,"Kind":"Components.Component","Name":"BlazorTP.Shared.MainLayout","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.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":"BlazorTP.Shared.MainLayout","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"MainLayout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":993854046,"Kind":"Components.ChildContent","Name":"BlazorTP.Shared.MainLayout.Body","AssemblyName":"BlazorTP","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":"BlazorTP.Shared.MainLayout.Body","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"MainLayout","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":633197632,"Kind":"Components.ChildContent","Name":"BlazorTP.Shared.MainLayout.Body","AssemblyName":"BlazorTP","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"BlazorTP.Shared.MainLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorTP.Shared.MainLayout.Body","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"MainLayout","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1257936803,"Kind":"Components.Component","Name":"BlazorTP.Shared.CultureSelector","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CultureSelector"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Shared.CultureSelector","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"CultureSelector"}},{"HashCode":56961864,"Kind":"Components.Component","Name":"BlazorTP.Shared.CultureSelector","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Shared.CultureSelector"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Shared.CultureSelector","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"CultureSelector","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1834751485,"Kind":"Components.Component","Name":"BlazorTP.Shared.Config","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Config"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Shared.Config","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"Config"}},{"HashCode":-1969533894,"Kind":"Components.Component","Name":"BlazorTP.Shared.Config","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Shared.Config"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Shared.Config","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"Config","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1901935024,"Kind":"Components.Component","Name":"BlazorTP.Shared.NavMenu","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Shared.NavMenu","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"NavMenu"}},{"HashCode":65299257,"Kind":"Components.Component","Name":"BlazorTP.Shared.NavMenu","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Shared.NavMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Shared.NavMenu","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"NavMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1954463603,"Kind":"Components.Component","Name":"BlazorTP.Shared.SurveyPrompt","AssemblyName":"BlazorTP","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":"BlazorTP.Shared.SurveyPrompt","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"SurveyPrompt"}},{"HashCode":165019516,"Kind":"Components.Component","Name":"BlazorTP.Shared.SurveyPrompt","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.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":"BlazorTP.Shared.SurveyPrompt","Common.TypeNamespace":"BlazorTP.Shared","Common.TypeNameIdentifier":"SurveyPrompt","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1469643311,"Kind":"Components.Component","Name":"BlazorTP.Pages.Add","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Add"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.Add","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"Add"}},{"HashCode":1889004485,"Kind":"Components.Component","Name":"BlazorTP.Pages.Add","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Pages.Add"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.Add","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"Add","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1250482881,"Kind":"Components.Component","Name":"BlazorTP.Pages.List","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"List"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.List","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"List"}},{"HashCode":-1340820091,"Kind":"Components.Component","Name":"BlazorTP.Pages.List","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Pages.List"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.List","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"List","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":993668155,"Kind":"Components.Component","Name":"BlazorTP.Pages.Index","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Index"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.Index","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"Index"}},{"HashCode":-67363064,"Kind":"Components.Component","Name":"BlazorTP.Pages.Index","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Pages.Index"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.Index","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"Index","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":9810780,"Kind":"Components.Component","Name":"BlazorTP.Pages.CreateLog","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateLog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.CreateLog","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"CreateLog"}},{"HashCode":-364354645,"Kind":"Components.Component","Name":"BlazorTP.Pages.CreateLog","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Pages.CreateLog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.CreateLog","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"CreateLog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1740447001,"Kind":"Components.Component","Name":"BlazorTP.Pages.FetchData","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FetchData"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.FetchData","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"FetchData"}},{"HashCode":1244626760,"Kind":"Components.Component","Name":"BlazorTP.Pages.FetchData","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Pages.FetchData"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.FetchData","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"FetchData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-543046959,"Kind":"Components.Component","Name":"BlazorTP.Pages.Edit","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Edit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Id","Common.GloballyQualifiedTypeName":"global::System.Int32"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.Edit","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"Edit"}},{"HashCode":1812015890,"Kind":"Components.Component","Name":"BlazorTP.Pages.Edit","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Pages.Edit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Id","Common.GloballyQualifiedTypeName":"global::System.Int32"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.Edit","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"Edit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2136673928,"Kind":"Components.Component","Name":"BlazorTP.Pages.BlazorRoute","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorRoute"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.BlazorRoute","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"BlazorRoute"}},{"HashCode":-514578525,"Kind":"Components.Component","Name":"BlazorTP.Pages.BlazorRoute","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Pages.BlazorRoute"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.BlazorRoute","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"BlazorRoute","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2141534304,"Kind":"Components.Component","Name":"BlazorTP.Pages.Counter","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Counter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.Counter","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"Counter"}},{"HashCode":-510944435,"Kind":"Components.Component","Name":"BlazorTP.Pages.Counter","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Pages.Counter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Pages.Counter","Common.TypeNamespace":"BlazorTP.Pages","Common.TypeNameIdentifier":"Counter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-260773862,"Kind":"Components.Component","Name":"BlazorTP.Modals.DeleteConfirmation","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DeleteConfirmation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Id","Common.GloballyQualifiedTypeName":"global::System.Int32"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Modals.DeleteConfirmation","Common.TypeNamespace":"BlazorTP.Modals","Common.TypeNameIdentifier":"DeleteConfirmation"}},{"HashCode":-759772427,"Kind":"Components.Component","Name":"BlazorTP.Modals.DeleteConfirmation","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.Modals.DeleteConfirmation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Id","Common.GloballyQualifiedTypeName":"global::System.Int32"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.Modals.DeleteConfirmation","Common.TypeNamespace":"BlazorTP.Modals","Common.TypeNameIdentifier":"DeleteConfirmation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1794613017,"Kind":"Components.Component","Name":"BlazorTP.App","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"App"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.App","Common.TypeNamespace":"BlazorTP","Common.TypeNameIdentifier":"App"}},{"HashCode":1673600478,"Kind":"Components.Component","Name":"BlazorTP.App","AssemblyName":"BlazorTP","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorTP.App"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorTP.App","Common.TypeNamespace":"BlazorTP","Common.TypeNameIdentifier":"App","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1483321857,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-154212909,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1190922068,"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":-434958170,"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":-518291487,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1477363329,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":381386832,"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":65652546,"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":770785806,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-413794390,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1821891442,"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":426283302,"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":1519617442,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-270494113,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-2134040214,"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":1277285086,"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":1652986844,"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Determines how much space will be used by the addons inside of the grid row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-977769868,"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Determines how much space will be used by the addons inside of the grid row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1409813237,"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":-2053676512,"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":379524745,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-400763143,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":888572004,"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":1674688738,"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":-1453002890,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1808514107,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":2090367470,"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":-1748472533,"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":-611035322,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":284754589,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1857033463,"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":-888436563,"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":208437513,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1640220291,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-531492140,"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":1341410121,"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":94544168,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1425227992,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1232069912,"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":626621610,"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":125242619,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1806028886,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1974920209,"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":1254318420,"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":-686983181,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1778869577,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":684249075,"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":-301515450,"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":-1351299339,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1381041278,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-311047405,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1419408445,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-363968939,"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":97448157,"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":-14724581,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1418862290,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1728218890,"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":9651317,"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":1154216123,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1361905765,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1123499648,"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":1130611039,"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":1508553434,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1902917694,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1504704054,"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":1663787311,"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":-660735286,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1206628000,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":851013921,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1477913645,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-361616540,"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":1324233347,"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":532158048,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1347385283,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-867578397,"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":-1279832916,"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":-1413924046,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-232654908,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1413896949,"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":1616386944,"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":1843790290,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1246616752,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":144362191,"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":1787420676,"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":947762762,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":879541884,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":582968473,"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":-1307358837,"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":219234852,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1975547903,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-936622321,"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":-12647768,"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":33064103,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1466441288,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1418322833,"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":299961102,"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":746042084,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1880951162,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1263671454,"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":-112416949,"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":-1781004124,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1694187304,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":143113855,"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":59818935,"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":774428209,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":83308499,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1814301159,"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":1295286806,"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":472218606,"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":-1234083026,"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":-261087506,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":785958549,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1518310012,"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":-1033426162,"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":-1034879409,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-381945692,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1538520003,"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":-395394502,"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":1479706688,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1164994557,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1042867790,"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":-393050107,"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":637880396,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-857039881,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-979335032,"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":1212218216,"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":1814972384,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":236205614,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":799640982,"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":-1436946547,"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":1101495209,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-466947707,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":114448376,"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":609935970,"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":-2028160613,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-187176231,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1161247444,"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":1386740375,"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":-1473199454,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-896014971,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1716415522,"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":-673030416,"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":-1842626299,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-934725305,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1196489886,"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":-2058444152,"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":1789822853,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":770434679,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-101801526,"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":-1032296475,"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":2144530179,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":556086085,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":323665528,"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":1824725123,"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":-2057475602,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1572013451,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":132664590,"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":883517977,"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":-1130371354,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1999859488,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1198199162,"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":1414064413,"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":2141110248,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1102672078,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":825279362,"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":1278090545,"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":-793500937,"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"}},{"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":136063464,"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"}},{"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":629313590,"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":103694182,"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":-1110108365,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-325203208,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":234854949,"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":-1973923939,"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":-620118400,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1811315780,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":910196048,"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":-1165538482,"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":1104518291,"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":-955321136,"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":-954914154,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":509889534,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":88233989,"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":-812582961,"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":1813102530,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1561474669,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1908617048,"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":541266700,"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":-150181648,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1368491587,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":335529916,"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":-1478074950,"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":1324638831,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":273746425,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":291692653,"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":756536234,"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":-554911484,"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":-200870983,"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":-1549861467,"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"}},{"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":142824705,"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"}},{"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":212005442,"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":-18308713,"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":-1531491149,"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":450013163,"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":-1095759019,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-965212985,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1293200201,"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":-1567556408,"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":-1305517481,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-166017740,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-174040287,"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":651039865,"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":310083146,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":363943141,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-207481144,"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":-2023377554,"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":-1193339050,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":753253235,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-532178116,"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":1266436460,"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":881218314,"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":65658742,"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":1327799804,"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":"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":"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-768777025,"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":"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":"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-966889825,"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":-1582527530,"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":1783785379,"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":1770519241,"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":-1141338177,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":533265984,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-825259886,"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":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":572941835,"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":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":874152410,"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":1394903012,"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":-1763781369,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-302910402,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1492861997,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1604549669,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1873223208,"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":-2060936140,"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":-96704013,"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":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1241483088,"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":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-906515074,"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":926005608,"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":1423546540,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1279069137,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1158552363,"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":132661102,"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":-543525512,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-81338122,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1333419487,"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":-245089272,"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":590424916,"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.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.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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures 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":-131795639,"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.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.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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures 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":485654180,"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":1716335206,"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":1167315064,"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":-747241935,"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":-1572933107,"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.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.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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures 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":-206946045,"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.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.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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures 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":-1994121794,"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":1015532724,"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":1128593606,"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":2085395265,"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":1998816710,"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":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n An event that is raised when a drag operation has started.\n \n ","Metadata":{"Common.PropertyName":"DragStarted","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragEnded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n An event that is raised when a drag operation has ended.\n \n ","Metadata":{"Common.PropertyName":"DragEnded","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-950204572,"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":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n An event that is raised when a drag operation has started.\n \n ","Metadata":{"Common.PropertyName":"DragStarted","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragEnded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n An event that is raised when a drag operation has ended.\n \n ","Metadata":{"Common.PropertyName":"DragEnded","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1660405344,"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":-1568182087,"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":-412281674,"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"}},{"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":1635442144,"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"}},{"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":-444374597,"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":-1433992062,"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":647199973,"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Determines how much space will be used by the field inside of the grid row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":880804463,"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Determines how much space will be used by the field inside of the grid row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":929322636,"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":1293071226,"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":-1543654580,"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":"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column size inside of a component.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":527845636,"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":"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column size inside of a component.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1271402411,"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":-889806971,"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":-680515079,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":700920732,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":103330159,"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":2132521070,"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":-2061676502,"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":"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":"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column size inside of a component.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-39435947,"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":"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":"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column size inside of a component.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-366851409,"Kind":"Components.ChildContent","Name":"Blazorise.FieldLabel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\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":643070346,"Kind":"Components.ChildContent","Name":"Blazorise.FieldLabel.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\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":-115105672,"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 Determines how much space will be used by the field inside of the grid row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":207818963,"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 Determines how much space will be used by the field inside of the grid row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":271941212,"Kind":"Components.ChildContent","Name":"Blazorise.Fields.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\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":-123101502,"Kind":"Components.ChildContent","Name":"Blazorise.Fields.ChildContent","AssemblyName":"Blazorise","Documentation":"\n \n Gets or sets the reference to the parent component.\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":2055395055,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-908794657,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-402223997,"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":746082986,"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":-112480204,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":853783717,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1521538437,"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":-450229534,"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":-491510353,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1405192036,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":2046850876,"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":"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"}},{"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1271113932,"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":"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"}},{"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":812462847,"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":-989288624,"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":1653291911,"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":-413254901,"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":1508775311,"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"}},{"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":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures 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":1942775065,"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"}},{"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":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures 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":-695463037,"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":-280099364,"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":1872127104,"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":-1653583174,"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":792318810,"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":-362464797,"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":1411330895,"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":-813312000,"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":536857398,"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":-1231246606,"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":-284954195,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1509898746,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":399727803,"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":1373394507,"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":-935532857,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1276593677,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":376921369,"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":1270303215,"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":1752603524,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-130056229,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1883670517,"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":1170900319,"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":1539282882,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-151505355,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1006181863,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1415435971,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1653077130,"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":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1680657106,"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":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":2127453702,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-323680754,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":858663560,"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":277287990,"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":-2134254871,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-2101488456,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-609050074,"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":-2025805003,"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":660808515,"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":787306478,"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":-642644924,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1784295022,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":672992252,"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":-1582284437,"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":-993460888,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1724946075,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1204741381,"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":36083704,"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":-55578124,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1284519454,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1543164988,"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":-1580048956,"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":796497173,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":550065145,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-644779404,"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":985645770,"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":-99574306,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":941417378,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1410637329,"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":309442055,"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":-128806435,"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":-1369886332,"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":1007422883,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":463235020,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1059706977,"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":-1070616854,"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":-1204309220,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1100548807,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1581921124,"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":-1942473620,"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":-787161752,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1120132872,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-566157284,"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":-2014468249,"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":1046069547,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":793751776,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-698435741,"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":2037739373,"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":-1538906043,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":631181229,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1620563791,"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":-2066641293,"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":1259337358,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1671455945,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-887533869,"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":-2138299179,"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":755471495,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":219817060,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-749070771,"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":1687286817,"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":-1689974303,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1324256697,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1935265600,"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":-1960512788,"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":1067237623,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":12633687,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1465905693,"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":-357185661,"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":887126640,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1454793100,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-319447131,"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":792425521,"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":-1554948448,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1769687579,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1575781229,"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":-810613058,"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":994165871,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1088820896,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1929509374,"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":2059853505,"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":-1952850594,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-187383578,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1128111632,"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":-144151903,"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":-337996912,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-555031607,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1202145373,"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":1993138983,"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":927591621,"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":1365501126,"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":-1849729196,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-2024893122,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1585197192,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":314480911,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-320689527,"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"}},{"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1267537212,"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"}},{"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-11831913,"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"}},{"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1377306538,"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"}},{"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-411835089,"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":1692431215,"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":464985177,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-598799129,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":352688360,"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":2105555815,"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":1442004324,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":298930460,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":629552511,"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":380002758,"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":-1363447046,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1270603782,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-403074447,"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":1409785840,"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":829023173,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-430297376,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-748544060,"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":627918816,"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":666619430,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":885339031,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1007583419,"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":1505819094,"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":-1642332378,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1452998061,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1777219184,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-990024595,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1742608533,"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":1945058891,"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":616624789,"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":-2051205661,"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":-271003712,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1306139542,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-328657050,"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":-1080776860,"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":847199880,"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":992121589,"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":-1652486711,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1677695001,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":851974091,"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":1197105987,"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":-10933465,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1111379217,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":2064422503,"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":-1259024588,"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":1735693722,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1756006103,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1696866540,"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":-471983771,"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":261332825,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1337563288,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1234952770,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-2091056388,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1109349899,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-643790147,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1295316767,"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":1516411648,"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":1549027523,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1053007199,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1528786818,"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":2082266751,"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":255488601,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":806502398,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":234882099,"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":1735410333,"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":-811769835,"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":-1362113563,"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":-1598390778,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-974799192,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1640715815,"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":994940027,"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":2091181817,"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":165171213,"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":-1233044,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":33974579,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":2008290290,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":890003481,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1254153445,"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":-383817798,"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":863661848,"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":-1629988661,"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":-50084787,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":603335450,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1815829095,"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":-1486400745,"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":-2090510966,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-357940304,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1719566129,"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":1158833680,"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":-521810819,"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":2096412986,"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":579489734,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":197675027,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-86240316,"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":1160746285,"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":-193934978,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1840679452,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":568864996,"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":831563794,"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":-1450507829,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":454427836,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":158113431,"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":-781527449,"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":70380421,"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":-1485793247,"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":-1063597614,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-2010017150,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":885470905,"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":-904425010,"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":565345356,"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":593947617,"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":382611334,"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":247705227,"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":-1671626142,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-196281490,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1293171700,"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":1649410501,"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":-1380248648,"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-232735841,"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1235740301,"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":887176866,"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":-1917038096,"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":-1860343315,"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":897497496,"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":741734090,"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":-70302804,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":578486558,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":700987118,"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":1941416641,"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":22199938,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1605976276,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1900003154,"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":-1559042613,"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":644428091,"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":1461175034,"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":607939123,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1251787269,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1541268039,"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":1287509264,"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":-837729068,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1899068621,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1661196185,"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":547473597,"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":-1662357289,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":412118134,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":564180190,"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":656861003,"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":-1938074794,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1385356927,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1935542608,"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":801669678,"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":831434532,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1098702543,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1258708451,"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":-647276043,"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":-1127819570,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1447534197,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1126459441,"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":461678054,"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":-1266968638,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":891046034,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-143517361,"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":-1384600355,"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":1170936391,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1242463531,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-67186491,"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":-2132791538,"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":-1052473053,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1843298442,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1420645048,"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":-235042681,"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":-939252374,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":387248649,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1226050470,"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":1001855019,"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":1697804523,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1086136306,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1563988047,"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":-856851362,"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":899331790,"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":590773761,"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":1007481831,"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":925400565,"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":509369815,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":256692767,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1510247419,"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":2075879295,"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":1083272722,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1656348361,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":568946940,"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":-1075117478,"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":-55198924,"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":-418381487,"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":158591747,"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":-890933422,"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":-1873611444,"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":189141266,"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":1446511145,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1271249201,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1742389291,"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":1750931141,"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":1681630432,"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":-205258984,"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":-1368037730,"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":"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1608166775,"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":"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-308117096,"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":1420890501,"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":-930408091,"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":493767026,"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":-1789300804,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1324659733,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1928697158,"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":-1135633893,"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":-2082202770,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1467537114,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":765932374,"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":946059169,"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":899153535,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1107025237,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":466870249,"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":1279653418,"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":-387427889,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1949681245,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1641556346,"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":962124613,"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":1558020950,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":416947400,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":643292672,"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":1813899608,"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":-1504427104,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":606375230,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1778807610,"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":1120133393,"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":61525367,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1827950201,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1539062102,"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":-1758272481,"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":843326292,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":699320192,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-367462073,"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":2045481115,"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":748060754,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":837231852,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-121735453,"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":1593401464,"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":-1610552372,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1072980165,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-2052654390,"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":-366441168,"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":-734379142,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1418592756,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-2022558480,"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":-244274155,"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":-1987752795,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":943402100,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":426440272,"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":-1389291338,"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":-1217115261,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1580018492,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":200730441,"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":1680704030,"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":54674911,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1862296728,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-684213978,"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":1812752203,"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":1792711417,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1968642942,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-127587214,"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":-6549372,"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":-177227521,"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"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"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"}},{"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":-1612345066,"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"}},{"Kind":"Components.Component","Name":"AsyncValidator","TypeName":"System.Func","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AsyncValidator","Common.GloballyQualifiedTypeName":"global::System.Func","Components.DelegateSignature":"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"}},{"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":-667057973,"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":-853548395,"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":-708781862,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-49687056,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-266583355,"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":-1221631976,"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":1955058853,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1472412066,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-197626795,"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":-876309944,"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":-978996179,"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":1463967661,"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":1412712163,"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":1579174503,"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":117922585,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1469271091,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":2030968747,"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":678394180,"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":806823989,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-379913541,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1708261030,"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":-848603318,"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":-874757477,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1094095943,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-833108311,"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":-1504100584,"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":1455928287,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1576665447,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-8531692,"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":612236570,"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":1674336226,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":2098393618,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1491866272,"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":780356755,"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":1949541593,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":170468954,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1110876971,"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":-303782549,"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":778702246,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":109847271,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1495214621,"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":-995886343,"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":91718724,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-581770832,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-934877292,"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":-2136807792,"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":-1294329186,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-33869441,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1282004428,"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":-834540510,"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":-1765259059,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1942954793,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-258807722,"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":-1400769212,"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":-1713585993,"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":-1687524426,"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":691615379,"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":1298046331,"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":-1575114320,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGrid","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n The DataGrid component llows 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"}},{"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.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":"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 \n ","Metadata":{"Common.PropertyName":"TotalItemsTemplate","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":"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 column sort direction 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.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.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.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.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.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.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.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.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.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.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 group row.\n \n ","Metadata":{"Common.PropertyName":"GroupRowStyling","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":"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":-1100961992,"Kind":"Components.Component","Name":"Blazorise.DataGrid.DataGrid","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n The DataGrid component llows 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"}},{"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.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":"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 \n ","Metadata":{"Common.PropertyName":"TotalItemsTemplate","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":"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 column sort direction 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.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.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.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.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.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.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.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.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.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.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 group row.\n \n ","Metadata":{"Common.PropertyName":"GroupRowStyling","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":"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":-560610951,"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":1235650451,"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":1045368760,"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":112120361,"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":-1105496839,"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":-147434063,"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":-639264257,"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":-321587268,"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":816333256,"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":1155328222,"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":-735812756,"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":704101389,"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":2106669404,"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":1098532847,"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":1287342040,"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":2145432319,"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":1093022108,"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":1338870147,"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":-692300383,"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":1721611428,"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":1785362859,"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":2056482938,"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":-2093568855,"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":863666281,"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":726099369,"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":1832918492,"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":-1036451318,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.TotalItemsTemplate","AssemblyName":"Blazorise.DataGrid","Documentation":"\n \n Gets or sets content of total items grid.\n \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":-214376998,"Kind":"Components.ChildContent","Name":"Blazorise.DataGrid.DataGrid.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.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":840385855,"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":665751148,"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":1132096180,"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":-2046698304,"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":1663762216,"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":1949115425,"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":-1519188633,"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":2080829359,"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":-1470351918,"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.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":1311393574,"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.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":-262726202,"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":481012711,"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":1133668653,"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":1546742594,"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":-826546260,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":807049960,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":348441321,"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":-1718576674,"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":1273495392,"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":934715527,"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":668544827,"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":-2033531846,"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":-487392567,"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":1979593827,"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":1391370219,"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":-911225193,"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":-129784190,"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":953805767,"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":119979062,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":1656618931,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":-1844155144,"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":-219099848,"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":1698090937,"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":701756647,"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":889789286,"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":-2106546235,"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":-2107919579,"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":-2050850132,"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":-297873426,"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":208141338,"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":976964014,"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":-2097777928,"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":-765559877,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":1968278071,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":-706151071,"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":2145648862,"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":2015854212,"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":958637964,"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":499547762,"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":531368543,"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":1930735173,"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":-593979959,"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":-1243063548,"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":706612866,"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":-1909698854,"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":-1585312927,"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":-930101176,"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":1145137939,"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":-929391522,"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":-1833477775,"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":-1911214964,"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":1056450605,"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":-1438565039,"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":-472554678,"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":-1660047147,"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":-582286279,"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":-1950554374,"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":570460262,"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":-2063839003,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":758456280,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":-964150477,"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":2110204378,"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":-2082354920,"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":8348299,"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":-1296013010,"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":119111147,"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":670187906,"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":-915847490,"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":1826258555,"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":1153446157,"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":153634480,"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":810993058,"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":-450944251,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":-1110293537,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":-1929387172,"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":2040919515,"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":-782157381,"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":1117218003,"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":1149047052,"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":-1500812097,"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":-1220830225,"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":-913461794,"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":393858505,"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":-1384249396,"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":1093872803,"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":1238584635,"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":-833612424,"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":-838221771,"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":878712072,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":-130834839,"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":-835413560,"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":1249231579,"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":-1361862452,"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":292194347,"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":-1442407170,"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":-1615167484,"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":1922628499,"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":1354916575,"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":-1911682968,"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":-1672574258,"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":-2057606029,"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":-653067461,"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":1431538231,"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":"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":1767466819,"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":"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"}},{"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":"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 behavior of a cell.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"HeaderTextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"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","IsEnum":true,"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":"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":"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.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.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 group 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 group cell.\n \n ","Metadata":{"Common.PropertyName":"GroupCellStyle","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"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"}},{"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"}},{"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":"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":510543909,"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":2053744392,"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":2016743438,"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":1133747722,"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":-510880728,"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":-1784738825,"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":-147441204,"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":-324164857,"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":1678814699,"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":-1110559096,"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":-1925569877,"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":921095282,"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":462797200,"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":-817694920,"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":1247740702,"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":-110615955,"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":-413053412,"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":-743099294,"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":-822770195,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures 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":-1422171695,"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures 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":-933359621,"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":-1147106510,"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":-1015258194,"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":-1986749346,"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":1330885805,"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":320334513,"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":1744640181,"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":-1861482727,"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":2090822763,"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":1776851695,"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":1872528514,"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":-288631041,"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":1509418798,"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":-717663104,"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":365230296,"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":-471310523,"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":-1755402807,"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":109943977,"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":1600260236,"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":-902440497,"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":-974153635,"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":-1445009838,"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":-748076289,"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":-448006823,"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":-80091530,"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":"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":-470232644,"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":"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":287360269,"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":-2069436105,"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":557276093,"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"}},{"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":372996790,"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"}},{"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":569636164,"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":-1366534365,"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":-2137528574,"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":-1494803018,"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":-1037111107,"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":1462803501,"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":710997961,"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":534447726,"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":-2116434285,"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":-431609577,"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":1904170999,"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":-1926483949,"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":-1634461729,"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":-1559994260,"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":-540280973,"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":1825571338,"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":-695817898,"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":-347136593,"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":987444715,"Kind":"Components.Component","Name":"Blazorise.Icons.FontAwesome.Icon","AssemblyName":"Blazorise.Icons.FontAwesome","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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1982690395,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":238191411,"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":-1535702170,"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":237961896,"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":706841927,"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":277650784,"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":702378435,"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":-1949648456,"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":-122780910,"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":1168677,"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":-1405918276,"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":-540343182,"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":2116952014,"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":-810294758,"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":1335764901,"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":-1042840320,"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":402183783,"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":-704424015,"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":607362914,"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":-1616336821,"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":962003863,"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":-939107832,"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":333136699,"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":-1107143834,"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":-1957454337,"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":-793997452,"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":1458068010,"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":2066070747,"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":64814837,"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":1289462680,"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":-452218330,"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":-415632838,"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":1190414758,"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":1664230076,"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":751764637,"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":1916457542,"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":-58713568,"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":856993057,"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":-852217096,"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":1426551564,"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":-1689495322,"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":539718622,"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":264759166,"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":1227357245,"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":-377751981,"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":-234472741,"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":231181838,"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":467845314,"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":-465490162,"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":1265326654,"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":-783568537,"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":1012350824,"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":1863252700,"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":-1697457810,"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":76279807,"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":-1078884074,"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.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":"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":-1100061991,"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.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":"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":-2125564832,"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":1321347730,"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":-1194930337,"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":-1418845213,"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":1292363925,"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":972528719,"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":1620199590,"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":1508294755,"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":1464036649,"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":1479526619,"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":978279862,"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":-454775342,"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":-436088604,"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":-315402405,"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":-2001355185,"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":247018418,"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":-522362497,"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":764306540,"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":1779611403,"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":-394277580,"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":796315725,"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":-1651740537,"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":-1992257912,"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":97106263,"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":-847400150,"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":1425970233,"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":-1799940186,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1878091502,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1022449022,"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":793488746,"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":-1158473417,"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":-1858402074,"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":1209639308,"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Determines how much space will be used by the field inside of the grid row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1099893174,"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Determines how much space will be used by the field inside of the grid row.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"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":"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":250367527,"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":1200441334,"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":-764126657,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-257819433,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-516844282,"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":-1717979221,"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":7183377,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":187963782,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-953668420,"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":1444866622,"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":704622834,"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":1571601946,"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":-1967467001,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1263862148,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":191559255,"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":-1162693686,"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":-1909063838,"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":1957829770,"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":1006243613,"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":1588747764,"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":2036755677,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":800538914,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1307117731,"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":-415039840,"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":-1079623207,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1485003576,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":230085741,"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":-1346768346,"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":1085054138,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":310454041,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-158225591,"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":-753379064,"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":1942659740,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1149586208,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":339908136,"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":529697521,"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":1645564138,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1040264054,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1529239382,"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":-16343222,"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":-1401243168,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-2139819868,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":2048121335,"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":1103750598,"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":933433704,"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"}},{"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-484725589,"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"}},{"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-784269542,"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":-2043618057,"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":293344577,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1316159804,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1972324197,"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":-967830569,"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":-702337099,"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":1779751096,"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":-800543741,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":168438686,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1449758918,"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":1580181668,"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":-575804631,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-195751928,"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":267895834,"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":1804637176,"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":-1750901141,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.FieldBody","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldBody"}],"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column size inside of a component.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1371985977,"Kind":"Components.Component","Name":"Blazorise.Bootstrap.FieldBody","AssemblyName":"Blazorise.Bootstrap","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazorise.Bootstrap.FieldBody"}],"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":"ColumnSize","TypeName":"Blazorise.IFluentColumn","Documentation":"\n \n Defines the column size inside of a component.\n \n ","Metadata":{"Common.PropertyName":"ColumnSize","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentColumn"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1724616379,"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":1432820946,"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":-1046947232,"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":"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"}},{"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1191406391,"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":"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"}},{"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-314150932,"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":-351132192,"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":1702593582,"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":1389071208,"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":906761863,"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"}},{"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1167904457,"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"}},{"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"}},{"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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":778871490,"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":-1154743327,"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":919950417,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-1703756978,"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"}},{"Kind":"Components.Component","Name":"ElementId","TypeName":"System.String","Documentation":"\n \n Gets or sets the unique id of the element.\n \n \n Note that this ID is not defined for the component but instead for the underlined element that it represents.\n eg: for the TextEdit the ID will be set on the input element.\n \n ","Metadata":{"Common.PropertyName":"ElementId","Common.GloballyQualifiedTypeName":"global::System.String"}},{"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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1760740819,"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":-979443124,"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":-405215433,"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":-2036365622,"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":1048196922,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-724602942,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1618109457,"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":-1415433624,"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":-197322827,"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":-1936646845,"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":-367169298,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":1271147005,"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.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 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":"Float","TypeName":"Blazorise.Float","IsEnum":true,"Documentation":"\n \n Floats an element to the defined side.\n \n ","Metadata":{"Common.PropertyName":"Float","Common.GloballyQualifiedTypeName":"global::Blazorise.Float"}},{"Kind":"Components.Component","Name":"Clearfix","TypeName":"System.Boolean","Documentation":"\n \n Fixes an element's floating children.\n \n ","Metadata":{"Common.PropertyName":"Clearfix","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"Blazorise.Visibility","IsEnum":true,"Documentation":"\n \n Controls the visibility, without modifying the display, of elements with visibility utilities.\n \n ","Metadata":{"Common.PropertyName":"Visibility","Common.GloballyQualifiedTypeName":"global::Blazorise.Visibility"}},{"Kind":"Components.Component","Name":"Width","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element width attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Width","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Height","TypeName":"Blazorise.IFluentSizing","Documentation":"\n \n Defined the sizing for the element height attribute(s).\n \n ","Metadata":{"Common.PropertyName":"Height","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSizing"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element margin spacing.\n \n ","Metadata":{"Common.PropertyName":"Margin","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Blazorise.IFluentSpacing","Documentation":"\n \n Defines the element padding spacing.\n \n ","Metadata":{"Common.PropertyName":"Padding","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentSpacing"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Blazorise.IFluentDisplay","Documentation":"\n \n Specifies the display behavior of an element.\n \n ","Metadata":{"Common.PropertyName":"Display","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentDisplay"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Blazorise.IFluentBorder","Documentation":"\n \n Specifies the border of an element.\n \n ","Metadata":{"Common.PropertyName":"Border","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentBorder"}},{"Kind":"Components.Component","Name":"Flex","TypeName":"Blazorise.IFluentFlex","Documentation":"\n \n Specifies flexbox properties of an element.\n \n ","Metadata":{"Common.PropertyName":"Flex","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentFlex"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazorise.IFluentPosition","Documentation":"\n \n The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky).\n \n ","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentPosition"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Blazorise.IFluentOverflow","Documentation":"\n \n The overflow property controls what happens to content that is too big to fit into an area.\n \n ","Metadata":{"Common.PropertyName":"Overflow","Common.GloballyQualifiedTypeName":"global::Blazorise.IFluentOverflow"}},{"Kind":"Components.Component","Name":"Casing","TypeName":"Blazorise.CharacterCasing","IsEnum":true,"Documentation":"\n \n Changes the character casing of a element.\n \n ","Metadata":{"Common.PropertyName":"Casing","Common.GloballyQualifiedTypeName":"global::Blazorise.CharacterCasing"}},{"Kind":"Components.Component","Name":"TextColor","TypeName":"Blazorise.TextColor","Documentation":"\n \n Gets or sets the text color.\n \n ","Metadata":{"Common.PropertyName":"TextColor","Common.GloballyQualifiedTypeName":"global::Blazorise.TextColor"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Blazorise.TextAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.TextAlignment"}},{"Kind":"Components.Component","Name":"TextTransform","TypeName":"Blazorise.TextTransform","IsEnum":true,"Documentation":"\n \n Gets or sets the text transformation.\n \n ","Metadata":{"Common.PropertyName":"TextTransform","Common.GloballyQualifiedTypeName":"global::Blazorise.TextTransform"}},{"Kind":"Components.Component","Name":"TextWeight","TypeName":"Blazorise.TextWeight","IsEnum":true,"Documentation":"\n \n Gets or sets the text weight.\n \n ","Metadata":{"Common.PropertyName":"TextWeight","Common.GloballyQualifiedTypeName":"global::Blazorise.TextWeight"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Blazorise.TextOverflow","IsEnum":true,"Documentation":"\n \n Determines how the text will behave when it is larger than a parent container.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow","Common.GloballyQualifiedTypeName":"global::Blazorise.TextOverflow"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Blazorise.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Changes the vertical alignment of inline, inline-block, inline-table, and table cell elements.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment","Common.GloballyQualifiedTypeName":"global::Blazorise.VerticalAlignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Blazorise.Background","Documentation":"\n \n Gets or sets the component background color.\n \n ","Metadata":{"Common.PropertyName":"Background","Common.GloballyQualifiedTypeName":"global::Blazorise.Background"}},{"Kind":"Components.Component","Name":"Shadow","TypeName":"Blazorise.Shadow","IsEnum":true,"Documentation":"\n \n Gets or sets the component shadow box.\n \n ","Metadata":{"Common.PropertyName":"Shadow","Common.GloballyQualifiedTypeName":"global::Blazorise.Shadow"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Captures all the custom attribute that are not part 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":-740665709,"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":-52571411,"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":-889175014,"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":-2027656195,"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":-344972703,"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":716086197,"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":31065081,"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":728081899,"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":-1387705066,"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":-287754600,"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":1081367112,"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":-899435397,"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":2011954356,"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":1471402787,"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":-56567425,"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":-1644032506,"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":2015187318,"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":1151325298,"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":-405661019,"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":2003515200,"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":-1365464423,"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":-7546999,"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":2120878089,"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":1797106735,"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":1136340763,"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":-658626856,"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":448271975,"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":-86010154,"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":697441550,"Kind":"Components.Component","Name":"Blazored.Modal.BlazoredModalInstance","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazoredModalInstance"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Metadata":{"Common.PropertyName":"Content","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Options","TypeName":"Blazored.Modal.ModalOptions","IsEditorRequired":true,"Metadata":{"Common.PropertyName":"Options","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalOptions"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.Guid","Metadata":{"Common.PropertyName":"Id","Common.GloballyQualifiedTypeName":"global::System.Guid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazored.Modal.BlazoredModalInstance","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"BlazoredModalInstance"}},{"HashCode":976980704,"Kind":"Components.Component","Name":"Blazored.Modal.BlazoredModalInstance","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazored.Modal.BlazoredModalInstance"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Metadata":{"Common.PropertyName":"Content","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Options","TypeName":"Blazored.Modal.ModalOptions","IsEditorRequired":true,"Metadata":{"Common.PropertyName":"Options","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalOptions"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.Guid","Metadata":{"Common.PropertyName":"Id","Common.GloballyQualifiedTypeName":"global::System.Guid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazored.Modal.BlazoredModalInstance","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"BlazoredModalInstance","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-300118040,"Kind":"Components.ChildContent","Name":"Blazored.Modal.BlazoredModalInstance.Content","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"BlazoredModalInstance"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazored.Modal.BlazoredModalInstance.Content","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"BlazoredModalInstance","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1843929471,"Kind":"Components.ChildContent","Name":"Blazored.Modal.BlazoredModalInstance.Content","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Blazored.Modal.BlazoredModalInstance"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazored.Modal.BlazoredModalInstance.Content","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"BlazoredModalInstance","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":749602299,"Kind":"Components.Component","Name":"Blazored.Modal.BlazoredModal","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazoredModal"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HideHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"HideHeader","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"HideCloseButton","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"HideCloseButton","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DisableBackgroundCancel","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"DisableBackgroundCancel","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"OverlayCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"OverlayCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazored.Modal.ModalPosition?","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalPosition?"}},{"Kind":"Components.Component","Name":"PositionCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"PositionCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazored.Modal.ModalSize?","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalSize?"}},{"Kind":"Components.Component","Name":"SizeCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"SizeCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AnimationType","TypeName":"Blazored.Modal.ModalAnimationType?","Metadata":{"Common.PropertyName":"AnimationType","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalAnimationType?"}},{"Kind":"Components.Component","Name":"UseCustomLayout","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"UseCustomLayout","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ActivateFocusTrap","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"ActivateFocusTrap","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazored.Modal.BlazoredModal","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"BlazoredModal"}},{"HashCode":-1052614297,"Kind":"Components.Component","Name":"Blazored.Modal.BlazoredModal","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazored.Modal.BlazoredModal"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HideHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"HideHeader","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"HideCloseButton","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"HideCloseButton","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DisableBackgroundCancel","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"DisableBackgroundCancel","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"OverlayCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"OverlayCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazored.Modal.ModalPosition?","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalPosition?"}},{"Kind":"Components.Component","Name":"PositionCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"PositionCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazored.Modal.ModalSize?","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalSize?"}},{"Kind":"Components.Component","Name":"SizeCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"SizeCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AnimationType","TypeName":"Blazored.Modal.ModalAnimationType?","Metadata":{"Common.PropertyName":"AnimationType","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalAnimationType?"}},{"Kind":"Components.Component","Name":"UseCustomLayout","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"UseCustomLayout","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ActivateFocusTrap","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"ActivateFocusTrap","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazored.Modal.BlazoredModal","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"BlazoredModal","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":297862070,"Kind":"Components.Component","Name":"Blazored.Modal.CascadingBlazoredModal","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingBlazoredModal"}],"BoundAttributes":[{"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":"HideHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"HideHeader","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"HideCloseButton","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"HideCloseButton","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DisableBackgroundCancel","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"DisableBackgroundCancel","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazored.Modal.ModalPosition?","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalPosition?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazored.Modal.ModalSize?","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalSize?"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AnimationType","TypeName":"Blazored.Modal.ModalAnimationType?","Metadata":{"Common.PropertyName":"AnimationType","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalAnimationType?"}},{"Kind":"Components.Component","Name":"UseCustomLayout","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"UseCustomLayout","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"OverlayCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"OverlayCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ContentScrollable","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"ContentScrollable","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ActivateFocusTrap","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"ActivateFocusTrap","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"PositionCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"PositionCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SizeCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"SizeCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazored.Modal.CascadingBlazoredModal","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"CascadingBlazoredModal"}},{"HashCode":-1365541775,"Kind":"Components.Component","Name":"Blazored.Modal.CascadingBlazoredModal","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazored.Modal.CascadingBlazoredModal"}],"BoundAttributes":[{"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":"HideHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"HideHeader","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"HideCloseButton","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"HideCloseButton","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"DisableBackgroundCancel","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"DisableBackgroundCancel","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Blazored.Modal.ModalPosition?","Metadata":{"Common.PropertyName":"Position","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalPosition?"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Blazored.Modal.ModalSize?","Metadata":{"Common.PropertyName":"Size","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalSize?"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AnimationType","TypeName":"Blazored.Modal.ModalAnimationType?","Metadata":{"Common.PropertyName":"AnimationType","Common.GloballyQualifiedTypeName":"global::Blazored.Modal.ModalAnimationType?"}},{"Kind":"Components.Component","Name":"UseCustomLayout","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"UseCustomLayout","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"OverlayCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"OverlayCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ContentScrollable","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"ContentScrollable","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"ActivateFocusTrap","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"ActivateFocusTrap","Common.GloballyQualifiedTypeName":"global::System.Boolean?"}},{"Kind":"Components.Component","Name":"PositionCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"PositionCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"SizeCustomClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"SizeCustomClass","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazored.Modal.CascadingBlazoredModal","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"CascadingBlazoredModal","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-354138106,"Kind":"Components.ChildContent","Name":"Blazored.Modal.CascadingBlazoredModal.ChildContent","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingBlazoredModal"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazored.Modal.CascadingBlazoredModal.ChildContent","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"CascadingBlazoredModal","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":875288561,"Kind":"Components.ChildContent","Name":"Blazored.Modal.CascadingBlazoredModal.ChildContent","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazored.Modal.CascadingBlazoredModal"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazored.Modal.CascadingBlazoredModal.ChildContent","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"CascadingBlazoredModal","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1745456800,"Kind":"Components.Component","Name":"Blazored.Modal.FocusTrap","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FocusTrap"}],"BoundAttributes":[{"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":"IsActive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsActive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazored.Modal.FocusTrap","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"FocusTrap"}},{"HashCode":827267202,"Kind":"Components.Component","Name":"Blazored.Modal.FocusTrap","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazored.Modal.FocusTrap"}],"BoundAttributes":[{"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":"IsActive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsActive","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazored.Modal.FocusTrap","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"FocusTrap","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1982578327,"Kind":"Components.ChildContent","Name":"Blazored.Modal.FocusTrap.ChildContent","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FocusTrap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazored.Modal.FocusTrap.ChildContent","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"FocusTrap","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":567639993,"Kind":"Components.ChildContent","Name":"Blazored.Modal.FocusTrap.ChildContent","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Blazored.Modal.FocusTrap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Blazored.Modal.FocusTrap.ChildContent","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"FocusTrap","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1294724149,"Kind":"Components.Component","Name":"Blazored.Modal._Imports","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"_Imports"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazored.Modal._Imports","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"_Imports"}},{"HashCode":1442801226,"Kind":"Components.Component","Name":"Blazored.Modal._Imports","AssemblyName":"Blazored.Modal","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Blazored.Modal._Imports"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Blazored.Modal._Imports","Common.TypeNamespace":"Blazored.Modal","Common.TypeNameIdentifier":"_Imports","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2017861153,"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":"Blazorise.EventHandlers","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":-156877361,"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":"Blazorise.EventHandlers","Common.TypeNamespace":"Blazorise","Common.TypeNameIdentifier":"EventHandlers"}},{"HashCode":329015817,"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":1838103151,"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":-240474940,"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":-1004262541,"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":-979444503,"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":-291784546,"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":-2047184501,"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":67230473,"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":-758223364,"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":1228508444,"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":1039369665,"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":-639821594,"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":907138890,"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":943961575,"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":843119679,"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":-1408792827,"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":337671202,"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":-311096758,"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":45082985,"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":-1147248445,"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":195418913,"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":-201581379,"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":4361629,"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":1973796670,"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":1224869041,"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":1452683578,"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":1410435085,"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":-539383185,"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":630326998,"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":689390113,"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":-1828686440,"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":35503037,"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":1827443223,"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":-2108261839,"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":-652689217,"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":805381193,"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":-2118518094,"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":569805988,"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":1876824382,"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":627843572,"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":235722626,"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":1958299222,"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":177799240,"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":66680894,"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":469295430,"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":1849385903,"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":1583880941,"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":-182495854,"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":1382849154,"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":-1982673680,"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":1268561825,"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":1747578797,"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":-1225444698,"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":2044734459,"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":-1675705776,"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":-122732931,"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":-1967985782,"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":-371717273,"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":455278496,"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":1524286700,"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":868837677,"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":-74788535,"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":-2096202250,"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":-1479370105,"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":-1039498881,"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":-200905978,"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":978626756,"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":-1633737509,"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":-384356983,"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":1030200256,"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":2019105360,"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":-306788873,"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":2137396576,"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":612754896,"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":625603338,"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":-1231207153,"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":-663404976,"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":-1797135636,"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":-1148876815,"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":2085929201,"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":401674664,"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":-1149084755,"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":-1633250371,"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":70829422,"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":-32431110,"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":1097909497,"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":1195777906,"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":-992475268,"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":373143355,"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":-1209242036,"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":-910864839,"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":1068095928,"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":1270112777,"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":1906410717,"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":580896027,"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":814556048,"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":131469736,"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":1681168860,"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":799714519,"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":1320882559,"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":228388623,"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":-442473921,"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 https://msdn.microsoft.com/en-us/library/txafckwd.aspx) 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":480205002,"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":-1805690727,"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":130217762,"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":-604058190,"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":-1418119244,"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":981781021,"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":-582315239,"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":718418561,"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":97220606,"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":1117599899,"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":-1917254230,"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":25545337,"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"}}]}],"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":2099579374,"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"}}]}],"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"}}]},{"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":533011788,"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"}}]}],"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"}}]},{"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":621380780,"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"}}]}],"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"}}]},{"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":4659827,"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"}}]}],"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"}}]},{"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":-1307972099,"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"}}]}],"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"}}]},{"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":-1343564854,"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"}}]}],"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"}}]},{"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":-1064910446,"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"}}]}],"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"}}]},{"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":642512202,"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"}}]}],"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"}}]},{"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":-1554464794,"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"}}]}],"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"}}]},{"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":-1219776405,"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"}}]}],"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"}}]},{"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":-1994703868,"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"}}]}],"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"}}]},{"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":-613148885,"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"}}]}],"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"}}]},{"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":-78062314,"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"}}]}],"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"}}]},{"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":-796606476,"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"}}]}],"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"}}]},{"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":-863058213,"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"}}]}],"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"}}]},{"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":-1094535082,"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"}}]}],"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"}}]},{"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":2075096086,"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"}}]}],"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"}}],"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":-116784466,"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"}}]}],"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"}}],"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":1150512434,"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"}}]}],"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"}}],"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":-1869173813,"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"}}]}],"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"}}],"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":-1269130699,"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"}}]}],"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"}}],"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":1122152556,"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"}}]}],"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"}}],"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":270733795,"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"}}]}],"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"}}],"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":-2091305321,"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"}}]}],"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"}}],"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":-1782014506,"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"}}]}],"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"}}],"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":62637700,"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"}}]}],"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"}}],"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":1288530706,"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"}}]}],"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"}}],"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":2143877102,"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"}}]}],"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"}}],"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":-825115321,"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"}}]}],"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"}}],"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":1009848748,"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"}}]}],"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"}}],"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":829011974,"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"}}]}],"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"}}],"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":2046743973,"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"}}]}],"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"}}],"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":-472955664,"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"}}]}],"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"}}],"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":-2055235350,"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"}}]}],"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"}}],"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":-584477228,"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"}}]}],"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"}}],"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":1671151218,"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"}}]}],"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"}}],"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":-216240150,"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"}}]}],"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"}}],"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":-536713731,"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"}}]}],"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"}}],"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":1780113820,"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"}}]}],"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"}}],"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":-420441899,"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"}}]}],"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"}}],"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":1283097755,"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"}}]}],"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"}}],"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":-1710308157,"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"}}]}],"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"}}],"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":548931458,"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"}}]}],"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"}}],"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":2122733854,"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"}}]}],"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"}}],"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":867162871,"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"}}]}],"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"}}],"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":-1866499075,"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"}}]}],"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"}}],"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":-96986201,"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"}}]}],"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"}}],"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":-1620784052,"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"}}]}],"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"}}],"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":-451912952,"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"}}]}],"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"}}],"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":1237861675,"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"}}]}],"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"}}],"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":1645481198,"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"}}]}],"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"}}],"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":449736033,"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"}}]}],"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"}}],"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":-1307447659,"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"}}]}],"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"}}],"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":1328608042,"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"}}]}],"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"}}],"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":1003337240,"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"}}]}],"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"}}],"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":-581249693,"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"}}]}],"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"}}],"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":-25994919,"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"}}]}],"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"}}],"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":1963496878,"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"}}]}],"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"}}],"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":-1936740384,"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"}}]}],"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"}}],"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":948855234,"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"}}]}],"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"}}],"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":-1417103953,"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"}}]}],"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"}}],"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":1358705472,"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"}}]}],"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"}}],"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":-623314882,"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"}}]}],"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"}}],"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":-1499491258,"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"}}]}],"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"}}],"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":1376757869,"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"}}]}],"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"}}],"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":1378338918,"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"}}]}],"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"}}],"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":750377477,"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"}}]}],"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"}}],"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":1029467362,"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"}}]}],"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"}}],"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":-270629998,"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"}}]}],"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"}}],"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":1620501669,"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"}}]}],"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"}}],"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":1748820634,"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"}}]}],"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"}}],"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":-1584020894,"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"}}]}],"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"}}],"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":-1593272340,"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"}}]}],"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"}}],"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":944465188,"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"}}]}],"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"}}],"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":989916917,"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"}}]}],"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"}}],"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":-45200937,"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"}}]}],"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"}}],"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":-1953049318,"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"}}]}],"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"}}],"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":-1221404003,"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"}}]}],"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"}}],"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":-1253281523,"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"}}]}],"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"}}],"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":2057908850,"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"}}]}],"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"}}],"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":1780441944,"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"}}]}],"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"}}],"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":1674446873,"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"}}]}],"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"}}],"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":90272655,"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"}}]}],"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"}}],"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":-342169543,"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"}}]}],"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"}}],"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":-2059143525,"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"}}]}],"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"}}],"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":741964274,"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"}}]}],"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"}}],"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":880911821,"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"}}]}],"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"}}],"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":473189501,"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"}}]}],"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"}}],"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":198375431,"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"}}]}],"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"}}],"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":-1496258659,"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"}}]}],"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"}}],"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":563958000,"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"}}]}],"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"}}],"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":846992169,"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"}}]}],"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"}}],"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":-485392684,"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"}}]}],"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"}}],"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":950799371,"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"}}]}],"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"}}],"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":-1940845159,"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"}}]}],"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"}}],"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":774738816,"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"}}]}],"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"}}],"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":1653136127,"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"}}]}],"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"}}],"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":-2113380323,"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"}}]}],"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"}}],"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":-1926732538,"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"}}]}],"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"}}],"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":1677667707,"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"}}]}],"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"}}],"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":2024855071,"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"}}]}],"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"}}],"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":-933013867,"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"}}]}],"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"}}],"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":-38979962,"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"}}]}],"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"}}],"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":973041108,"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"}}]}],"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"}}],"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":-384607186,"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"}}]}],"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"}}],"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":-879157322,"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"}}]}],"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"}}],"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":-477051160,"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"}}]}],"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"}}],"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":643644634,"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"}}]}],"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"}}],"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":895990381,"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"}}]}],"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"}}],"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":-1265094581,"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"}}]}],"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"}}],"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":-562209201,"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"}}]}],"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"}}],"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":1224407547,"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"}}]}],"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"}}],"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":1458003054,"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"}}]}],"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"}}],"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":422982115,"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"}}]}],"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"}}],"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":139286329,"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"}}]}],"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"}}],"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":836218997,"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"}}]}],"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"}}],"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":-276466970,"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"}}]}],"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"}}],"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":255918235,"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"}}]}],"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"}}],"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":1922826732,"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"}}]}],"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"}}],"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":-1515215484,"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"}}]}],"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"}}],"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":257338110,"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"}}]}],"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"}}],"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":-1141688870,"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"}}]}],"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"}}],"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":-313276414,"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"}}]}],"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"}}],"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":520475990,"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"}}]}],"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"}}],"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":931474203,"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"}}]}],"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"}}],"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":1631281486,"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"}}]}],"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"}}],"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":-1002505627,"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"}}]}],"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"}}],"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":-68469530,"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"}}]}],"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"}}],"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":-752933665,"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"}}]}],"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"}}],"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":-1954868471,"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"}}]}],"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"}}],"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":-1026980762,"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"}}]}],"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"}}],"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":-158959253,"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"}}]}],"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"}}],"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":1892486071,"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"}}]}],"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"}}],"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":1123641758,"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"}}]}],"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"}}],"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":-808107832,"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"}}]}],"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"}}],"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":-1416886038,"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"}}]}],"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"}}],"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":93715084,"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":-115576540,"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":1000},"RootNamespace":"BlazorTP","Documents":[{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Components\\Crafting.razor","TargetPath":"Components\\Crafting.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Shared\\MainLayout.razor","TargetPath":"Shared\\MainLayout.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\Add.razor","TargetPath":"Pages\\Add.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\_Imports.razor","TargetPath":"_Imports.razor","FileKind":"componentImport"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Shared\\NavMenu.razor","TargetPath":"Shared\\NavMenu.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\List.razor","TargetPath":"Pages\\List.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\App.razor","TargetPath":"App.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\FetchData.razor","TargetPath":"Pages\\FetchData.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Components\\Card.razor","TargetPath":"Components\\Card.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Shared\\SurveyPrompt.razor","TargetPath":"Shared\\SurveyPrompt.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\Counter.razor","TargetPath":"Pages\\Counter.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\CreateLog.razor","TargetPath":"Pages\\CreateLog.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Modals\\DeleteConfirmation.razor","TargetPath":"Modals\\DeleteConfirmation.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\Index.razor","TargetPath":"Pages\\Index.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\BlazorRoute.razor","TargetPath":"Pages\\BlazorRoute.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Components\\ShowItems.razor","TargetPath":"Components\\ShowItems.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\Error.cshtml","TargetPath":"Pages\\Error.cshtml","FileKind":"mvc"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Shared\\Config.razor","TargetPath":"Shared\\Config.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Components\\CraftingItem.razor","TargetPath":"Components\\CraftingItem.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\_Layout.cshtml","TargetPath":"Pages\\_Layout.cshtml","FileKind":"mvc"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\Edit.razor","TargetPath":"Pages\\Edit.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Shared\\CultureSelector.razor","TargetPath":"Shared\\CultureSelector.razor","FileKind":"component"},{"FilePath":"U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Pages\\_Host.cshtml","TargetPath":"Pages\\_Host.cshtml","FileKind":"mvc"}],"SerializationFormat":"0.3"} \ No newline at end of file diff --git a/BlazorTP/obj/Debug/net6.0/ref/BlazorTP.dll b/BlazorTP/obj/Debug/net6.0/ref/BlazorTP.dll new file mode 100644 index 0000000000000000000000000000000000000000..cce1a024665528324e84527795c6f5220eb72458 GIT binary patch literal 33792 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 Bw$cCq literal 0 HcmV?d00001 diff --git a/BlazorTP/obj/Debug/net6.0/refint/BlazorTP.dll b/BlazorTP/obj/Debug/net6.0/refint/BlazorTP.dll new file mode 100644 index 0000000000000000000000000000000000000000..cce1a024665528324e84527795c6f5220eb72458 GIT binary patch literal 33792 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 Bw$cCq literal 0 HcmV?d00001 diff --git a/BlazorTP/obj/Debug/net6.0/scopedcss/Components/Crafting.razor.rz.scp.css b/BlazorTP/obj/Debug/net6.0/scopedcss/Components/Crafting.razor.rz.scp.css new file mode 100644 index 0000000..088093a --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/scopedcss/Components/Crafting.razor.rz.scp.css @@ -0,0 +1,23 @@ +.css-grid[b-1065ealyrk] { + grid-template-columns: repeat(8,minmax(0,1fr)); + gap: 10px; + display: grid; + width: 600px; +} + +.css-recipe[b-1065ealyrk] { + grid-template-columns: repeat(3,minmax(0,1fr)); + gap: 10px; + display: grid; + width: 212px; +} + +.actions[b-1065ealyrk] { + border: 1px solid black; + height: 250px; + overflow: scroll; +} +.css-result[b-1065ealyrk] { + position: fixed; + float: left; +} \ No newline at end of file diff --git a/BlazorTP/obj/Debug/net6.0/scopedcss/Components/CraftingItem.razor.rz.scp.css b/BlazorTP/obj/Debug/net6.0/scopedcss/Components/CraftingItem.razor.rz.scp.css new file mode 100644 index 0000000..d271875 --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/scopedcss/Components/CraftingItem.razor.rz.scp.css @@ -0,0 +1,12 @@ +.item[b-uili6i74vy] { + width: 64px; + height: 64px; + border: 1px solid; + background: white; +} + +.div[b-uili6i74vy] { + position: fixed; + float: right; +} + \ No newline at end of file diff --git a/BlazorTP/obj/Debug/net6.0/scopedcss/Shared/MainLayout.razor.rz.scp.css b/BlazorTP/obj/Debug/net6.0/scopedcss/Shared/MainLayout.razor.rz.scp.css new file mode 100644 index 0000000..c363f7e --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/scopedcss/Shared/MainLayout.razor.rz.scp.css @@ -0,0 +1,70 @@ +.page[b-uyo2roal2f] { + position: relative; + display: flex; + flex-direction: column; +} + +main[b-uyo2roal2f] { + flex: 1; +} + +.sidebar[b-uyo2roal2f] { + background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); +} + +.top-row[b-uyo2roal2f] { + background-color: #f7f7f7; + border-bottom: 1px solid #d6d5d5; + justify-content: flex-end; + height: 3.5rem; + display: flex; + align-items: center; +} + + .top-row[b-uyo2roal2f] a, .top-row .btn-link[b-uyo2roal2f] { + white-space: nowrap; + margin-left: 1.5rem; + } + + .top-row a:first-child[b-uyo2roal2f] { + overflow: hidden; + text-overflow: ellipsis; + } + +@media (max-width: 640.98px) { + .top-row:not(.auth)[b-uyo2roal2f] { + display: none; + } + + .top-row.auth[b-uyo2roal2f] { + justify-content: space-between; + } + + .top-row a[b-uyo2roal2f], .top-row .btn-link[b-uyo2roal2f] { + margin-left: 0; + } +} + +@media (min-width: 641px) { + .page[b-uyo2roal2f] { + flex-direction: row; + } + + .sidebar[b-uyo2roal2f] { + width: 250px; + height: 100vh; + position: sticky; + top: 0; + } + + .top-row[b-uyo2roal2f] { + position: sticky; + top: 0; + z-index: 1; + } + + .top-row[b-uyo2roal2f], article[b-uyo2roal2f] { + padding-left: 2rem !important; + padding-right: 1.5rem !important; + } +} diff --git a/BlazorTP/obj/Debug/net6.0/scopedcss/Shared/NavMenu.razor.rz.scp.css b/BlazorTP/obj/Debug/net6.0/scopedcss/Shared/NavMenu.razor.rz.scp.css new file mode 100644 index 0000000..5b451d3 --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/scopedcss/Shared/NavMenu.razor.rz.scp.css @@ -0,0 +1,62 @@ +.navbar-toggler[b-19977w351x] { + background-color: rgba(255, 255, 255, 0.1); +} + +.top-row[b-19977w351x] { + height: 3.5rem; + background-color: rgba(0,0,0,0.4); +} + +.navbar-brand[b-19977w351x] { + font-size: 1.1rem; +} + +.oi[b-19977w351x] { + width: 2rem; + font-size: 1.1rem; + vertical-align: text-top; + top: -2px; +} + +.nav-item[b-19977w351x] { + font-size: 0.9rem; + padding-bottom: 0.5rem; +} + + .nav-item:first-of-type[b-19977w351x] { + padding-top: 1rem; + } + + .nav-item:last-of-type[b-19977w351x] { + padding-bottom: 1rem; + } + + .nav-item[b-19977w351x] a { + color: #d7d7d7; + border-radius: 4px; + height: 3rem; + display: flex; + align-items: center; + line-height: 3rem; + } + +.nav-item[b-19977w351x] a.active { + background-color: rgba(255,255,255,0.25); + color: white; +} + +.nav-item[b-19977w351x] a:hover { + background-color: rgba(255,255,255,0.1); + color: white; +} + +@media (min-width: 641px) { + .navbar-toggler[b-19977w351x] { + display: none; + } + + .collapse[b-19977w351x] { + /* Never collapse the sidebar for wide screens */ + display: block; + } +} diff --git a/BlazorTP/obj/Debug/net6.0/scopedcss/bundle/BlazorTP.styles.css b/BlazorTP/obj/Debug/net6.0/scopedcss/bundle/BlazorTP.styles.css new file mode 100644 index 0000000..ef35a0e --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/scopedcss/bundle/BlazorTP.styles.css @@ -0,0 +1,173 @@ +@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css'; + +/* _content/BlazorTP/Components/Crafting.razor.rz.scp.css */ +.css-grid[b-1065ealyrk] { + grid-template-columns: repeat(8,minmax(0,1fr)); + gap: 10px; + display: grid; + width: 600px; +} + +.css-recipe[b-1065ealyrk] { + grid-template-columns: repeat(3,minmax(0,1fr)); + gap: 10px; + display: grid; + width: 212px; +} + +.actions[b-1065ealyrk] { + border: 1px solid black; + height: 250px; + overflow: scroll; +} +.css-result[b-1065ealyrk] { + position: fixed; + float: left; +} +/* _content/BlazorTP/Components/CraftingItem.razor.rz.scp.css */ +.item[b-uili6i74vy] { + width: 64px; + height: 64px; + border: 1px solid; + background: white; +} + +.div[b-uili6i74vy] { + position: fixed; + float: right; +} + +/* _content/BlazorTP/Shared/MainLayout.razor.rz.scp.css */ +.page[b-uyo2roal2f] { + position: relative; + display: flex; + flex-direction: column; +} + +main[b-uyo2roal2f] { + flex: 1; +} + +.sidebar[b-uyo2roal2f] { + background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); +} + +.top-row[b-uyo2roal2f] { + background-color: #f7f7f7; + border-bottom: 1px solid #d6d5d5; + justify-content: flex-end; + height: 3.5rem; + display: flex; + align-items: center; +} + + .top-row[b-uyo2roal2f] a, .top-row .btn-link[b-uyo2roal2f] { + white-space: nowrap; + margin-left: 1.5rem; + } + + .top-row a:first-child[b-uyo2roal2f] { + overflow: hidden; + text-overflow: ellipsis; + } + +@media (max-width: 640.98px) { + .top-row:not(.auth)[b-uyo2roal2f] { + display: none; + } + + .top-row.auth[b-uyo2roal2f] { + justify-content: space-between; + } + + .top-row a[b-uyo2roal2f], .top-row .btn-link[b-uyo2roal2f] { + margin-left: 0; + } +} + +@media (min-width: 641px) { + .page[b-uyo2roal2f] { + flex-direction: row; + } + + .sidebar[b-uyo2roal2f] { + width: 250px; + height: 100vh; + position: sticky; + top: 0; + } + + .top-row[b-uyo2roal2f] { + position: sticky; + top: 0; + z-index: 1; + } + + .top-row[b-uyo2roal2f], article[b-uyo2roal2f] { + padding-left: 2rem !important; + padding-right: 1.5rem !important; + } +} +/* _content/BlazorTP/Shared/NavMenu.razor.rz.scp.css */ +.navbar-toggler[b-19977w351x] { + background-color: rgba(255, 255, 255, 0.1); +} + +.top-row[b-19977w351x] { + height: 3.5rem; + background-color: rgba(0,0,0,0.4); +} + +.navbar-brand[b-19977w351x] { + font-size: 1.1rem; +} + +.oi[b-19977w351x] { + width: 2rem; + font-size: 1.1rem; + vertical-align: text-top; + top: -2px; +} + +.nav-item[b-19977w351x] { + font-size: 0.9rem; + padding-bottom: 0.5rem; +} + + .nav-item:first-of-type[b-19977w351x] { + padding-top: 1rem; + } + + .nav-item:last-of-type[b-19977w351x] { + padding-bottom: 1rem; + } + + .nav-item[b-19977w351x] a { + color: #d7d7d7; + border-radius: 4px; + height: 3rem; + display: flex; + align-items: center; + line-height: 3rem; + } + +.nav-item[b-19977w351x] a.active { + background-color: rgba(255,255,255,0.25); + color: white; +} + +.nav-item[b-19977w351x] a:hover { + background-color: rgba(255,255,255,0.1); + color: white; +} + +@media (min-width: 641px) { + .navbar-toggler[b-19977w351x] { + display: none; + } + + .collapse[b-19977w351x] { + /* Never collapse the sidebar for wide screens */ + display: block; + } +} diff --git a/BlazorTP/obj/Debug/net6.0/scopedcss/projectbundle/BlazorTP.bundle.scp.css b/BlazorTP/obj/Debug/net6.0/scopedcss/projectbundle/BlazorTP.bundle.scp.css new file mode 100644 index 0000000..76e0d0e --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/scopedcss/projectbundle/BlazorTP.bundle.scp.css @@ -0,0 +1,171 @@ +/* _content/BlazorTP/Components/Crafting.razor.rz.scp.css */ +.css-grid[b-1065ealyrk] { + grid-template-columns: repeat(8,minmax(0,1fr)); + gap: 10px; + display: grid; + width: 600px; +} + +.css-recipe[b-1065ealyrk] { + grid-template-columns: repeat(3,minmax(0,1fr)); + gap: 10px; + display: grid; + width: 212px; +} + +.actions[b-1065ealyrk] { + border: 1px solid black; + height: 250px; + overflow: scroll; +} +.css-result[b-1065ealyrk] { + position: fixed; + float: left; +} +/* _content/BlazorTP/Components/CraftingItem.razor.rz.scp.css */ +.item[b-uili6i74vy] { + width: 64px; + height: 64px; + border: 1px solid; + background: white; +} + +.div[b-uili6i74vy] { + position: fixed; + float: right; +} + +/* _content/BlazorTP/Shared/MainLayout.razor.rz.scp.css */ +.page[b-uyo2roal2f] { + position: relative; + display: flex; + flex-direction: column; +} + +main[b-uyo2roal2f] { + flex: 1; +} + +.sidebar[b-uyo2roal2f] { + background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); +} + +.top-row[b-uyo2roal2f] { + background-color: #f7f7f7; + border-bottom: 1px solid #d6d5d5; + justify-content: flex-end; + height: 3.5rem; + display: flex; + align-items: center; +} + + .top-row[b-uyo2roal2f] a, .top-row .btn-link[b-uyo2roal2f] { + white-space: nowrap; + margin-left: 1.5rem; + } + + .top-row a:first-child[b-uyo2roal2f] { + overflow: hidden; + text-overflow: ellipsis; + } + +@media (max-width: 640.98px) { + .top-row:not(.auth)[b-uyo2roal2f] { + display: none; + } + + .top-row.auth[b-uyo2roal2f] { + justify-content: space-between; + } + + .top-row a[b-uyo2roal2f], .top-row .btn-link[b-uyo2roal2f] { + margin-left: 0; + } +} + +@media (min-width: 641px) { + .page[b-uyo2roal2f] { + flex-direction: row; + } + + .sidebar[b-uyo2roal2f] { + width: 250px; + height: 100vh; + position: sticky; + top: 0; + } + + .top-row[b-uyo2roal2f] { + position: sticky; + top: 0; + z-index: 1; + } + + .top-row[b-uyo2roal2f], article[b-uyo2roal2f] { + padding-left: 2rem !important; + padding-right: 1.5rem !important; + } +} +/* _content/BlazorTP/Shared/NavMenu.razor.rz.scp.css */ +.navbar-toggler[b-19977w351x] { + background-color: rgba(255, 255, 255, 0.1); +} + +.top-row[b-19977w351x] { + height: 3.5rem; + background-color: rgba(0,0,0,0.4); +} + +.navbar-brand[b-19977w351x] { + font-size: 1.1rem; +} + +.oi[b-19977w351x] { + width: 2rem; + font-size: 1.1rem; + vertical-align: text-top; + top: -2px; +} + +.nav-item[b-19977w351x] { + font-size: 0.9rem; + padding-bottom: 0.5rem; +} + + .nav-item:first-of-type[b-19977w351x] { + padding-top: 1rem; + } + + .nav-item:last-of-type[b-19977w351x] { + padding-bottom: 1rem; + } + + .nav-item[b-19977w351x] a { + color: #d7d7d7; + border-radius: 4px; + height: 3rem; + display: flex; + align-items: center; + line-height: 3rem; + } + +.nav-item[b-19977w351x] a.active { + background-color: rgba(255,255,255,0.25); + color: white; +} + +.nav-item[b-19977w351x] a:hover { + background-color: rgba(255,255,255,0.1); + color: white; +} + +@media (min-width: 641px) { + .navbar-toggler[b-19977w351x] { + display: none; + } + + .collapse[b-19977w351x] { + /* Never collapse the sidebar for wide screens */ + display: block; + } +} diff --git a/BlazorTP/obj/Debug/net6.0/staticwebassets.build.json b/BlazorTP/obj/Debug/net6.0/staticwebassets.build.json new file mode 100644 index 0000000..3d6102e --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/staticwebassets.build.json @@ -0,0 +1,1006 @@ +{ + "Version": 1, + "Hash": "FMLOBNl3GTwFMIivhaElL1r36iXg6wQsFt7fSko+e64=", + "Source": "BlazorTP", + "BasePath": "_content/BlazorTP", + "Mode": "Default", + "ManifestType": "Build", + "ReferencedProjectsConfiguration": [], + "DiscoveryPatterns": [ + { + "Name": "BlazorTP\\wwwroot", + "Source": "BlazorTP", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "Pattern": "**" + } + ], + "Assets": [ + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\Blazored.Modal.bundle.scp.css", + "SourceId": "Blazored.Modal", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\", + "BasePath": "_content/Blazored.Modal", + "RelativePath": "Blazored.Modal.bundle.scp.css", + "AssetKind": "All", + "AssetMode": "Reference", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "ScopedCss", + "AssetTraitValue": "ProjectBundle", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\Blazored.Modal.bundle.scp.css" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\BlazoredModal.razor.js", + "SourceId": "Blazored.Modal", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\", + "BasePath": "_content/Blazored.Modal", + "RelativePath": "BlazoredModal.razor.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\BlazoredModal.razor.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\blazorise.bootstrap.css", + "SourceId": "Blazorise.Bootstrap", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\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\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\blazorise.bootstrap.css" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\blazorise.bootstrap.min.css", + "SourceId": "Blazorise.Bootstrap", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\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\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\blazorise.bootstrap.min.css" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\modal.js", + "SourceId": "Blazorise.Bootstrap", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise.Bootstrap", + "RelativePath": "modal.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\modal.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\tooltip.js", + "SourceId": "Blazorise.Bootstrap", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise.Bootstrap", + "RelativePath": "tooltip.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\tooltip.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.datagrid\\1.1.2\\staticwebassets\\datagrid.js", + "SourceId": "Blazorise.DataGrid", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.datagrid\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise.DataGrid", + "RelativePath": "datagrid.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.datagrid\\1.1.2\\staticwebassets\\datagrid.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\blazorise.css", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "blazorise.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\blazorise.css" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\blazorise.min.css", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "blazorise.min.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\blazorise.min.css" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\breakpoint.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "breakpoint.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\breakpoint.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\button.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "button.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\button.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\closable.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "closable.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\closable.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\colorPicker.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "colorPicker.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\colorPicker.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\datePicker.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "datePicker.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\datePicker.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\dragDrop.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "dragDrop.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\dragDrop.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\dropdown.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "dropdown.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\dropdown.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\fileEdit.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "fileEdit.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\fileEdit.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\filePicker.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "filePicker.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\filePicker.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\inputMask.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "inputMask.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\inputMask.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\io.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "io.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\io.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\memoEdit.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "memoEdit.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\memoEdit.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\numericPicker.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "numericPicker.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\numericPicker.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\observer.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "observer.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\observer.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\popper.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "popper.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\popper.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\table.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "table.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\table.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\textEdit.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "textEdit.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\textEdit.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\theme.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "theme.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\theme.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\timePicker.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "timePicker.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\timePicker.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\tooltip.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "tooltip.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\tooltip.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\utilities.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "utilities.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\utilities.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\validators\\DateTimeMaskValidator.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "validators/DateTimeMaskValidator.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\validators\\DateTimeMaskValidator.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\validators\\NoValidator.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "validators/NoValidator.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\validators\\NoValidator.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\validators\\NumericMaskValidator.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "validators/NumericMaskValidator.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\validators\\NumericMaskValidator.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\validators\\RegExMaskValidator.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "validators/RegExMaskValidator.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\validators\\RegExMaskValidator.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\vendors\\autoNumeric.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/autoNumeric.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\vendors\\autoNumeric.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\vendors\\Behave.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/Behave.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\vendors\\Behave.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\vendors\\flatpickr.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/flatpickr.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\vendors\\flatpickr.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\vendors\\inputmask.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/inputmask.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\vendors\\inputmask.js" + }, + { + "Identity": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\vendors\\Pickr.js", + "SourceId": "Blazorise", + "SourceType": "Package", + "ContentRoot": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\", + "BasePath": "_content/Blazorise", + "RelativePath": "vendors/Pickr.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\vendors\\Pickr.js" + }, + { + "Identity": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\Components\\Crafting.razor.js", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\", + "BasePath": "_content/BlazorTP", + "RelativePath": "Components/Crafting.razor.js", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "Components\\Crafting.razor.js" + }, + { + "Identity": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\obj\\Debug\\net6.0\\scopedcss\\bundle\\BlazorTP.styles.css", + "SourceId": "BlazorTP", + "SourceType": "Computed", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\obj\\Debug\\net6.0\\scopedcss\\bundle\\", + "BasePath": "_content/BlazorTP", + "RelativePath": "BlazorTP.styles.css", + "AssetKind": "All", + "AssetMode": "CurrentProject", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "ScopedCss", + "AssetTraitValue": "ApplicationBundle", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\obj\\Debug\\net6.0\\scopedcss\\bundle\\BlazorTP.styles.css" + }, + { + "Identity": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\BlazorTP.bundle.scp.css", + "SourceId": "BlazorTP", + "SourceType": "Computed", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\", + "BasePath": "_content/BlazorTP", + "RelativePath": "BlazorTP.bundle.scp.css", + "AssetKind": "All", + "AssetMode": "Reference", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "ScopedCss", + "AssetTraitValue": "ProjectBundle", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\BlazorTP.bundle.scp.css" + }, + { + "Identity": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\bootstrap\\bootstrap.min.css", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\bootstrap\\bootstrap.min.css.map", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\open-iconic\\font\\css\\open-iconic-bootstrap.min.css", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.eot", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.otf", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.svg", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.ttf", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.woff", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\open-iconic\\FONT-LICENSE", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\open-iconic\\ICON-LICENSE", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\open-iconic\\README.md", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "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": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\css\\site.css", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "RelativePath": "css/site.css", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\css\\site.css" + }, + { + "Identity": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\fake-data.json", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "RelativePath": "fake-data.json", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\fake-data.json" + }, + { + "Identity": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\favicon.ico", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "RelativePath": "favicon.ico", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\favicon.ico" + }, + { + "Identity": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\images\\barbapapa.png", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "RelativePath": "images/barbapapa.png", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\images\\barbapapa.png" + }, + { + "Identity": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\images\\default.png", + "SourceId": "BlazorTP", + "SourceType": "Discovered", + "ContentRoot": "U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\", + "BasePath": "_content/BlazorTP", + "RelativePath": "images/default.png", + "AssetKind": "All", + "AssetMode": "All", + "AssetRole": "Primary", + "RelatedAsset": "", + "AssetTraitName": "", + "AssetTraitValue": "", + "CopyToOutputDirectory": "Never", + "CopyToPublishDirectory": "PreserveNewest", + "OriginalItemSpec": "wwwroot\\images\\default.png" + } + ] +} \ No newline at end of file diff --git a/BlazorTP/obj/Debug/net6.0/staticwebassets.development.json b/BlazorTP/obj/Debug/net6.0/staticwebassets.development.json new file mode 100644 index 0000000..0a7dadf --- /dev/null +++ b/BlazorTP/obj/Debug/net6.0/staticwebassets.development.json @@ -0,0 +1 @@ +{"ContentRoots":["U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\wwwroot\\","C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\staticwebassets\\","C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.datagrid\\1.1.2\\staticwebassets\\","C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\staticwebassets\\","C:\\Users\\jumeuret\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\","U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\obj\\Debug\\net6.0\\scopedcss\\bundle\\","U:\\IUT\\Blazor\\BlazorRepos\\BlazorTP\\"],"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.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"images":{"Children":{"barbapapa.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/barbapapa.png"},"Patterns":null},"default.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/default.png"},"Patterns":null}},"Asset":null,"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},"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},"popper.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"popper.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},"inputmask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/inputmask.js"},"Patterns":null},"Pickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Pickr.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},"Blazored.Modal":{"Children":{"BlazoredModal.razor.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"BlazoredModal.razor.js"},"Patterns":null},"Blazored.Modal.bundle.scp.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"Blazored.Modal.bundle.scp.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"BlazorTP.styles.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"BlazorTP.styles.css"},"Patterns":null},"Components":{"Children":{"Crafting.razor.js":{"Children":null,"Asset":{"ContentRootIndex":6,"SubPath":"Components/Crafting.razor.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/BlazorTP/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/BlazorTP/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..32c95f9 --- /dev/null +++ b/BlazorTP/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/BlazorTP/obj/Release/net6.0/BlazorTP.AssemblyInfo.cs b/BlazorTP/obj/Release/net6.0/BlazorTP.AssemblyInfo.cs new file mode 100644 index 0000000..3dcc65d --- /dev/null +++ b/BlazorTP/obj/Release/net6.0/BlazorTP.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("BlazorTP")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("BlazorTP")] +[assembly: System.Reflection.AssemblyTitleAttribute("BlazorTP")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/BlazorTP/obj/Release/net6.0/BlazorTP.AssemblyInfoInputs.cache b/BlazorTP/obj/Release/net6.0/BlazorTP.AssemblyInfoInputs.cache new file mode 100644 index 0000000..d4886b3 --- /dev/null +++ b/BlazorTP/obj/Release/net6.0/BlazorTP.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +64d39766a251767f4ea1f8a2ff3a78ae65a77548 diff --git a/BlazorTP/obj/Release/net6.0/BlazorTP.GeneratedMSBuildEditorConfig.editorconfig b/BlazorTP/obj/Release/net6.0/BlazorTP.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..ee13055 --- /dev/null +++ b/BlazorTP/obj/Release/net6.0/BlazorTP.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,84 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = true +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = BlazorTP +build_property.RootNamespace = BlazorTP +build_property.ProjectDir = U:\IUT\Blazor\BlazorTP\BlazorTP\ +build_property.RazorLangVersion = 6.0 +build_property.SupportLocalizedComponentNames = +build_property.GenerateRazorMetadataSourceChecksumAttributes = +build_property.MSBuildProjectDirectory = U:\IUT\Blazor\BlazorTP\BlazorTP +build_property._RazorSourceGeneratorDebug = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/App.razor] +build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Modals/DeleteConfirmation.razor] +build_metadata.AdditionalFiles.TargetPath = TW9kYWxzXERlbGV0ZUNvbmZpcm1hdGlvbi5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Pages/Add.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQWRkLnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Pages/BlazorRoute.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQmxhem9yUm91dGUucmF6b3I= +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Pages/Counter.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ291bnRlci5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Pages/Edit.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRWRpdC5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Pages/FetchData.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRmV0Y2hEYXRhLnJhem9y +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Pages/Index.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXgucmF6b3I= +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Pages/List.razor] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcTGlzdC5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Shared/CultureSelector.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXEN1bHR1cmVTZWxlY3Rvci5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Shared/SurveyPrompt.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXFN1cnZleVByb21wdC5yYXpvcg== +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/_Imports.razor] +build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I= +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Shared/MainLayout.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE1haW5MYXlvdXQucmF6b3I= +build_metadata.AdditionalFiles.CssScope = b-uyo2roal2f + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Shared/NavMenu.razor] +build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE5hdk1lbnUucmF6b3I= +build_metadata.AdditionalFiles.CssScope = b-19977w351x + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Pages/Error.cshtml] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Pages/_Host.cshtml] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0hvc3QuY3NodG1s +build_metadata.AdditionalFiles.CssScope = + +[U:/IUT/Blazor/BlazorTP/BlazorTP/Pages/_Layout.cshtml] +build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0xheW91dC5jc2h0bWw= +build_metadata.AdditionalFiles.CssScope = diff --git a/BlazorTP/obj/Release/net6.0/BlazorTP.GlobalUsings.g.cs b/BlazorTP/obj/Release/net6.0/BlazorTP.GlobalUsings.g.cs new file mode 100644 index 0000000..45ca3c5 --- /dev/null +++ b/BlazorTP/obj/Release/net6.0/BlazorTP.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/BlazorTP/obj/Release/net6.0/BlazorTP.RazorAssemblyInfo.cache b/BlazorTP/obj/Release/net6.0/BlazorTP.RazorAssemblyInfo.cache new file mode 100644 index 0000000..bd4c3bf --- /dev/null +++ b/BlazorTP/obj/Release/net6.0/BlazorTP.RazorAssemblyInfo.cache @@ -0,0 +1 @@ +5860763757f4f08c7ebdea1b3a94a18109f17861 diff --git a/BlazorTP/obj/Release/net6.0/BlazorTP.RazorAssemblyInfo.cs b/BlazorTP/obj/Release/net6.0/BlazorTP.RazorAssemblyInfo.cs new file mode 100644 index 0000000..ea4c9c4 --- /dev/null +++ b/BlazorTP/obj/Release/net6.0/BlazorTP.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/BlazorTP/obj/Release/net6.0/BlazorTP.assets.cache b/BlazorTP/obj/Release/net6.0/BlazorTP.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..b62ec35c28b54ef4e3646b3ebb8a9b8afb17cacf GIT binary patch literal 48 zcmZQzU})fCU|>+57@qo{ec|jPH;b%j(UwLT?;X#Ncwcs?x@EeE@8vEvpppg<1^{;v B5H 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 4.3.0", + "Blazored.Modal >= 7.1.0", + "Blazorise.Bootstrap >= 1.1.2", + "Blazorise.DataGrid >= 1.1.2", + "Blazorise.Icons.FontAwesome >= 1.1.2", + "Microsoft.Extensions.Localization >= 7.0.0", + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets >= 1.15.1" + ] + }, + "packageFolders": { + "C:\\Users\\jumeuret\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "U:\\IUT\\Blazor\\BlazorRepository\\BlazorTP\\BlazorTP.csproj", + "projectName": "BlazorTP", + "projectPath": "U:\\IUT\\Blazor\\BlazorRepository\\BlazorTP\\BlazorTP.csproj", + "packagesPath": "C:\\Users\\jumeuret\\.nuget\\packages\\", + "outputPath": "U:\\IUT\\Blazor\\BlazorRepository\\BlazorTP\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\jumeuret\\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": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Blazored.LocalStorage": { + "target": "Package", + "version": "[4.3.0, )" + }, + "Blazored.Modal": { + "target": "Package", + "version": "[7.1.0, )" + }, + "Blazorise.Bootstrap": { + "target": "Package", + "version": "[1.1.2, )" + }, + "Blazorise.DataGrid": { + "target": "Package", + "version": "[1.1.2, )" + }, + "Blazorise.Icons.FontAwesome": { + "target": "Package", + "version": "[1.1.2, )" + }, + "Microsoft.Extensions.Localization": { + "target": "Package", + "version": "[7.0.0, )" + }, + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": { + "target": "Package", + "version": "[1.15.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.301\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/BlazorTP/obj/project.nuget.cache b/BlazorTP/obj/project.nuget.cache new file mode 100644 index 0000000..a7c84b9 --- /dev/null +++ b/BlazorTP/obj/project.nuget.cache @@ -0,0 +1,33 @@ +{ + "version": 2, + "dgSpecHash": "lKvconKmrpq+j+GZ3FrX0QrJ6fCijNmiGL08skxtA2GXBPeEN8xn01I72TWr+IorzLA5zwhMPYpa1n0fjIAFUQ==", + "success": true, + "projectFilePath": "U:\\IUT\\Blazor\\BlazorRepository\\BlazorTP\\BlazorTP.csproj", + "expectedPackageFiles": [ + "C:\\Users\\jumeuret\\.nuget\\packages\\blazored.localstorage\\4.3.0\\blazored.localstorage.4.3.0.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\blazored.modal\\7.1.0\\blazored.modal.7.1.0.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise\\1.1.2\\blazorise.1.1.2.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.bootstrap\\1.1.2\\blazorise.bootstrap.1.1.2.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.datagrid\\1.1.2\\blazorise.datagrid.1.1.2.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\blazorise.icons.fontawesome\\1.1.2\\blazorise.icons.fontawesome.1.1.2.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.aspnetcore.authorization\\6.0.9\\microsoft.aspnetcore.authorization.6.0.9.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.aspnetcore.components\\6.0.9\\microsoft.aspnetcore.components.6.0.9.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.aspnetcore.components.analyzers\\6.0.9\\microsoft.aspnetcore.components.analyzers.6.0.9.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.aspnetcore.components.forms\\6.0.9\\microsoft.aspnetcore.components.forms.6.0.9.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.aspnetcore.components.web\\6.0.9\\microsoft.aspnetcore.components.web.6.0.9.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.aspnetcore.metadata\\6.0.9\\microsoft.aspnetcore.metadata.6.0.9.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\6.0.0\\microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\7.0.0\\microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.extensions.localization\\7.0.0\\microsoft.extensions.localization.7.0.0.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.extensions.localization.abstractions\\7.0.0\\microsoft.extensions.localization.abstractions.7.0.0.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\7.0.0\\microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.extensions.options\\7.0.0\\microsoft.extensions.options.7.0.0.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.extensions.primitives\\7.0.0\\microsoft.extensions.primitives.7.0.0.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.jsinterop\\6.0.9\\microsoft.jsinterop.6.0.9.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.jsinterop.webassembly\\6.0.3\\microsoft.jsinterop.webassembly.6.0.3.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\microsoft.visualstudio.azure.containers.tools.targets\\1.15.1\\microsoft.visualstudio.azure.containers.tools.targets.1.15.1.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\system.io.pipelines\\6.0.3\\system.io.pipelines.6.0.3.nupkg.sha512", + "C:\\Users\\jumeuret\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/BlazorTP/obj/staticwebassets.pack.sentinel b/BlazorTP/obj/staticwebassets.pack.sentinel new file mode 100644 index 0000000..ff19005 --- /dev/null +++ b/BlazorTP/obj/staticwebassets.pack.sentinel @@ -0,0 +1,112 @@ +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 +2.0 diff --git a/BlazorTP/wwwroot/css/bootstrap/bootstrap.min.css b/BlazorTP/wwwroot/css/bootstrap/bootstrap.min.css new file mode 100644 index 0000000..02ae65b --- /dev/null +++ b/BlazorTP/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/BlazorTP/wwwroot/css/bootstrap/bootstrap.min.css.map b/BlazorTP/wwwroot/css/bootstrap/bootstrap.min.css.map new file mode 100644 index 0000000..afcd9e3 --- /dev/null +++ b/BlazorTP/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-`

&z 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 z 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
X@tADy392| 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 Aga7~l literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Microsoft.AspNetCore.Components.Forms.dll b/BlazorTP/bin/Debug/net6.0/Microsoft.AspNetCore.Components.Forms.dll new file mode 100644 index 0000000000000000000000000000000000000000..cfb2f058a0ad9178960c28234470e68c77c8ecc6 GIT binary patch literal 33416 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 literal 0 HcmV?d00001 diff --git a/BlazorTP/bin/Debug/net6.0/Microsoft.AspNetCore.Components.Web.dll b/BlazorTP/bin/Debug/net6.0/Microsoft.AspNetCore.Components.Web.dll new file mode 100644 index 0000000000000000000000000000000000000000..bf9fe372563a2a1817c463a99b7846c1cf15e4bf GIT binary patch literal 132232 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 z
5#Gyc$O>H0YYI@`?81?CG)e18MQijob*k3otP;npGo*WsUfEd`VWC=UQowopfa zdKl;d@*eo^vR6p*4dZ=>aL74~=^uMIo`O%I2B!?-zwL(XA5-^Z~<>v(?wTwi?vHjyOdHrBH=%PQiZjxIHv^#}7k?Ydpm6k(nMhdeb8dwo%1pMwo<3b;^ z@X?-GpuUm=MSC~!bq@eHUUq}OUij+LLbAnZ=5S;*<)%hcF*2HlVG+ACnqP1TGMY*o z#0QD;U@B)cZC%V+PMcHFKs@ALW@*u_eMNC39x%enaJIR8&QTo9)LOm+yXKGW&4Vr5 zYbEgG0zqecThm*M1a?Lxex1b~#kXyYAL~lbr|vnL*pZtWdpECmA-tgiWxrALuRmIo z;ix(1Ur#@}YBb-B{p+#ktHuh=x_>?9d)0Wc8Q162sd_RFdFRgu$wV(uNR}wyVvsDA z>v5oxHl+iVw)k;ZQU-ke5d!Hv;wR9Qsc^?cGARn!eubDV)ig)&yhnKZKE<2Z4EDNd zlkYbCVQn52sZ`<<)K!3`{+2P9{p&A-{&P>E!f9LfV6y(}9t@SZ08*&LBjn_|kCcPn zU#JXF2gS-&v|Po@P2=6EQRN+a?V-HW*=4?v4J_h|;d9Y^=Ao-@eYFXuwFb<)W~*)< zbJy&0o5S2SyP}`OW;l1vuC!UqUGX$xatnZB=pr$uA(MFkJSqcZ9!c2-eD85?=g}F4 zc}Q|u2IzS%739p`N=E!x%HXQo$(tJVXmn*izKj^v<2#?m6{4FBwRtIZa+Ye=!Fza{kV9YQZbYE^mhvPJK&=MlHTPIfQv&~>`x)xs~ zP}a?zzx8E?d~AliP5HZCmBENp{mTWSe5u>MRuqo$;})**ToEQ`e5<&K@G&XAxi|PR zbL)t4;T3?>Y2FA8p{sCh*XW<2%GdRyVck-9t^_$*u6!;J8igQcM$8t3A5_~b0Cp8k z>r9caQs_+I5(P2q!4X^;uqK_4S&GrvJM=JY9!3)RE0=4308-wi2W7&rT;&9O5; zbYprA|2FqRe&?}>x3RW$C7^+o?bhQ(`Mc!UTP_zOgZdkgmmkKgZE2bE)U1|NXF+?F z>QplMJUP=bl>=9AR@p0))kHU{gRo=`pkxmv3ug9C*x+DysIsmURH9@pf%-_$dbwEH zlfV$I_rhCa#UfhO&5qjSNN-htr1ff1F!7B9PShitrs>@H>CZ*yDvH|Zm56lxf1to2D+jnp=1AI)M#vJa_u zjF(z}fsd$t4dT23!|iOm=dE4qjbpz@cDM>^vV{2*3Erx!xwyJ+E)7+e)d7~wcn$nP z@h=Ho&?L`E!oNf8X>yY|Ta^~HMvWiMXNn5}yDTiL1L3+Ppf0uR;yO%L76hUWoq;^Q!L;Cr0QKVnLhTKcKVVLK@rQO(1d*EPN!`?{u z5VI%|#qZ&VE|DN>6@$Ushl5P>2VZ|8m~WcGKfnIji$l^o9F?)$y~CIYHzHb%#r#mAdQ7AuAEEO6Ib7NawNr` ziYBA@AYg<;(aFN`$)d$P0;hRLA$bTm$-(?gw=_WY*XOOQ8cpz?J;y$=vdEu{UR{ zd!@-->wwX$@8f)&4Ks4BgZi+13bU@RR+$PXnMfh7si=NA#Wi_pOIqSm8B73Cyb%so z#fS3SSY9Pj;6QncFnJ)jVAphnO>h|8$E>T0&J<7~s4)P_4{I6QW&Fd>FZxb7SRbd@|4GH5)O}WFFm=);0f_ZY6zja4U&OE4bSmTIOvy z)vZ^nO(<`SS9$9_j40ZNL%Zas86W(&GbZQw4Dz*`dF6a^1nE-_J~7BaWOGiR4T@vV zc6qA~&L;0eRR{5rq|+9PU)uV3_|P8SQGl90w_K8GNmhf}FR>S(eW4f1W^(M^hE92Oq~aEt~%5+94N zts1#WDL5gnv&r9S0n7uSl>y9S;{u{Q=Hck(C)F2>w(dgt(q1S2G$2me z^w00KkEf1r@V8t8q4?qWOR1k_lu~oKBNCrz5mEaj+^$elq>}}wk)DE^jXRI-<*&?| z3l4Qw>oN?8=j!7w8&aJL#KrDhb^#rLUrjzw62BUM28XE?vwB;cuyP#*U0XAIz(RCR z6FZSDwl&MXAAc4yF}AYaRSerk{EFxoL>}o~mr2h&M6h;I;>1AEypoF< z;0r2OV7Ufo9g)ifA-Tlg6y4kW;94e%e)k3?4!a#Wx$YJ@tR!`ncIDP5%YlTDNU}w4 z{50+Ubu2;0@H@h8KMHkmV?GA9I*&mGeuu0|b&h=u?VASi85FTG9n$!}2FBf0#G0Oa z2K7=1HNTXeqUKl-at(Ah#zVH8LDy1&5=7dev$KVYUosG{+q(6puk$&UmNAJ(eV5y3 zO7f1Y(fVp~*8#n;h@SMTuz@3PlC!`f&e-@DNI)a>G-qOP%{);B-})qe)<^NTz^}0b zic_jan{EZmAI(?r#>XI~*D35$RHOJ%xEh=E^VJxmS&z>p8{dwSjZX$Fj!Km6Z;0UK zPSArg4%$|0P8Q#S7bXDZz|x>GN;(<^##(f{GVQP&8EzVbtk}&Dz{Z&Zm-6fsMunXt zQ(?ZyZ>}7ca~C%_!CKDk9H|Wwno6tMk(kPtqfQCZD{MoK1F`wR;4XB)Wg%5Ka#q^W zHyw)uUUqOfQ-yLt_n_+=E@5lh)pw{q(|f4On4D*F%0z5(9S!KfHUXcDDhF0rTIefd zbyJjVR*cn~uQM>Ze`n`8rH!Lhfvfj92_mcKU#p(gU!Mv-`m3>mR>Dj1Pf3*Z*sEQS z&G-df`4z1Yhe2;C{uxMVzs&Y_|2Qn#{BzYP=5;Bx!VMYfzC;$@`C8tY9m@vatk-d2$u=Di4^`8r*-B+=MV#Z!>wM}YxBR!;3$cnXZ)0A!2a-k#L-9M$r zx}8(e?v14LJNm6uTI=DWPyAsSan}zk?Ze?E#WqFS!Ww-zd*Ucsbao!~6P>8SXrA{C zoX*!yG_KM_POHyNPiq9-o0NOly%|Tw9~1_JM{F~p18U~ zsl7@v{BaNHcSJErEFt?1cXZitZ+g-KV?s&rtfy{f>goT#R~SD-=k+ zh*!Hd3QW7L`>W%>pd5`!2h=)Sr51lhcolZ%4bu*`MH5-2$J-SPe~ak*9c3LPKN7-x z>%?A?R(}WOr2;a{V${HyGti}JnR|=E(m3-Facc%J4}jY;fO+oC4jRqw%#V?&I|BMF zaC9hiya#!9mg+h3e4)Pskpl(2dQ*>6e~VE3j%W-Xx3TuhsLnf4Z7x>2WC=g%R)RYa zfx55*ke_2?jVP92lcUg*pxQcN2}_iA)+Siqx{OoNen%`NA3*f!u^OG{c@y+cl1^3z za!3#LSdL4T?Jp1>y<}?gIMFj?@+_C#nY;m#@hM_2YOqHUh@ut~#*67>L6<35KQ3}> zLi2+&VKH#HyBE=Z~glD^6<~q4o7{q!!m~BJjCGY ze*2z^Wz@p4=uh(7T-v&lNQdzw0Md@zRTF4F$12~|OWA!cQ0a_fFq};xe^0?r8Wiuen6=G(V#*GM`+oR+O*JTR3?PA?{-Mo_Ie68tp59V6NT?sm2%$ zNS=5V6#UM;g3*lRCRc*T))XDqRrtoDf*}!PcdOL=1q&1$yS^OxC6t+q7`3d=nfF$o z=+-9GztPy$$CcY`aA_*a1{Y+{h0fI?Ti8xd>?Br65+LKn+pe_DzNxS>m8-8QmUDMp zCme3HFj^=_i4U)Lm2=fix)cNUy8EI6M@Fw9F;uU`X}-pBhk47mi7t5vcX!}W|c%6{Tqsfz%daOP*Ii}5%($si4Umlm%mgWF$ z!EOG8l8o)FT-_^4nJYe18`g|$HO~gmZ&HT2X z2_*!2^g+}Ol49`ht>y2<{7vwue}a$8gM7#N%ivn4WpJwZFv@*7BKTXOIa(R3ugMqg z7%wI-BiI;^ipfjyIJp$6o5l)xxcxqvORpKXcxOO|J4PnY(fXd0L*g6@3fdZ>4eEN) zQ}O9~(bI52FyVg7m9j5fXu5V^^yUw7>}ssf$k{uSJp5q278sI8zzz*u&S+#z-*#m_ zb+u(#;u04NX7!6*WI4QJD(B+m<-%6Hf}|STI!|FT&ye&PB$Ngeri#rqMRFpvltAhI9k6)cPVe$L)C` zGL<2@g&()tS8ABp1{jmi3SrBpw@TB;wr zyi`AOMX7%1%2NH1$zWzpy7m;bHuSg&{P<|Pv&o>fw09ml7~n9fJ-z*GvfU=@%N@n# zFw=exfcO?c)h;N5bnzU@Kwrung3WRM$nx?RZA}T|?fwhQ^9~-}c4dN63x5 zpHH3(ZhCO_GlK_L$s*OwG4F^IU7tiR@dD+pk%f7(x%v~@&x6ct{Cs|s7sy*pUWl^| zDO>0Ak}R2dp!3oUU>*Q3%K+wqFc)>TtIPT1Khv%1!bH@ivAgrjp`E**rR@DN$X+CH zOZ*RK1H6_UM|Z0%Zn@8EwR_dzwQlTPtMUex0lk5$@M976J1-*N_(c?mcsI8V&D zke?i4Xa;df{CFQg$-#m1|vj8?~W{ev%9W@kX{XrN#8u`+g~A~ z{uVg{a$;QQ