Soenneker.Blazor.Masonry 2.1.639

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.639                
NuGet\Install-Package Soenneker.Blazor.Masonry -Version 2.1.639                
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.639" />                
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.639                
#r "nuget: Soenneker.Blazor.Masonry, 2.1.639"                
#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.639

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

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