Soenneker.Blazor.Masonry 2.1.511

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

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

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