Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.107

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