Soenneker.Blazor.Tippy 3.0.862

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.862
                    
NuGet\Install-Package Soenneker.Blazor.Tippy -Version 3.0.862
                    
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.862" />
                    
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.862" />
                    
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.862
                    
#r "nuget: Soenneker.Blazor.Tippy, 3.0.862"
                    
#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.862
                    
Install Soenneker.Blazor.Tippy as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Tippy&version=3.0.862
                    
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 27 4/1/2025
3.0.961 29 4/1/2025
3.0.960 29 4/1/2025
3.0.959 29 4/1/2025
3.0.958 25 4/1/2025
3.0.957 29 4/1/2025
3.0.956 26 4/1/2025
3.0.955 29 4/1/2025
3.0.954 40 4/1/2025
3.0.953 46 4/1/2025
3.0.952 56 4/1/2025
3.0.951 54 4/1/2025
3.0.950 51 4/1/2025
3.0.949 53 4/1/2025
3.0.948 53 4/1/2025
3.0.947 53 3/31/2025
3.0.946 47 3/31/2025
3.0.945 56 3/31/2025
3.0.944 59 3/31/2025
3.0.943 56 3/31/2025
3.0.942 64 3/29/2025
3.0.941 78 3/29/2025
3.0.940 65 3/29/2025
3.0.939 67 3/29/2025
3.0.938 68 3/29/2025
3.0.937 71 3/29/2025
3.0.936 71 3/29/2025
3.0.935 114 3/27/2025
3.0.934 446 3/26/2025
3.0.933 450 3/26/2025
3.0.932 447 3/25/2025
3.0.931 446 3/25/2025
3.0.930 449 3/25/2025
3.0.929 455 3/25/2025
3.0.928 464 3/25/2025
3.0.927 450 3/25/2025
3.0.926 453 3/25/2025
3.0.925 68 3/22/2025
3.0.924 54 3/21/2025
3.0.923 67 3/21/2025
3.0.922 66 3/21/2025
3.0.921 82 3/21/2025
3.0.920 83 3/21/2025
3.0.919 113 3/21/2025
3.0.918 112 3/21/2025
3.0.917 126 3/19/2025
3.0.916 122 3/18/2025
3.0.915 125 3/18/2025
3.0.914 122 3/18/2025
3.0.913 124 3/18/2025
3.0.912 123 3/18/2025
3.0.911 123 3/18/2025
3.0.910 125 3/18/2025
3.0.909 126 3/18/2025
3.0.908 127 3/18/2025
3.0.907 115 3/16/2025
3.0.906 55 3/15/2025
3.0.905 52 3/15/2025
3.0.904 62 3/15/2025
3.0.903 54 3/15/2025
3.0.902 53 3/15/2025
3.0.901 55 3/15/2025
3.0.900 51 3/15/2025
3.0.899 54 3/15/2025
3.0.898 137 3/12/2025
3.0.897 128 3/12/2025
3.0.896 136 3/12/2025
3.0.894 131 3/12/2025
3.0.893 138 3/12/2025
3.0.892 130 3/12/2025
3.0.891 131 3/12/2025
3.0.890 134 3/12/2025
3.0.889 139 3/12/2025
3.0.888 140 3/12/2025
3.0.887 139 3/11/2025
3.0.886 134 3/11/2025
3.0.885 142 3/11/2025
3.0.884 142 3/11/2025
3.0.883 139 3/11/2025
3.0.882 142 3/11/2025
3.0.881 135 3/11/2025
3.0.880 142 3/11/2025
3.0.879 138 3/11/2025
3.0.878 144 3/11/2025
3.0.877 138 3/11/2025
3.0.876 142 3/11/2025
3.0.875 136 3/11/2025
3.0.874 128 3/11/2025
3.0.873 190 3/7/2025
3.0.872 184 3/7/2025
3.0.871 183 3/7/2025
3.0.870 198 3/7/2025
3.0.869 197 3/7/2025
3.0.868 192 3/7/2025
3.0.867 193 3/7/2025
3.0.866 188 3/7/2025
3.0.865 192 3/7/2025
3.0.864 191 3/7/2025
3.0.863 190 3/7/2025
3.0.862 95 3/2/2025
3.0.861 87 3/2/2025
3.0.860 94 3/2/2025
3.0.859 76 3/2/2025
3.0.858 77 3/2/2025
3.0.857 80 3/2/2025
3.0.856 77 3/2/2025
3.0.855 79 3/2/2025
3.0.854 78 3/2/2025
3.0.853 79 3/2/2025
3.0.852 80 3/2/2025
3.0.851 71 3/2/2025
3.0.850 84 3/2/2025
3.0.849 78 3/2/2025
3.0.848 81 3/1/2025
3.0.847 76 3/1/2025
3.0.846 76 3/1/2025
3.0.845 79 3/1/2025
3.0.844 80 3/1/2025
3.0.843 77 3/1/2025
3.0.842 84 3/1/2025
3.0.841 81 3/1/2025
3.0.840 67 3/1/2025
3.0.839 78 3/1/2025
3.0.838 76 3/1/2025
3.0.837 72 3/1/2025
3.0.836 78 2/26/2025
3.0.835 80 2/26/2025
3.0.834 81 2/26/2025
3.0.833 90 2/25/2025
3.0.832 84 2/25/2025
3.0.831 81 2/25/2025
3.0.830 79 2/25/2025
3.0.829 80 2/25/2025
3.0.828 82 2/25/2025
3.0.827 86 2/25/2025
3.0.826 82 2/25/2025
3.0.825 79 2/25/2025
3.0.824 77 2/25/2025
3.0.823 77 2/25/2025
3.0.822 81 2/24/2025
3.0.821 76 2/24/2025
3.0.820 109 2/23/2025
3.0.819 83 2/23/2025
3.0.818 78 2/23/2025
3.0.817 80 2/23/2025
3.0.816 75 2/23/2025
3.0.815 79 2/22/2025
3.0.814 80 2/22/2025
3.0.813 74 2/22/2025
3.0.812 77 2/22/2025
3.0.811 80 2/22/2025
3.0.810 78 2/22/2025
3.0.809 85 2/22/2025
3.0.808 82 2/22/2025
3.0.807 84 2/22/2025
3.0.806 81 2/22/2025
3.0.805 86 2/22/2025
3.0.804 80 2/22/2025
3.0.803 79 2/22/2025
3.0.802 79 2/22/2025
3.0.801 78 2/22/2025
3.0.800 78 2/22/2025
3.0.799 78 2/22/2025
3.0.798 79 2/22/2025
3.0.797 82 2/22/2025
3.0.796 82 2/21/2025
3.0.795 78 2/21/2025
3.0.794 81 2/21/2025
3.0.793 79 2/21/2025
3.0.792 89 2/21/2025
3.0.791 77 2/21/2025
3.0.790 89 2/21/2025
3.0.789 97 2/19/2025
3.0.788 88 2/19/2025
3.0.787 84 2/19/2025
3.0.786 88 2/19/2025
3.0.785 83 2/19/2025
3.0.784 87 2/19/2025
3.0.783 84 2/19/2025
3.0.782 88 2/19/2025
3.0.781 95 2/18/2025
3.0.780 84 2/18/2025
3.0.779 81 2/18/2025
3.0.778 88 2/18/2025
3.0.777 91 2/18/2025
3.0.776 85 2/18/2025
3.0.775 87 2/18/2025
3.0.774 81 2/18/2025
3.0.773 95 2/16/2025
3.0.772 90 2/14/2025
3.0.771 83 2/14/2025
3.0.770 82 2/14/2025
3.0.769 85 2/14/2025
3.0.768 87 2/14/2025
3.0.767 80 2/14/2025
3.0.766 80 2/14/2025
3.0.765 90 2/13/2025
3.0.764 80 2/13/2025
3.0.763 93 2/13/2025
3.0.762 86 2/13/2025
3.0.761 94 2/13/2025
3.0.760 86 2/12/2025
3.0.759 89 2/12/2025
3.0.758 88 2/12/2025
3.0.757 89 2/12/2025
3.0.756 89 2/12/2025
3.0.755 93 2/12/2025
3.0.754 89 2/12/2025
3.0.753 89 2/12/2025
3.0.752 87 2/12/2025
3.0.751 90 2/12/2025
3.0.750 89 2/12/2025
3.0.749 105 2/12/2025
3.0.748 93 2/12/2025
3.0.747 88 2/12/2025
3.0.746 84 2/12/2025
3.0.745 87 2/12/2025
3.0.744 80 2/12/2025
3.0.743 87 2/12/2025
3.0.742 84 2/12/2025
3.0.741 87 2/12/2025
3.0.740 81 2/12/2025
3.0.739 92 2/11/2025
3.0.738 87 2/11/2025
3.0.737 89 2/11/2025
3.0.736 87 2/11/2025
3.0.735 91 2/11/2025
3.0.734 87 2/11/2025
3.0.733 82 2/11/2025
3.0.732 90 2/11/2025
3.0.731 92 2/11/2025
3.0.730 95 2/11/2025
3.0.729 94 2/11/2025
3.0.728 92 2/11/2025
3.0.727 86 2/11/2025
3.0.726 87 2/10/2025
3.0.725 90 2/10/2025
3.0.724 87 2/10/2025
3.0.723 79 2/10/2025
3.0.722 84 2/10/2025
3.0.721 88 2/9/2025
3.0.720 90 2/9/2025
3.0.719 85 2/9/2025
3.0.718 85 2/9/2025
3.0.717 82 2/9/2025
3.0.716 82 2/9/2025
3.0.715 93 2/8/2025
3.0.714 82 2/8/2025
3.0.713 79 2/8/2025
3.0.712 80 2/8/2025
3.0.711 82 2/8/2025
3.0.710 82 2/8/2025
3.0.709 87 2/7/2025
3.0.708 88 2/7/2025
3.0.707 90 2/7/2025
3.0.706 82 2/7/2025
3.0.705 87 2/7/2025
3.0.704 79 2/7/2025
3.0.703 98 2/7/2025
3.0.702 77 2/7/2025
3.0.701 91 2/7/2025
3.0.700 82 2/7/2025
3.0.699 84 2/7/2025
3.0.698 79 2/7/2025
3.0.697 78 2/7/2025
3.0.696 83 2/7/2025
3.0.695 77 2/7/2025
3.0.694 77 2/7/2025
3.0.693 84 2/7/2025
3.0.692 74 2/7/2025
3.0.691 81 2/6/2025
3.0.690 89 2/6/2025
3.0.689 84 2/5/2025
3.0.688 83 2/5/2025
3.0.687 84 2/5/2025
3.0.686 83 2/5/2025
3.0.685 89 2/5/2025
3.0.684 88 2/5/2025
3.0.683 88 2/5/2025
3.0.682 86 2/5/2025
3.0.681 85 2/5/2025
3.0.680 83 2/5/2025
3.0.679 82 2/5/2025
3.0.678 91 2/5/2025
3.0.677 85 2/5/2025
3.0.675 87 2/5/2025
3.0.674 79 2/5/2025
3.0.673 88 2/5/2025
3.0.672 86 2/5/2025
3.0.671 80 2/5/2025
3.0.670 83 2/5/2025
3.0.669 84 2/5/2025
3.0.668 82 2/5/2025
3.0.667 88 1/28/2025
3.0.666 81 1/28/2025
3.0.665 78 1/28/2025
3.0.664 80 1/28/2025
3.0.663 78 1/28/2025
3.0.662 78 1/28/2025
3.0.661 85 1/28/2025
3.0.660 78 1/28/2025
3.0.659 80 1/28/2025
3.0.658 73 1/28/2025
3.0.657 79 1/28/2025
3.0.656 70 1/28/2025
3.0.655 77 1/28/2025
3.0.654 79 1/28/2025
3.0.653 74 1/28/2025
3.0.652 77 1/28/2025
3.0.651 80 1/28/2025
3.0.650 76 1/28/2025
3.0.649 78 1/28/2025
3.0.648 74 1/28/2025
3.0.647 71 1/28/2025
3.0.646 70 1/27/2025
3.0.645 68 1/27/2025
3.0.644 72 1/27/2025
3.0.643 72 1/27/2025
3.0.642 73 1/27/2025
3.0.641 77 1/27/2025
3.0.640 84 1/26/2025
3.0.639 76 1/26/2025
3.0.638 78 1/26/2025
3.0.637 82 1/26/2025
3.0.636 73 1/26/2025
3.0.635 77 1/26/2025
3.0.634 79 1/26/2025
3.0.633 77 1/26/2025
3.0.632 71 1/26/2025
3.0.630 73 1/26/2025
3.0.629 78 1/26/2025
3.0.628 76 1/26/2025
3.0.627 78 1/26/2025
3.0.626 71 1/26/2025
3.0.625 85 1/26/2025
3.0.624 79 1/26/2025
3.0.623 83 1/26/2025
3.0.622 87 1/25/2025
3.0.621 73 1/25/2025
3.0.620 79 1/25/2025
3.0.619 76 1/25/2025
3.0.618 81 1/25/2025
3.0.617 78 1/25/2025
3.0.616 83 1/25/2025
3.0.615 76 1/25/2025
3.0.614 69 1/25/2025
3.0.613 80 1/25/2025
3.0.612 73 1/25/2025
3.0.611 80 1/25/2025
3.0.610 72 1/24/2025
3.0.609 74 1/24/2025
3.0.608 72 1/24/2025
3.0.607 70 1/24/2025
3.0.606 66 1/24/2025
3.0.605 72 1/24/2025
3.0.604 68 1/24/2025
3.0.603 79 1/24/2025
3.0.602 80 1/24/2025
3.0.601 72 1/24/2025
3.0.600 75 1/24/2025
3.0.599 73 1/24/2025
3.0.598 68 1/24/2025
3.0.597 82 1/24/2025
3.0.596 77 1/24/2025
3.0.595 82 1/24/2025
3.0.594 73 1/24/2025
3.0.593 73 1/23/2025
3.0.592 72 1/23/2025
3.0.591 80 1/23/2025
3.0.590 69 1/23/2025
3.0.589 77 1/23/2025
3.0.588 82 1/22/2025
3.0.587 79 1/22/2025
3.0.586 76 1/22/2025
3.0.585 85 1/22/2025
3.0.584 79 1/22/2025
3.0.583 80 1/22/2025
3.0.582 77 1/21/2025
3.0.581 66 1/21/2025
3.0.580 85 1/21/2025
3.0.579 84 1/21/2025
3.0.578 78 1/21/2025
3.0.577 80 1/21/2025
3.0.576 82 1/21/2025
3.0.575 78 1/21/2025
3.0.574 87 1/21/2025
3.0.573 75 1/21/2025
3.0.572 84 1/21/2025
3.0.571 79 1/21/2025
3.0.570 74 1/21/2025
3.0.569 84 1/21/2025
3.0.568 80 1/21/2025
3.0.567 85 1/21/2025
3.0.566 74 1/21/2025
3.0.565 82 1/20/2025
3.0.564 77 1/20/2025
3.0.563 79 1/20/2025
3.0.562 77 1/20/2025
3.0.561 73 1/20/2025
3.0.560 83 1/20/2025
3.0.559 86 1/20/2025
3.0.558 77 1/20/2025
3.0.557 78 1/20/2025
3.0.556 80 1/20/2025
3.0.555 80 1/20/2025
3.0.554 74 1/20/2025
3.0.553 75 1/20/2025
3.0.552 73 1/19/2025
3.0.551 76 1/19/2025
3.0.550 73 1/19/2025
3.0.549 75 1/19/2025
3.0.548 72 1/19/2025
3.0.547 72 1/19/2025
3.0.546 72 1/19/2025
3.0.545 70 1/19/2025
3.0.544 74 1/19/2025
3.0.543 71 1/19/2025
3.0.542 70 1/19/2025
3.0.541 68 1/19/2025
3.0.540 70 1/19/2025
3.0.539 71 1/19/2025
3.0.538 74 1/18/2025
3.0.537 73 1/18/2025
3.0.536 76 1/18/2025
3.0.535 77 1/18/2025
3.0.534 76 1/18/2025
3.0.533 71 1/18/2025
3.0.532 70 1/18/2025
3.0.531 74 1/18/2025
3.0.530 69 1/18/2025
3.0.529 77 1/17/2025
3.0.528 77 1/17/2025
3.0.527 74 1/17/2025
3.0.526 71 1/17/2025
3.0.525 80 1/17/2025
3.0.524 80 1/17/2025
3.0.523 73 1/16/2025
3.0.522 70 1/16/2025
3.0.521 81 1/16/2025
3.0.520 68 1/16/2025
3.0.519 69 1/16/2025
3.0.518 79 1/16/2025
3.0.517 76 1/16/2025
3.0.516 77 1/16/2025
3.0.515 75 1/16/2025
3.0.514 71 1/16/2025
3.0.513 74 1/16/2025
3.0.512 71 1/16/2025
3.0.511 73 1/16/2025
3.0.510 71 1/16/2025
3.0.509 72 1/16/2025
3.0.508 69 1/16/2025
3.0.507 90 1/16/2025
3.0.506 81 1/16/2025
3.0.505 71 1/16/2025
3.0.504 71 1/16/2025
3.0.503 71 1/16/2025
3.0.502 74 1/15/2025
3.0.501 70 1/15/2025
3.0.500 75 1/15/2025
3.0.499 73 1/15/2025
3.0.498 71 1/15/2025
3.0.497 71 1/15/2025
3.0.496 82 1/15/2025
3.0.495 71 1/15/2025
3.0.494 78 1/15/2025
3.0.493 79 1/15/2025
3.0.492 75 1/15/2025
3.0.491 74 1/15/2025
3.0.490 73 1/15/2025
3.0.489 68 1/15/2025
3.0.488 60 1/15/2025
3.0.487 50 1/15/2025
3.0.486 51 1/15/2025
3.0.485 48 1/15/2025
3.0.484 48 1/15/2025
3.0.483 47 1/15/2025
3.0.482 42 1/15/2025
3.0.481 59 1/14/2025
3.0.480 58 1/14/2025
3.0.479 65 1/14/2025
3.0.478 70 1/14/2025
3.0.477 60 1/14/2025
3.0.476 67 1/14/2025
3.0.475 73 1/14/2025
3.0.474 60 1/14/2025
3.0.473 63 1/14/2025
3.0.472 82 1/13/2025
3.0.471 83 1/13/2025
3.0.470 79 1/13/2025
3.0.469 71 1/13/2025
3.0.468 72 1/13/2025
3.0.467 78 1/13/2025
3.0.466 74 1/13/2025
3.0.465 67 1/13/2025
3.0.464 78 1/13/2025
3.0.463 72 1/13/2025
3.0.462 75 1/13/2025
3.0.461 71 1/13/2025
3.0.460 69 1/13/2025
3.0.459 71 1/12/2025
3.0.458 72 1/12/2025
3.0.457 83 1/12/2025
3.0.456 84 1/11/2025
3.0.455 90 1/11/2025
3.0.454 77 1/11/2025
3.0.453 74 1/11/2025
3.0.452 83 1/11/2025
3.0.451 79 1/11/2025
3.0.450 97 1/11/2025
3.0.449 81 1/11/2025
3.0.448 94 1/11/2025
3.0.447 80 1/11/2025
3.0.446 75 1/11/2025
3.0.445 77 1/11/2025
3.0.444 85 1/10/2025
3.0.443 88 1/10/2025
3.0.442 83 1/10/2025
3.0.441 84 1/10/2025
3.0.440 92 1/10/2025
3.0.439 84 1/10/2025
3.0.438 79 1/8/2025
3.0.437 123 1/3/2025
3.0.436 116 1/3/2025
3.0.435 118 1/3/2025
3.0.434 120 1/3/2025
3.0.433 121 1/3/2025
3.0.432 114 1/3/2025
3.0.431 109 1/3/2025
3.0.430 113 1/3/2025
3.0.429 95 1/3/2025
3.0.428 88 1/3/2025
3.0.427 105 1/3/2025
3.0.426 99 1/2/2025
3.0.425 85 1/2/2025
3.0.424 102 1/2/2025
3.0.423 86 1/2/2025
3.0.422 106 1/2/2025
3.0.421 91 1/2/2025
3.0.420 89 1/2/2025
3.0.419 93 1/2/2025
3.0.418 111 1/2/2025
3.0.417 93 1/1/2025
3.0.416 92 1/1/2025
3.0.415 106 1/1/2025
3.0.414 106 1/1/2025
3.0.413 110 1/1/2025
3.0.412 102 1/1/2025
3.0.411 98 1/1/2025
3.0.410 99 1/1/2025
3.0.409 90 1/1/2025
3.0.408 105 1/1/2025
3.0.407 93 1/1/2025
3.0.406 103 1/1/2025
3.0.405 96 1/1/2025
3.0.404 91 1/1/2025
3.0.403 94 12/31/2024
3.0.402 87 12/31/2024
3.0.401 84 12/31/2024
3.0.400 94 12/31/2024
3.0.399 90 12/31/2024
3.0.398 93 12/31/2024
3.0.397 90 12/31/2024
3.0.396 87 12/31/2024
3.0.394 106 12/31/2024
3.0.393 111 12/31/2024
3.0.392 112 12/31/2024
3.0.391 109 12/31/2024
3.0.390 105 12/31/2024
3.0.389 98 12/31/2024
3.0.388 80 12/31/2024
3.0.387 87 12/31/2024
3.0.386 83 12/31/2024
3.0.385 82 12/31/2024
3.0.384 90 12/31/2024
3.0.383 89 12/31/2024
3.0.382 79 12/31/2024
3.0.381 84 12/31/2024
3.0.380 81 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 96 12/6/2024
3.0.236 95 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 82 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 91 10/22/2024
2.1.54 91 10/22/2024
2.1.53 92 10/22/2024
2.1.52 92 10/22/2024
2.1.51 81 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