Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.974

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