Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.81

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