Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.555

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker --version 2.1.555
                    
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 2.1.555
                    
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.Utils.BlazorOutputInvoker" Version="2.1.555" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.BlazorOutputInvoker" Version="2.1.555" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Blazor.Utils.BlazorOutputInvoker" />
                    
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.Utils.BlazorOutputInvoker --version 2.1.555
                    
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 2.1.555"
                    
#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.
#:package Soenneker.Blazor.Utils.BlazorOutputInvoker@2.1.555
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=2.1.555
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=2.1.555
                    
Install 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.Utils.BlazorOutputInvoker

A generic invoker to simplify JavaScript to C# interaction that allows for an input and output, providing two-way communication with invocations.

Installation

dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker

Usage

C#

async ValueTask<int> YourInvokerMethod(string input)
{
    Console.Log(input); // 'Hello there'
    return 42;
}

var blazorOutputInvoker = new BlazorOutputInvoker<string, int>(YourInvokerMethod);

JS

dotnetObject.invokeMethodAsync('InvokeWithOutput', 'Hello there').then((data) => {
    console.log(data); // 42
});
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.  net9.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.BlazorOutputInvoker:

Package Downloads
Soenneker.Blazor.Utils.InteropEventListener

Manages the registration, removal, and disposal of .NET object references used for interop event listeners.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.976 498 7/8/2025
3.0.975 764 7/3/2025
3.0.974 752 6/27/2025
3.0.973 1,498 6/10/2025
3.0.972 1,236 5/27/2025
3.0.971 918 5/22/2025
3.0.970 857 5/13/2025
3.0.969 852 5/7/2025
3.0.968 797 5/5/2025
3.0.967 492 5/5/2025
3.0.966 138 5/5/2025
3.0.965 1,516 4/8/2025
3.0.964 292 4/8/2025
3.0.963 168 4/8/2025
3.0.962 233 4/8/2025
3.0.961 164 4/8/2025
3.0.960 156 4/8/2025
3.0.959 171 4/8/2025
3.0.958 153 4/8/2025
3.0.957 160 4/7/2025
3.0.956 155 4/7/2025
3.0.955 486 4/7/2025
3.0.954 151 4/7/2025
3.0.953 1,314 4/7/2025
3.0.952 157 4/7/2025
3.0.951 348 4/7/2025
3.0.950 324 4/7/2025
3.0.949 268 4/6/2025
3.0.948 255 4/6/2025
3.0.947 134 4/6/2025
3.0.946 259 4/6/2025
3.0.945 210 4/6/2025
3.0.944 104 4/6/2025
3.0.943 100 4/6/2025
3.0.942 103 4/6/2025
3.0.941 286 4/6/2025
3.0.940 214 4/5/2025
3.0.939 88 4/5/2025
3.0.938 81 4/5/2025
3.0.937 94 4/5/2025
3.0.936 99 4/5/2025
3.0.935 101 4/5/2025
3.0.934 90 4/4/2025
3.0.933 97 4/4/2025
3.0.932 2,167 4/3/2025
3.0.931 447 4/1/2025
3.0.930 768 3/31/2025
3.0.929 156 3/31/2025
3.0.928 853 3/29/2025
3.0.927 1,119 3/25/2025
3.0.926 478 3/25/2025
3.0.925 573 3/21/2025
3.0.924 340 3/21/2025
3.0.923 528 3/18/2025
3.0.922 301 3/18/2025
3.0.921 321 3/15/2025
3.0.920 70 3/15/2025
3.0.919 440 3/14/2025
3.0.918 561 3/12/2025
3.0.917 165 3/12/2025
3.0.916 163 3/11/2025
3.0.915 158 3/11/2025
3.0.914 165 3/11/2025
3.0.913 153 3/11/2025
3.0.912 648 3/11/2025
3.0.911 346 3/11/2025
3.0.910 153 3/11/2025
3.0.909 642 3/7/2025
3.0.908 397 3/7/2025
3.0.907 335 3/2/2025
3.0.906 101 3/2/2025
3.0.905 99 3/2/2025
3.0.904 97 3/1/2025
3.0.903 97 3/1/2025
3.0.902 93 3/1/2025
3.0.901 103 3/1/2025
3.0.900 93 3/1/2025
3.0.899 88 3/1/2025
3.0.898 95 3/1/2025
3.0.897 1,730 2/25/2025
3.0.896 272 2/25/2025
3.0.895 109 2/25/2025
3.0.894 103 2/25/2025
3.0.893 464 2/25/2025
3.0.892 496 2/23/2025
3.0.891 99 2/22/2025
3.0.890 463 2/22/2025
3.0.889 423 2/22/2025
3.0.888 354 2/22/2025
3.0.887 90 2/22/2025
3.0.886 177 2/22/2025
3.0.885 98 2/21/2025
3.0.884 369 2/21/2025
3.0.883 381 2/21/2025
3.0.882 341 2/19/2025
3.0.881 100 2/19/2025
3.0.880 98 2/19/2025
3.0.879 103 2/19/2025
3.0.878 101 2/18/2025
3.0.877 826 2/18/2025
3.0.876 109 2/18/2025
3.0.875 1,184 2/14/2025
3.0.874 105 2/14/2025
3.0.873 101 2/13/2025
3.0.872 685 2/12/2025
3.0.871 330 2/12/2025
3.0.870 107 2/12/2025
3.0.869 110 2/12/2025
3.0.868 310 2/12/2025
3.0.867 98 2/12/2025
3.0.866 110 2/11/2025
3.0.865 113 2/11/2025
3.0.864 562 2/11/2025
3.0.863 111 2/11/2025
3.0.862 103 2/11/2025
3.0.861 354 2/11/2025
3.0.860 379 2/11/2025
3.0.859 117 2/11/2025
3.0.858 104 2/10/2025
3.0.857 186 2/10/2025
3.0.856 110 2/10/2025
3.0.855 108 2/10/2025
3.0.854 108 2/10/2025
3.0.853 97 2/10/2025
3.0.852 112 2/9/2025
3.0.851 101 2/9/2025
3.0.850 99 2/9/2025
3.0.849 1,094 2/8/2025
3.0.848 106 2/8/2025
3.0.847 252 2/8/2025
3.0.846 98 2/8/2025
3.0.845 431 2/7/2025
3.0.844 342 2/7/2025
3.0.843 97 2/7/2025
3.0.842 105 2/7/2025
3.0.841 99 2/7/2025
3.0.840 296 2/7/2025
3.0.839 420 2/6/2025
3.0.838 493 2/5/2025
3.0.837 311 2/5/2025
3.0.836 207 2/5/2025
3.0.835 98 2/5/2025
3.0.834 248 2/5/2025
3.0.833 291 2/5/2025
3.0.832 99 2/5/2025
3.0.831 626 1/28/2025
3.0.830 196 1/28/2025
3.0.829 88 1/28/2025
3.0.828 361 1/28/2025
3.0.827 431 1/27/2025
3.0.826 81 1/27/2025
3.0.825 84 1/27/2025
3.0.824 90 1/27/2025
3.0.823 89 1/27/2025
3.0.822 98 1/27/2025
3.0.821 601 1/26/2025
3.0.820 218 1/26/2025
3.0.819 220 1/26/2025
3.0.818 169 1/26/2025
3.0.817 97 1/25/2025
3.0.816 322 1/25/2025
3.0.815 100 1/25/2025
3.0.814 99 1/25/2025
3.0.813 94 1/25/2025
3.0.812 446 1/25/2025
3.0.811 91 1/25/2025
3.0.810 548 1/24/2025
3.0.809 200 1/24/2025
3.0.808 87 1/24/2025
3.0.807 226 1/24/2025
3.0.806 193 1/24/2025
3.0.805 226 1/24/2025
3.0.804 98 1/23/2025
3.0.803 274 1/23/2025
3.0.802 436 1/22/2025
3.0.801 366 1/21/2025
3.0.800 187 1/21/2025
3.0.799 99 1/21/2025
3.0.798 205 1/21/2025
3.0.797 101 1/21/2025
3.0.796 256 1/21/2025
3.0.795 160 1/21/2025
3.0.794 132 1/20/2025
3.0.793 90 1/20/2025
3.0.792 90 1/20/2025
3.0.791 110 1/20/2025
3.0.790 884 1/20/2025
3.0.789 89 1/20/2025
3.0.788 95 1/20/2025
3.0.787 240 1/19/2025
3.0.786 313 1/19/2025
3.0.785 98 1/19/2025
3.0.784 92 1/19/2025
3.0.783 280 1/19/2025
3.0.782 83 1/19/2025
3.0.781 102 1/18/2025
3.0.780 371 1/18/2025
3.0.779 152 1/18/2025
3.0.778 256 1/18/2025
3.0.777 87 1/17/2025
3.0.776 255 1/17/2025
3.0.775 88 1/17/2025
3.0.774 86 1/17/2025
3.0.773 89 1/16/2025
3.0.772 656 1/16/2025
3.0.771 84 1/16/2025
3.0.770 87 1/16/2025
3.0.769 84 1/16/2025
3.0.768 508 1/15/2025
3.0.767 265 1/15/2025
3.0.766 367 1/15/2025
3.0.765 81 1/15/2025
3.0.764 214 1/15/2025
3.0.763 77 1/15/2025
3.0.762 223 1/15/2025
3.0.761 115 1/14/2025
3.0.760 70 1/14/2025
3.0.759 124 1/14/2025
3.0.758 67 1/14/2025
3.0.757 445 1/14/2025
3.0.756 79 1/13/2025
3.0.755 93 1/13/2025
3.0.754 83 1/13/2025
3.0.753 412 1/12/2025
3.0.752 477 1/11/2025
3.0.751 211 1/11/2025
3.0.750 214 1/11/2025
3.0.749 96 1/10/2025
3.0.748 108 1/10/2025
3.0.747 468 1/10/2025
3.0.746 91 1/10/2025
3.0.745 759 1/3/2025
3.0.744 130 1/3/2025
3.0.743 310 1/3/2025
3.0.742 97 1/3/2025
3.0.741 324 1/2/2025
3.0.740 108 1/2/2025
3.0.739 112 1/2/2025
3.0.738 100 1/2/2025
3.0.737 537 1/1/2025
3.0.736 594 1/1/2025
3.0.735 101 12/31/2024
3.0.734 165 12/31/2024
3.0.733 103 12/31/2024
3.0.732 218 12/31/2024
3.0.731 409 12/31/2024
3.0.730 117 12/31/2024
3.0.729 204 12/31/2024
3.0.728 189 12/31/2024
3.0.727 93 12/31/2024
3.0.726 276 12/31/2024
3.0.725 88 12/31/2024
3.0.724 543 12/28/2024
3.0.723 108 12/28/2024
3.0.722 94 12/27/2024
3.0.721 104 12/27/2024
3.0.720 703 12/24/2024
3.0.719 328 12/24/2024
3.0.718 89 12/24/2024
3.0.717 94 12/24/2024
3.0.716 82 12/23/2024
3.0.715 89 12/23/2024
3.0.714 365 12/23/2024
3.0.713 97 12/23/2024
3.0.712 198 12/23/2024
3.0.711 301 12/23/2024
3.0.710 93 12/23/2024
3.0.709 97 12/22/2024
3.0.708 459 12/22/2024
3.0.707 104 12/22/2024
3.0.706 93 12/22/2024
3.0.705 103 12/22/2024
3.0.704 1,137 12/21/2024
3.0.703 100 12/21/2024
3.0.702 103 12/21/2024
3.0.701 279 12/21/2024
3.0.700 103 12/21/2024
3.0.699 94 12/21/2024
3.0.698 102 12/21/2024
3.0.697 450 12/20/2024
3.0.696 106 12/20/2024
3.0.695 354 12/20/2024
3.0.694 103 12/20/2024
3.0.693 99 12/20/2024
3.0.692 406 12/19/2024
3.0.691 95 12/19/2024
3.0.690 97 12/19/2024
3.0.689 96 12/18/2024
3.0.688 95 12/18/2024
3.0.687 772 12/16/2024
3.0.686 79 12/16/2024
3.0.685 300 12/10/2024
3.0.684 99 12/10/2024
3.0.683 98 12/9/2024
3.0.682 519 12/9/2024
3.0.681 96 12/9/2024
3.0.680 99 12/9/2024
3.0.679 375 12/9/2024
3.0.678 191 12/7/2024
3.0.677 107 12/6/2024
3.0.676 99 12/6/2024
3.0.675 103 12/6/2024
3.0.674 109 12/6/2024
3.0.673 97 12/6/2024
3.0.672 104 12/6/2024
3.0.671 103 12/6/2024
3.0.670 119 12/6/2024
3.0.669 114 12/6/2024
3.0.668 102 12/6/2024
3.0.667 111 12/6/2024
3.0.666 116 12/5/2024
3.0.665 110 12/5/2024
3.0.664 558 12/5/2024
3.0.663 110 12/5/2024
3.0.662 104 12/5/2024
3.0.661 1,422 12/5/2024
3.0.660 101 12/5/2024
3.0.659 298 12/5/2024
3.0.658 109 12/4/2024
3.0.657 110 12/4/2024
3.0.656 313 12/4/2024
3.0.655 104 12/4/2024
3.0.654 113 12/4/2024
3.0.653 332 12/3/2024
3.0.652 240 12/3/2024
3.0.651 105 12/3/2024
3.0.650 102 12/3/2024
3.0.649 295 12/3/2024
3.0.648 283 12/3/2024
3.0.647 335 12/2/2024
3.0.646 94 12/2/2024
3.0.645 103 12/2/2024
3.0.644 319 12/2/2024
3.0.643 95 12/2/2024
3.0.642 271 12/1/2024
3.0.641 97 12/1/2024
3.0.640 347 12/1/2024
3.0.639 100 12/1/2024
3.0.638 357 11/29/2024
3.0.637 99 11/29/2024
3.0.636 577 11/21/2024
3.0.635 122 11/21/2024
3.0.634 427 11/20/2024
3.0.633 99 11/20/2024
3.0.632 110 11/20/2024
3.0.631 107 11/20/2024
3.0.630 100 11/20/2024
3.0.629 108 11/20/2024
3.0.628 113 11/20/2024
3.0.627 452 11/19/2024
3.0.626 107 11/19/2024
3.0.625 516 11/19/2024
3.0.624 109 11/19/2024
3.0.623 107 11/19/2024
3.0.622 521 11/15/2024
3.0.621 239 11/14/2024
3.0.620 102 11/14/2024
3.0.619 105 11/14/2024
3.0.618 104 11/14/2024
3.0.617 278 11/14/2024
3.0.616 212 11/14/2024
3.0.615 101 11/14/2024
3.0.614 325 11/14/2024
3.0.613 338 11/14/2024
3.0.612 104 11/14/2024
3.0.611 282 11/14/2024
3.0.610 102 11/14/2024
3.0.609 104 11/14/2024
2.1.608 497 11/13/2024
2.1.607 358 11/13/2024
2.1.606 109 11/13/2024
2.1.605 542 11/13/2024
2.1.604 105 11/12/2024
2.1.603 109 11/12/2024
2.1.602 725 11/9/2024
2.1.601 274 11/9/2024
2.1.600 275 11/9/2024
2.1.599 106 11/9/2024
2.1.598 106 11/8/2024
2.1.597 431 11/8/2024
2.1.596 110 11/8/2024
2.1.595 671 11/8/2024
2.1.594 260 11/8/2024
2.1.593 324 11/6/2024
2.1.592 362 11/1/2024
2.1.591 101 11/1/2024
2.1.590 104 11/1/2024
2.1.589 652 10/29/2024
2.1.588 106 10/29/2024
2.1.587 261 10/29/2024
2.1.586 246 10/29/2024
2.1.585 307 10/29/2024
2.1.584 100 10/29/2024
2.1.583 333 10/29/2024
2.1.582 480 10/28/2024
2.1.581 440 10/26/2024
2.1.580 102 10/26/2024
2.1.579 614 10/22/2024
2.1.578 343 10/22/2024
2.1.577 194 10/22/2024
2.1.576 98 10/22/2024
2.1.575 94 10/22/2024
2.1.574 794 10/17/2024
2.1.573 210 10/17/2024
2.1.572 539 10/15/2024
2.1.571 101 10/15/2024
2.1.570 266 10/14/2024
2.1.569 375 10/12/2024
2.1.568 102 10/12/2024
2.1.567 105 10/12/2024
2.1.566 484 10/11/2024
2.1.565 503 10/9/2024
2.1.564 225 10/9/2024
2.1.563 278 10/9/2024
2.1.562 263 10/9/2024
2.1.561 197 10/8/2024
2.1.560 107 10/8/2024
2.1.559 304 10/8/2024
2.1.558 102 10/8/2024
2.1.557 476 10/8/2024
2.1.556 102 10/8/2024
2.1.555 923 10/3/2024
2.1.554 263 10/3/2024
2.1.553 265 10/3/2024
2.1.552 99 10/3/2024
2.1.551 94 10/3/2024
2.1.550 94 10/3/2024
2.1.549 660 10/2/2024
2.1.548 187 10/2/2024
2.1.547 103 10/2/2024
2.1.546 400 10/2/2024
2.1.545 99 10/2/2024
2.1.544 106 10/2/2024
2.1.543 578 10/1/2024
2.1.542 246 10/1/2024
2.1.541 324 10/1/2024
2.1.540 102 10/1/2024
2.1.539 609 9/29/2024
2.1.538 104 9/29/2024
2.1.537 105 9/29/2024
2.1.536 513 9/29/2024
2.1.535 516 9/27/2024
2.1.534 97 9/27/2024
2.1.533 481 9/27/2024
2.1.532 107 9/27/2024
2.1.531 488 9/27/2024
2.1.530 101 9/27/2024
2.1.529 386 9/26/2024
2.1.528 223 9/26/2024
2.1.527 631 9/26/2024
2.1.526 165 9/26/2024
2.1.525 262 9/26/2024
2.1.524 248 9/26/2024
2.1.523 105 9/26/2024
2.1.522 731 9/23/2024
2.1.521 176 9/23/2024
2.1.520 302 9/23/2024
2.1.519 399 9/23/2024
2.1.518 100 9/23/2024
2.1.517 279 9/23/2024
2.1.516 556 9/23/2024
2.1.515 222 9/23/2024
2.1.514 102 9/23/2024
2.1.513 474 9/22/2024
2.1.512 434 9/18/2024
2.1.511 115 9/18/2024
2.1.510 200 9/18/2024
2.1.509 287 9/18/2024
2.1.508 106 9/18/2024
2.1.507 119 9/17/2024
2.1.506 330 9/17/2024
2.1.505 162 9/17/2024
2.1.504 113 9/17/2024
2.1.503 297 9/17/2024
2.1.502 204 9/17/2024
2.1.501 183 9/17/2024
2.1.500 107 9/17/2024
2.1.499 1,123 9/16/2024
2.1.498 117 9/16/2024
2.1.497 589 9/12/2024
2.1.496 154 9/12/2024
2.1.495 167 9/12/2024
2.1.494 123 9/12/2024
2.1.493 200 9/12/2024
2.1.492 148 9/11/2024
2.1.491 156 9/11/2024
2.1.490 185 9/11/2024
2.1.489 169 9/11/2024
2.1.488 176 9/11/2024
2.1.487 195 9/11/2024
2.1.486 123 9/11/2024
2.1.485 1,565 9/10/2024
2.1.484 248 9/10/2024
2.1.483 230 9/10/2024
2.1.482 187 9/10/2024
2.1.481 105 9/10/2024
2.1.480 208 9/10/2024
2.1.478 192 9/9/2024
2.1.477 129 9/9/2024
2.1.476 204 9/9/2024
2.1.475 196 9/9/2024
2.1.474 108 9/9/2024
2.1.473 1,467 9/9/2024
2.1.472 328 9/7/2024
2.1.471 111 9/7/2024
2.1.470 310 9/7/2024
2.1.469 420 9/6/2024
2.1.468 230 9/6/2024
2.1.467 254 9/6/2024
2.1.466 123 9/5/2024
2.1.465 109 9/5/2024
2.1.464 604 9/5/2024
2.1.463 113 9/5/2024
2.1.462 281 9/5/2024
2.1.461 109 9/5/2024
2.1.460 117 9/5/2024
2.1.459 290 9/5/2024
2.1.458 441 9/4/2024
2.1.457 450 9/4/2024
2.1.456 134 9/3/2024
2.1.455 120 9/3/2024
2.1.454 422 9/3/2024
2.1.453 115 9/3/2024
2.1.452 437 9/3/2024
2.1.451 301 8/29/2024
2.1.450 191 8/29/2024
2.1.449 110 8/29/2024
2.1.448 547 8/26/2024
2.1.447 355 8/26/2024
2.1.446 114 8/26/2024
2.1.445 616 8/21/2024
2.1.444 134 8/21/2024
2.1.443 419 8/21/2024
2.1.442 130 8/21/2024
2.1.441 256 8/20/2024
2.1.440 141 8/20/2024
2.1.439 130 8/20/2024
2.1.438 501 8/20/2024
2.1.437 125 8/20/2024
2.1.436 137 8/20/2024
2.1.435 404 8/20/2024
2.1.434 121 8/19/2024
2.1.433 449 8/15/2024
2.1.432 406 8/15/2024
2.1.431 130 8/15/2024
2.1.430 337 8/15/2024
2.1.429 475 8/13/2024
2.1.428 134 8/13/2024
2.1.427 454 8/7/2024
2.1.426 205 8/7/2024
2.1.425 115 8/7/2024
2.1.424 114 8/7/2024
2.1.423 431 8/6/2024
2.1.422 370 8/1/2024
2.1.421 107 8/1/2024
2.1.420 285 8/1/2024
2.1.419 105 8/1/2024
2.1.418 107 8/1/2024
2.1.417 656 7/25/2024
2.1.416 79 7/25/2024
2.1.415 84 7/25/2024
2.1.414 305 7/25/2024
2.1.413 83 7/25/2024
2.1.412 227 7/25/2024
2.1.411 114 7/25/2024
2.1.410 125 7/24/2024
2.1.409 92 7/24/2024
2.1.408 77 7/24/2024
2.1.407 492 7/20/2024
2.1.406 110 7/20/2024
2.1.405 325 7/20/2024
2.1.404 1,156 7/14/2024
2.1.403 172 7/14/2024
2.1.402 104 7/14/2024
2.1.401 298 7/14/2024
2.1.400 264 7/14/2024
2.1.399 271 7/10/2024
2.1.398 105 7/10/2024
2.1.397 103 7/10/2024
2.1.396 110 7/10/2024
2.1.395 92 7/10/2024
2.1.394 654 7/10/2024
2.1.393 269 7/10/2024
2.1.392 100 7/10/2024
2.1.391 110 7/10/2024
2.1.390 355 7/10/2024
2.1.389 112 7/10/2024
2.1.388 108 7/9/2024
2.1.387 348 7/9/2024
2.1.386 98 7/9/2024
2.1.385 103 7/9/2024
2.1.384 99 7/9/2024
2.1.383 109 7/9/2024
2.1.382 97 7/9/2024
2.1.381 107 7/9/2024
2.1.380 95 7/9/2024
2.1.379 93 7/9/2024
2.1.378 934 7/8/2024
2.1.377 91 7/8/2024
2.1.376 105 7/8/2024
2.1.375 333 7/8/2024
2.1.374 430 7/8/2024
2.1.373 109 7/7/2024
2.1.372 97 7/7/2024
2.1.371 452 7/7/2024
2.1.370 860 7/3/2024
2.1.369 104 7/3/2024
2.1.368 171 7/3/2024
2.1.367 347 7/3/2024
2.1.366 103 7/3/2024
2.1.365 830 6/27/2024
2.1.364 107 6/27/2024
2.1.363 111 6/27/2024
2.1.362 853 6/22/2024
2.1.361 122 6/22/2024
2.1.360 256 6/22/2024
2.1.359 346 6/16/2024
2.1.358 120 6/15/2024
2.1.357 113 6/15/2024
2.1.356 350 6/15/2024
2.1.355 115 6/15/2024
2.1.354 107 6/15/2024
2.1.353 369 6/15/2024
2.1.352 174 6/15/2024
2.1.351 218 6/15/2024
2.1.350 122 6/14/2024
2.1.349 487 6/4/2024
2.1.348 242 6/4/2024
2.1.347 422 6/2/2024
2.1.346 292 6/1/2024
2.1.345 119 6/1/2024
2.1.344 104 6/1/2024
2.1.343 115 6/1/2024
2.1.342 496 6/1/2024
2.1.341 109 6/1/2024
2.1.340 116 6/1/2024
2.1.339 334 5/31/2024
2.1.338 117 5/31/2024
2.1.337 108 5/31/2024
2.1.336 125 5/31/2024
2.1.335 531 5/29/2024
2.1.334 102 5/29/2024
2.1.333 298 5/29/2024
2.1.332 205 5/29/2024
2.1.331 263 5/28/2024
2.1.330 220 5/28/2024
2.1.329 273 5/28/2024
2.1.328 112 5/28/2024
2.1.327 113 5/28/2024
2.1.326 367 5/28/2024
2.1.325 236 5/27/2024
2.1.324 284 5/27/2024
2.1.323 109 5/27/2024
2.1.322 211 5/26/2024
2.1.321 274 5/26/2024
2.1.320 329 5/26/2024
2.1.319 119 5/26/2024
2.1.318 110 5/26/2024
2.1.317 303 5/26/2024
2.1.316 117 5/26/2024
2.1.315 115 5/25/2024
2.1.314 119 5/25/2024
2.1.313 115 5/25/2024
2.1.312 421 5/25/2024
2.1.311 119 5/25/2024
2.1.310 519 5/25/2024
2.1.309 243 5/23/2024
2.1.308 174 5/23/2024
2.1.307 112 5/23/2024
2.1.306 363 5/23/2024
2.1.305 114 5/23/2024
2.1.304 118 5/23/2024
2.1.303 291 5/23/2024
2.1.302 303 5/22/2024
2.1.301 113 5/22/2024
2.1.300 266 5/22/2024
2.1.299 112 5/22/2024
2.1.298 375 5/18/2024
2.1.297 117 5/18/2024
2.1.296 247 5/18/2024
2.1.295 139 5/18/2024
2.1.294 226 5/17/2024
2.1.293 127 5/17/2024
2.1.292 358 5/17/2024
2.1.291 230 5/17/2024
2.1.290 186 5/16/2024
2.1.289 142 5/16/2024
2.1.288 139 5/16/2024
2.1.287 334 5/15/2024
2.1.286 115 5/15/2024
2.1.285 125 5/14/2024
2.1.284 452 5/13/2024
2.1.283 97 5/13/2024
2.1.282 99 5/13/2024
2.1.281 439 5/1/2024
2.1.280 148 5/1/2024
2.1.279 1,222 4/28/2024
2.1.278 198 4/28/2024
2.1.277 189 4/28/2024
2.1.276 104 4/28/2024
2.1.275 121 4/28/2024
2.1.274 115 4/28/2024
2.1.273 117 4/27/2024
2.1.272 612 4/27/2024
2.1.271 260 4/20/2024
2.1.270 256 4/20/2024
2.1.269 119 4/19/2024
2.1.268 108 4/19/2024
2.1.267 455 4/19/2024
2.1.266 274 4/19/2024
2.1.265 228 4/19/2024
2.1.264 190 4/18/2024
2.1.263 460 4/13/2024
2.1.262 162 4/13/2024
2.1.261 210 4/13/2024
2.1.260 122 4/13/2024
2.1.259 284 4/12/2024
2.1.258 116 4/12/2024
2.1.257 462 4/12/2024
2.1.256 114 4/12/2024
2.1.255 118 4/12/2024
2.1.254 126 4/12/2024
2.1.253 119 4/12/2024
2.1.252 431 4/12/2024
2.1.251 103 4/12/2024
2.1.250 2,712 4/10/2024
2.1.249 107 4/10/2024
2.1.248 101 4/10/2024
2.1.247 441 4/10/2024
2.1.246 118 4/10/2024
2.1.245 288 4/9/2024
2.1.244 470 4/3/2024
2.1.243 212 4/2/2024
2.1.242 265 4/2/2024
2.1.241 243 4/2/2024
2.1.240 129 4/1/2024
2.1.239 580 3/30/2024
2.1.238 196 3/29/2024
2.1.237 100 3/29/2024
2.1.236 473 3/25/2024
2.1.235 132 3/25/2024
2.1.234 138 3/25/2024
2.1.233 332 3/25/2024
2.1.232 131 3/25/2024
2.1.231 127 3/25/2024
2.1.230 435 3/21/2024
2.1.229 131 3/21/2024
2.1.228 329 3/21/2024
2.1.227 128 3/20/2024
2.1.226 423 3/20/2024
2.1.225 124 3/19/2024
2.1.224 138 3/19/2024
2.1.223 120 3/19/2024
2.1.222 370 3/19/2024
2.1.221 112 3/19/2024
2.1.220 122 3/19/2024
2.1.219 363 3/19/2024
2.1.218 263 3/19/2024
2.1.217 135 3/18/2024
2.1.216 389 3/16/2024
2.1.215 120 3/16/2024
2.1.214 308 3/16/2024
2.1.213 122 3/16/2024
2.1.212 279 3/15/2024
2.1.211 133 3/15/2024
2.1.210 255 3/14/2024
2.1.209 112 3/13/2024
2.1.208 282 3/13/2024
2.1.207 120 3/13/2024
2.1.206 131 3/13/2024
2.1.205 116 3/13/2024
2.1.204 551 3/13/2024
2.1.203 289 3/13/2024
2.1.202 117 3/13/2024
2.1.201 110 3/12/2024
2.1.200 115 3/12/2024
2.1.199 114 3/12/2024
2.1.198 378 3/12/2024
2.1.197 117 3/12/2024
2.1.196 123 3/12/2024
2.1.195 462 3/11/2024
2.1.194 308 3/11/2024
2.1.193 116 3/11/2024
2.1.192 117 3/11/2024
2.1.191 435 3/10/2024
2.1.190 134 3/10/2024
2.1.189 124 3/10/2024
2.1.188 442 3/10/2024
2.1.187 255 3/9/2024
2.1.186 122 3/9/2024
2.1.185 124 3/8/2024
2.1.184 125 3/8/2024
2.1.183 116 3/8/2024
2.1.182 123 3/8/2024
2.1.181 483 3/8/2024
2.1.180 126 3/8/2024
2.1.179 407 3/6/2024
2.1.178 267 3/6/2024
2.1.177 135 3/6/2024
2.1.176 421 3/4/2024
2.1.175 233 3/4/2024
2.1.174 128 3/4/2024
2.1.173 120 3/4/2024
2.1.172 127 3/4/2024
2.1.171 320 3/4/2024
2.1.170 239 3/3/2024
2.1.169 201 3/3/2024
2.1.168 176 3/3/2024
2.1.167 129 3/3/2024
2.1.166 125 3/2/2024
2.1.165 231 3/2/2024
2.1.164 181 3/2/2024
2.1.163 119 3/2/2024
2.1.162 312 3/2/2024
2.1.161 124 3/2/2024
2.1.160 255 3/1/2024
2.1.159 120 2/29/2024
2.1.158 118 2/29/2024
2.1.157 118 2/29/2024
2.1.156 116 2/29/2024
2.1.155 399 2/29/2024
2.1.154 119 2/29/2024
2.1.153 267 2/27/2024
2.1.152 216 2/26/2024
2.1.151 157 2/26/2024
2.1.150 231 2/25/2024
2.1.149 179 2/25/2024
2.1.148 119 2/25/2024
2.1.147 125 2/25/2024
2.1.146 123 2/25/2024
2.1.145 337 2/24/2024
2.1.144 137 2/24/2024
2.1.143 135 2/24/2024
2.1.142 125 2/23/2024
2.1.141 128 2/23/2024
2.1.140 401 2/22/2024
2.1.139 138 2/22/2024
2.1.138 126 2/22/2024
2.1.137 258 2/22/2024
2.1.136 139 2/22/2024
2.1.135 246 2/22/2024
2.1.134 138 2/21/2024
2.1.133 131 2/21/2024
2.1.132 135 2/21/2024
2.1.131 311 2/21/2024
2.1.130 133 2/21/2024
2.1.129 269 2/21/2024
2.1.128 137 2/21/2024
2.1.127 132 2/21/2024
2.1.126 128 2/21/2024
2.1.125 309 2/20/2024
2.1.124 125 2/20/2024
2.1.123 248 2/20/2024
2.1.122 124 2/20/2024
2.1.121 260 2/20/2024
2.1.120 131 2/20/2024
2.1.119 129 2/20/2024
2.1.118 133 2/19/2024
2.1.117 127 2/19/2024
2.1.116 131 2/19/2024
2.1.115 395 2/19/2024
2.1.114 230 2/19/2024
2.1.113 149 2/17/2024
2.1.112 133 2/17/2024
2.1.111 128 2/17/2024
2.1.110 337 2/17/2024
2.1.109 170 2/16/2024
2.1.108 119 2/16/2024
2.1.107 118 2/16/2024
2.1.106 285 2/16/2024
2.1.105 120 2/16/2024
2.1.104 121 2/16/2024
2.1.103 194 2/16/2024
2.1.102 246 2/14/2024
2.1.101 119 2/14/2024
2.1.100 131 2/14/2024
2.1.99 126 2/14/2024
2.1.98 333 2/13/2024
2.1.97 131 2/13/2024
2.1.96 118 2/13/2024
2.1.95 120 2/13/2024
2.1.94 257 2/13/2024
2.1.93 193 2/13/2024
2.1.92 165 2/13/2024
2.1.91 199 2/13/2024
2.1.90 189 2/12/2024
2.1.89 126 2/12/2024
2.1.88 244 2/12/2024
2.1.87 134 2/12/2024
2.1.86 261 2/11/2024
2.1.85 124 2/11/2024
2.1.84 238 2/11/2024
2.1.83 130 2/11/2024
2.1.82 140 2/11/2024
2.1.81 298 2/11/2024
2.1.80 210 2/10/2024
2.1.79 131 2/10/2024
2.1.78 232 2/10/2024
2.1.77 197 2/10/2024
2.1.76 138 2/10/2024
2.1.75 279 2/9/2024
2.1.74 194 2/9/2024
2.1.73 127 2/9/2024
2.1.72 308 2/9/2024
2.1.71 117 2/9/2024
2.1.70 130 2/8/2024
2.1.69 129 2/8/2024
2.1.68 328 2/8/2024
2.1.67 130 2/8/2024
2.1.66 128 2/8/2024
2.1.65 412 2/7/2024
2.1.64 218 2/7/2024
2.1.63 129 2/7/2024
2.1.62 133 2/7/2024
2.1.61 188 2/7/2024
2.1.60 216 2/7/2024
2.1.59 130 2/7/2024
2.1.58 150 2/6/2024
2.1.57 151 2/6/2024
2.1.56 131 2/6/2024
2.1.55 428 2/5/2024
2.1.54 124 2/5/2024
2.1.53 227 2/5/2024
2.1.52 264 2/4/2024
2.1.51 117 2/4/2024
2.1.50 269 2/4/2024
2.1.49 203 2/3/2024
2.1.48 335 2/3/2024
2.1.47 172 1/31/2024
2.1.46 138 1/31/2024
2.1.45 115 1/31/2024
2.1.44 114 1/31/2024
2.1.43 416 1/30/2024
2.1.42 115 1/30/2024
2.1.41 213 1/30/2024
2.1.40 158 1/30/2024
2.1.39 111 1/29/2024
2.1.38 297 1/29/2024
2.1.37 128 1/29/2024
2.1.36 119 1/29/2024
2.1.35 114 1/29/2024
2.1.34 108 1/29/2024
2.1.33 418 1/28/2024
2.1.32 119 1/28/2024
2.1.31 120 1/28/2024
2.1.30 118 1/28/2024
2.1.29 119 1/28/2024
2.1.28 115 1/28/2024
2.1.27 415 1/27/2024
2.1.26 116 1/27/2024
2.1.25 328 1/27/2024
2.1.24 115 1/27/2024
2.1.23 262 1/27/2024
2.1.22 148 1/27/2024
2.1.21 208 1/26/2024
2.1.20 118 1/26/2024
2.1.19 140 1/26/2024
2.1.18 209 1/26/2024
2.1.17 280 1/26/2024
2.1.16 119 1/26/2024
2.1.15 121 1/26/2024
2.1.14 234 1/25/2024
2.1.13 122 1/25/2024
2.1.12 217 1/25/2024
2.1.11 122 1/25/2024
2.1.10 232 1/25/2024
2.1.9 108 1/25/2024
2.1.8 240 1/19/2024
2.1.7 230 1/19/2024
2.1.6 121 1/19/2024
2.1.5 265 1/17/2024
2.1.4 176 1/17/2024
2.1.3 347 1/15/2024
2.1.2 393 1/13/2024
2.1.1 147 1/13/2024