DataJuggler.Blazor.Components 8.1.5

dotnet add package DataJuggler.Blazor.Components --version 8.1.5
NuGet\Install-Package DataJuggler.Blazor.Components -Version 8.1.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DataJuggler.Blazor.Components" Version="8.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataJuggler.Blazor.Components --version 8.1.5
#r "nuget: DataJuggler.Blazor.Components, 8.1.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DataJuggler.Blazor.Components as a Cake Addin
#addin nuget:?package=DataJuggler.Blazor.Components&version=8.1.5

// Install DataJuggler.Blazor.Components as a Cake Tool
#tool nuget:?package=DataJuggler.Blazor.Components&version=8.1.5

News

12.30.2023: I updated the CheckBox to send a message to its Parent when it's value changes. I added SetLabelColor method to the ValidationComponent.

I created a new project that uses these controls.

Snow Creator https://github.com/DataJuggler/SnowCreator

Live Demo: https://snowcreator.datajuggler.com

12.28.2023: I fixed a bug with the CheckedListBox where the ListItemHeight was wrong.

12.27.2023: I added the !important attribute to the ListItemZIndex CSS and ListItemHeight and CheckedListHeight.

12.26.2023: I updated DataJuggler.NET8 and DataJuggler.Excelerate Nuget packages.

12.18.2023 I fixed a bug with the ValidationComponent If is valid is true, I set the label to the invalid label color. This is now fixed.

11.15.2023 I updated the project to .NET 8

For .NET 7, use a 7.x version.

11.10.2023: I added a Label

The Label provides a simple way to display text.

11.8.2023 New Video For 100,000 Installs

Version 7.13.7

How To Use DataJuggler.Blazor.Components Grid https://youtu.be/_qDo9pNT5a8

Version 7.13.5 Novermber 7, 2023: DataJuggler.Blazor.Components passed 100,000 Downloads I updated the Grid and created a new sample project to demo the Grid.

The sample project is called BubbleReportWeb https://github.com/DataJuggler/BubbleReportWeb

Version 7.12.8 November 2, 2023: I added a ClassName parameter to the Grid

August 29, 2023:

New Video: DataJuggler.Blazor.Components reaches 75,000 Installs https://youtu.be/WkcwQ9kOfw4 In this short video I show a demo of code generating classes from Blazor Excelerate.

August 26, 2023: In celebration of 75,000 NuGet installs, I added two new features. First, I created a CheckedListBox component. I also added a new feature to the ComboBox, and that new features is a CheckedListMode. The combobox now supports check boxes and multiple selections.

July 22, 2023: More updates to NuGet package DataJuggler.Excelerate, and I need this update for my project Blazor Excelerate

July 21, 2023: I updated NuGet package DataJuggler.Excelerate, and I need this update for my project Blazor Excelerate

July 18, 2023: I fixed the checkbox component. The binding wasn't working when I thought I fixed it last time.

July 9, 2023: I removed floats from the ComboBox component. I was having trouble "stacking" a ValidationComponent below a ComboBox, so hopefully this fixes it. I also added a ComboBoxWidth parameter property on the ComboBox.

July 6, 2023: I added an AutoComplete property, which defaults to false. The reason for this is browsers like to fill in values, and the browser is confusing Email Address and User Name fields.

July 2, 2023: I removed the floats from the ValidationComponent. This will probably break some existing users, but I am trying to make the control more consistant to work with. I also added a MarginBottom property. Use this in conjunction with the HeightUnit, which defaults to px (pixels) and the MarginBottom is set to 8 by default.

June 21, 2023: I updated DataJuggler.UltimateHelper.

June 3, 2023 B: I updated the Sprite component to have a SetVisible and optional parameter for Hide when you call Stop.

June 3, 2023: My first attempt at Disabled for the Validation Component was wrong. I think my fix will work. Testing now.

June 2, 2023: I added an Enabled property and a method SetEnabled to the validation component. If Enabled is false, disabled will appear in the input objects and be read only.

5.8.2023: Nuget package DataJuggler.Blazor.Components reached 50,000 installs today.

3.8.2023: Nuget package DataJuggler.Blazor.Components reached 40,000 installs today.

Sample Projects

I created a new project that uses the ValidationComponent.

Live Demo

Blazor Gallery<br> https://blazorgallery.com

Blazor Gallery Source<br> https://github.com/DataJuggler/BlazorGallery

Video

Blazor Gallery Deserves A Star<br> Blazor Gallery Deserves A Star Video

Blazor Excelerate

Live Demo

Blazor Excelerate https://excelerate.datajuggler.com Code Generate C# Classes From Excel Header Rows

Blazor Excelerate Source https://github.com/DataJuggler/Blazor.Excelerate

Getting Started:

Important

This project has a dependency on BlazorStyled by Chanan:

Nuget: BlazorStyled

Source https://github.com/chanan/BlazorStyled

You must register BlazorStyled in your project in Program.cs:

using BlazorStyled;

builder.Services.AddRazorPages();
builder.Services.AddServerSideBlazor();

// Register BlazorStyled
builder.Services.AddBlazorStyled();

New Video - 50,000 NuGet Installs

BuildCopy https://github.com/DataJuggler/BuildCopy

BuildCopy will copy the files from a Visual Studio solution to an output folder. In this case, the output folder is ProjectTemplates\Working\Templates. BuildCopy also allows you to set ignore folders, so I do not copy the .vs, .git, .bin, .obj, .templateconfig and a few others.

Here is a video showing you how to setup this project, build the data tier for Blazor Gallery, and build your own DataTier.Net projects.

How To Create A NuGet Package For A Blazor Site https://youtu.be/K5WbNKUPDGs

Want To Help Contribute to this project? Volunteer to take the instructions from the video and write them out as step by step. Bonus with images and screen shots.

If you think this project is worth the price, please leave a star and / or subscribe to my YouTube channel: https://youtube.com/DataJuggler

Thanks

One of my favorite parts of this project is the DataJuggler.Blazor.Componets.css file.

After adding nuget package DataJuggler.Blazor.Componets Nuget package, add the folloing line to your _layout.cshtml file in your Blazor project:

<link href="~/_content/DataJuggler.Blazor.Components/css/DataJuggler.Blazor.Components.css" rel="stylesheet" />

View the full CSS here: https://github.com/DataJuggler/DataJuggler.Blazor.Components/blob/master/wwwroot/css/DataJuggler.Blazor.Components.css

The CSS file has values to make it easy to position and style components.

CSS classes can be combined using spaces like:

<div class="width16 backgroundcolorskyblue marginleft8 down12"></div>

background(color name) Example: backgroundlemonchiffon Set the background color to a .NET named color.

Set Colors: https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.colors?view=windowsdesktop-7.0

color(color name) Example: colormidnightblue. Set the forecolor to a .NET named color.

displayblock, displayinline, displaylineblock, displaynone.

down(0 - 1000) Example: down16 Move the element 16 pixels down. (CSS is top: 16px).

height(0 - 1000) Example: height18 Set the height, minheight and maxheight to 18 pixels.

left(0 - 1000) Example: left40 Move the element 40 pixels to the left (Css is right: 40px).

marginbottom(0 - 600) Example: marginbottom200 Give the element a bottom margin of 200 pixels.

marginleft(0 - 600) Example: marginleft24 Give the element a left margin of 24 pixels.

marginright(0 - 600) Example: marginright64 Give the element a right margin of 64 pixels.

margintop(0 - 600) Example: margintop90 Give the element a top margin of 90 pixels.

right(0 - 1000) Example: right128 Move the element 128 pixels to the right (Css is left: 128px).

up(0 - 1000) Example: up12 Move the element up 12 pixels. (Css is bottom: 12px)

width(0 - 1000) Example: width640 Set the width, min-width and max-width in pixels. In this example 640.

ValidationComponent

Example

<ValidationComponent Name="ResultsControl" Caption="Results:" Parent="this" Unit="px" Column1Width="64" Column2Width="480" TextBoxWidth="480" 
    LabelClassName="down8" Left="0" MarginLeft="4" Multiline=true HeightUnit="vh" Height="20" Top=0 LabelFontSizeUnit="em" 
    LabelFontSize=".8"></ValidationComponent>

This componet can serve as a CheckBox, a TextBox or a TextArea.

Register the componet by setting the parent=this, and your parent needs to implement IBlazorComponentParent interface.

Add the following line in your parent component.

using DataJuggler.Blazer.Components.Interfaces;

Tip: Use partial classes for your components. To do this, in your project add a CS class with the same name as your component. Name your class such as this:

Example: Grid.razor Grid.razor.cs (partial class)

public partial class Grid : ComponentBase, IBlazorComponent, IBlazorComponentParent

As you can see above, the Grid implements IBlazorComponet and IBlazorComponentParent.

Visual Studio makes it easy to implement interfaces. Right click the interface name, and select Quick Actions and Refactoring > Implement Interface.

This will stub out the properties and methods needed to implement the interface.

To see an example of registering components, see the project Blazor Excelerate linked at the top of this document. Look for a method called Register. Once registered then your components can talk to each other using the ReceiveData method and by passing Message objects.

Update 11.7.2023: I just published a new project to Demo Grids

https://github.com/DataJuggler/BubbleReportWeb

This is a sample mark up for a grid. The parent of the grid must implement DataJuggler.Blazor.IComponentParent

<Grid Name="TopStreaksStockGrid" ClassName="grid" Unit="px" Width="310" HeightUnit="px" Height=278
    ShowHeader="true" HeaderText = "Top Streak Stocks" HeaderClassName = "width320 textaligncenter"
    ShowColumnHeaders=true Parent="this" Left="40" Top=-24 FontSize="12"></Grid>

Notice the property Parent="this" on the bottom line. This is how the grid is registered with the parent.

View the code for the BubbleReportWeb above, and view the code for Index.razor.cs. The Register method has multiple grid properties.

private Grid topStreakGrid;

/// <summary>
/// This property gets or sets the value for 'TopStreakGrid'.
/// </summary>
public Grid TopStreakGrid
{
    get { return topStreakGrid; }
    set { topStreakGrid = value; }
}

One important thing to note, is the grid works best when you register DataJuggler.Blazor.Components.css in your project like this:

<link href="~/_content/DataJuggler.Blazor.Components/css/DataJuggler.Blazor.Components.css" rel="stylesheet" />

The above CSS class is included with NuGet package DataJuggler.Blazor.Components

The grid can be loaded via code in the OnAfterRenderAsync event:

protected async override Task OnAfterRenderAsync(bool firstRender)
{
    // if the TopStreakGrid exists
    if (HasTopStreakGrid)
    {
        // create the rows
        List<Row> rows = CreateRowsForTopStreakStocks();
        
        // Set the Row
        TopStreakGrid.Rows = rows;
        
        // Refresh the Grid
        TopStreakGrid.Refresh();
    }
}

Loading Grid Rows and Columns

In this example, I added two using statements to avoid the conflict between DataJuggler.Excelerate.Row and DataJuggler.Excelerate.Column OfficeOpenXml.Row and OfficeOpenXml.Column. DataJuggler.Blazor.Excelerate is installed when you add DataJuggler.Blazor.Components to a project via NuGet.

Note: The Gateway class listed below is created when you create a project via DataTier.Net. You can use EntityFramework or another ORM if you prefer. I like DataTier.Net because it uses all stored procedures.

DataTier.Net (Optional) https://github.com/DataJuggler/DataTier.Net

using Row = DataJuggler.Excelerate.Row;
using Column = DataJuggler.Excelerate.Column;

/// <summary>
/// returns a list of Rows For Top Streak Stocks
/// </summary>
public List<Row> CreateRowsForTopStreakStocks()
{
    // initial value
    List<Row> rows = new List<Row>();
    
    // Load the Gateway
    Gateway gateway = new Gateway(Connection.Name);
    
    // Load the topStocks
    List<TopStreakStocks> topStocks = gateway.LoadTopStreakStocks();
    
    // If the topStocks collection exists and has one or more items
    if (ListHelper.HasOneOrMoreItems(topStocks))
    {
        // Create Column and set properties
        Column column = new Column();
        column.Caption = "Symbol";
        column.ColumnName = "Symbol";
        column.Index = 0;
        column.ColumnNumber = 1;
        column.ColumnText = "Symbol";
        column.Width = 48;
        column.Height = 16;
        column.ClassName = "displayinlineblock width48 colorwhite textalignleft down4 right16 fontsize12";
        
        // Add this column
        TopStreakGrid.Columns.Add(column);
        
        // Create Column and set properties
        Column column2 = new Column();
        column2.Caption = "Name";
        column2.ColumnName = "Name";
        column2.Index = 1;
        column2.ColumnNumber = 2;
        column2.ColumnText = column2.Caption;
        column2.Width = 140;
        column2.Height = 16;
        column2.ClassName = "displayinlineblock width140 colorwhite textalignleft down4 right16 fontsize12";
        
        // Add Column 2 to the header row
        TopStreakGrid.Columns.Add(column2);
        
        // Create Column and set properties
        Column column3 = new Column();
        column3.Caption = "Last";
        column3.ColumnName = "LastClose";
        column3.Index = 2;
        column3.ColumnNumber = 3;
        column3.ColumnText = column3.Caption;
        column3.Width = 48;
        column3.Height = 16;
        column3.ClassName = "displayinlineblock width48 colorwhite textalignleft down4 right30 fontsize12";
        
        // Add this column
        TopStreakGrid.Columns.Add(column3);
        
        // Create Column and set properties
        Column column4 = new Column();
        column4.Caption = "Streak";
        column4.ColumnName = "Streak";
        column4.Index = 3;
        column4.ColumnNumber = 4;
        column4.ColumnText = column4.Caption;
        column4.Width = 48;
        column4.Height = 16;
        column4.ClassName = "displayinlineblock width48 colorwhite textalignleft down4 right16 fontsize12";
        
        // Add this column
        TopStreakGrid.Columns.Add(column4);
        
        foreach (TopStreakStocks topStock in topStocks)
        {
            // Create a row
            DataJuggler.Excelerate.Row row = new DataJuggler.Excelerate.Row();
            row.ClassName = "textdonotwrap width448 height16 marginbottom0 down8";
            
            // Create Column and set properties
            column = new Column();
            column.Caption = "Symbol";
            column.ColumnName = "Symbol";
            column.Index = 0;
            column.ColumnNumber = 1;
            column.ColumnText = topStock.Symbol;
            column.Unit = "px";
            column.Width = 48;
            column.Height = 16;
            column.ClassName = "displayinlineblock width48 colorwhite textalignleft right16 fontsize12";
            
            // Add this column
            row.Columns.Add(column);
            
            // Create Column and set properties
            column2 = new Column();
            column2.Caption = "Name";
            column2.ColumnName = "Name";
            column2.Index = 1;
            column2.ColumnNumber = 2;
            column2.ColumnText = topStock.ShortName.ToString();
            column2.Width = 140;
            column2.Height = 16;
            column2.ClassName = "displayinlineblock width140 colorwhite textalignleft right16 fontsize12";
            
            // Add this column
            row.Columns.Add(column2);
            
            // Create Column and set properties
            column3 = new Column();
            column3.Caption = "Last Close";
            column3.ColumnName = "LastPrice";
            column3.Index = 2;
            column3.ColumnNumber = 3;
            column3.ColumnText = topStock.LastClose.ToString("C");
            column3.Width = 48;
            column3.Height = 16;
            column3.ClassName = "displayinlineblock width48 colorwhite textalignright right8 fontsize12";
            
            // Add this column
            row.Columns.Add(column3);
            
            // Create Column and set properties
            column4 = new Column();
            column4.Caption = "Streak";
            column4.ColumnName = "Streak";
            column4.Index = 3;
            column4.ColumnNumber = 4;
            column4.ColumnValue = topStock.Streak;
            column4.ColumnText = topStock.Streak.ToString();
            column4.Width = 48;
            column4.Height = 16;
            column4.ClassName = "displayinlineblock width48 colorwhite textaligncenter right16 fontsize12";
            
            // Add this column
            row.Columns.Add(column4);
            
            // Add this row
            rows.Add(row);
        }
    }
    
    // return value
    return rows;
}

If you have any questions, please feel free to ask on Git Hub: https://github.com/DataJuggler/DataJuggler.Blazor.Components/Issues

DataJuggler.Blazor.Components

This class consists of an ImageButton, ProgressBar, Sprite, ValidationComponent, ComboBox, CheckedListBox and a Grid.

CheckedListBox

Update 8.26.2023: If you need to hide the CheckedListBox, before hiding you need to store the selections. Look at the code for the ComboBox.ButtonClickedEvent to see an example where it calls StoreSelections. This checks the Items in memory if the checkboxes have been checked. I have tried doing this dynamically as the items are checked, and had numeroius problems.

Update 11.8.2022: This project has been updated to .NET 7.

DataJuggler.Excelerate has been added to add Rows and Columns for the Grid.

I also added a new CSS file:

DataJuggler.Blazor.Components.css

https://github.com/DataJuggler/DataJuggler.Blazor.Components/blob/master/wwwroot/css/DataJuggler.Blazor.Components.css

DataJuggler.Blazor.Components.css has classes that I find useful in styling blazor components.

To use this file, after adding Nuget package DataJuggler.Blazor.Components, add the following link to your _layout.cshtml file:

<link href="~/_content/DataJuggler.Blazor.Components/css/DataJuggler.Blazor.Components.css" rel="stylesheet" />

This will make all the classes in the file available to your project.

Examples:

Background Color

Background color is in the format backgroundcolor + the known color name.

.backgroundcolorskyblue
{
    background-color: skyblue;
}

Foreground Color

Background color is in the format color + the known color name.

.colorforestgreen
{
    color: forestgreen;
}

Height

Height is in the format height + the height value in pixels

Height values range from 0 - 1,000.

.height75
{
    height: 75px;
    min-height: 75px;
    max-height: 75px;
}

Width

Width is in the format width + the width value in pixels

Width values range from 0 - 1,000.

.width596
{
    width: 596px;
    min-width: 596px;
    max-width: 596px;
}

Margin

Margin is in the format margin + direction (top, left, bottom, right) + the margin value in pixels:

Margin ranges from 0 - 600

.marginleft200
{
    margin-left: 200px;
}

.marginright12
{
    margin-right: 12px;
}

A few extras:

.textalignleft
{
    text-align: left;
}
.textalignright
{
    text-align: right;
}
.textaligncenter
{
    text-align: center;
}
.textdonotwrap
{
    white-space: nowrap !important;
}

I find these classes useful for Blazor components, because you can combine them and it saves creating inline styles.

# Excample of multiple classes applied to an element.
column2.ClassName = "width120 textalignleft marginleft4 colorwhite";

Update 10.22.2021:

I just released a full working sample here: https://github.com/DataJuggler/Blazor.Excelerate

And a live example is here: https://excelerate.datajuggler.com

Blazor Excelerate is used to code generate C# classes from an Excel header row.

--

The ValidationComponent is a multi-use component that allows you to build data entry screens quickly.

Below is a quick sample to get you started using it.

Install Package DataJuggler.Blazor.Components

Directly on a .razor page or component:

@using DataJuggler.Blazor.Components @using DataJuggler.Blazor.Components.Interfaces;

Partial Class (code behind)

using Microsoft.AspNetCore.Components;<br> using DataJuggler.Blazor.Components;<br> using DataJuggler.Blazor.Components.Interfaces;<br>

Component in a razor app

<ProgressBar Subscriber=this Increment="5" Interval="50" Continuous="false" HideWhenFinished="true"></ProgressBar>

The hosting page or component must implement the IProgressSubscriber interface.

Implementing IProgressSubscriber Interface

This interface contains two simple methods and one property.

public partial class Index : IProgressSubscriber { ... }

IProgressSubscriber Interface Methods

Refresh

/// <summary>
/// This method is called by the ProgressBar when as it refreshes.
/// </summary>
public void Refresh(string message)
{
    // Update the UI
    InvokeAsync(() =>
    {
        StateHasChanged();
    });
}

Register

/// <summary>
/// This method Registers the ProgressBar with this app.
/// </summary>
public void Register(ProgressBar progressBar)
{
    // store the ProgressBar
    this.ProgressBar = progressBar;
}

BlazorStyled Setup

Blazor Styled is a great component and the code and documentation are available here:

https://github.com/chanan/BlazorStyled

Read the Server Side Install here for more information:

https://blazorstyled.io/server-side-install

Here are my paraphrase of the instructions for quick setup:

  1. Add Nuget Package BlazorStyled to your project. It should be installed with DataJuggler.Blazor.Components, but it still may need to be installed.

  2. Open Startup.cs and in the ConfigureServices method, add this line:

    services.AddBlazorStyled();

  3. Open Imports.razor and add the following: @using DataJuggler.Blazor.Components @using BlazorStyled

  4. Open (underscore)Host.cshtml and add this line at the bottom of the Head section: @(await Html.RenderComponentAsync<BlazorStyled.ServerSideStyled>(RenderMode.ServerPrerendered))

The documentation of BlazorStyled may still be out of date as Visual Studio changed RenderComponentAsync method since the BlazorStyled docs were written. I have been told this will be fixed.

That should be all thats required to get BlazorStyled configured. I will update this page if I can find a way to automate this part.

Use Cases

For now, the progress bar is meant to show the user something is happening during a long running process.

The sample project demonstrates using a Timer and on every refresh the progress bar increases the fill width by the increment value in pixels, up to the Max value. To use the timer, call the Start method on the Progress bar. In theory, and I will update this once I know it works, you should also be able to manually increase the FillWidth value, which in turn sets the FillWidthPixels string value used by BlazorStyled.

Example: FillWidth = 100 FillWidthPixels = 100px

The FillWidthPixels is used by the CSS for the inner graph.

Progress Bar Events

private void Timer_Elapsed(object sender, ElapsedEventArgs e)
{
   ...
}

This is the Tick event the Timer calls on every cycle. This method increments the FillWidth by the Increment value. If the value for Max is encountered, either the app will close if HideWhenFinished is true or reset if continuous is true.

ProgressBar Methods

Init

This method is called by the Constructor of the ProgressBar and sets the DefaultValues.

Start

Call this method to Start the timer. This is used where the graph increments on a regular basis based upon the interval set.

public void Start(int startAtValue = 0)

Stop

This method stops the timer and all future events (already in progress events may finish before stopping)

ProgressBar Properties

CurrentValue

[Parameter]
public int CurrentValue { get; set; }

The CurrentValue also sets the FillWidth. This property might be removed as FillWidth controls FillWidthPixels, and is what the display goes by.

Display

public string Display { get; set; }

The display is managed by the ProgressBar.Visible property, but you can change it if needed (I think).

Visible = true - Display = inline-block Visible = false - Display = none

From Progressbar.razor: display: @Display;

FillWidth

public int FillWidth { get; set; }

The FillWidth is the number of pixels displayed up to the Max value.

Setting the FillWidth sets the FillWidthPixels CSS Property.

FillWidth = 90; FillWidthPixels = 90px

FillWidthPixels

public int FillWidthPixeels { get; set; }

As described above, a property that is the CSS value for how many pixels to display. Set this property by setting the FilWidth integer value else you are in uncharted waters.

HasSubscriber

public bool HasSubscriber { get; }

This read only property returns true if the ProgressBar has a Subscriber.

Increment

[Parameter]
public bool Increment { get; set; }

This value sets how many pixels left the next bubble will be.

This value is set by the Increment times the number of times Refresh was called.

Interval

[Parameter]
public int Interval { get; set; }

This is the value in milliseconds for how often the Timer event will fire. The default value is 100 if not set.

Max

[Parameter]
public int Max { get; set; }

This is the maximum value the ProgressBar inner fill can go to. The Default Value is 552.

NotificationInProgress

public bool NotificationInProgress { get; set; }

This property is used internally by the ProgressBar to make sure only one thread of notifications is sent to the Client at a time. This is also useful for debugging as it keeps the message chain down to single threads.

Position

public string Position { get; set; }

This property is set on the BlazorStyled CSS Class for position. Fixed, Absolute and Relative are the 3 I know, there may be more.

ProgressBackground

public string ProgressBackground { get; set; }

This is the string property bound to the BlazorStyled styles for the ProgressBar div. In future versions I imagine themes or other styles, or even an option to display the innter graph without the background.

<img src="https://github.com/DataJuggler/DataJuggler.Blazor.Components/blob/master/wwwroot/Images/RedProgressBase.png">

Scale

I added a double value for Scale that allows to control how big the ProgressBar displays. The default is .5.

Started

public bool Started { get; set; }

This property is managed internally the by the ProgressBar when Start and Stop are called.

Subscriber

[Parameter]
public IProgressSubscriber Subscriber

This property registers the parent with the ProgressBar, which enables the ProgressBar to register with the host.

<ProgressBar Subscriber=this></ProgressBar>

Timer

public Timer Timer { get; set; }

The System.Timer Timer that is started when the Start method is called.

Visible

[Parameter]
public bool Visible { get; set; }

This property sets the @Display value to either inline-block if true (visible), or none if false (invisible).

Sprite Component

I created a new Sprite component that allows you to set properties for images.

Sprite Methods

# Init

The Init method sets the Default values for the control

# Start

The Start method starts the Timer and sets the Elapsed event.

# Stop

Stops the timer and future messages.

I have another project planned for Animation called DataJuggler.Blazor.Animation. In that class I have speced out an AnimationManager in my mind, but for now I only create a Timer on one Sprite, and I use the Refresh messages to move Sprites around.

Eventually I would like this to be more automated where you give it a Start X,Y and an End X,Y position and a path could be firued out, but baby steps.

Sprite Properties

Many of the properties are identical to the ProgressBar, only the differences are listed here.

Height

[Parameter]
public int Height { get; set; }

The height in pixels.

HeightPixels

public string HeightPixels { get; set; }

This value is set by the setter for Height. The string px is appended to the end.

Example: Height: 80 HeightPixels: 80px.

ImageUrl

[Parameter]
public string ImageUrl

This value is set as the background image for the Div.

Name

[Parameter]
public string Name

The name helps distinquish Sprites from other Sprites.

SpriteStyle

public string SpriteStyle { get; set; }

This property is used as the CSS class for BlazorStyle.

Width

[Parameter]
public int Width { get; set; }

This property sets the WidthPixels property, which in turns sets the Width of the component.

WidthPixels

public string WidthPixels { get; set; }

This value is set when you set the Width property.

Example: <br> Width: 900 WidthPixels: 900px;

ComboBox Example

<ComboBox Name="ComboBoxControl" Parent="this" Unit="px" Width="160" HeightUnit="vh" Height="3.6" LabelText="Select:" LabelWidth=54 ZIndex=20
    Left="10" Theme="ThemeEnum.Brown" LabelLeft="-16" LabelColor="Color.Black" ButtonTextColor="Color.LemonChiffon" ButtonLeft=36 ButtonTop=-2.8
    TextSize="TextSizeEnum.SmallMedium" ListItemLeft="56" ListItemTop="0"></ComboBox>

ProgressBar

It took me 3 attempts to get a progress bar I actually like, and I owe to Percentage Circle CSS:

CSS Percentage Circle
Author: Andre Firchow

http://circle.firchow.net/
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DataJuggler.Blazor.Components:

Package Downloads
DataJuggler.Blazor.FileUpload

BlazorFileUpload makes it easy to upload files in Blazor projects. The 8.0 version is only for .NET8. Use 7.x version for .NET7, 6.x for .NET6. All new features / bug fixes are for .NET8 version onward. BlazorFileUpload now supports multiple file uploads!

DummyWebsite

This is for testing a thing

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.1.5 403 12/30/2023
8.1.4 326 12/30/2023
8.1.3 304 12/30/2023
8.1.2 331 12/29/2023
8.1.1 308 12/29/2023
8.1.0 329 12/29/2023
8.0.16 307 12/28/2023
8.0.15 332 12/28/2023
8.0.14 292 12/28/2023
8.0.13 314 12/28/2023
8.0.12 331 12/28/2023
8.0.11 320 12/28/2023
8.0.10 324 12/28/2023
8.0.9 324 12/28/2023
8.0.8 318 12/28/2023
8.0.7 323 12/28/2023
8.0.6 305 12/28/2023
8.0.5 309 12/28/2023
8.0.4 315 12/27/2023
8.0.3 320 12/27/2023
8.0.2 314 12/26/2023
8.0.1 347 12/18/2023
8.0.0 967 11/15/2023
7.14.0 356 11/10/2023
7.13.7 356 11/9/2023
7.13.6 386 11/7/2023
7.12.8 401 11/2/2023
7.12.7 512 8/28/2023
7.12.6 485 8/28/2023
7.12.5 906 8/27/2023
7.12.4 495 8/27/2023
7.12.3 503 8/26/2023
7.12.2 483 8/26/2023
7.12.1 481 8/26/2023
7.12.0 502 8/26/2023
7.10.1 554 8/14/2023
7.10.0 547 8/13/2023
7.9.22 633 7/22/2023
7.9.21 607 7/22/2023
7.9.6 602 7/19/2023
7.9.5 569 7/19/2023
7.9.3 621 7/12/2023
7.7.9 662 6/21/2023
7.7.8 589 6/4/2023
7.7.7 579 6/3/2023
7.7.6 566 6/2/2023
7.7.5 559 6/2/2023
7.7.4 615 5/14/2023
7.7.3 698 5/7/2023
7.7.2 697 3/11/2023
7.7.1 676 2/24/2023
7.7.0 684 2/24/2023
7.6.4 691 2/22/2023
7.6.3 700 2/22/2023
7.6.2 711 2/22/2023
7.6.1 716 2/7/2023
7.6.0 773 2/7/2023
7.5.15 709 2/7/2023
7.5.14 711 2/7/2023
7.5.12 694 2/7/2023
7.5.11 682 2/6/2023
7.5.10 701 2/6/2023
7.5.10-rc2 599 2/6/2023
7.5.10-rc1 556 2/6/2023
7.5.9-rc9 562 2/6/2023
7.5.9-rc8 598 2/5/2023
7.5.9-rc7 585 2/5/2023
7.5.9-rc6 532 2/5/2023
7.5.9-rc5 569 2/5/2023
7.5.9-rc4 549 2/5/2023
7.5.9-rc3 510 2/5/2023
7.5.9-rc2 551 2/5/2023
7.5.9-rc10 555 2/6/2023
7.5.9-rc1 577 2/5/2023
7.5.8 709 2/5/2023
7.5.7 698 2/2/2023
7.5.6 719 1/21/2023
7.5.5 745 1/20/2023
7.5.3 686 1/20/2023
7.5.2-rc1 572 1/20/2023
7.5.1-rc2 599 1/20/2023
7.5.1-rc1 553 1/20/2023
7.5.0 715 1/19/2023
7.4.25 776 12/28/2022
7.4.25-rc1 589 12/28/2022
7.4.24 757 12/28/2022
7.4.23 758 12/28/2022
7.4.22 718 12/28/2022
7.4.21 734 12/28/2022
7.4.20 762 12/28/2022
7.4.19 710 12/28/2022
7.4.19-rc2 562 12/28/2022
7.4.19-rc1 544 12/28/2022
7.4.18 746 12/27/2022
7.4.18-rc1 586 12/27/2022
7.4.17 743 12/27/2022
7.4.16 738 12/27/2022
7.4.15 769 12/27/2022
7.4.14 793 12/27/2022
7.4.12 741 12/27/2022
7.4.11 707 12/27/2022
7.4.10 732 12/27/2022
7.4.9 750 12/27/2022
7.4.8 733 12/27/2022
7.4.7 696 12/26/2022
7.4.6 662 12/26/2022
7.4.5 734 12/26/2022
7.4.4 751 12/26/2022
7.4.3 767 12/26/2022
7.4.0 732 12/24/2022
7.3.30 764 12/24/2022
7.3.29 743 12/24/2022
7.3.28 747 12/22/2022
7.3.27 735 12/22/2022
7.3.25 750 12/22/2022
7.3.24 706 12/21/2022
7.3.23 774 12/21/2022
7.3.22 765 12/21/2022
7.3.21 747 12/21/2022
7.3.20 697 12/21/2022
7.3.19 783 12/20/2022
7.3.18 755 12/20/2022
7.3.17 787 12/20/2022
7.3.16 762 12/20/2022
7.3.15 754 12/20/2022
7.3.14 743 12/19/2022
7.3.12 763 12/18/2022
7.3.10 777 12/18/2022
7.3.9 753 12/18/2022
7.3.8 750 12/18/2022
7.3.7 773 12/18/2022
7.3.6 772 12/18/2022
7.3.5 803 12/17/2022
7.3.4 781 12/17/2022
7.3.3 735 12/17/2022
7.3.2 743 12/17/2022
7.3.0 751 12/17/2022
7.2.35 716 12/17/2022
7.2.34 762 12/17/2022
7.2.33 754 12/17/2022
7.2.32 760 12/17/2022
7.2.30 745 12/17/2022
7.2.29 773 12/17/2022
7.2.28 778 12/16/2022
7.2.27 762 12/16/2022
7.2.25 823 12/16/2022
7.2.24 777 12/11/2022
7.2.23 750 12/11/2022
7.2.22 760 12/11/2022
7.2.21 796 12/11/2022
7.2.20 763 12/11/2022
7.2.19 762 12/11/2022
7.2.18 742 12/11/2022
7.2.17 773 12/11/2022
7.2.16 765 12/11/2022
7.2.15 761 12/11/2022
7.2.14 775 12/11/2022
7.2.12 748 12/11/2022
7.2.11 740 12/11/2022
7.2.10 759 12/11/2022
7.2.9 731 12/5/2022
7.2.8 737 12/5/2022
7.2.7 807 12/4/2022
7.2.6 748 12/4/2022
7.2.5 808 12/4/2022
7.2.4 763 12/3/2022
7.2.3 773 12/2/2022
7.2.2 737 12/2/2022
7.2.1 733 12/2/2022
7.2.0 730 12/1/2022
7.1.15 763 12/1/2022
7.1.14 773 11/30/2022
7.1.12 761 11/30/2022
7.1.11 755 11/30/2022
7.1.10 762 11/29/2022
7.1.9 788 11/29/2022
7.1.8 802 11/29/2022
7.1.7 761 11/28/2022
7.1.6 779 11/28/2022
7.1.5 786 11/21/2022
7.1.3 796 11/19/2022
7.1.2 783 11/19/2022
7.1.1 826 11/19/2022
7.1.0 770 11/19/2022
7.0.16 764 11/18/2022
7.0.15 774 11/18/2022
7.0.11 802 11/18/2022
7.0.10 785 11/16/2022
7.0.9 799 11/16/2022
7.0.8 777 11/16/2022
7.0.7 818 11/15/2022
7.0.6 831 11/15/2022
7.0.5 792 11/15/2022
7.0.4 840 11/10/2022
7.0.3 803 11/9/2022
7.0.3-rc1 539 11/7/2022
7.0.1-rc1 96 11/3/2022
7.0.0-rc1 116 10/20/2022
6.0.1 980 3/26/2022
6.0.0 966 1/23/2022
5.0.0 816 11/11/2021
2.0.0 780 11/11/2021
1.7.2 761 11/7/2021
1.7.1 802 11/2/2021
1.7.0 877 10/24/2021
1.6.7 768 10/23/2021
1.6.5 805 10/19/2021
1.6.4 804 10/16/2021
1.6.3 808 10/14/2021
1.6.2 736 10/14/2021
1.6.0 828 7/5/2021
1.5.14 795 5/27/2021
1.5.12 790 5/24/2021
1.5.11 770 5/24/2021
1.5.10 816 5/24/2021
1.5.9 766 5/24/2021
1.5.8 832 5/24/2021
1.5.7 811 5/24/2021
1.5.6 811 5/23/2021
1.5.5 858 5/23/2021
1.5.4 796 4/3/2021
1.5.2 970 11/30/2020
1.5.1 953 11/30/2020
1.5.0 1,336 11/13/2020
1.4.11 1,058 6/6/2020
1.4.10 1,000 6/6/2020
1.4.9 944 6/5/2020
1.4.8 1,012 6/5/2020
1.4.7 951 6/5/2020
1.4.6 978 5/30/2020
1.4.5 1,066 5/30/2020
1.4.4 1,036 5/29/2020
1.4.3 948 5/29/2020
1.4.2 944 5/1/2020
1.4.1 929 4/28/2020
1.3.5 1,035 4/13/2020
1.3.4 1,013 4/12/2020
1.3.3 918 4/12/2020
1.3.2 1,008 4/12/2020
1.3.1 954 4/12/2020
1.3.0 983 4/12/2020
1.2.1 949 4/10/2020
1.2.0 1,039 4/10/2020
1.1.2 1,505 2/8/2020
1.1.1 1,007 2/2/2020
1.1.0 1,048 2/2/2020
1.0.7 1,020 1/30/2020
1.0.6 919 1/30/2020
1.0.5 976 1/30/2020
1.0.4 1,004 1/29/2020
1.0.3 1,031 1/29/2020
1.0.2 1,007 1/22/2020
1.0.1 985 1/22/2020
1.0.0 1,025 1/20/2020

Version 8.0.0: This project has been updated to .NET 8.

Version 7.14.0: I added a Label component.

Version 7.13.7: Updated the Read Me with information about the new video.

Version 7.13.6:
New Video:

How To Use The Grid
https://youtu.be/_qDo9pNT5a8

Version 7.13.5
Novermber 7, 2023: DataJuggler.Blazor.Components passed 100,000 Downloads
I updated the Grid and created a new sample project to demo the Grid.

The sample project is called BubbleReportWeb
https://github.com/DataJuggler/BubbleReportWeb

Version 7.12.8
November 2, 2023: I added a ClassName parameter to the Grid

August 26, 2023: In celebration of 75,000 NuGet installs, I added two new features.
First, I created a CheckedListBox component. I also added a new feature to the ComboBox,
and that new features is a CheckedListMode. The combobox now supports check boxes and
multiple selections.

August 13, 2023: DataJuggler.UltimateHelper and DataJuggler.Excelerate were updated.

July 22, 2023: More updates  to NuGet package DataJuggler.Excelerate, and I need this update for my project
Blazor Excelerate

July 21, 2023: I updated NuGet package DataJuggler.Excelerate, and I need this update for my project
Blazor Excelerate

July 18, 2023: I fixed the checkbox component. The binding wasn't working when I thought I fixed it last time.

July 9, 2023: I removed floats from the ComboBox component. I was having trouble "stacking" a ValidationComponent
below a ComboBox, so hopefully this fixes it. I also added a ComboBoxWidth parameter property on the ComboBox.

July 6, 2023: I added an AutoComplete property, which defaults to false.
The reason for this is browsers like to fill in values, and the browser is confusing Email Address and User Name fields.

July 2, 2023: I removed the floats from the ValidationComponent. This will probably break
some existing users, but I am trying to make the control more consistant to work with.
I also added a MarginBottom property. Use this in conjunction with the HeightUnit, which
defaults to px (pixels) and the MarginBottom is set to 8 by default.

June 3, 2023 B: I updated the Sprite component to have a SetVisible and optional parameter for Hide
when you call Stop.

June 3, 2023: My first attempt at Disabled for the Validation Component was wrong. I think my fix will work. Testing now.

June 2, 2023: I added an Enabled property and a method SetEnabled to the validation component.
If Enabled is false, disabled will appear in the input objects and be read only.

May 12, 2023: I updated the validation message to do a replace on Caption if it has colons in it. So you
can say User Name 'XYZ' is already taken, without it appearing 'User Name: 'XYZ'.

May 7, 2023: While working on a project, I noticed the LabelWidth doesn't work if the Column1Width is
too small. I added code to LabelWidth to set Column1Width if it is too narrow. The order parameters
are set can affect this. I also realized LabelTop was not used, so I added LabelTop to Column1 (CssClass).

Feb. 22, 2023: I added LabelClassName to the ComboBox.
I also added LabelLeft and LabelTop to the ComboBox.

Feb. 1, 2023: I updated the CSS class with a clear class.

January 21, 2023: I was having a problem with Nuget packages being built. Not sure what broke.
Testing again.

Dec 28, 2022
v7.4.19-rc1: I am expirementing with Position Sticky for the button. The button is moving on me and I am trying
to prevent that.

Dec 27, 2022
v7.4.18: Float Left didn't work, so the 7.4.18-RC1 is removed.

v7.4.6
12.26.2022: The button in the grid didn't work first attempt. May try again later. I removed
the Parameter tag from the ImageButton ClickHandler property.

v7.4.1
12.25.2022: I am testing a button for a column in the grid.

12.21.2022: Trying another way to do visibibility of the ComboBox.

12.19.2022: I am cleaning up the ValidationComponent.

12.18.2022 B: I accidently left a color red in I was using for placement issues.

12.18.2022: I finally fixed the ValidationComponent. You should be able to just
create one and set a few properties and have them line up correctly now.

12.17.2022: I added an AutoComplete parameter to the ValidationComponent.
Trying to prevent browsers from filling in forms if you set this to false.
Also added Float Left to the Label and TextBox so that they stay inline better.


12.16.2022: The ComboBox was defaulting to TextSizeEnum.Large. I fixed this to
use the TextSize default setting of Medium.

12.11.2022: I changed the way Height & Width work again for the ValidationComponent. I over complicated this at first by having
TextBoxHeight / Width and a Control Height / Width. Now the Height & Width is applied to the TextBox.
I added a HeightUnit property. I also added two parameter properties: ExternalId and ExternalIdDescription.
NamedParameter also added the same two properties, and the values are set when the Enter key is pressed.
A added a 'SendAllTextToParent' boolean property to the ValidationComponent. I also added a method
SetTextColor. I added a Refresh method to the ImageButton. I added an EditorClassName to the column object
so you can style columns. I now use Column.ZIndex for the ZIndex for the edit display control. I removed
the EditZIndex property from the Grid.

12.10.2022: I added a ShowCaption parameter to the ValidationComponent. If the Caption parameter is set,
ShowCaption is set to true, else the caption will not show.
I also changed the way Width and Height work. Now there is a Unit (string) property, and HeightStyle & WidthStyle.
These two read only properties return Height + Unit and Width + Unit.

12.5.2022: I added an EditZIndex property to the grid. So the validation component used to edit has a z index.

12.4.2022 C: I updated DataJuggler.Excelerate to the latest version which includes Row.FindColumnById.

12.4.2022 B: I realized there can be more than one column needing to be edited, so I added Column.EditMode.
Only the column with Column.EditMode will show.

12.4.2022: I changed how the grid works for entering EditMode. The grid now uses EditorText property
instead of Column.ColumnText when entering Edit Mode. If EditText is not set, EditorText returns ColumnText.

12.3.2022: I realized today I did not have Visible defaulting to true on the ValidationComponent.

12.2.2022: Attempting to have the ValidationComponent also SelectAll when it gets focus. Making it easier
to change existing text. I also added a property Visible and a Property for Display. The css class
named DisplayStyle is set to none if Visible = false, else Display is used. The default display
if nothing is set is inline-block.


12.1.2022: I fixed the ValidationComponent to send an EnterPressed message to a parent. Before it would
only send the message if in a grid. I have the edit in place working for a client's project with both the grid
and the ValidationComponent.

11.30.2022: I added some code to the validation component that should set focus to existing text when you
set focus to the text in a textbox when you enter it. Not sure if I can make this a toggleable feature.
I also updated the way Escape is handled in the grid. I also changed the CSS so the textbox appears inline
at closer to the place where the read only display control was. Need to make this a parameter.

11.29.2022: I am attempting to have the grid go into edit mode in the same location as the cell being edited.
I am testing hitting Escape to have the grid exit edit mode. I have the grid exiting Edit Mode, but a call to
the parent that displays the data seems necessary.

11.28.2022: I added the property Sender = this to the Grid when the Enter Key is pressed.
I also set the SetFocus part to be in a Try Catch in case it is able to trap the error caused by SetFocus
if a control is not visible.

11.21.2022: I added two properties to the Grid component:
ExternalId - an Id such as a Table Id or other ways to identify how to save the data.
ExternalIdDescription - A string to help identify the ExternalId.

11.19.2022: The ComboBox was ignoring the TextColor when you Expand or Close the ComboBox.
I added a bool property for Rendered. The first pass I change the text color. Also, the TextSize for
the ComboBox and the ImageButton was just changed to use "em" instead of "vh".
The text size should change with zoom.

11.18.2022: I am working on the ComboBox. I added a new theme for Black. It might not be working right,
so use with caution at the moment.

11.16.2022 C - I am working on the ImageButton and the ComboBox which uses the ImageButton.
Things might change in the near future as I work through them.

11.18.2022: I finally have the ComboBox working. More samples coming soon.

11.16.2022 B: I changed WidthStyle to be a read only property. For some reason I am having trouble
getting the ComboBox to show up in a new project.

11.16.2022: A newer veresion of DataJuggler.Excelerate was updated.

11.15.2022: I added a Grid and updated the CSS file DataJuggler.Blazor.Components.

11.10.2022: The grid is currently working in read only mode.
I am working on being able to edit in place. I should have a demo project ready later this year.

11.8.2022: This project has been updated to .NET 7.
Use a 6.x version for .NET 6.

11.15.2022: The Grid is working. I will publish some examples after I finish my clients project.
Also updates the CSS file with values of:

down(0 - 1000)
left(0 - 1000)
right(0 - 1000)
up(0 - 1000)

Example:
down7
right400

11.8.2022: I am working on a Grid. The grid is a work in progress.

10.20.2022: This version has been updated to .NET7.
11.03.2022: I am working on a .NET 7 version. This includes a new Grid component.

3.26.2022: Twitter barred me, so I removed the Twitter button from two of my sites, plus Bootstreap from all of
my packages and libraries. I don't use it. Motivated me to build a site to put them out of a business.

1.23.2022: Version 6.0.0 has been released, which now targets .NET6.

11.11.2021:
Version 5.0.0: Changed back to .Net 5.0, and changed the version number to match. .Net 6.0 is not ready
for production at this time (for my projects, which is all that matters).

11.10.2021
Version 2.0.0: I updated to version 6.0. I tried to multi-target version 5.0 and version 6.0, but
AspNet.Core.Components version 6.0 does not let you target .Net5.0.

I want to take advantage of any speed improvements for 64 bit for
PixelDatabase.Net website (https://pixeldatabase.net/), so I am updating to 6.0.

Version 1.7.2 is the last .Net 5.0 version most likely. Sorry for any inconvenience, but I usually
only do new development on the latest unless I have a client that can't upgrade.

11.7.2021
Version 1.7.2: The Nuget package DataJuggler.UltimateHelper was updated, so I released a new version of this
component.

11.1.2021
Version 1.7.1: DataJuggler.UltimateHelper was updated, so I updated this project. No code changes.

10.24.2021
Version 1.7.0: I updated to version 1.7 since I added a bunch of properties to many components.

10.23.2021
Version 1.6.7: checking in with a few fixes and properties added for positioning elements.

10.23.2021
Version 1.6.6: I added a few ZIndex properties to the ComboBox, and also I added a ZIndex property to the ValidationComponent. I had an issue where the ComboBox when it dropped down was behind another item.

10.19.2021
Version 1.6.5: I started working on Animating sprites. The current implentation has too much flickering. I read about ways to double buffer and smooth it out, but for now it was just an idea I wanted to add to my new project
Blazor.Excelerate. If my animation could have been done in a few hours I would have included, but
for now I will just publish it and make this a 'nice to have feature if I ever get bored'.

10.16.2021
Version 1.6.4: I added a SetVisible method and a Visible parameter to the ImageButton.

10.14.2021
Version 1.6.3: Added Top and Left properties to the ValidationComponent.

10.14.2021
Version 1.6.2: I did some more testing and the ComboBox and ImageButtons had some improvements made.

1.6.0: Added two new methods to the ValidationComponent:
SetTextValue
SetCheckBoxValue

1.5.12: Add the TextBoxHeight didn't do anything, since I forgot to apply it to the TextBoxCSS. Now fixed.

1.5.11: The Height property needed a TextBoxHeight property also.

1.5.10: I added a Height property. This is needed when Multiline is set to true. I also added a DefaultTextBoxHeight and MultilineTextBoxHeight. These have default values of 3.2 and 8 for now as I test, but can be set in your implementation. When setting Multiline to true, I needed a value to change the height to.

1.5.9: I changed the default TextBoxWidth to 30 from 76, which messed up existing users

1.5.8: I added a property 'TextBoxWidth', which is a double and set the value for TextBoxWidthPercent, a string.

1.5.7: I added a Width property to the ValidationComponent. This value is in percentage, and it defaults to 80 percent. Not sure if 80 is the right value or not. I also changed the Text-Align property to top for the label. This may need to be a Parameter.

1.5.6: I forgot to add the Parameter tag to the Multiline propery.

1.5.5: I added a Multiline propery to for description or long text fields

1.5.4: I added the tag Parameter to the ValidationComponent.LabelColor and TextBoxBackColor.

1.5.2: I had a problem publishing a .Net 5 project, trying again.

Version 1.5.1: I accidently marked this project as depreciated, when I was having a temporary problem with my BlazorFileUpload component converting it to .Net 5. That has been resolved.

Version 1.5.0 - I updated to .Net 5.

1.5.0: .Net 5.0 conversion of Nuget packages and Target Framework.

New version 1.4
Validation Component

1.4.11 - For some reason I added Open and Close curly brackets to a BlazorStyled Class.
Oops. Time for bed soon.

1.4.10 - I was not using the Css classes that were in this library, except for the circle.scss, so I removed them.
I also added some properties for the ValidationControl to help style it outside of this component.

1.4.9 - I added CheckBoxXPostion and CheckBoxYPostion and got rid of CheckBoxVerticalPosition.
Sorry for the incovenience if you upgraded.

1.4.8 - This is the same as 1.4.6. I have to update the control more carefully because I broke everything.
I really hope this works.

1.4.7 - Rolled Back Due To Errors Found After Publish

1.4.6 - I made a breaking change to the Sprie component, but now when you set Sprite.Height or Width, it translates to HeightStyle = Height + "vh" and setting Width sets WidthStyle to Width + "%".
Previously it was set to HeightPixels and WidthPixels, and this causes zoom differences in a site.

1.4.5 - I changed the XPosition and YPosition values to set XPositionStyle and YPositionStyle instead of
XPositionPixels and YPositionPixels, because I changed the value to use % for X and vh for Y to make
it scale better. Using px makes cites appear differently depending on zoom values.

1.4.4 - I forgot to add the Opacity property to the sprity. Oops.

1.4.3 - I added an Opacity property to the Sprity component.

1.4.2 - I added a new property called CheckBoxVerticalPosition to the ValidationControl. This is only applicable
when CheckBoxMode = true.

1.4.1 - I fixed the images for UniqueImageUrl and TakenImageUrl to be embedded in the component.

1.4.0 - I added a new ValidationComponent.

1.3.5 - I added a SetClientHandledIncrement method so I can turn this value on or off from outside the component.

1.3.4 - I got this working finally. The property Important was needed to make the text color override.
I actually am not using BlazorStyled for the Progress Bar now, which makes setup just add the Nuget package and the Css reference to Circles.css, which is easier for everyone.

1.3.3 - I added 3 new Parameters:
Size: Size, Small - Medium - Large - Medium is default
Color: Blue, Green or Orange, Blue is Default
Theme: Light or Dark, and I chose Dark as default

Also, two properties for Text:
OverrideThemeColorForText - defaults to false.
If true, and a TextColor is provided, the TextColor will be used instead of the Theme color for Text.

TextColor - The color to use for Text.


1.3.2 - This actually works now. I am working on the documentation now for the new features.

1.3.1 - I included the div for progresscontainer, which is meant to be used by the client, or I may expose a class for it soon.

1.3.0 - My progress bar went from little league to the minors with this upgrade. I found a pure CSS way, and it works really well. Themes and more are coming, this is the first release, so it is back in beta.

1.2.1 - I realzied my ValidationComponent had a lot of code specific to my project PixelDatabase.Net, so I removed it for now. I will update it again later.

1.2.0 - I added a new component called a ValidationComponent.
I also removed the ProgressBar from the Sprite Interface.
I will update the Progress Bar in the near future, as I found a pure CSS way that is pretty cool.


1.1.2 - I added a BackgroundColor property. To use it, you must set BackgroundImage to an empty string to override DarkBackground image.

1.1.1 - The new ProgressBar now has a Theme for Circles or Squares. Also, I updated the Nuget packages to multi-target so .Net Standard and .Net Core can use them, without having to use the .Net Framework classes.

1.1.0 - I didn't like my first progressbar as once I started testing in a real world environment it looked very choppy and was a little too futuristic to be used in most apps. This new look is pretty clean and their is a Theme option now for Squares or Circles.

1.0.7 -After removing BlazorComponentBase class, OnComponentRegistered was no longer needed, so I removed it.

1.0.6 - BlazorComponentBase class didn't seem to work as I expected, so I killed it.

1.0.5 - I created a new BlazorComponentBase class and added a new method to IBlazorComponentParent called OnComponentRegistered.

1.0.4 - I created two new classes NamedParameter and Message.
A message contains a Text property a collection (Generic List) of NamedParameters.

This is a breaking change of the ReceiveData methods for the IBlazorComponent and IBlazorComponent parent .
Now is the time to break anything.


1.0.3 - I added two generic interfaces for IBlazorComponent and IBlazorComponent interface.

1.0.2 - I added Scale property to the ProgressBar to make it easy to adjust the size.

1.0.1 - I added a Sprite component.

1.0.0 This is the first version I am releasing along with a Sample.