Soenneker.Blazor.Masonry 2.1.701

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Masonry --version 2.1.701                
NuGet\Install-Package Soenneker.Blazor.Masonry -Version 2.1.701                
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="Soenneker.Blazor.Masonry" Version="2.1.701" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Masonry --version 2.1.701                
#r "nuget: Soenneker.Blazor.Masonry, 2.1.701"                
#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 Soenneker.Blazor.Masonry as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Masonry&version=2.1.701

// Install Soenneker.Blazor.Masonry as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Masonry&version=2.1.701                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Masonry

A Blazor interop library that integrates Masonry, the cascading grid layout library

Installation

dotnet add package Soenneker.Blazor.Masonry

Usage

  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddMasonry();
}
  1. Inject IMasonryInterop within your App.Razor file
@using Soenneker.Blazor.Masonry.Abstract
@inject IMasonryInterop MasonryInterop
  1. Use Bootstrap Rows and columns on the page (<div class='row'></div>). Other selectors can be passed into the interop, .row is default.

  2. Initialize Masonry within your Razor code in the OnAfterRenderAsync override

protected override async Task OnAfterRenderAsync(bool firstRender)
{
	if (firstRender)
		await MasonryInterop.Init();
}
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.894 50 10/18/2024
2.1.893 41 10/18/2024
2.1.892 31 10/17/2024
2.1.891 39 10/17/2024
2.1.890 31 10/17/2024
2.1.889 81 10/15/2024
2.1.888 50 10/15/2024
2.1.887 75 10/15/2024
2.1.886 67 10/15/2024
2.1.885 62 10/14/2024
2.1.884 61 10/14/2024
2.1.883 68 10/12/2024
2.1.882 68 10/12/2024
2.1.881 69 10/12/2024
2.1.880 65 10/12/2024
2.1.879 61 10/12/2024
2.1.878 64 10/12/2024
2.1.877 61 10/12/2024
2.1.876 61 10/12/2024
2.1.875 68 10/11/2024
2.1.874 66 10/11/2024
2.1.873 73 10/11/2024
2.1.872 79 10/9/2024
2.1.871 68 10/9/2024
2.1.870 66 10/9/2024
2.1.869 65 10/9/2024
2.1.868 67 10/9/2024
2.1.867 66 10/9/2024
2.1.866 65 10/9/2024
2.1.865 65 10/9/2024
2.1.864 74 10/9/2024
2.1.863 80 10/9/2024
2.1.862 68 10/9/2024
2.1.861 70 10/8/2024
2.1.860 67 10/8/2024
2.1.859 69 10/8/2024
2.1.858 67 10/8/2024
2.1.857 69 10/8/2024
2.1.856 67 10/8/2024
2.1.855 66 10/8/2024
2.1.854 67 10/8/2024
2.1.853 68 10/8/2024
2.1.852 66 10/8/2024
2.1.851 130 10/4/2024
2.1.850 64 10/3/2024
2.1.849 67 10/3/2024
2.1.848 59 10/3/2024
2.1.847 58 10/3/2024
2.1.846 64 10/3/2024
2.1.844 67 10/3/2024
2.1.843 69 10/3/2024
2.1.842 60 10/3/2024
2.1.841 72 10/3/2024
2.1.840 62 10/3/2024
2.1.839 72 10/2/2024
2.1.838 66 10/2/2024
2.1.837 65 10/2/2024
2.1.836 73 10/2/2024
2.1.835 70 10/2/2024
2.1.834 68 10/2/2024
2.1.833 68 10/2/2024
2.1.832 69 10/2/2024
2.1.831 67 10/2/2024
2.1.830 64 10/2/2024
2.1.829 71 10/2/2024
2.1.828 68 10/1/2024
2.1.827 114 10/1/2024
2.1.826 62 10/1/2024
2.1.825 65 10/1/2024
2.1.824 66 10/1/2024
2.1.823 62 10/1/2024
2.1.822 63 10/1/2024
2.1.821 60 10/1/2024
2.1.820 74 9/29/2024
2.1.819 76 9/29/2024
2.1.818 74 9/29/2024
2.1.817 68 9/29/2024
2.1.816 69 9/29/2024
2.1.815 64 9/29/2024
2.1.814 59 9/29/2024
2.1.813 68 9/29/2024
2.1.812 69 9/29/2024
2.1.811 74 9/29/2024
2.1.810 65 9/29/2024
2.1.809 74 9/27/2024
2.1.808 69 9/27/2024
2.1.807 71 9/27/2024
2.1.806 68 9/27/2024
2.1.805 64 9/27/2024
2.1.804 66 9/27/2024
2.1.803 72 9/27/2024
2.1.802 68 9/27/2024
2.1.801 83 9/27/2024
2.1.800 83 9/27/2024
2.1.799 69 9/27/2024
2.1.798 61 9/27/2024
2.1.797 72 9/27/2024
2.1.796 70 9/27/2024
2.1.795 79 9/27/2024
2.1.794 71 9/27/2024
2.1.793 87 9/27/2024
2.1.792 70 9/27/2024
2.1.791 74 9/26/2024
2.1.790 75 9/26/2024
2.1.789 72 9/26/2024
2.1.788 74 9/26/2024
2.1.787 79 9/26/2024
2.1.786 66 9/26/2024
2.1.785 70 9/26/2024
2.1.784 63 9/26/2024
2.1.783 67 9/26/2024
2.1.782 73 9/26/2024
2.1.781 74 9/26/2024
2.1.780 70 9/26/2024
2.1.778 69 9/26/2024
2.1.777 66 9/26/2024
2.1.776 82 9/26/2024
2.1.775 76 9/26/2024
2.1.774 88 9/24/2024
2.1.773 73 9/23/2024
2.1.772 71 9/23/2024
2.1.771 65 9/23/2024
2.1.770 70 9/23/2024
2.1.769 68 9/23/2024
2.1.768 68 9/23/2024
2.1.767 67 9/23/2024
2.1.766 73 9/23/2024
2.1.765 64 9/23/2024
2.1.764 73 9/23/2024
2.1.763 72 9/23/2024
2.1.762 67 9/23/2024
2.1.761 72 9/23/2024
2.1.760 69 9/23/2024
2.1.759 66 9/23/2024
2.1.758 69 9/23/2024
2.1.757 72 9/23/2024
2.1.756 67 9/23/2024
2.1.755 74 9/23/2024
2.1.754 72 9/23/2024
2.1.753 78 9/23/2024
2.1.752 72 9/23/2024
2.1.751 75 9/23/2024
2.1.750 67 9/23/2024
2.1.749 72 9/23/2024
2.1.748 80 9/19/2024
2.1.747 72 9/19/2024
2.1.745 111 9/16/2024
2.1.744 83 9/16/2024
2.1.743 90 9/16/2024
2.1.742 84 9/16/2024
2.1.741 80 9/16/2024
2.1.740 85 9/16/2024
2.1.739 90 9/16/2024
2.1.738 89 9/16/2024
2.1.737 136 9/12/2024
2.1.736 95 9/12/2024
2.1.735 94 9/12/2024
2.1.734 84 9/12/2024
2.1.733 95 9/12/2024
2.1.732 89 9/12/2024
2.1.731 82 9/12/2024
2.1.730 86 9/12/2024
2.1.729 79 9/12/2024
2.1.728 88 9/12/2024
2.1.727 86 9/12/2024
2.1.726 92 9/11/2024
2.1.725 82 9/11/2024
2.1.724 93 9/11/2024
2.1.723 84 9/11/2024
2.1.722 89 9/11/2024
2.1.721 88 9/11/2024
2.1.720 83 9/11/2024
2.1.719 87 9/11/2024
2.1.718 87 9/11/2024
2.1.717 84 9/11/2024
2.1.716 85 9/11/2024
2.1.715 84 9/11/2024
2.1.714 85 9/11/2024
2.1.713 118 9/11/2024
2.1.712 85 9/10/2024
2.1.711 85 9/10/2024
2.1.710 87 9/10/2024
2.1.709 94 9/10/2024
2.1.708 89 9/10/2024
2.1.707 80 9/10/2024
2.1.706 85 9/10/2024
2.1.705 79 9/10/2024
2.1.704 85 9/10/2024
2.1.703 81 9/10/2024
2.1.702 80 9/10/2024
2.1.701 83 9/10/2024
2.1.700 83 9/10/2024
2.1.699 84 9/10/2024
2.1.697 95 9/9/2024
2.1.696 81 9/9/2024
2.1.695 91 9/9/2024
2.1.694 89 9/9/2024
2.1.693 75 9/9/2024
2.1.692 82 9/9/2024
2.1.691 89 9/9/2024
2.1.690 82 9/9/2024
2.1.689 82 9/9/2024
2.1.688 86 9/9/2024
2.1.687 76 9/9/2024
2.1.686 87 9/9/2024
2.1.685 115 9/7/2024
2.1.684 82 9/7/2024
2.1.682 87 9/7/2024
2.1.681 77 9/7/2024
2.1.680 89 9/7/2024
2.1.679 88 9/6/2024
2.1.678 85 9/6/2024
2.1.677 78 9/6/2024
2.1.676 93 9/6/2024
2.1.675 102 9/6/2024
2.1.674 88 9/6/2024
2.1.673 82 9/6/2024
2.1.672 114 9/6/2024
2.1.671 78 9/6/2024
2.1.670 87 9/5/2024
2.1.669 88 9/5/2024
2.1.668 80 9/5/2024
2.1.667 95 9/5/2024
2.1.666 85 9/5/2024
2.1.665 87 9/5/2024
2.1.664 90 9/5/2024
2.1.663 95 9/5/2024
2.1.662 95 9/5/2024
2.1.661 82 9/5/2024
2.1.660 88 9/5/2024
2.1.659 89 9/5/2024
2.1.658 81 9/5/2024
2.1.657 97 9/5/2024
2.1.656 84 9/4/2024
2.1.655 81 9/4/2024
2.1.654 115 9/4/2024
2.1.653 85 9/4/2024
2.1.652 83 9/4/2024
2.1.651 87 9/4/2024
2.1.650 87 9/3/2024
2.1.649 85 9/3/2024
2.1.648 89 9/3/2024
2.1.647 82 9/3/2024
2.1.646 90 9/3/2024
2.1.645 84 9/3/2024
2.1.644 83 9/3/2024
2.1.643 82 9/3/2024
2.1.642 86 9/3/2024
2.1.641 92 8/30/2024
2.1.640 91 8/29/2024
2.1.639 86 8/29/2024
2.1.638 84 8/29/2024
2.1.637 79 8/29/2024
2.1.636 82 8/29/2024
2.1.635 128 8/26/2024
2.1.634 94 8/26/2024
2.1.633 97 8/26/2024
2.1.632 89 8/26/2024
2.1.631 85 8/26/2024
2.1.630 92 8/26/2024
2.1.629 91 8/26/2024
2.1.628 162 8/21/2024
2.1.627 115 8/21/2024
2.1.626 118 8/21/2024
2.1.625 116 8/21/2024
2.1.624 106 8/21/2024
2.1.623 104 8/21/2024
2.1.622 109 8/21/2024
2.1.621 106 8/21/2024
2.1.620 113 8/21/2024
2.1.619 114 8/20/2024
2.1.618 108 8/20/2024
2.1.617 126 8/20/2024
2.1.616 108 8/20/2024
2.1.615 109 8/20/2024
2.1.614 105 8/20/2024
2.1.613 102 8/20/2024
2.1.612 100 8/20/2024
2.1.611 101 8/20/2024
2.1.610 105 8/20/2024
2.1.609 104 8/20/2024
2.1.608 101 8/20/2024
2.1.607 102 8/19/2024
2.1.606 95 8/19/2024
2.1.605 129 8/15/2024
2.1.604 102 8/15/2024
2.1.603 101 8/15/2024
2.1.602 101 8/15/2024
2.1.601 103 8/15/2024
2.1.600 107 8/15/2024
2.1.599 109 8/15/2024
2.1.598 98 8/15/2024
2.1.597 96 8/15/2024
2.1.596 102 8/15/2024
2.1.595 104 8/14/2024
2.1.594 99 8/14/2024
2.1.593 95 8/14/2024
2.1.592 109 8/14/2024
2.1.591 107 8/14/2024
2.1.590 99 8/14/2024
2.1.589 112 8/13/2024
2.1.588 111 8/13/2024
2.1.587 117 8/7/2024
2.1.586 86 8/7/2024
2.1.585 85 8/7/2024
2.1.584 94 8/7/2024
2.1.583 84 8/7/2024
2.1.582 93 8/7/2024
2.1.581 84 8/7/2024
2.1.580 80 8/6/2024
2.1.579 76 8/6/2024
2.1.578 71 8/6/2024
2.1.577 73 8/6/2024
2.1.576 108 8/1/2024
2.1.575 71 8/1/2024
2.1.574 62 8/1/2024
2.1.573 59 8/1/2024
2.1.572 64 8/1/2024
2.1.571 63 8/1/2024
2.1.570 69 8/1/2024
2.1.569 60 8/1/2024
2.1.568 64 8/1/2024
2.1.567 57 8/1/2024
2.1.566 62 8/1/2024
2.1.565 114 7/25/2024
2.1.564 81 7/25/2024
2.1.563 75 7/25/2024
2.1.562 81 7/25/2024
2.1.561 77 7/25/2024
2.1.560 86 7/25/2024
2.1.559 107 7/25/2024
2.1.558 77 7/25/2024
2.1.557 83 7/25/2024
2.1.556 101 7/25/2024
2.1.555 67 7/25/2024
2.1.554 82 7/25/2024
2.1.553 81 7/24/2024
2.1.552 82 7/24/2024
2.1.551 64 7/24/2024
2.1.550 125 7/20/2024
2.1.549 81 7/20/2024
2.1.548 81 7/20/2024
2.1.547 80 7/20/2024
2.1.546 84 7/20/2024
2.1.545 80 7/20/2024
2.1.544 117 7/17/2024
2.1.543 71 7/17/2024
2.1.542 83 7/17/2024
2.1.541 96 7/15/2024
2.1.540 81 7/14/2024
2.1.539 80 7/14/2024
2.1.538 81 7/14/2024
2.1.537 85 7/14/2024
2.1.536 83 7/14/2024
2.1.535 81 7/14/2024
2.1.534 79 7/14/2024
2.1.533 82 7/14/2024
2.1.532 76 7/14/2024
2.1.531 97 7/11/2024
2.1.530 79 7/11/2024
2.1.529 81 7/10/2024
2.1.528 71 7/10/2024
2.1.527 88 7/10/2024
2.1.526 105 7/10/2024
2.1.525 87 7/10/2024
2.1.524 89 7/10/2024
2.1.523 80 7/10/2024
2.1.522 83 7/10/2024
2.1.521 81 7/10/2024
2.1.520 65 7/10/2024
2.1.519 79 7/10/2024
2.1.518 82 7/10/2024
2.1.517 83 7/10/2024
2.1.516 86 7/10/2024
2.1.515 84 7/9/2024
2.1.514 70 7/9/2024
2.1.513 73 7/9/2024
2.1.512 90 7/9/2024
2.1.511 82 7/9/2024
2.1.510 87 7/9/2024
2.1.509 87 7/9/2024
2.1.508 97 7/9/2024
2.1.507 95 7/9/2024
2.1.506 87 7/9/2024
2.1.505 83 7/9/2024
2.1.504 94 7/9/2024
2.1.503 73 7/9/2024
2.1.502 80 7/9/2024
2.1.501 87 7/8/2024
2.1.500 92 7/8/2024
2.1.499 90 7/8/2024
2.1.498 79 7/8/2024
2.1.497 73 7/8/2024
2.1.496 87 7/8/2024
2.1.495 86 7/8/2024
2.1.494 89 7/8/2024
2.1.493 88 7/8/2024
2.1.492 93 7/8/2024
2.1.491 81 7/8/2024
2.1.490 90 7/7/2024
2.1.489 87 7/7/2024
2.1.488 80 7/7/2024
2.1.487 92 7/7/2024
2.1.486 93 7/7/2024
2.1.485 98 7/7/2024
2.1.484 89 7/7/2024
2.1.483 93 7/5/2024
2.1.482 94 7/4/2024
2.1.481 100 7/4/2024
2.1.479 96 7/3/2024
2.1.478 89 7/3/2024
2.1.477 91 7/3/2024
2.1.476 81 7/3/2024
2.1.475 89 7/3/2024
2.1.474 73 7/3/2024
2.1.473 91 7/3/2024
2.1.472 90 7/3/2024
2.1.471 88 7/3/2024
2.1.470 89 7/3/2024
2.1.469 73 7/3/2024
2.1.468 93 7/3/2024
2.1.467 89 7/3/2024
2.1.466 75 7/3/2024
2.1.465 77 7/3/2024
2.1.464 89 7/3/2024
2.1.463 118 6/30/2024
2.1.462 93 6/30/2024
2.1.461 103 6/30/2024
2.1.460 94 6/30/2024
2.1.459 97 6/29/2024
2.1.458 106 6/28/2024
2.1.457 94 6/28/2024
2.1.456 97 6/28/2024
2.1.455 92 6/28/2024
2.1.454 109 6/27/2024
2.1.453 104 6/27/2024
2.1.452 101 6/27/2024
2.1.451 96 6/27/2024
2.1.450 96 6/27/2024
2.1.449 89 6/27/2024
2.1.448 103 6/27/2024
2.1.447 98 6/24/2024
2.1.446 91 6/24/2024
2.1.445 89 6/24/2024
2.1.444 91 6/24/2024
2.1.443 98 6/22/2024
2.1.442 93 6/22/2024
2.1.441 93 6/22/2024
2.1.440 144 6/15/2024
2.1.439 87 6/15/2024
2.1.438 89 6/15/2024
2.1.437 88 6/15/2024
2.1.436 81 6/15/2024
2.1.435 89 6/15/2024
2.1.434 89 6/15/2024
2.1.433 87 6/14/2024
2.1.432 122 6/4/2024
2.1.431 94 6/4/2024
2.1.430 114 6/2/2024
2.1.429 90 6/1/2024
2.1.428 89 6/1/2024
2.1.427 89 6/1/2024
2.1.426 87 6/1/2024
2.1.425 93 6/1/2024
2.1.424 86 6/1/2024
2.1.423 90 6/1/2024
2.1.422 88 5/31/2024
2.1.421 88 5/31/2024
2.1.420 101 5/31/2024
2.1.419 86 5/31/2024
2.1.418 97 5/29/2024
2.1.417 99 5/29/2024
2.1.416 90 5/29/2024
2.1.415 76 5/28/2024
2.1.414 80 5/28/2024
2.1.413 97 5/28/2024
2.1.412 84 5/28/2024
2.1.411 78 5/28/2024
2.1.410 83 5/28/2024
2.1.409 84 5/28/2024
2.1.408 87 5/27/2024
2.1.407 83 5/27/2024
2.1.406 86 5/27/2024
2.1.405 86 5/27/2024
2.1.404 86 5/26/2024
2.1.403 92 5/26/2024
2.1.402 95 5/26/2024
2.1.401 91 5/26/2024
2.1.400 105 5/26/2024
2.1.399 94 5/26/2024
2.1.398 94 5/25/2024
2.1.397 99 5/25/2024
2.1.396 100 5/25/2024
2.1.395 85 5/25/2024
2.1.394 88 5/25/2024
2.1.393 86 5/25/2024
2.1.392 100 5/23/2024
2.1.391 93 5/23/2024
2.1.390 104 5/23/2024
2.1.389 89 5/23/2024
2.1.388 97 5/23/2024
2.1.387 95 5/23/2024
2.1.386 94 5/22/2024
2.1.385 96 5/22/2024
2.1.384 97 5/22/2024
2.1.383 89 5/22/2024
2.1.382 113 5/18/2024
2.1.381 90 5/18/2024
2.1.380 99 5/18/2024
2.1.379 101 5/17/2024
2.1.378 112 5/17/2024
2.1.377 102 5/17/2024
2.1.376 90 5/16/2024
2.1.375 101 5/16/2024
2.1.374 94 5/16/2024
2.1.373 102 5/15/2024
2.1.372 103 5/15/2024
2.1.371 101 5/15/2024
2.1.370 101 5/14/2024
2.1.369 76 5/13/2024
2.1.368 74 5/13/2024
2.1.367 69 5/13/2024
2.1.366 141 4/30/2024
2.1.365 99 4/30/2024
2.1.364 101 4/30/2024
2.1.363 106 4/29/2024
2.1.362 108 4/29/2024
2.1.361 104 4/29/2024
2.1.360 91 4/29/2024
2.1.359 96 4/29/2024
2.1.358 92 4/28/2024
2.1.357 91 4/28/2024
2.1.356 87 4/28/2024
2.1.355 98 4/28/2024
2.1.354 95 4/28/2024
2.1.353 96 4/28/2024
2.1.352 98 4/28/2024
2.1.351 104 4/28/2024
2.1.350 101 4/27/2024
2.1.349 151 4/20/2024
2.1.348 101 4/20/2024
2.1.347 105 4/19/2024
2.1.346 98 4/19/2024
2.1.345 121 4/19/2024
2.1.344 93 4/19/2024
2.1.343 101 4/19/2024
2.1.342 98 4/19/2024
2.1.341 96 4/19/2024
2.1.340 97 4/19/2024
2.1.339 148 4/13/2024
2.1.338 108 4/13/2024
2.1.337 115 4/13/2024
2.1.336 109 4/12/2024
2.1.335 95 4/12/2024
2.1.334 103 4/12/2024
2.1.333 96 4/12/2024
2.1.332 107 4/12/2024
2.1.331 108 4/12/2024
2.1.330 111 4/12/2024
2.1.329 103 4/11/2024
2.1.328 105 4/10/2024
2.1.327 97 4/10/2024
2.1.326 91 4/10/2024
2.1.325 98 4/10/2024
2.1.324 108 4/10/2024
2.1.323 108 4/9/2024
2.1.322 157 4/3/2024
2.1.321 109 4/2/2024
2.1.320 109 4/2/2024
2.1.319 91 4/2/2024
2.1.318 132 4/1/2024
2.1.317 106 3/30/2024
2.1.316 97 3/29/2024
2.1.315 100 3/29/2024
2.1.314 116 3/25/2024
2.1.313 116 3/25/2024
2.1.312 104 3/25/2024
2.1.311 115 3/25/2024
2.1.310 133 3/21/2024
2.1.309 119 3/21/2024
2.1.308 106 3/20/2024
2.1.307 141 3/20/2024
2.1.306 114 3/19/2024
2.1.305 101 3/19/2024
2.1.304 117 3/19/2024
2.1.303 119 3/19/2024
2.1.302 105 3/19/2024
2.1.301 115 3/19/2024
2.1.300 109 3/18/2024
2.1.299 109 3/18/2024
2.1.298 149 3/16/2024
2.1.297 118 3/16/2024
2.1.296 115 3/15/2024
2.1.295 112 3/14/2024
2.1.294 108 3/13/2024
2.1.293 117 3/13/2024
2.1.292 106 3/13/2024
2.1.291 124 3/13/2024
2.1.290 104 3/13/2024
2.1.289 114 3/13/2024
2.1.288 112 3/13/2024
2.1.287 111 3/13/2024
2.1.286 108 3/13/2024
2.1.285 102 3/13/2024
2.1.284 113 3/12/2024
2.1.283 115 3/12/2024
2.1.282 96 3/12/2024
2.1.281 104 3/12/2024
2.1.280 117 3/12/2024
2.1.279 118 3/11/2024
2.1.278 139 3/11/2024
2.1.277 91 3/11/2024
2.1.276 94 3/11/2024
2.1.275 103 3/10/2024
2.1.274 117 3/10/2024
2.1.273 114 3/10/2024
2.1.272 116 3/10/2024
2.1.271 123 3/9/2024
2.1.270 132 3/8/2024
2.1.269 118 3/8/2024
2.1.268 107 3/8/2024
2.1.267 102 3/8/2024
2.1.266 121 3/8/2024
2.1.265 108 3/8/2024
2.1.264 147 3/6/2024
2.1.263 104 3/6/2024
2.1.262 110 3/6/2024
2.1.261 135 3/4/2024
2.1.260 102 3/4/2024
2.1.259 107 3/4/2024
2.1.258 102 3/4/2024
2.1.257 111 3/4/2024
2.1.256 135 3/3/2024
2.1.255 118 3/3/2024
2.1.254 97 3/3/2024
2.1.253 113 3/3/2024
2.1.252 117 3/2/2024
2.1.251 116 3/2/2024
2.1.250 115 3/2/2024
2.1.249 114 3/2/2024
2.1.248 108 3/2/2024
2.1.247 119 3/2/2024
2.1.246 126 2/29/2024
2.1.245 101 2/29/2024
2.1.244 115 2/29/2024
2.1.243 110 2/29/2024
2.1.242 99 2/29/2024
2.1.241 99 2/29/2024
2.1.240 104 2/29/2024
2.1.239 186 2/26/2024
2.1.238 122 2/26/2024
2.1.237 106 2/26/2024
2.1.236 111 2/25/2024
2.1.235 112 2/25/2024
2.1.234 104 2/25/2024
2.1.233 98 2/25/2024
2.1.232 116 2/24/2024
2.1.231 109 2/24/2024
2.1.230 104 2/23/2024
2.1.229 118 2/23/2024
2.1.228 129 2/22/2024
2.1.227 111 2/22/2024
2.1.226 116 2/22/2024
2.1.225 100 2/22/2024
2.1.224 108 2/22/2024
2.1.223 114 2/22/2024
2.1.222 108 2/21/2024
2.1.221 153 2/21/2024
2.1.220 104 2/21/2024
2.1.219 128 2/21/2024
2.1.218 133 2/21/2024
2.1.217 100 2/21/2024
2.1.216 107 2/21/2024
2.1.215 109 2/21/2024
2.1.214 110 2/20/2024
2.1.213 110 2/20/2024
2.1.212 106 2/20/2024
2.1.211 101 2/20/2024
2.1.210 114 2/20/2024
2.1.209 100 2/20/2024
2.1.208 97 2/20/2024
2.1.207 97 2/20/2024
2.1.206 100 2/19/2024
2.1.205 100 2/19/2024
2.1.204 102 2/19/2024
2.1.203 97 2/19/2024
2.1.202 112 2/19/2024
2.1.201 112 2/17/2024
2.1.200 108 2/17/2024
2.1.199 103 2/17/2024
2.1.198 101 2/17/2024
2.1.197 102 2/17/2024
2.1.196 96 2/16/2024
2.1.195 91 2/16/2024
2.1.194 107 2/16/2024
2.1.193 100 2/16/2024
2.1.192 93 2/16/2024
2.1.191 102 2/16/2024
2.1.190 89 2/16/2024
2.1.189 94 2/16/2024
2.1.188 208 2/14/2024
2.1.187 105 2/14/2024
2.1.186 106 2/14/2024
2.1.185 102 2/14/2024
2.1.184 119 2/13/2024
2.1.183 112 2/13/2024
2.1.182 106 2/13/2024
2.1.181 106 2/13/2024
2.1.180 101 2/13/2024
2.1.179 107 2/13/2024
2.1.178 98 2/13/2024
2.1.177 119 2/13/2024
2.1.176 151 2/12/2024
2.1.175 116 2/12/2024
2.1.174 116 2/12/2024
2.1.173 118 2/12/2024
2.1.172 116 2/11/2024
2.1.171 118 2/11/2024
2.1.170 114 2/11/2024
2.1.169 115 2/11/2024
2.1.168 116 2/11/2024
2.1.167 108 2/11/2024
2.1.166 120 2/10/2024
2.1.165 132 2/10/2024
2.1.164 118 2/10/2024
2.1.163 105 2/10/2024
2.1.162 106 2/9/2024
2.1.161 109 2/9/2024
2.1.160 112 2/9/2024
2.1.159 115 2/9/2024
2.1.158 117 2/9/2024
2.1.157 114 2/9/2024
2.1.156 113 2/8/2024
2.1.155 113 2/8/2024
2.1.154 118 2/8/2024
2.1.153 115 2/8/2024
2.1.152 111 2/8/2024
2.1.151 118 2/7/2024
2.1.150 109 2/7/2024
2.1.149 109 2/7/2024
2.1.148 114 2/7/2024
2.1.147 111 2/7/2024
2.1.146 116 2/7/2024
2.1.145 103 2/7/2024
2.1.144 116 2/6/2024
2.1.143 121 2/6/2024
2.1.142 105 2/6/2024
2.1.141 104 2/5/2024
2.1.140 111 2/5/2024
2.1.139 107 2/5/2024
2.1.138 111 2/4/2024
2.1.137 103 2/4/2024
2.1.136 107 2/4/2024
2.1.135 106 2/3/2024
2.1.134 112 2/3/2024
2.1.133 102 2/3/2024
2.1.132 185 1/31/2024
2.1.131 105 1/31/2024
2.1.130 98 1/31/2024
2.1.129 107 1/31/2024
2.1.128 98 1/30/2024
2.1.127 104 1/30/2024
2.1.126 106 1/30/2024
2.1.125 103 1/30/2024
2.1.124 104 1/29/2024
2.1.123 126 1/29/2024
2.1.122 98 1/29/2024
2.1.121 102 1/29/2024
2.1.120 96 1/29/2024
2.1.119 103 1/29/2024
2.1.118 101 1/28/2024
2.1.117 104 1/28/2024
2.1.116 114 1/28/2024
2.1.115 105 1/28/2024
2.1.114 102 1/28/2024
2.1.113 99 1/27/2024
2.1.112 96 1/27/2024
2.1.111 102 1/27/2024
2.1.110 101 1/27/2024
2.1.109 107 1/27/2024
2.1.108 118 1/27/2024
2.1.107 106 1/27/2024
2.1.106 98 1/26/2024
2.1.105 109 1/26/2024
2.1.104 112 1/26/2024
2.1.103 105 1/26/2024
2.1.102 103 1/26/2024
2.1.101 97 1/26/2024
2.1.100 107 1/26/2024
2.1.99 99 1/26/2024
2.1.98 98 1/25/2024
2.1.97 103 1/25/2024
2.1.96 112 1/25/2024
2.1.95 108 1/25/2024
2.1.94 110 1/25/2024
2.1.93 113 1/19/2024
2.1.92 108 1/19/2024
2.1.91 138 1/16/2024
2.1.90 119 1/16/2024
2.1.89 112 1/16/2024
2.1.88 117 1/15/2024
2.1.87 118 1/15/2024
2.1.86 109 1/15/2024
2.1.85 105 1/15/2024
2.1.84 114 1/15/2024
2.1.83 117 1/15/2024
2.1.82 114 1/15/2024
2.1.81 106 1/14/2024
2.1.80 119 1/14/2024
2.1.79 117 1/14/2024
2.1.78 118 1/13/2024
2.1.77 117 1/13/2024
2.1.76 107 1/13/2024
2.1.75 104 1/13/2024
2.1.74 116 1/12/2024
2.1.73 116 1/12/2024
2.1.72 106 1/12/2024
2.1.71 120 1/11/2024
2.1.70 117 1/11/2024
2.1.69 108 1/11/2024
2.1.68 128 1/9/2024
2.1.67 122 1/9/2024
2.1.66 132 1/8/2024
2.1.65 110 1/8/2024
2.1.64 123 1/8/2024
2.1.63 137 1/7/2024
2.1.62 135 1/6/2024
2.1.61 133 1/5/2024
2.1.60 113 1/5/2024
2.1.59 127 1/5/2024
2.1.58 150 1/1/2024
2.1.57 140 12/28/2023
2.1.56 127 12/28/2023
2.1.55 123 12/28/2023
2.1.54 119 12/28/2023
2.1.53 128 12/27/2023
2.1.52 127 12/27/2023
2.1.51 128 12/27/2023
2.1.50 126 12/25/2023
2.1.49 120 12/25/2023
2.1.48 132 12/25/2023
2.1.47 113 12/25/2023
2.1.46 116 12/25/2023
2.1.45 129 12/25/2023
2.1.44 116 12/24/2023
2.1.43 114 12/23/2023
2.1.42 117 12/23/2023
2.1.41 110 12/23/2023
2.1.40 132 12/23/2023
2.1.39 142 12/19/2023
2.1.38 136 12/19/2023
2.1.37 171 12/10/2023
2.1.36 114 12/10/2023
2.1.35 130 12/9/2023
2.1.34 144 12/9/2023
2.1.33 130 12/9/2023
2.1.32 139 12/6/2023
2.1.31 143 12/5/2023
2.1.30 153 12/4/2023
2.1.29 141 12/4/2023
2.1.28 134 12/4/2023
2.1.27 194 11/23/2023
2.1.26 141 11/23/2023
2.1.25 145 11/23/2023
2.1.24 127 11/23/2023
2.1.23 151 11/20/2023
2.1.22 124 11/20/2023
2.1.21 138 11/19/2023
2.1.20 126 11/19/2023
2.1.19 130 11/19/2023
2.1.18 124 11/19/2023
2.1.17 132 11/18/2023
2.1.16 136 11/18/2023
2.1.15 135 11/18/2023
2.1.14 134 11/18/2023
2.1.13 133 11/17/2023
2.1.12 127 11/17/2023
2.1.11 125 11/17/2023
2.1.10 133 11/17/2023
2.1.9 133 11/17/2023
2.1.8 135 11/17/2023
2.1.7 127 11/17/2023
2.1.6 125 11/17/2023
2.1.5 132 11/17/2023
2.1.4 129 11/16/2023
2.0.84 135 11/15/2023
2.0.83 129 11/15/2023
2.0.82 132 11/15/2023
2.0.3 123 11/16/2023
2.0.2 131 11/16/2023
2.0.1 125 11/16/2023
1.0.81 152 11/14/2023
1.0.80 126 11/13/2023
1.0.79 146 11/10/2023
1.0.78 134 11/9/2023
1.0.77 118 11/9/2023
1.0.76 137 11/7/2023
1.0.75 131 11/6/2023
1.0.74 132 11/3/2023
1.0.73 120 11/2/2023
1.0.72 142 11/1/2023
1.0.71 179 10/26/2023
1.0.70 152 10/25/2023
1.0.69 164 10/19/2023
1.0.68 144 10/18/2023
1.0.67 151 10/17/2023
1.0.66 131 10/16/2023
1.0.65 157 10/13/2023
1.0.64 169 10/12/2023
1.0.63 172 10/11/2023
1.0.62 239 9/20/2023
1.0.61 134 9/19/2023
1.0.60 144 9/18/2023
1.0.59 126 9/18/2023
1.0.58 157 9/14/2023
1.0.57 149 9/13/2023
1.0.56 227 8/31/2023
1.0.55 177 8/30/2023
1.0.54 160 8/29/2023
1.0.53 188 8/28/2023
1.0.52 154 8/25/2023
1.0.51 192 8/24/2023
1.0.50 199 8/21/2023
1.0.49 166 8/18/2023
1.0.48 156 8/17/2023
1.0.47 157 8/17/2023
1.0.46 236 8/10/2023
1.0.45 169 8/9/2023
1.0.44 164 8/9/2023
1.0.43 183 8/8/2023
1.0.42 162 8/7/2023
1.0.41 170 8/7/2023
1.0.40 370 7/13/2023
1.0.39 167 7/12/2023
1.0.38 179 7/11/2023
1.0.37 177 7/10/2023
1.0.36 174 7/7/2023
1.0.35 157 7/7/2023
1.0.34 212 6/30/2023
1.0.33 261 6/29/2023
1.0.32 199 6/28/2023
1.0.31 167 6/28/2023
1.0.30 173 6/26/2023
1.0.29 208 6/23/2023
1.0.28 194 6/23/2023
1.0.27 184 6/21/2023
1.0.26 216 6/15/2023
1.0.25 174 6/14/2023
1.0.24 189 6/14/2023
1.0.23 220 6/9/2023
1.0.22 190 6/8/2023
1.0.21 191 6/7/2023
1.0.20 181 6/7/2023
1.0.19 195 6/6/2023
1.0.18 180 6/5/2023
1.0.17 241 6/2/2023
1.0.16 217 6/1/2023
1.0.13 178 5/24/2023
1.0.12 172 5/23/2023
1.0.11 399 3/21/2023
1.0.10 226 3/21/2023
1.0.9 243 3/21/2023
1.0.8 203 4/12/2023
1.0.7 217 4/12/2023
1.0.6 200 4/11/2023
1.0.5 310 2/27/2023
1.0.4 274 2/27/2023
1.0.3 270 2/27/2023
1.0.2 293 2/13/2023
1.0.1 328 2/3/2023