Soenneker.Blazor.Tippy 3.0.864

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Tippy --version 3.0.864
                    
NuGet\Install-Package Soenneker.Blazor.Tippy -Version 3.0.864
                    
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.Tippy" Version="3.0.864" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Tippy" Version="3.0.864" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Blazor.Tippy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Blazor.Tippy --version 3.0.864
                    
#r "nuget: Soenneker.Blazor.Tippy, 3.0.864"
                    
#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.
#addin nuget:?package=Soenneker.Blazor.Tippy&version=3.0.864
                    
Install Soenneker.Blazor.Tippy as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Tippy&version=3.0.864
                    
Install Soenneker.Blazor.Tippy as a Cake Tool

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.Tippy

A Blazor interop library for Tippy.js

Installation

dotnet add package Soenneker.Blazor.Tippy

Usage

  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddTippy();
}

Scripts and styles will get dynamically and lazily loaded for you.

  1. Inject ITippyInterop within your App.Razor file
@using Soenneker.Blazor.Masonry.Abstract
@inject ITippyInterop TippyInterop

<div id="tooltipElement">Hover me!</div>

@code {
    protected override async Task OnAfterRenderAsync(bool firstRender)
        {
            if (firstRender)
            {
                var options = new TippyOptions
                {
                    Content = "This is a tooltip!",
                    Theme = "light",
                    Interactive = true,
                    Trigger = "click",
                    Placement = "bottom"
                };

                // Initialize the Tippy tooltip on the element
                await TippyInterop.Init("tooltipElement", options);
            }
        }
}
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.966 0 4/4/2025
3.0.965 0 4/4/2025
3.0.964 0 4/4/2025
3.0.963 0 4/3/2025
3.0.962 33 4/1/2025
3.0.961 36 4/1/2025
3.0.960 36 4/1/2025
3.0.959 36 4/1/2025
3.0.958 32 4/1/2025
3.0.957 36 4/1/2025
3.0.956 33 4/1/2025
3.0.955 35 4/1/2025
3.0.954 47 4/1/2025
3.0.953 53 4/1/2025
3.0.952 62 4/1/2025
3.0.951 61 4/1/2025
3.0.950 58 4/1/2025
3.0.949 59 4/1/2025
3.0.948 60 4/1/2025
3.0.947 59 3/31/2025
3.0.946 54 3/31/2025
3.0.945 62 3/31/2025
3.0.944 65 3/31/2025
3.0.943 59 3/31/2025
3.0.942 67 3/29/2025
3.0.941 81 3/29/2025
3.0.940 68 3/29/2025
3.0.939 70 3/29/2025
3.0.938 71 3/29/2025
3.0.937 74 3/29/2025
3.0.936 74 3/29/2025
3.0.935 117 3/27/2025
3.0.934 449 3/26/2025
3.0.933 453 3/26/2025
3.0.932 450 3/25/2025
3.0.931 449 3/25/2025
3.0.930 452 3/25/2025
3.0.929 458 3/25/2025
3.0.928 467 3/25/2025
3.0.927 453 3/25/2025
3.0.926 456 3/25/2025
3.0.925 71 3/22/2025
3.0.924 57 3/21/2025
3.0.923 70 3/21/2025
3.0.922 69 3/21/2025
3.0.921 85 3/21/2025
3.0.920 86 3/21/2025
3.0.919 116 3/21/2025
3.0.918 115 3/21/2025
3.0.917 129 3/19/2025
3.0.916 125 3/18/2025
3.0.915 128 3/18/2025
3.0.914 125 3/18/2025
3.0.913 127 3/18/2025
3.0.912 126 3/18/2025
3.0.911 126 3/18/2025
3.0.910 128 3/18/2025
3.0.909 129 3/18/2025
3.0.908 130 3/18/2025
3.0.907 118 3/16/2025
3.0.906 58 3/15/2025
3.0.905 55 3/15/2025
3.0.904 65 3/15/2025
3.0.903 57 3/15/2025
3.0.902 56 3/15/2025
3.0.901 58 3/15/2025
3.0.900 54 3/15/2025
3.0.899 57 3/15/2025
3.0.898 140 3/12/2025
3.0.897 131 3/12/2025
3.0.896 139 3/12/2025
3.0.894 134 3/12/2025
3.0.893 141 3/12/2025
3.0.892 133 3/12/2025
3.0.891 134 3/12/2025
3.0.890 137 3/12/2025
3.0.889 142 3/12/2025
3.0.888 143 3/12/2025
3.0.887 142 3/11/2025
3.0.886 137 3/11/2025
3.0.885 145 3/11/2025
3.0.884 145 3/11/2025
3.0.883 142 3/11/2025
3.0.882 145 3/11/2025
3.0.881 138 3/11/2025
3.0.880 145 3/11/2025
3.0.879 141 3/11/2025
3.0.878 147 3/11/2025
3.0.877 141 3/11/2025
3.0.876 145 3/11/2025
3.0.875 139 3/11/2025
3.0.874 131 3/11/2025
3.0.873 193 3/7/2025
3.0.872 187 3/7/2025
3.0.871 186 3/7/2025
3.0.870 201 3/7/2025
3.0.869 200 3/7/2025
3.0.868 195 3/7/2025
3.0.867 196 3/7/2025
3.0.866 191 3/7/2025
3.0.865 195 3/7/2025
3.0.864 194 3/7/2025
3.0.863 193 3/7/2025
3.0.862 98 3/2/2025
3.0.861 90 3/2/2025
3.0.860 97 3/2/2025
3.0.859 79 3/2/2025
3.0.858 80 3/2/2025
3.0.857 83 3/2/2025
3.0.856 80 3/2/2025
3.0.855 82 3/2/2025
3.0.854 81 3/2/2025
3.0.853 82 3/2/2025
3.0.852 83 3/2/2025
3.0.851 74 3/2/2025
3.0.850 87 3/2/2025
3.0.849 81 3/2/2025
3.0.848 83 3/1/2025
3.0.847 79 3/1/2025
3.0.846 79 3/1/2025
3.0.845 82 3/1/2025
3.0.844 83 3/1/2025
3.0.843 80 3/1/2025
3.0.842 87 3/1/2025
3.0.841 84 3/1/2025
3.0.840 70 3/1/2025
3.0.839 81 3/1/2025
3.0.838 78 3/1/2025
3.0.837 73 3/1/2025
3.0.836 80 2/26/2025
3.0.835 83 2/26/2025
3.0.834 84 2/26/2025
3.0.833 93 2/25/2025
3.0.832 87 2/25/2025
3.0.831 84 2/25/2025
3.0.830 82 2/25/2025
3.0.829 83 2/25/2025
3.0.828 85 2/25/2025
3.0.827 89 2/25/2025
3.0.826 85 2/25/2025
3.0.825 82 2/25/2025
3.0.824 80 2/25/2025
3.0.823 80 2/25/2025
3.0.822 84 2/24/2025
3.0.821 79 2/24/2025
3.0.820 112 2/23/2025
3.0.819 86 2/23/2025
3.0.818 81 2/23/2025
3.0.817 83 2/23/2025
3.0.816 78 2/23/2025
3.0.815 82 2/22/2025
3.0.814 83 2/22/2025
3.0.813 77 2/22/2025
3.0.812 80 2/22/2025
3.0.811 83 2/22/2025
3.0.810 81 2/22/2025
3.0.809 88 2/22/2025
3.0.808 85 2/22/2025
3.0.807 87 2/22/2025
3.0.806 84 2/22/2025
3.0.805 89 2/22/2025
3.0.804 83 2/22/2025
3.0.803 82 2/22/2025
3.0.802 82 2/22/2025
3.0.801 81 2/22/2025
3.0.800 81 2/22/2025
3.0.799 81 2/22/2025
3.0.798 82 2/22/2025
3.0.797 85 2/22/2025
3.0.796 85 2/21/2025
3.0.795 81 2/21/2025
3.0.794 84 2/21/2025
3.0.793 82 2/21/2025
3.0.792 92 2/21/2025
3.0.791 80 2/21/2025
3.0.790 92 2/21/2025
3.0.789 100 2/19/2025
3.0.788 91 2/19/2025
3.0.787 87 2/19/2025
3.0.786 91 2/19/2025
3.0.785 86 2/19/2025
3.0.784 90 2/19/2025
3.0.783 87 2/19/2025
3.0.782 91 2/19/2025
3.0.781 98 2/18/2025
3.0.780 87 2/18/2025
3.0.779 84 2/18/2025
3.0.778 91 2/18/2025
3.0.777 94 2/18/2025
3.0.776 88 2/18/2025
3.0.775 90 2/18/2025
3.0.774 84 2/18/2025
3.0.773 98 2/16/2025
3.0.772 93 2/14/2025
3.0.771 86 2/14/2025
3.0.770 85 2/14/2025
3.0.769 88 2/14/2025
3.0.768 90 2/14/2025
3.0.767 83 2/14/2025
3.0.766 83 2/14/2025
3.0.765 93 2/13/2025
3.0.764 83 2/13/2025
3.0.763 96 2/13/2025
3.0.762 89 2/13/2025
3.0.761 97 2/13/2025
3.0.760 89 2/12/2025
3.0.759 92 2/12/2025
3.0.758 91 2/12/2025
3.0.757 92 2/12/2025
3.0.756 92 2/12/2025
3.0.755 96 2/12/2025
3.0.754 92 2/12/2025
3.0.753 92 2/12/2025
3.0.752 90 2/12/2025
3.0.751 93 2/12/2025
3.0.750 92 2/12/2025
3.0.749 108 2/12/2025
3.0.748 96 2/12/2025
3.0.747 91 2/12/2025
3.0.746 87 2/12/2025
3.0.745 90 2/12/2025
3.0.744 83 2/12/2025
3.0.743 90 2/12/2025
3.0.742 87 2/12/2025
3.0.741 90 2/12/2025
3.0.740 84 2/12/2025
3.0.739 95 2/11/2025
3.0.738 90 2/11/2025
3.0.737 92 2/11/2025
3.0.736 90 2/11/2025
3.0.735 94 2/11/2025
3.0.734 90 2/11/2025
3.0.733 85 2/11/2025
3.0.732 93 2/11/2025
3.0.731 95 2/11/2025
3.0.730 98 2/11/2025
3.0.729 97 2/11/2025
3.0.728 95 2/11/2025
3.0.727 89 2/11/2025
3.0.726 90 2/10/2025
3.0.725 93 2/10/2025
3.0.724 90 2/10/2025
3.0.723 82 2/10/2025
3.0.722 87 2/10/2025
3.0.721 91 2/9/2025
3.0.720 93 2/9/2025
3.0.719 88 2/9/2025
3.0.718 88 2/9/2025
3.0.717 85 2/9/2025
3.0.716 85 2/9/2025
3.0.715 96 2/8/2025
3.0.714 85 2/8/2025
3.0.713 82 2/8/2025
3.0.712 83 2/8/2025
3.0.711 85 2/8/2025
3.0.710 85 2/8/2025
3.0.709 90 2/7/2025
3.0.708 91 2/7/2025
3.0.707 93 2/7/2025
3.0.706 85 2/7/2025
3.0.705 90 2/7/2025
3.0.704 82 2/7/2025
3.0.703 101 2/7/2025
3.0.702 80 2/7/2025
3.0.701 94 2/7/2025
3.0.700 84 2/7/2025
3.0.699 87 2/7/2025
3.0.698 82 2/7/2025
3.0.697 81 2/7/2025
3.0.696 86 2/7/2025
3.0.695 80 2/7/2025
3.0.694 80 2/7/2025
3.0.693 87 2/7/2025
3.0.692 77 2/7/2025
3.0.691 84 2/6/2025
3.0.690 92 2/6/2025
3.0.689 87 2/5/2025
3.0.688 86 2/5/2025
3.0.687 87 2/5/2025
3.0.686 86 2/5/2025
3.0.685 92 2/5/2025
3.0.684 91 2/5/2025
3.0.683 91 2/5/2025
3.0.682 89 2/5/2025
3.0.681 88 2/5/2025
3.0.680 86 2/5/2025
3.0.679 85 2/5/2025
3.0.678 94 2/5/2025
3.0.677 88 2/5/2025
3.0.675 90 2/5/2025
3.0.674 82 2/5/2025
3.0.673 91 2/5/2025
3.0.672 89 2/5/2025
3.0.671 83 2/5/2025
3.0.670 86 2/5/2025
3.0.669 87 2/5/2025
3.0.668 85 2/5/2025
3.0.667 91 1/28/2025
3.0.666 84 1/28/2025
3.0.665 81 1/28/2025
3.0.664 83 1/28/2025
3.0.663 81 1/28/2025
3.0.662 81 1/28/2025
3.0.661 88 1/28/2025
3.0.660 81 1/28/2025
3.0.659 83 1/28/2025
3.0.658 76 1/28/2025
3.0.657 82 1/28/2025
3.0.656 73 1/28/2025
3.0.655 80 1/28/2025
3.0.654 84 1/28/2025
3.0.653 78 1/28/2025
3.0.652 81 1/28/2025
3.0.651 83 1/28/2025
3.0.650 80 1/28/2025
3.0.649 83 1/28/2025
3.0.648 77 1/28/2025
3.0.647 74 1/28/2025
3.0.646 73 1/27/2025
3.0.645 71 1/27/2025
3.0.644 75 1/27/2025
3.0.643 75 1/27/2025
3.0.642 76 1/27/2025
3.0.641 80 1/27/2025
3.0.640 87 1/26/2025
3.0.639 79 1/26/2025
3.0.638 81 1/26/2025
3.0.637 85 1/26/2025
3.0.636 76 1/26/2025
3.0.635 80 1/26/2025
3.0.634 82 1/26/2025
3.0.633 80 1/26/2025
3.0.632 74 1/26/2025
3.0.630 76 1/26/2025
3.0.629 81 1/26/2025
3.0.628 79 1/26/2025
3.0.627 81 1/26/2025
3.0.626 74 1/26/2025
3.0.625 88 1/26/2025
3.0.624 82 1/26/2025
3.0.623 86 1/26/2025
3.0.622 90 1/25/2025
3.0.621 76 1/25/2025
3.0.620 82 1/25/2025
3.0.619 79 1/25/2025
3.0.618 84 1/25/2025
3.0.617 81 1/25/2025
3.0.616 86 1/25/2025
3.0.615 79 1/25/2025
3.0.614 72 1/25/2025
3.0.613 83 1/25/2025
3.0.612 76 1/25/2025
3.0.611 83 1/25/2025
3.0.610 75 1/24/2025
3.0.609 77 1/24/2025
3.0.608 75 1/24/2025
3.0.607 73 1/24/2025
3.0.606 69 1/24/2025
3.0.605 75 1/24/2025
3.0.604 71 1/24/2025
3.0.603 80 1/24/2025
3.0.602 81 1/24/2025
3.0.601 73 1/24/2025
3.0.600 77 1/24/2025
3.0.599 74 1/24/2025
3.0.598 69 1/24/2025
3.0.597 85 1/24/2025
3.0.596 80 1/24/2025
3.0.595 85 1/24/2025
3.0.594 76 1/24/2025
3.0.593 76 1/23/2025
3.0.592 75 1/23/2025
3.0.591 81 1/23/2025
3.0.590 72 1/23/2025
3.0.589 80 1/23/2025
3.0.588 83 1/22/2025
3.0.587 80 1/22/2025
3.0.586 77 1/22/2025
3.0.585 86 1/22/2025
3.0.584 80 1/22/2025
3.0.583 81 1/22/2025
3.0.582 78 1/21/2025
3.0.581 69 1/21/2025
3.0.580 88 1/21/2025
3.0.579 86 1/21/2025
3.0.578 80 1/21/2025
3.0.577 83 1/21/2025
3.0.576 84 1/21/2025
3.0.575 79 1/21/2025
3.0.574 88 1/21/2025
3.0.573 76 1/21/2025
3.0.572 85 1/21/2025
3.0.571 80 1/21/2025
3.0.570 76 1/21/2025
3.0.569 85 1/21/2025
3.0.568 83 1/21/2025
3.0.567 87 1/21/2025
3.0.566 75 1/21/2025
3.0.565 83 1/20/2025
3.0.564 78 1/20/2025
3.0.563 80 1/20/2025
3.0.562 78 1/20/2025
3.0.561 74 1/20/2025
3.0.560 84 1/20/2025
3.0.559 88 1/20/2025
3.0.558 79 1/20/2025
3.0.557 81 1/20/2025
3.0.556 82 1/20/2025
3.0.555 81 1/20/2025
3.0.554 75 1/20/2025
3.0.553 76 1/20/2025
3.0.552 74 1/19/2025
3.0.551 77 1/19/2025
3.0.550 75 1/19/2025
3.0.549 76 1/19/2025
3.0.548 73 1/19/2025
3.0.547 73 1/19/2025
3.0.546 73 1/19/2025
3.0.545 71 1/19/2025
3.0.544 75 1/19/2025
3.0.543 72 1/19/2025
3.0.542 71 1/19/2025
3.0.541 69 1/19/2025
3.0.540 71 1/19/2025
3.0.539 72 1/19/2025
3.0.538 75 1/18/2025
3.0.537 74 1/18/2025
3.0.536 77 1/18/2025
3.0.535 78 1/18/2025
3.0.534 77 1/18/2025
3.0.533 72 1/18/2025
3.0.532 71 1/18/2025
3.0.531 76 1/18/2025
3.0.530 70 1/18/2025
3.0.529 78 1/17/2025
3.0.528 78 1/17/2025
3.0.527 75 1/17/2025
3.0.526 72 1/17/2025
3.0.525 81 1/17/2025
3.0.524 81 1/17/2025
3.0.523 74 1/16/2025
3.0.522 71 1/16/2025
3.0.521 84 1/16/2025
3.0.520 71 1/16/2025
3.0.519 70 1/16/2025
3.0.518 80 1/16/2025
3.0.517 77 1/16/2025
3.0.516 78 1/16/2025
3.0.515 76 1/16/2025
3.0.514 72 1/16/2025
3.0.513 75 1/16/2025
3.0.512 72 1/16/2025
3.0.511 74 1/16/2025
3.0.510 72 1/16/2025
3.0.509 73 1/16/2025
3.0.508 70 1/16/2025
3.0.507 91 1/16/2025
3.0.506 82 1/16/2025
3.0.505 72 1/16/2025
3.0.504 72 1/16/2025
3.0.503 72 1/16/2025
3.0.502 75 1/15/2025
3.0.501 71 1/15/2025
3.0.500 76 1/15/2025
3.0.499 74 1/15/2025
3.0.498 72 1/15/2025
3.0.497 72 1/15/2025
3.0.496 83 1/15/2025
3.0.495 72 1/15/2025
3.0.494 79 1/15/2025
3.0.493 80 1/15/2025
3.0.492 76 1/15/2025
3.0.491 75 1/15/2025
3.0.490 74 1/15/2025
3.0.489 69 1/15/2025
3.0.488 61 1/15/2025
3.0.487 51 1/15/2025
3.0.486 52 1/15/2025
3.0.485 49 1/15/2025
3.0.484 49 1/15/2025
3.0.483 48 1/15/2025
3.0.482 43 1/15/2025
3.0.481 60 1/14/2025
3.0.480 59 1/14/2025
3.0.479 66 1/14/2025
3.0.478 71 1/14/2025
3.0.477 61 1/14/2025
3.0.476 68 1/14/2025
3.0.475 74 1/14/2025
3.0.474 61 1/14/2025
3.0.473 64 1/14/2025
3.0.472 83 1/13/2025
3.0.471 84 1/13/2025
3.0.470 80 1/13/2025
3.0.469 72 1/13/2025
3.0.468 73 1/13/2025
3.0.467 79 1/13/2025
3.0.466 75 1/13/2025
3.0.465 68 1/13/2025
3.0.464 79 1/13/2025
3.0.463 73 1/13/2025
3.0.462 76 1/13/2025
3.0.461 72 1/13/2025
3.0.460 70 1/13/2025
3.0.459 72 1/12/2025
3.0.458 73 1/12/2025
3.0.457 84 1/12/2025
3.0.456 85 1/11/2025
3.0.455 91 1/11/2025
3.0.454 78 1/11/2025
3.0.453 75 1/11/2025
3.0.452 84 1/11/2025
3.0.451 80 1/11/2025
3.0.450 100 1/11/2025
3.0.449 84 1/11/2025
3.0.448 95 1/11/2025
3.0.447 81 1/11/2025
3.0.446 76 1/11/2025
3.0.445 78 1/11/2025
3.0.444 86 1/10/2025
3.0.443 89 1/10/2025
3.0.442 84 1/10/2025
3.0.441 85 1/10/2025
3.0.440 93 1/10/2025
3.0.439 85 1/10/2025
3.0.438 80 1/8/2025
3.0.437 124 1/3/2025
3.0.436 117 1/3/2025
3.0.435 119 1/3/2025
3.0.434 121 1/3/2025
3.0.433 122 1/3/2025
3.0.432 115 1/3/2025
3.0.431 110 1/3/2025
3.0.430 114 1/3/2025
3.0.429 96 1/3/2025
3.0.428 89 1/3/2025
3.0.427 106 1/3/2025
3.0.426 100 1/2/2025
3.0.425 86 1/2/2025
3.0.424 103 1/2/2025
3.0.423 87 1/2/2025
3.0.422 107 1/2/2025
3.0.421 92 1/2/2025
3.0.420 90 1/2/2025
3.0.419 94 1/2/2025
3.0.418 112 1/2/2025
3.0.417 94 1/1/2025
3.0.416 93 1/1/2025
3.0.415 107 1/1/2025
3.0.414 107 1/1/2025
3.0.413 111 1/1/2025
3.0.412 103 1/1/2025
3.0.411 99 1/1/2025
3.0.410 100 1/1/2025
3.0.409 91 1/1/2025
3.0.408 106 1/1/2025
3.0.407 94 1/1/2025
3.0.406 104 1/1/2025
3.0.405 97 1/1/2025
3.0.404 92 1/1/2025
3.0.403 95 12/31/2024
3.0.402 88 12/31/2024
3.0.401 85 12/31/2024
3.0.400 95 12/31/2024
3.0.399 91 12/31/2024
3.0.398 94 12/31/2024
3.0.397 91 12/31/2024
3.0.396 88 12/31/2024
3.0.394 107 12/31/2024
3.0.393 112 12/31/2024
3.0.392 113 12/31/2024
3.0.391 110 12/31/2024
3.0.390 106 12/31/2024
3.0.389 99 12/31/2024
3.0.388 81 12/31/2024
3.0.387 88 12/31/2024
3.0.386 84 12/31/2024
3.0.385 83 12/31/2024
3.0.384 91 12/31/2024
3.0.383 90 12/31/2024
3.0.382 80 12/31/2024
3.0.381 85 12/31/2024
3.0.380 82 12/31/2024
3.0.379 93 12/28/2024
3.0.378 87 12/28/2024
3.0.377 81 12/28/2024
3.0.376 95 12/28/2024
3.0.375 83 12/28/2024
3.0.374 86 12/28/2024
3.0.373 81 12/28/2024
3.0.372 83 12/28/2024
3.0.371 88 12/27/2024
3.0.370 82 12/27/2024
3.0.369 91 12/27/2024
3.0.368 101 12/25/2024
3.0.367 87 12/25/2024
3.0.366 85 12/25/2024
3.0.365 84 12/24/2024
3.0.364 86 12/24/2024
3.0.363 86 12/24/2024
3.0.362 93 12/24/2024
3.0.361 86 12/24/2024
3.0.360 86 12/24/2024
3.0.359 86 12/24/2024
3.0.358 96 12/24/2024
3.0.357 86 12/24/2024
3.0.356 82 12/24/2024
3.0.355 87 12/24/2024
3.0.354 86 12/24/2024
3.0.353 86 12/24/2024
3.0.352 76 12/24/2024
3.0.351 82 12/24/2024
3.0.350 78 12/24/2024
3.0.349 88 12/24/2024
3.0.348 81 12/24/2024
3.0.347 84 12/24/2024
3.0.346 81 12/23/2024
3.0.345 87 12/23/2024
3.0.344 79 12/23/2024
3.0.343 82 12/23/2024
3.0.342 74 12/23/2024
3.0.341 82 12/23/2024
3.0.340 80 12/23/2024
3.0.339 88 12/23/2024
3.0.338 87 12/23/2024
3.0.337 83 12/23/2024
3.0.336 86 12/23/2024
3.0.335 96 12/23/2024
3.0.334 84 12/23/2024
3.0.333 86 12/23/2024
3.0.332 83 12/23/2024
3.0.331 88 12/22/2024
3.0.330 85 12/22/2024
3.0.329 79 12/22/2024
3.0.328 89 12/22/2024
3.0.327 86 12/22/2024
3.0.326 82 12/22/2024
3.0.325 84 12/22/2024
3.0.324 83 12/22/2024
3.0.323 85 12/22/2024
3.0.322 83 12/22/2024
3.0.321 86 12/22/2024
3.0.320 87 12/22/2024
3.0.319 87 12/22/2024
3.0.318 79 12/22/2024
3.0.317 80 12/22/2024
3.0.316 89 12/21/2024
3.0.315 80 12/21/2024
3.0.314 82 12/21/2024
3.0.313 80 12/21/2024
3.0.312 82 12/21/2024
3.0.311 83 12/21/2024
3.0.310 91 12/21/2024
3.0.309 81 12/21/2024
3.0.308 86 12/21/2024
3.0.307 84 12/21/2024
3.0.306 88 12/21/2024
3.0.305 95 12/21/2024
3.0.304 85 12/20/2024
3.0.303 85 12/20/2024
3.0.302 92 12/20/2024
3.0.301 84 12/20/2024
3.0.300 85 12/20/2024
3.0.299 93 12/20/2024
3.0.298 82 12/20/2024
3.0.297 83 12/20/2024
3.0.296 88 12/20/2024
3.0.295 91 12/19/2024
3.0.294 89 12/19/2024
3.0.293 89 12/19/2024
3.0.292 85 12/19/2024
3.0.291 96 12/19/2024
3.0.290 93 12/19/2024
3.0.289 85 12/19/2024
3.0.288 85 12/19/2024
3.0.287 88 12/19/2024
3.0.286 86 12/19/2024
3.0.285 84 12/18/2024
3.0.284 91 12/18/2024
3.0.283 95 12/17/2024
3.0.282 98 12/17/2024
3.0.281 91 12/17/2024
3.0.280 76 12/17/2024
3.0.279 68 12/17/2024
3.0.278 67 12/16/2024
3.0.277 73 12/16/2024
3.0.276 71 12/16/2024
3.0.275 81 12/10/2024
3.0.274 73 12/10/2024
3.0.273 90 12/10/2024
3.0.272 83 12/10/2024
3.0.271 83 12/10/2024
3.0.270 82 12/10/2024
3.0.269 85 12/9/2024
3.0.268 77 12/9/2024
3.0.267 90 12/9/2024
3.0.266 81 12/9/2024
3.0.265 93 12/9/2024
3.0.264 81 12/9/2024
3.0.263 86 12/9/2024
3.0.262 89 12/9/2024
3.0.261 90 12/9/2024
3.0.260 90 12/9/2024
3.0.259 87 12/7/2024
3.0.258 90 12/7/2024
3.0.257 89 12/7/2024
3.0.256 99 12/7/2024
3.0.255 91 12/6/2024
3.0.254 93 12/6/2024
3.0.253 96 12/6/2024
3.0.252 98 12/6/2024
3.0.251 91 12/6/2024
3.0.250 94 12/6/2024
3.0.249 90 12/6/2024
3.0.248 87 12/6/2024
3.0.247 90 12/6/2024
3.0.246 90 12/6/2024
3.0.245 87 12/6/2024
3.0.244 96 12/6/2024
3.0.243 87 12/6/2024
3.0.242 83 12/6/2024
3.0.241 95 12/6/2024
3.0.240 91 12/6/2024
3.0.239 87 12/6/2024
3.0.238 87 12/6/2024
3.0.237 97 12/6/2024
3.0.236 96 12/6/2024
3.0.235 90 12/6/2024
3.0.234 89 12/6/2024
3.0.233 84 12/6/2024
3.0.232 83 12/6/2024
3.0.231 100 12/6/2024
3.0.230 102 12/6/2024
3.0.229 92 12/6/2024
3.0.228 92 12/6/2024
3.0.227 90 12/5/2024
3.0.226 90 12/5/2024
3.0.225 91 12/5/2024
3.0.224 88 12/5/2024
3.0.223 91 12/5/2024
3.0.222 90 12/5/2024
3.0.221 105 12/4/2024
3.0.220 88 12/4/2024
3.0.219 90 12/4/2024
3.0.218 88 12/4/2024
3.0.217 98 12/4/2024
3.0.216 97 12/4/2024
3.0.215 92 12/4/2024
3.0.214 97 12/3/2024
3.0.213 96 12/3/2024
3.0.212 94 12/3/2024
3.0.211 97 12/3/2024
3.0.210 96 12/3/2024
3.0.209 93 12/3/2024
3.0.208 93 12/3/2024
3.0.207 82 12/3/2024
3.0.206 87 12/3/2024
3.0.205 81 12/3/2024
3.0.204 78 12/3/2024
3.0.203 80 12/2/2024
3.0.202 82 12/2/2024
3.0.201 76 12/2/2024
3.0.200 80 12/2/2024
3.0.199 88 12/2/2024
3.0.198 89 12/2/2024
3.0.197 88 12/2/2024
3.0.196 71 12/2/2024
3.0.195 67 12/2/2024
3.0.194 86 12/1/2024
3.0.193 83 12/1/2024
3.0.192 83 12/1/2024
3.0.191 87 12/1/2024
3.0.190 90 12/1/2024
3.0.189 86 12/1/2024
3.0.188 91 12/1/2024
3.0.187 88 11/29/2024
3.0.186 85 11/29/2024
3.0.185 81 11/29/2024
3.0.184 87 11/29/2024
3.0.183 80 11/29/2024
3.0.182 82 11/29/2024
3.0.181 83 11/29/2024
3.0.180 86 11/29/2024
3.0.179 95 11/21/2024
3.0.178 98 11/21/2024
3.0.177 90 11/21/2024
3.0.176 89 11/21/2024
3.0.175 88 11/21/2024
3.0.174 85 11/21/2024
3.0.173 84 11/21/2024
3.0.172 93 11/20/2024
3.0.171 94 11/20/2024
3.0.170 92 11/20/2024
3.0.169 99 11/20/2024
3.0.168 99 11/20/2024
3.0.167 96 11/20/2024
3.0.166 90 11/20/2024
3.0.165 94 11/20/2024
3.0.164 92 11/20/2024
3.0.163 87 11/20/2024
3.0.162 89 11/20/2024
3.0.161 94 11/20/2024
3.0.160 90 11/20/2024
3.0.159 94 11/20/2024
3.0.158 92 11/19/2024
3.0.157 92 11/19/2024
3.0.156 87 11/19/2024
3.0.155 90 11/19/2024
3.0.154 95 11/19/2024
3.0.153 89 11/19/2024
3.0.152 81 11/19/2024
3.0.151 84 11/19/2024
3.0.150 89 11/19/2024
3.0.149 85 11/19/2024
3.0.148 90 11/15/2024
3.0.147 80 11/15/2024
3.0.146 98 11/15/2024
3.0.145 95 11/15/2024
3.0.144 89 11/14/2024
3.0.143 86 11/14/2024
3.0.142 98 11/14/2024
3.0.141 88 11/14/2024
3.0.140 89 11/14/2024
3.0.139 84 11/14/2024
3.0.138 87 11/14/2024
3.0.137 87 11/14/2024
3.0.136 88 11/14/2024
3.0.135 93 11/14/2024
3.0.134 90 11/14/2024
3.0.133 91 11/14/2024
3.0.131 88 11/14/2024
3.0.130 93 11/14/2024
3.0.129 89 11/14/2024
3.0.128 92 11/14/2024
3.0.127 91 11/14/2024
3.0.126 96 11/14/2024
3.0.125 94 11/14/2024
3.0.124 97 11/14/2024
3.0.123 98 11/14/2024
3.0.122 97 11/14/2024
2.1.121 103 11/13/2024
2.1.120 93 11/13/2024
2.1.119 98 11/13/2024
2.1.118 96 11/13/2024
2.1.117 90 11/13/2024
2.1.116 97 11/13/2024
2.1.115 97 11/13/2024
2.1.114 87 11/13/2024
2.1.113 95 11/13/2024
2.1.112 91 11/13/2024
2.1.111 94 11/13/2024
2.1.110 101 11/12/2024
2.1.109 113 11/9/2024
2.1.108 96 11/9/2024
2.1.107 96 11/9/2024
2.1.106 89 11/9/2024
2.1.105 93 11/9/2024
2.1.104 94 11/9/2024
2.1.103 93 11/9/2024
2.1.102 91 11/9/2024
2.1.101 92 11/8/2024
2.1.100 90 11/8/2024
2.1.99 85 11/8/2024
2.1.98 100 11/8/2024
2.1.97 93 11/8/2024
2.1.96 90 11/8/2024
2.1.95 92 11/8/2024
2.1.94 91 11/8/2024
2.1.93 88 11/8/2024
2.1.92 88 11/8/2024
2.1.91 90 11/6/2024
2.1.90 92 11/6/2024
2.1.89 89 11/6/2024
2.1.88 94 11/1/2024
2.1.87 85 11/1/2024
2.1.86 90 11/1/2024
2.1.85 88 11/1/2024
2.1.84 94 11/1/2024
2.1.83 87 11/1/2024
2.1.82 85 10/31/2024
2.1.81 88 10/29/2024
2.1.80 95 10/29/2024
2.1.79 88 10/29/2024
2.1.78 97 10/29/2024
2.1.77 90 10/29/2024
2.1.76 90 10/29/2024
2.1.75 88 10/29/2024
2.1.74 98 10/29/2024
2.1.73 89 10/29/2024
2.1.72 92 10/29/2024
2.1.71 90 10/29/2024
2.1.70 94 10/29/2024
2.1.69 93 10/29/2024
2.1.68 85 10/29/2024
2.1.67 90 10/29/2024
2.1.66 78 10/29/2024
2.1.65 93 10/28/2024
2.1.64 91 10/28/2024
2.1.63 94 10/26/2024
2.1.62 90 10/26/2024
2.1.61 93 10/26/2024
2.1.60 92 10/26/2024
2.1.59 102 10/23/2024
2.1.58 93 10/22/2024
2.1.57 87 10/22/2024
2.1.56 95 10/22/2024
2.1.55 92 10/22/2024
2.1.54 92 10/22/2024
2.1.53 93 10/22/2024
2.1.52 93 10/22/2024
2.1.51 82 10/22/2024
2.1.50 87 10/22/2024
2.1.49 97 10/22/2024
2.1.48 116 10/18/2024
2.1.47 84 10/18/2024
2.1.46 82 10/18/2024
2.1.45 81 10/17/2024
2.1.44 87 10/17/2024
2.1.43 90 10/17/2024
2.1.42 84 10/15/2024
2.1.41 88 10/15/2024
2.1.40 96 10/15/2024
2.1.39 98 10/15/2024
2.1.38 89 10/15/2024
2.1.37 97 10/14/2024
2.1.36 87 10/14/2024
2.1.35 97 10/12/2024
2.1.34 96 10/12/2024
2.1.33 105 10/12/2024
2.1.32 100 10/12/2024
2.1.31 96 10/12/2024
2.1.30 89 10/12/2024
2.1.29 96 10/12/2024
2.1.28 86 10/11/2024
2.1.27 94 10/11/2024
2.1.26 92 10/11/2024
2.1.25 104 10/9/2024
2.1.24 98 10/9/2024
2.1.23 96 10/9/2024
2.1.22 89 10/9/2024
2.1.21 87 10/9/2024
2.1.20 89 10/9/2024
2.1.19 89 10/9/2024
2.1.18 100 10/9/2024
2.1.17 90 10/9/2024
2.1.16 97 10/9/2024
2.1.15 92 10/9/2024
2.1.14 97 10/8/2024
2.1.13 96 10/8/2024
2.1.12 95 10/8/2024
2.1.11 93 10/8/2024
2.1.10 113 10/8/2024
2.1.9 98 10/8/2024
2.1.8 91 10/8/2024
2.1.7 96 10/8/2024
2.1.6 89 10/8/2024
2.1.5 90 10/8/2024
2.1.4 107 10/6/2024
2.1.3 94 10/6/2024
2.1.2 93 10/6/2024
2.1.1 95 10/6/2024