Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.487

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