Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.909

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 3.0.909
                    
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 3.0.909
                    
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="3.0.909" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.BlazorOutputInvoker" Version="3.0.909" />
                    
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 3.0.909
                    
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 3.0.909"
                    
#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=3.0.909
                    
Install Soenneker.Blazor.Utils.BlazorOutputInvoker as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=3.0.909
                    
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 net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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 417 5/27/2025
3.0.971 893 5/22/2025
3.0.970 751 5/13/2025
3.0.969 803 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,453 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 758 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 310 3/15/2025
3.0.920 64 3/15/2025
3.0.919 433 3/14/2025
3.0.918 554 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 689 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 178 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 303 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 429 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 249 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 344 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 100 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 535 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 661 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 785 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 761 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 100 9/27/2024
2.1.531 482 9/27/2024
2.1.530 94 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,098 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 98 7/3/2024
2.1.368 165 7/3/2024
2.1.367 341 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 829 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 447 5/13/2024
2.1.283 91 5/13/2024
2.1.282 92 5/13/2024
2.1.281 434 5/1/2024
2.1.280 143 5/1/2024
2.1.279 1,211 4/28/2024
2.1.278 193 4/28/2024
2.1.277 181 4/28/2024
2.1.276 98 4/28/2024
2.1.275 116 4/28/2024
2.1.274 110 4/28/2024
2.1.273 112 4/27/2024
2.1.272 607 4/27/2024
2.1.271 256 4/20/2024
2.1.270 249 4/20/2024
2.1.269 112 4/19/2024
2.1.268 103 4/19/2024
2.1.267 450 4/19/2024
2.1.266 269 4/19/2024
2.1.265 223 4/19/2024
2.1.264 184 4/18/2024
2.1.263 455 4/13/2024
2.1.262 157 4/13/2024
2.1.261 206 4/13/2024
2.1.260 118 4/13/2024
2.1.259 280 4/12/2024
2.1.258 110 4/12/2024
2.1.257 457 4/12/2024
2.1.256 106 4/12/2024
2.1.255 113 4/12/2024
2.1.254 118 4/12/2024
2.1.253 114 4/12/2024
2.1.252 427 4/12/2024
2.1.251 99 4/12/2024
2.1.250 2,531 4/10/2024
2.1.249 102 4/10/2024
2.1.248 97 4/10/2024
2.1.247 436 4/10/2024
2.1.246 112 4/10/2024
2.1.245 284 4/9/2024
2.1.244 466 4/3/2024
2.1.243 207 4/2/2024
2.1.242 260 4/2/2024
2.1.241 239 4/2/2024
2.1.240 122 4/1/2024
2.1.239 573 3/30/2024
2.1.238 191 3/29/2024
2.1.237 95 3/29/2024
2.1.236 467 3/25/2024
2.1.235 126 3/25/2024
2.1.234 134 3/25/2024
2.1.233 328 3/25/2024
2.1.232 127 3/25/2024
2.1.231 123 3/25/2024
2.1.230 430 3/21/2024
2.1.229 125 3/21/2024
2.1.228 324 3/21/2024
2.1.227 123 3/20/2024
2.1.226 418 3/20/2024
2.1.225 120 3/19/2024
2.1.224 132 3/19/2024
2.1.223 114 3/19/2024
2.1.222 365 3/19/2024
2.1.221 107 3/19/2024
2.1.220 117 3/19/2024
2.1.219 358 3/19/2024
2.1.218 258 3/19/2024
2.1.217 131 3/18/2024
2.1.216 384 3/16/2024
2.1.215 115 3/16/2024
2.1.214 302 3/16/2024
2.1.213 117 3/16/2024
2.1.212 272 3/15/2024
2.1.211 127 3/15/2024
2.1.210 249 3/14/2024
2.1.209 107 3/13/2024
2.1.208 276 3/13/2024
2.1.207 114 3/13/2024
2.1.206 126 3/13/2024
2.1.205 111 3/13/2024
2.1.204 545 3/13/2024
2.1.203 280 3/13/2024
2.1.202 111 3/13/2024
2.1.201 104 3/12/2024
2.1.200 110 3/12/2024
2.1.199 109 3/12/2024
2.1.198 372 3/12/2024
2.1.197 112 3/12/2024
2.1.196 118 3/12/2024
2.1.195 456 3/11/2024
2.1.194 303 3/11/2024
2.1.193 110 3/11/2024
2.1.192 111 3/11/2024
2.1.191 429 3/10/2024
2.1.190 129 3/10/2024
2.1.189 120 3/10/2024
2.1.188 438 3/10/2024
2.1.187 251 3/9/2024
2.1.186 118 3/9/2024
2.1.185 119 3/8/2024
2.1.184 120 3/8/2024
2.1.183 111 3/8/2024
2.1.182 118 3/8/2024
2.1.181 477 3/8/2024
2.1.180 120 3/8/2024
2.1.179 398 3/6/2024
2.1.178 261 3/6/2024
2.1.177 127 3/6/2024
2.1.176 416 3/4/2024
2.1.175 227 3/4/2024
2.1.174 123 3/4/2024
2.1.173 115 3/4/2024
2.1.172 121 3/4/2024
2.1.171 312 3/4/2024
2.1.170 235 3/3/2024
2.1.169 196 3/3/2024
2.1.168 172 3/3/2024
2.1.167 124 3/3/2024
2.1.166 117 3/2/2024
2.1.165 225 3/2/2024
2.1.164 171 3/2/2024
2.1.163 112 3/2/2024
2.1.162 307 3/2/2024
2.1.161 119 3/2/2024
2.1.160 251 3/1/2024
2.1.159 115 2/29/2024
2.1.158 113 2/29/2024
2.1.157 112 2/29/2024
2.1.156 109 2/29/2024
2.1.155 391 2/29/2024
2.1.154 112 2/29/2024
2.1.153 262 2/27/2024
2.1.152 211 2/26/2024
2.1.151 152 2/26/2024
2.1.150 226 2/25/2024
2.1.149 174 2/25/2024
2.1.148 115 2/25/2024
2.1.147 120 2/25/2024
2.1.146 115 2/25/2024
2.1.145 332 2/24/2024
2.1.144 128 2/24/2024
2.1.143 130 2/24/2024
2.1.142 119 2/23/2024
2.1.141 122 2/23/2024
2.1.140 392 2/22/2024
2.1.139 133 2/22/2024
2.1.138 122 2/22/2024
2.1.137 253 2/22/2024
2.1.136 132 2/22/2024
2.1.135 241 2/22/2024
2.1.134 133 2/21/2024
2.1.133 125 2/21/2024
2.1.132 129 2/21/2024
2.1.131 306 2/21/2024
2.1.130 128 2/21/2024
2.1.129 261 2/21/2024
2.1.128 132 2/21/2024
2.1.127 127 2/21/2024
2.1.126 123 2/21/2024
2.1.125 304 2/20/2024
2.1.124 120 2/20/2024
2.1.123 242 2/20/2024
2.1.122 119 2/20/2024
2.1.121 255 2/20/2024
2.1.120 125 2/20/2024
2.1.119 122 2/20/2024
2.1.118 128 2/19/2024
2.1.117 122 2/19/2024
2.1.116 124 2/19/2024
2.1.115 391 2/19/2024
2.1.114 225 2/19/2024
2.1.113 144 2/17/2024
2.1.112 128 2/17/2024
2.1.111 123 2/17/2024
2.1.110 332 2/17/2024
2.1.109 165 2/16/2024
2.1.108 114 2/16/2024
2.1.107 113 2/16/2024
2.1.106 279 2/16/2024
2.1.105 115 2/16/2024
2.1.104 116 2/16/2024
2.1.103 188 2/16/2024
2.1.102 241 2/14/2024
2.1.101 113 2/14/2024
2.1.100 126 2/14/2024
2.1.99 121 2/14/2024
2.1.98 327 2/13/2024
2.1.97 126 2/13/2024
2.1.96 109 2/13/2024
2.1.95 115 2/13/2024
2.1.94 252 2/13/2024
2.1.93 186 2/13/2024
2.1.92 161 2/13/2024
2.1.91 194 2/13/2024
2.1.90 184 2/12/2024
2.1.89 119 2/12/2024
2.1.88 239 2/12/2024
2.1.87 126 2/12/2024
2.1.86 256 2/11/2024
2.1.85 119 2/11/2024
2.1.84 233 2/11/2024
2.1.83 125 2/11/2024
2.1.82 135 2/11/2024
2.1.81 293 2/11/2024
2.1.80 206 2/10/2024
2.1.79 125 2/10/2024
2.1.78 227 2/10/2024
2.1.77 192 2/10/2024
2.1.76 129 2/10/2024
2.1.75 274 2/9/2024
2.1.74 189 2/9/2024
2.1.73 123 2/9/2024
2.1.72 303 2/9/2024
2.1.71 112 2/9/2024
2.1.70 125 2/8/2024
2.1.69 124 2/8/2024
2.1.68 323 2/8/2024
2.1.67 125 2/8/2024
2.1.66 122 2/8/2024
2.1.65 403 2/7/2024
2.1.64 213 2/7/2024
2.1.63 124 2/7/2024
2.1.62 127 2/7/2024
2.1.61 182 2/7/2024
2.1.60 209 2/7/2024
2.1.59 125 2/7/2024
2.1.58 142 2/6/2024
2.1.57 143 2/6/2024
2.1.56 126 2/6/2024
2.1.55 419 2/5/2024
2.1.54 116 2/5/2024
2.1.53 221 2/5/2024
2.1.52 260 2/4/2024
2.1.51 113 2/4/2024
2.1.50 264 2/4/2024
2.1.49 198 2/3/2024
2.1.48 330 2/3/2024
2.1.47 168 1/31/2024
2.1.46 133 1/31/2024
2.1.45 110 1/31/2024
2.1.44 110 1/31/2024
2.1.43 411 1/30/2024
2.1.42 111 1/30/2024
2.1.41 208 1/30/2024
2.1.40 152 1/30/2024
2.1.39 106 1/29/2024
2.1.38 291 1/29/2024
2.1.37 120 1/29/2024
2.1.36 114 1/29/2024
2.1.35 109 1/29/2024
2.1.34 102 1/29/2024
2.1.33 412 1/28/2024
2.1.32 115 1/28/2024
2.1.31 114 1/28/2024
2.1.30 114 1/28/2024
2.1.29 115 1/28/2024
2.1.28 110 1/28/2024
2.1.27 411 1/27/2024
2.1.26 112 1/27/2024
2.1.25 318 1/27/2024
2.1.24 111 1/27/2024
2.1.23 257 1/27/2024
2.1.22 143 1/27/2024
2.1.21 203 1/26/2024
2.1.20 111 1/26/2024
2.1.19 134 1/26/2024
2.1.18 202 1/26/2024
2.1.17 276 1/26/2024
2.1.16 114 1/26/2024
2.1.15 113 1/26/2024
2.1.14 229 1/25/2024
2.1.13 117 1/25/2024
2.1.12 212 1/25/2024
2.1.11 115 1/25/2024
2.1.10 226 1/25/2024
2.1.9 102 1/25/2024
2.1.8 234 1/19/2024
2.1.7 224 1/19/2024
2.1.6 116 1/19/2024
2.1.5 260 1/17/2024
2.1.4 171 1/17/2024
2.1.3 342 1/15/2024
2.1.2 388 1/13/2024
2.1.1 141 1/13/2024