Soenneker.Blazor.Masonry 2.1.103

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

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

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