Soenneker.Blazor.Masonry 2.1.787

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

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

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.793 0 9/27/2024
2.1.792 0 9/27/2024
2.1.791 0 9/26/2024
2.1.790 0 9/26/2024
2.1.789 0 9/26/2024
2.1.788 0 9/26/2024
2.1.787 6 9/26/2024
2.1.786 22 9/26/2024
2.1.785 21 9/26/2024
2.1.784 18 9/26/2024
2.1.783 22 9/26/2024
2.1.782 20 9/26/2024
2.1.781 18 9/26/2024
2.1.780 23 9/26/2024
2.1.778 25 9/26/2024
2.1.777 20 9/26/2024
2.1.776 26 9/26/2024
2.1.775 22 9/26/2024
2.1.774 70 9/24/2024
2.1.773 56 9/23/2024
2.1.772 66 9/23/2024
2.1.771 60 9/23/2024
2.1.770 65 9/23/2024
2.1.769 63 9/23/2024
2.1.768 63 9/23/2024
2.1.767 62 9/23/2024
2.1.766 68 9/23/2024
2.1.765 59 9/23/2024
2.1.764 68 9/23/2024
2.1.763 67 9/23/2024
2.1.762 62 9/23/2024
2.1.761 67 9/23/2024
2.1.760 64 9/23/2024
2.1.759 61 9/23/2024
2.1.758 63 9/23/2024
2.1.757 66 9/23/2024
2.1.756 61 9/23/2024
2.1.755 68 9/23/2024
2.1.754 66 9/23/2024
2.1.753 72 9/23/2024
2.1.752 66 9/23/2024
2.1.751 69 9/23/2024
2.1.750 61 9/23/2024
2.1.749 66 9/23/2024
2.1.748 75 9/19/2024
2.1.747 67 9/19/2024
2.1.745 103 9/16/2024
2.1.744 75 9/16/2024
2.1.743 81 9/16/2024
2.1.742 75 9/16/2024
2.1.741 72 9/16/2024
2.1.740 77 9/16/2024
2.1.739 82 9/16/2024
2.1.738 81 9/16/2024
2.1.737 131 9/12/2024
2.1.736 90 9/12/2024
2.1.735 88 9/12/2024
2.1.734 79 9/12/2024
2.1.733 91 9/12/2024
2.1.732 85 9/12/2024
2.1.731 78 9/12/2024
2.1.730 82 9/12/2024
2.1.729 75 9/12/2024
2.1.728 84 9/12/2024
2.1.727 82 9/12/2024
2.1.726 88 9/11/2024
2.1.725 78 9/11/2024
2.1.724 89 9/11/2024
2.1.723 79 9/11/2024
2.1.722 85 9/11/2024
2.1.721 84 9/11/2024
2.1.720 79 9/11/2024
2.1.719 83 9/11/2024
2.1.718 83 9/11/2024
2.1.717 80 9/11/2024
2.1.716 81 9/11/2024
2.1.715 80 9/11/2024
2.1.714 81 9/11/2024
2.1.713 115 9/11/2024
2.1.712 81 9/10/2024
2.1.711 81 9/10/2024
2.1.710 83 9/10/2024
2.1.709 90 9/10/2024
2.1.708 85 9/10/2024
2.1.707 76 9/10/2024
2.1.706 80 9/10/2024
2.1.705 74 9/10/2024
2.1.704 80 9/10/2024
2.1.703 76 9/10/2024
2.1.702 75 9/10/2024
2.1.701 78 9/10/2024
2.1.700 77 9/10/2024
2.1.699 79 9/10/2024
2.1.697 90 9/9/2024
2.1.696 76 9/9/2024
2.1.695 86 9/9/2024
2.1.694 84 9/9/2024
2.1.693 70 9/9/2024
2.1.692 77 9/9/2024
2.1.691 84 9/9/2024
2.1.690 77 9/9/2024
2.1.689 77 9/9/2024
2.1.688 81 9/9/2024
2.1.687 73 9/9/2024
2.1.686 82 9/9/2024
2.1.685 111 9/7/2024
2.1.684 78 9/7/2024
2.1.682 81 9/7/2024
2.1.681 72 9/7/2024
2.1.680 83 9/7/2024
2.1.679 84 9/6/2024
2.1.678 81 9/6/2024
2.1.677 74 9/6/2024
2.1.676 89 9/6/2024
2.1.675 81 9/6/2024
2.1.674 84 9/6/2024
2.1.673 78 9/6/2024
2.1.672 110 9/6/2024
2.1.671 74 9/6/2024
2.1.670 83 9/5/2024
2.1.669 83 9/5/2024
2.1.668 64 9/5/2024
2.1.667 91 9/5/2024
2.1.666 81 9/5/2024
2.1.665 82 9/5/2024
2.1.664 85 9/5/2024
2.1.663 77 9/5/2024
2.1.662 90 9/5/2024
2.1.661 77 9/5/2024
2.1.660 83 9/5/2024
2.1.659 84 9/5/2024
2.1.658 76 9/5/2024
2.1.657 92 9/5/2024
2.1.656 79 9/4/2024
2.1.655 76 9/4/2024
2.1.654 111 9/4/2024
2.1.653 80 9/4/2024
2.1.652 79 9/4/2024
2.1.651 83 9/4/2024
2.1.650 83 9/3/2024
2.1.649 81 9/3/2024
2.1.648 84 9/3/2024
2.1.647 77 9/3/2024
2.1.646 86 9/3/2024
2.1.645 80 9/3/2024
2.1.644 79 9/3/2024
2.1.643 78 9/3/2024
2.1.642 82 9/3/2024
2.1.641 88 8/30/2024
2.1.640 87 8/29/2024
2.1.639 84 8/29/2024
2.1.638 80 8/29/2024
2.1.637 75 8/29/2024
2.1.636 78 8/29/2024
2.1.635 124 8/26/2024
2.1.634 90 8/26/2024
2.1.633 93 8/26/2024
2.1.632 85 8/26/2024
2.1.631 69 8/26/2024
2.1.630 88 8/26/2024
2.1.629 87 8/26/2024
2.1.628 151 8/21/2024
2.1.627 110 8/21/2024
2.1.626 114 8/21/2024
2.1.625 110 8/21/2024
2.1.624 102 8/21/2024
2.1.623 100 8/21/2024
2.1.622 105 8/21/2024
2.1.621 102 8/21/2024
2.1.620 109 8/21/2024
2.1.619 108 8/20/2024
2.1.618 104 8/20/2024
2.1.617 95 8/20/2024
2.1.616 88 8/20/2024
2.1.615 105 8/20/2024
2.1.614 101 8/20/2024
2.1.613 98 8/20/2024
2.1.612 96 8/20/2024
2.1.611 97 8/20/2024
2.1.610 101 8/20/2024
2.1.609 100 8/20/2024
2.1.608 97 8/20/2024
2.1.607 98 8/19/2024
2.1.606 91 8/19/2024
2.1.605 125 8/15/2024
2.1.604 86 8/15/2024
2.1.603 97 8/15/2024
2.1.602 97 8/15/2024
2.1.601 99 8/15/2024
2.1.600 103 8/15/2024
2.1.599 105 8/15/2024
2.1.598 94 8/15/2024
2.1.597 92 8/15/2024
2.1.596 98 8/15/2024
2.1.595 100 8/14/2024
2.1.594 95 8/14/2024
2.1.593 91 8/14/2024
2.1.592 105 8/14/2024
2.1.591 103 8/14/2024
2.1.590 95 8/14/2024
2.1.589 108 8/13/2024
2.1.588 107 8/13/2024
2.1.587 104 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 71 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 53 8/6/2024
2.1.576 105 8/1/2024
2.1.575 53 8/1/2024
2.1.574 59 8/1/2024
2.1.573 56 8/1/2024
2.1.572 61 8/1/2024
2.1.571 47 8/1/2024
2.1.570 66 8/1/2024
2.1.569 57 8/1/2024
2.1.568 61 8/1/2024
2.1.567 54 8/1/2024
2.1.566 59 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 73 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 76 7/8/2024
2.1.499 72 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 75 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 86 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 91 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 91 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 111 5/18/2024
2.1.381 89 5/18/2024
2.1.380 83 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 106 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 90 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 94 4/2/2024
2.1.319 90 4/2/2024
2.1.318 117 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 111 3/19/2024
2.1.305 100 3/19/2024
2.1.304 116 3/19/2024
2.1.303 105 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 107 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 99 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 91 2/23/2024
2.1.229 103 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 148 2/21/2024
2.1.220 103 2/21/2024
2.1.219 127 2/21/2024
2.1.218 109 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 100 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 92 2/19/2024
2.1.203 96 2/19/2024
2.1.202 101 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 79 2/16/2024
2.1.192 92 2/16/2024
2.1.191 87 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 105 2/13/2024
2.1.183 111 2/13/2024
2.1.182 89 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 144 2/12/2024
2.1.175 115 2/12/2024
2.1.174 115 2/12/2024
2.1.173 104 2/12/2024
2.1.172 109 2/11/2024
2.1.171 111 2/11/2024
2.1.170 113 2/11/2024
2.1.169 102 2/11/2024
2.1.168 115 2/11/2024
2.1.167 107 2/11/2024
2.1.166 106 2/10/2024
2.1.165 109 2/10/2024
2.1.164 117 2/10/2024
2.1.163 92 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 90 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 80 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 95 1/29/2024
2.1.121 95 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 97 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 86 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 87 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 98 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 131 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 103 1/15/2024
2.1.82 113 1/15/2024
2.1.81 105 1/14/2024
2.1.80 114 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 113 1/11/2024
2.1.70 116 1/11/2024
2.1.69 107 1/11/2024
2.1.68 115 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 148 1/1/2024
2.1.57 138 12/28/2023
2.1.56 120 12/28/2023
2.1.55 121 12/28/2023
2.1.54 117 12/28/2023
2.1.53 126 12/27/2023
2.1.52 125 12/27/2023
2.1.51 126 12/27/2023
2.1.50 109 12/25/2023
2.1.49 118 12/25/2023
2.1.48 124 12/25/2023
2.1.47 111 12/25/2023
2.1.46 114 12/25/2023
2.1.45 127 12/25/2023
2.1.44 114 12/24/2023
2.1.43 112 12/23/2023
2.1.42 115 12/23/2023
2.1.41 108 12/23/2023
2.1.40 130 12/23/2023
2.1.39 134 12/19/2023
2.1.38 134 12/19/2023
2.1.37 169 12/10/2023
2.1.36 112 12/10/2023
2.1.35 128 12/9/2023
2.1.34 142 12/9/2023
2.1.33 128 12/9/2023
2.1.32 137 12/6/2023
2.1.31 141 12/5/2023
2.1.30 151 12/4/2023
2.1.29 139 12/4/2023
2.1.28 126 12/4/2023
2.1.27 192 11/23/2023
2.1.26 139 11/23/2023
2.1.25 143 11/23/2023
2.1.24 125 11/23/2023
2.1.23 132 11/20/2023
2.1.22 122 11/20/2023
2.1.21 136 11/19/2023
2.1.20 124 11/19/2023
2.1.19 128 11/19/2023
2.1.18 122 11/19/2023
2.1.17 130 11/18/2023
2.1.16 134 11/18/2023
2.1.15 133 11/18/2023
2.1.14 132 11/18/2023
2.1.13 131 11/17/2023
2.1.12 125 11/17/2023
2.1.11 123 11/17/2023
2.1.10 131 11/17/2023
2.1.9 131 11/17/2023
2.1.8 133 11/17/2023
2.1.7 125 11/17/2023
2.1.6 123 11/17/2023
2.1.5 130 11/17/2023
2.1.4 127 11/16/2023
2.0.84 133 11/15/2023
2.0.83 127 11/15/2023
2.0.82 130 11/15/2023
2.0.3 121 11/16/2023
2.0.2 129 11/16/2023
2.0.1 121 11/16/2023
1.0.81 150 11/14/2023
1.0.80 124 11/13/2023
1.0.79 144 11/10/2023
1.0.78 132 11/9/2023
1.0.77 116 11/9/2023
1.0.76 135 11/7/2023
1.0.75 129 11/6/2023
1.0.74 130 11/3/2023
1.0.73 118 11/2/2023
1.0.72 140 11/1/2023
1.0.71 177 10/26/2023
1.0.70 150 10/25/2023
1.0.69 162 10/19/2023
1.0.68 142 10/18/2023
1.0.67 149 10/17/2023
1.0.66 129 10/16/2023
1.0.65 155 10/13/2023
1.0.64 167 10/12/2023
1.0.63 170 10/11/2023
1.0.62 237 9/20/2023
1.0.61 132 9/19/2023
1.0.60 136 9/18/2023
1.0.59 124 9/18/2023
1.0.58 155 9/14/2023
1.0.57 147 9/13/2023
1.0.56 225 8/31/2023
1.0.55 175 8/30/2023
1.0.54 158 8/29/2023
1.0.53 186 8/28/2023
1.0.52 152 8/25/2023
1.0.51 188 8/24/2023
1.0.50 197 8/21/2023
1.0.49 164 8/18/2023
1.0.48 148 8/17/2023
1.0.47 143 8/17/2023
1.0.46 234 8/10/2023
1.0.45 167 8/9/2023
1.0.44 162 8/9/2023
1.0.43 181 8/8/2023
1.0.42 160 8/7/2023
1.0.41 168 8/7/2023
1.0.40 366 7/13/2023
1.0.39 165 7/12/2023
1.0.38 177 7/11/2023
1.0.37 175 7/10/2023
1.0.36 172 7/7/2023
1.0.35 155 7/7/2023
1.0.34 210 6/30/2023
1.0.33 242 6/29/2023
1.0.32 197 6/28/2023
1.0.31 163 6/28/2023
1.0.30 171 6/26/2023
1.0.29 206 6/23/2023
1.0.28 190 6/23/2023
1.0.27 182 6/21/2023
1.0.26 212 6/15/2023
1.0.25 170 6/14/2023
1.0.24 187 6/14/2023
1.0.23 218 6/9/2023
1.0.22 188 6/8/2023
1.0.21 189 6/7/2023
1.0.20 179 6/7/2023
1.0.19 193 6/6/2023
1.0.18 178 6/5/2023
1.0.17 237 6/2/2023
1.0.16 215 6/1/2023
1.0.13 176 5/24/2023
1.0.12 170 5/23/2023
1.0.11 395 3/21/2023
1.0.10 222 3/21/2023
1.0.9 241 3/21/2023
1.0.8 199 4/12/2023
1.0.7 215 4/12/2023
1.0.6 198 4/11/2023
1.0.5 308 2/27/2023
1.0.4 266 2/27/2023
1.0.3 268 2/27/2023
1.0.2 291 2/13/2023
1.0.1 324 2/3/2023