Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.175

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.175                
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 2.1.175                
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.175" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Utils.BlazorOutputInvoker --version 2.1.175                
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 2.1.175"                
#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.
// Install Soenneker.Blazor.Utils.BlazorOutputInvoker as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=2.1.175

// Install Soenneker.Blazor.Utils.BlazorOutputInvoker as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=2.1.175                

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. 
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.928 0 3/29/2025
3.0.927 589 3/25/2025
3.0.926 300 3/25/2025
3.0.925 452 3/21/2025
3.0.924 318 3/21/2025
3.0.923 512 3/18/2025
3.0.922 285 3/18/2025
3.0.921 300 3/15/2025
3.0.920 56 3/15/2025
3.0.919 424 3/14/2025
3.0.918 543 3/12/2025
3.0.917 145 3/12/2025
3.0.916 149 3/11/2025
3.0.915 145 3/11/2025
3.0.914 150 3/11/2025
3.0.913 138 3/11/2025
3.0.912 634 3/11/2025
3.0.911 327 3/11/2025
3.0.910 140 3/11/2025
3.0.909 629 3/7/2025
3.0.908 384 3/7/2025
3.0.907 320 3/2/2025
3.0.906 87 3/2/2025
3.0.905 85 3/2/2025
3.0.904 83 3/1/2025
3.0.903 83 3/1/2025
3.0.902 81 3/1/2025
3.0.901 90 3/1/2025
3.0.900 79 3/1/2025
3.0.899 75 3/1/2025
3.0.898 80 3/1/2025
3.0.897 1,716 2/25/2025
3.0.896 257 2/25/2025
3.0.895 95 2/25/2025
3.0.894 90 2/25/2025
3.0.893 446 2/25/2025
3.0.892 482 2/23/2025
3.0.891 85 2/22/2025
3.0.890 447 2/22/2025
3.0.889 407 2/22/2025
3.0.888 339 2/22/2025
3.0.887 76 2/22/2025
3.0.886 162 2/22/2025
3.0.885 83 2/21/2025
3.0.884 355 2/21/2025
3.0.883 367 2/21/2025
3.0.882 326 2/19/2025
3.0.881 85 2/19/2025
3.0.880 84 2/19/2025
3.0.879 90 2/19/2025
3.0.878 88 2/18/2025
3.0.877 812 2/18/2025
3.0.876 93 2/18/2025
3.0.875 615 2/14/2025
3.0.874 92 2/14/2025
3.0.873 89 2/13/2025
3.0.872 672 2/12/2025
3.0.871 318 2/12/2025
3.0.870 94 2/12/2025
3.0.869 96 2/12/2025
3.0.868 296 2/12/2025
3.0.867 86 2/12/2025
3.0.866 97 2/11/2025
3.0.865 101 2/11/2025
3.0.864 550 2/11/2025
3.0.863 99 2/11/2025
3.0.862 89 2/11/2025
3.0.861 342 2/11/2025
3.0.860 366 2/11/2025
3.0.859 105 2/11/2025
3.0.858 89 2/10/2025
3.0.857 171 2/10/2025
3.0.856 97 2/10/2025
3.0.855 96 2/10/2025
3.0.854 94 2/10/2025
3.0.853 85 2/10/2025
3.0.852 98 2/9/2025
3.0.851 89 2/9/2025
3.0.850 86 2/9/2025
3.0.849 1,081 2/8/2025
3.0.848 92 2/8/2025
3.0.847 238 2/8/2025
3.0.846 87 2/8/2025
3.0.845 418 2/7/2025
3.0.844 330 2/7/2025
3.0.843 84 2/7/2025
3.0.842 89 2/7/2025
3.0.841 86 2/7/2025
3.0.840 275 2/7/2025
3.0.839 408 2/6/2025
3.0.838 481 2/5/2025
3.0.837 297 2/5/2025
3.0.836 194 2/5/2025
3.0.835 85 2/5/2025
3.0.834 236 2/5/2025
3.0.833 279 2/5/2025
3.0.832 86 2/5/2025
3.0.831 615 1/28/2025
3.0.830 185 1/28/2025
3.0.829 75 1/28/2025
3.0.828 348 1/28/2025
3.0.827 420 1/27/2025
3.0.826 71 1/27/2025
3.0.825 73 1/27/2025
3.0.824 80 1/27/2025
3.0.823 77 1/27/2025
3.0.822 87 1/27/2025
3.0.821 589 1/26/2025
3.0.820 206 1/26/2025
3.0.819 209 1/26/2025
3.0.818 157 1/26/2025
3.0.817 85 1/25/2025
3.0.816 309 1/25/2025
3.0.815 90 1/25/2025
3.0.814 85 1/25/2025
3.0.813 82 1/25/2025
3.0.812 433 1/25/2025
3.0.811 78 1/25/2025
3.0.810 536 1/24/2025
3.0.809 186 1/24/2025
3.0.808 74 1/24/2025
3.0.807 214 1/24/2025
3.0.806 181 1/24/2025
3.0.805 214 1/24/2025
3.0.804 87 1/23/2025
3.0.803 264 1/23/2025
3.0.802 424 1/22/2025
3.0.801 355 1/21/2025
3.0.800 178 1/21/2025
3.0.799 87 1/21/2025
3.0.798 194 1/21/2025
3.0.797 88 1/21/2025
3.0.796 245 1/21/2025
3.0.795 146 1/21/2025
3.0.794 119 1/20/2025
3.0.793 80 1/20/2025
3.0.792 79 1/20/2025
3.0.791 99 1/20/2025
3.0.790 872 1/20/2025
3.0.789 75 1/20/2025
3.0.788 84 1/20/2025
3.0.787 227 1/19/2025
3.0.786 301 1/19/2025
3.0.785 87 1/19/2025
3.0.784 80 1/19/2025
3.0.783 268 1/19/2025
3.0.782 73 1/19/2025
3.0.781 89 1/18/2025
3.0.780 355 1/18/2025
3.0.779 137 1/18/2025
3.0.778 237 1/18/2025
3.0.777 77 1/17/2025
3.0.776 244 1/17/2025
3.0.775 77 1/17/2025
3.0.774 75 1/17/2025
3.0.773 78 1/16/2025
3.0.772 643 1/16/2025
3.0.771 71 1/16/2025
3.0.770 77 1/16/2025
3.0.769 74 1/16/2025
3.0.768 498 1/15/2025
3.0.767 254 1/15/2025
3.0.766 356 1/15/2025
3.0.765 68 1/15/2025
3.0.764 203 1/15/2025
3.0.763 66 1/15/2025
3.0.762 212 1/15/2025
3.0.761 103 1/14/2025
3.0.760 60 1/14/2025
3.0.759 113 1/14/2025
3.0.758 57 1/14/2025
3.0.757 433 1/14/2025
3.0.756 66 1/13/2025
3.0.755 79 1/13/2025
3.0.754 72 1/13/2025
3.0.753 399 1/12/2025
3.0.752 466 1/11/2025
3.0.751 197 1/11/2025
3.0.750 203 1/11/2025
3.0.749 85 1/10/2025
3.0.748 90 1/10/2025
3.0.747 456 1/10/2025
3.0.746 81 1/10/2025
3.0.745 747 1/3/2025
3.0.744 120 1/3/2025
3.0.743 294 1/3/2025
3.0.742 86 1/3/2025
3.0.741 313 1/2/2025
3.0.740 97 1/2/2025
3.0.739 100 1/2/2025
3.0.738 88 1/2/2025
3.0.737 523 1/1/2025
3.0.736 581 1/1/2025
3.0.735 89 12/31/2024
3.0.734 154 12/31/2024
3.0.733 91 12/31/2024
3.0.732 206 12/31/2024
3.0.731 396 12/31/2024
3.0.730 106 12/31/2024
3.0.729 194 12/31/2024
3.0.728 177 12/31/2024
3.0.727 83 12/31/2024
3.0.726 265 12/31/2024
3.0.725 78 12/31/2024
3.0.724 532 12/28/2024
3.0.723 96 12/28/2024
3.0.722 83 12/27/2024
3.0.721 93 12/27/2024
3.0.720 693 12/24/2024
3.0.719 318 12/24/2024
3.0.718 80 12/24/2024
3.0.717 84 12/24/2024
3.0.716 72 12/23/2024
3.0.715 80 12/23/2024
3.0.714 355 12/23/2024
3.0.713 86 12/23/2024
3.0.712 188 12/23/2024
3.0.711 291 12/23/2024
3.0.710 83 12/23/2024
3.0.709 88 12/22/2024
3.0.708 448 12/22/2024
3.0.707 94 12/22/2024
3.0.706 84 12/22/2024
3.0.705 87 12/22/2024
3.0.704 1,125 12/21/2024
3.0.703 88 12/21/2024
3.0.702 91 12/21/2024
3.0.701 268 12/21/2024
3.0.700 92 12/21/2024
3.0.699 84 12/21/2024
3.0.698 91 12/21/2024
3.0.697 440 12/20/2024
3.0.696 94 12/20/2024
3.0.695 339 12/20/2024
3.0.694 92 12/20/2024
3.0.693 88 12/20/2024
3.0.692 395 12/19/2024
3.0.691 84 12/19/2024
3.0.690 87 12/19/2024
3.0.689 86 12/18/2024
3.0.688 85 12/18/2024
3.0.687 762 12/16/2024
3.0.686 68 12/16/2024
3.0.685 289 12/10/2024
3.0.684 88 12/10/2024
3.0.683 88 12/9/2024
3.0.682 509 12/9/2024
3.0.681 87 12/9/2024
3.0.680 89 12/9/2024
3.0.679 361 12/9/2024
3.0.678 178 12/7/2024
3.0.677 96 12/6/2024
3.0.676 89 12/6/2024
3.0.675 93 12/6/2024
3.0.674 96 12/6/2024
3.0.673 86 12/6/2024
3.0.672 95 12/6/2024
3.0.671 93 12/6/2024
3.0.670 108 12/6/2024
3.0.669 103 12/6/2024
3.0.668 93 12/6/2024
3.0.667 100 12/6/2024
3.0.666 106 12/5/2024
3.0.665 100 12/5/2024
3.0.664 548 12/5/2024
3.0.663 99 12/5/2024
3.0.662 92 12/5/2024
3.0.661 1,411 12/5/2024
3.0.660 90 12/5/2024
3.0.659 287 12/5/2024
3.0.658 99 12/4/2024
3.0.657 96 12/4/2024
3.0.656 302 12/4/2024
3.0.655 94 12/4/2024
3.0.654 104 12/4/2024
3.0.653 319 12/3/2024
3.0.652 230 12/3/2024
3.0.651 94 12/3/2024
3.0.650 92 12/3/2024
3.0.649 284 12/3/2024
3.0.648 273 12/3/2024
3.0.647 324 12/2/2024
3.0.646 84 12/2/2024
3.0.645 93 12/2/2024
3.0.644 309 12/2/2024
3.0.643 83 12/2/2024
3.0.642 260 12/1/2024
3.0.641 87 12/1/2024
3.0.640 336 12/1/2024
3.0.639 89 12/1/2024
3.0.638 345 11/29/2024
3.0.637 86 11/29/2024
3.0.636 567 11/21/2024
3.0.635 107 11/21/2024
3.0.634 413 11/20/2024
3.0.633 90 11/20/2024
3.0.632 100 11/20/2024
3.0.631 97 11/20/2024
3.0.630 90 11/20/2024
3.0.629 99 11/20/2024
3.0.628 100 11/20/2024
3.0.627 440 11/19/2024
3.0.626 96 11/19/2024
3.0.625 507 11/19/2024
3.0.624 96 11/19/2024
3.0.623 96 11/19/2024
3.0.622 511 11/15/2024
3.0.621 231 11/14/2024
3.0.620 91 11/14/2024
3.0.619 95 11/14/2024
3.0.618 94 11/14/2024
3.0.617 268 11/14/2024
3.0.616 203 11/14/2024
3.0.615 88 11/14/2024
3.0.614 316 11/14/2024
3.0.613 329 11/14/2024
3.0.612 94 11/14/2024
3.0.611 273 11/14/2024
3.0.610 93 11/14/2024
3.0.609 92 11/14/2024
2.1.608 463 11/13/2024
2.1.607 345 11/13/2024
2.1.606 100 11/13/2024
2.1.605 532 11/13/2024
2.1.604 95 11/12/2024
2.1.603 99 11/12/2024
2.1.602 704 11/9/2024
2.1.601 265 11/9/2024
2.1.600 261 11/9/2024
2.1.599 97 11/9/2024
2.1.598 97 11/8/2024
2.1.597 423 11/8/2024
2.1.596 99 11/8/2024
2.1.595 658 11/8/2024
2.1.594 252 11/8/2024
2.1.593 314 11/6/2024
2.1.592 353 11/1/2024
2.1.591 93 11/1/2024
2.1.590 92 11/1/2024
2.1.589 641 10/29/2024
2.1.588 97 10/29/2024
2.1.587 251 10/29/2024
2.1.586 236 10/29/2024
2.1.585 298 10/29/2024
2.1.584 91 10/29/2024
2.1.583 325 10/29/2024
2.1.582 470 10/28/2024
2.1.581 431 10/26/2024
2.1.580 92 10/26/2024
2.1.579 601 10/22/2024
2.1.578 333 10/22/2024
2.1.577 185 10/22/2024
2.1.576 88 10/22/2024
2.1.575 85 10/22/2024
2.1.574 782 10/17/2024
2.1.573 202 10/17/2024
2.1.572 527 10/15/2024
2.1.571 86 10/15/2024
2.1.570 259 10/14/2024
2.1.569 367 10/12/2024
2.1.568 94 10/12/2024
2.1.567 96 10/12/2024
2.1.566 474 10/11/2024
2.1.565 491 10/9/2024
2.1.564 216 10/9/2024
2.1.563 268 10/9/2024
2.1.562 254 10/9/2024
2.1.561 187 10/8/2024
2.1.560 88 10/8/2024
2.1.559 294 10/8/2024
2.1.558 93 10/8/2024
2.1.557 464 10/8/2024
2.1.556 91 10/8/2024
2.1.555 686 10/3/2024
2.1.554 254 10/3/2024
2.1.553 257 10/3/2024
2.1.552 90 10/3/2024
2.1.551 85 10/3/2024
2.1.550 84 10/3/2024
2.1.549 649 10/2/2024
2.1.548 176 10/2/2024
2.1.547 87 10/2/2024
2.1.546 390 10/2/2024
2.1.545 89 10/2/2024
2.1.544 95 10/2/2024
2.1.543 569 10/1/2024
2.1.542 236 10/1/2024
2.1.541 313 10/1/2024
2.1.540 92 10/1/2024
2.1.539 599 9/29/2024
2.1.538 95 9/29/2024
2.1.537 90 9/29/2024
2.1.536 505 9/29/2024
2.1.535 508 9/27/2024
2.1.534 89 9/27/2024
2.1.533 471 9/27/2024
2.1.532 97 9/27/2024
2.1.531 480 9/27/2024
2.1.530 91 9/27/2024
2.1.529 370 9/26/2024
2.1.528 214 9/26/2024
2.1.527 622 9/26/2024
2.1.526 156 9/26/2024
2.1.525 252 9/26/2024
2.1.524 238 9/26/2024
2.1.523 97 9/26/2024
2.1.522 721 9/23/2024
2.1.521 168 9/23/2024
2.1.520 294 9/23/2024
2.1.519 390 9/23/2024
2.1.518 89 9/23/2024
2.1.517 271 9/23/2024
2.1.516 546 9/23/2024
2.1.515 214 9/23/2024
2.1.514 93 9/23/2024
2.1.513 465 9/22/2024
2.1.512 424 9/18/2024
2.1.511 106 9/18/2024
2.1.510 190 9/18/2024
2.1.509 277 9/18/2024
2.1.508 98 9/18/2024
2.1.507 110 9/17/2024
2.1.506 321 9/17/2024
2.1.505 152 9/17/2024
2.1.504 104 9/17/2024
2.1.503 288 9/17/2024
2.1.502 190 9/17/2024
2.1.501 175 9/17/2024
2.1.500 96 9/17/2024
2.1.499 1,114 9/16/2024
2.1.498 109 9/16/2024
2.1.497 581 9/12/2024
2.1.496 145 9/12/2024
2.1.495 160 9/12/2024
2.1.494 114 9/12/2024
2.1.493 192 9/12/2024
2.1.492 140 9/11/2024
2.1.491 148 9/11/2024
2.1.490 176 9/11/2024
2.1.489 161 9/11/2024
2.1.488 167 9/11/2024
2.1.487 188 9/11/2024
2.1.486 115 9/11/2024
2.1.485 1,557 9/10/2024
2.1.484 240 9/10/2024
2.1.483 221 9/10/2024
2.1.482 178 9/10/2024
2.1.481 96 9/10/2024
2.1.480 200 9/10/2024
2.1.478 185 9/9/2024
2.1.477 105 9/9/2024
2.1.476 195 9/9/2024
2.1.475 188 9/9/2024
2.1.474 100 9/9/2024
2.1.473 1,459 9/9/2024
2.1.472 319 9/7/2024
2.1.471 102 9/7/2024
2.1.470 302 9/7/2024
2.1.469 411 9/6/2024
2.1.468 222 9/6/2024
2.1.467 246 9/6/2024
2.1.466 114 9/5/2024
2.1.465 100 9/5/2024
2.1.464 590 9/5/2024
2.1.463 106 9/5/2024
2.1.462 271 9/5/2024
2.1.461 99 9/5/2024
2.1.460 108 9/5/2024
2.1.459 282 9/5/2024
2.1.458 433 9/4/2024
2.1.457 440 9/4/2024
2.1.456 126 9/3/2024
2.1.455 113 9/3/2024
2.1.454 413 9/3/2024
2.1.453 108 9/3/2024
2.1.452 429 9/3/2024
2.1.451 293 8/29/2024
2.1.450 178 8/29/2024
2.1.449 102 8/29/2024
2.1.448 540 8/26/2024
2.1.447 347 8/26/2024
2.1.446 105 8/26/2024
2.1.445 608 8/21/2024
2.1.444 125 8/21/2024
2.1.443 410 8/21/2024
2.1.442 123 8/21/2024
2.1.441 248 8/20/2024
2.1.440 132 8/20/2024
2.1.439 122 8/20/2024
2.1.438 493 8/20/2024
2.1.437 116 8/20/2024
2.1.436 128 8/20/2024
2.1.435 395 8/20/2024
2.1.434 112 8/19/2024
2.1.433 439 8/15/2024
2.1.432 398 8/15/2024
2.1.431 121 8/15/2024
2.1.430 329 8/15/2024
2.1.429 466 8/13/2024
2.1.428 126 8/13/2024
2.1.427 446 8/7/2024
2.1.426 194 8/7/2024
2.1.425 105 8/7/2024
2.1.424 105 8/7/2024
2.1.423 422 8/6/2024
2.1.422 362 8/1/2024
2.1.421 99 8/1/2024
2.1.420 274 8/1/2024
2.1.419 95 8/1/2024
2.1.418 99 8/1/2024
2.1.417 648 7/25/2024
2.1.416 69 7/25/2024
2.1.415 74 7/25/2024
2.1.414 295 7/25/2024
2.1.413 68 7/25/2024
2.1.412 219 7/25/2024
2.1.411 106 7/25/2024
2.1.410 115 7/24/2024
2.1.409 83 7/24/2024
2.1.408 69 7/24/2024
2.1.407 482 7/20/2024
2.1.406 102 7/20/2024
2.1.405 317 7/20/2024
2.1.404 980 7/14/2024
2.1.403 164 7/14/2024
2.1.402 95 7/14/2024
2.1.401 289 7/14/2024
2.1.400 255 7/14/2024
2.1.399 257 7/10/2024
2.1.398 97 7/10/2024
2.1.397 95 7/10/2024
2.1.396 101 7/10/2024
2.1.395 82 7/10/2024
2.1.394 646 7/10/2024
2.1.393 261 7/10/2024
2.1.392 93 7/10/2024
2.1.391 103 7/10/2024
2.1.390 347 7/10/2024
2.1.389 104 7/10/2024
2.1.388 99 7/9/2024
2.1.387 339 7/9/2024
2.1.386 89 7/9/2024
2.1.385 93 7/9/2024
2.1.384 91 7/9/2024
2.1.383 101 7/9/2024
2.1.382 88 7/9/2024
2.1.381 99 7/9/2024
2.1.380 88 7/9/2024
2.1.379 85 7/9/2024
2.1.378 926 7/8/2024
2.1.377 81 7/8/2024
2.1.376 94 7/8/2024
2.1.375 325 7/8/2024
2.1.374 421 7/8/2024
2.1.373 101 7/7/2024
2.1.372 87 7/7/2024
2.1.371 443 7/7/2024
2.1.370 852 7/3/2024
2.1.369 95 7/3/2024
2.1.368 162 7/3/2024
2.1.367 338 7/3/2024
2.1.366 96 7/3/2024
2.1.365 821 6/27/2024
2.1.364 99 6/27/2024
2.1.363 100 6/27/2024
2.1.362 746 6/22/2024
2.1.361 111 6/22/2024
2.1.360 247 6/22/2024
2.1.359 338 6/16/2024
2.1.358 112 6/15/2024
2.1.357 103 6/15/2024
2.1.356 343 6/15/2024
2.1.355 107 6/15/2024
2.1.354 99 6/15/2024
2.1.353 362 6/15/2024
2.1.352 167 6/15/2024
2.1.351 211 6/15/2024
2.1.350 112 6/14/2024
2.1.349 481 6/4/2024
2.1.348 235 6/4/2024
2.1.347 415 6/2/2024
2.1.346 286 6/1/2024
2.1.345 105 6/1/2024
2.1.344 97 6/1/2024
2.1.343 108 6/1/2024
2.1.342 481 6/1/2024
2.1.341 102 6/1/2024
2.1.340 109 6/1/2024
2.1.339 326 5/31/2024
2.1.338 111 5/31/2024
2.1.337 100 5/31/2024
2.1.336 117 5/31/2024
2.1.335 524 5/29/2024
2.1.334 95 5/29/2024
2.1.333 291 5/29/2024
2.1.332 198 5/29/2024
2.1.331 255 5/28/2024
2.1.330 212 5/28/2024
2.1.329 266 5/28/2024
2.1.328 104 5/28/2024
2.1.327 107 5/28/2024
2.1.326 359 5/28/2024
2.1.325 228 5/27/2024
2.1.324 276 5/27/2024
2.1.323 102 5/27/2024
2.1.322 202 5/26/2024
2.1.321 266 5/26/2024
2.1.320 323 5/26/2024
2.1.319 110 5/26/2024
2.1.318 102 5/26/2024
2.1.317 292 5/26/2024
2.1.316 109 5/26/2024
2.1.315 107 5/25/2024
2.1.314 111 5/25/2024
2.1.313 107 5/25/2024
2.1.312 414 5/25/2024
2.1.311 113 5/25/2024
2.1.310 505 5/25/2024
2.1.309 237 5/23/2024
2.1.308 166 5/23/2024
2.1.307 105 5/23/2024
2.1.306 356 5/23/2024
2.1.305 102 5/23/2024
2.1.304 110 5/23/2024
2.1.303 283 5/23/2024
2.1.302 295 5/22/2024
2.1.301 106 5/22/2024
2.1.300 258 5/22/2024
2.1.299 105 5/22/2024
2.1.298 367 5/18/2024
2.1.297 109 5/18/2024
2.1.296 240 5/18/2024
2.1.295 132 5/18/2024
2.1.294 218 5/17/2024
2.1.293 120 5/17/2024
2.1.292 350 5/17/2024
2.1.291 223 5/17/2024
2.1.290 179 5/16/2024
2.1.289 135 5/16/2024
2.1.288 131 5/16/2024
2.1.287 327 5/15/2024
2.1.286 108 5/15/2024
2.1.285 117 5/14/2024
2.1.284 444 5/13/2024
2.1.283 89 5/13/2024
2.1.282 91 5/13/2024
2.1.281 432 5/1/2024
2.1.280 141 5/1/2024
2.1.279 1,190 4/28/2024
2.1.278 190 4/28/2024
2.1.277 179 4/28/2024
2.1.276 96 4/28/2024
2.1.275 114 4/28/2024
2.1.274 108 4/28/2024
2.1.273 110 4/27/2024
2.1.272 602 4/27/2024
2.1.271 254 4/20/2024
2.1.270 247 4/20/2024
2.1.269 110 4/19/2024
2.1.268 100 4/19/2024
2.1.267 448 4/19/2024
2.1.266 267 4/19/2024
2.1.265 220 4/19/2024
2.1.264 182 4/18/2024
2.1.263 452 4/13/2024
2.1.262 155 4/13/2024
2.1.261 204 4/13/2024
2.1.260 116 4/13/2024
2.1.259 278 4/12/2024
2.1.258 108 4/12/2024
2.1.257 455 4/12/2024
2.1.256 104 4/12/2024
2.1.255 110 4/12/2024
2.1.254 110 4/12/2024
2.1.253 111 4/12/2024
2.1.252 425 4/12/2024
2.1.251 97 4/12/2024
2.1.250 2,064 4/10/2024
2.1.249 100 4/10/2024
2.1.248 95 4/10/2024
2.1.247 434 4/10/2024
2.1.246 109 4/10/2024
2.1.245 282 4/9/2024
2.1.244 463 4/3/2024
2.1.243 205 4/2/2024
2.1.242 257 4/2/2024
2.1.241 237 4/2/2024
2.1.240 120 4/1/2024
2.1.239 570 3/30/2024
2.1.238 188 3/29/2024
2.1.237 86 3/29/2024
2.1.236 463 3/25/2024
2.1.235 123 3/25/2024
2.1.234 131 3/25/2024
2.1.233 324 3/25/2024
2.1.232 124 3/25/2024
2.1.231 113 3/25/2024
2.1.230 427 3/21/2024
2.1.229 121 3/21/2024
2.1.228 321 3/21/2024
2.1.227 120 3/20/2024
2.1.226 415 3/20/2024
2.1.225 117 3/19/2024
2.1.224 128 3/19/2024
2.1.223 111 3/19/2024
2.1.222 362 3/19/2024
2.1.221 104 3/19/2024
2.1.220 114 3/19/2024
2.1.219 355 3/19/2024
2.1.218 255 3/19/2024
2.1.217 128 3/18/2024
2.1.216 381 3/16/2024
2.1.215 111 3/16/2024
2.1.214 299 3/16/2024
2.1.213 114 3/16/2024
2.1.212 269 3/15/2024
2.1.211 123 3/15/2024
2.1.210 246 3/14/2024
2.1.209 104 3/13/2024
2.1.208 273 3/13/2024
2.1.207 111 3/13/2024
2.1.206 123 3/13/2024
2.1.205 108 3/13/2024
2.1.204 542 3/13/2024
2.1.203 277 3/13/2024
2.1.202 108 3/13/2024
2.1.201 101 3/12/2024
2.1.200 107 3/12/2024
2.1.199 106 3/12/2024
2.1.198 368 3/12/2024
2.1.197 109 3/12/2024
2.1.196 115 3/12/2024
2.1.195 452 3/11/2024
2.1.194 299 3/11/2024
2.1.193 106 3/11/2024
2.1.192 107 3/11/2024
2.1.191 425 3/10/2024
2.1.190 125 3/10/2024
2.1.189 116 3/10/2024
2.1.188 434 3/10/2024
2.1.187 248 3/9/2024
2.1.186 115 3/9/2024
2.1.185 116 3/8/2024
2.1.184 117 3/8/2024
2.1.183 107 3/8/2024
2.1.182 114 3/8/2024
2.1.181 473 3/8/2024
2.1.180 116 3/8/2024
2.1.179 394 3/6/2024
2.1.178 255 3/6/2024
2.1.177 122 3/6/2024
2.1.176 411 3/4/2024
2.1.175 223 3/4/2024
2.1.174 119 3/4/2024
2.1.173 111 3/4/2024
2.1.172 117 3/4/2024
2.1.171 308 3/4/2024
2.1.170 232 3/3/2024
2.1.169 192 3/3/2024
2.1.168 169 3/3/2024
2.1.167 120 3/3/2024
2.1.166 114 3/2/2024
2.1.165 222 3/2/2024
2.1.164 167 3/2/2024
2.1.163 109 3/2/2024
2.1.162 304 3/2/2024
2.1.161 116 3/2/2024
2.1.160 247 3/1/2024
2.1.159 113 2/29/2024
2.1.158 111 2/29/2024
2.1.157 110 2/29/2024
2.1.156 107 2/29/2024
2.1.155 389 2/29/2024
2.1.154 110 2/29/2024
2.1.153 258 2/27/2024
2.1.152 207 2/26/2024
2.1.151 148 2/26/2024
2.1.150 224 2/25/2024
2.1.149 172 2/25/2024
2.1.148 113 2/25/2024
2.1.147 113 2/25/2024
2.1.146 113 2/25/2024
2.1.145 330 2/24/2024
2.1.144 125 2/24/2024
2.1.143 126 2/24/2024
2.1.142 115 2/23/2024
2.1.141 117 2/23/2024
2.1.140 388 2/22/2024
2.1.139 130 2/22/2024
2.1.138 120 2/22/2024
2.1.137 249 2/22/2024
2.1.136 129 2/22/2024
2.1.135 239 2/22/2024
2.1.134 131 2/21/2024
2.1.133 123 2/21/2024
2.1.132 127 2/21/2024
2.1.131 304 2/21/2024
2.1.130 126 2/21/2024
2.1.129 258 2/21/2024
2.1.128 129 2/21/2024
2.1.127 124 2/21/2024
2.1.126 121 2/21/2024
2.1.125 301 2/20/2024
2.1.124 118 2/20/2024
2.1.123 240 2/20/2024
2.1.122 117 2/20/2024
2.1.121 253 2/20/2024
2.1.120 123 2/20/2024
2.1.119 120 2/20/2024
2.1.118 126 2/19/2024
2.1.117 120 2/19/2024
2.1.116 122 2/19/2024
2.1.115 389 2/19/2024
2.1.114 223 2/19/2024
2.1.113 142 2/17/2024
2.1.112 126 2/17/2024
2.1.111 121 2/17/2024
2.1.110 330 2/17/2024
2.1.109 163 2/16/2024
2.1.108 112 2/16/2024
2.1.107 111 2/16/2024
2.1.106 277 2/16/2024
2.1.105 113 2/16/2024
2.1.104 114 2/16/2024
2.1.103 185 2/16/2024
2.1.102 239 2/14/2024
2.1.101 111 2/14/2024
2.1.100 124 2/14/2024
2.1.99 119 2/14/2024
2.1.98 325 2/13/2024
2.1.97 124 2/13/2024
2.1.96 107 2/13/2024
2.1.95 113 2/13/2024
2.1.94 250 2/13/2024
2.1.93 184 2/13/2024
2.1.92 158 2/13/2024
2.1.91 191 2/13/2024
2.1.90 180 2/12/2024
2.1.89 117 2/12/2024
2.1.88 236 2/12/2024
2.1.87 123 2/12/2024
2.1.86 253 2/11/2024
2.1.85 117 2/11/2024
2.1.84 230 2/11/2024
2.1.83 123 2/11/2024
2.1.82 126 2/11/2024
2.1.81 291 2/11/2024
2.1.80 203 2/10/2024
2.1.79 122 2/10/2024
2.1.78 225 2/10/2024
2.1.77 190 2/10/2024
2.1.76 126 2/10/2024
2.1.75 272 2/9/2024
2.1.74 187 2/9/2024
2.1.73 121 2/9/2024
2.1.72 301 2/9/2024
2.1.71 110 2/9/2024
2.1.70 122 2/8/2024
2.1.69 122 2/8/2024
2.1.68 321 2/8/2024
2.1.67 123 2/8/2024
2.1.66 120 2/8/2024
2.1.65 392 2/7/2024
2.1.64 211 2/7/2024
2.1.63 122 2/7/2024
2.1.62 125 2/7/2024
2.1.61 180 2/7/2024
2.1.60 206 2/7/2024
2.1.59 123 2/7/2024
2.1.58 140 2/6/2024
2.1.57 140 2/6/2024
2.1.56 124 2/6/2024
2.1.55 417 2/5/2024
2.1.54 114 2/5/2024
2.1.53 219 2/5/2024
2.1.52 258 2/4/2024
2.1.51 111 2/4/2024
2.1.50 262 2/4/2024
2.1.49 195 2/3/2024
2.1.48 326 2/3/2024
2.1.47 166 1/31/2024
2.1.46 130 1/31/2024
2.1.45 108 1/31/2024
2.1.44 108 1/31/2024
2.1.43 409 1/30/2024
2.1.42 108 1/30/2024
2.1.41 205 1/30/2024
2.1.40 148 1/30/2024
2.1.39 104 1/29/2024
2.1.38 289 1/29/2024
2.1.37 118 1/29/2024
2.1.36 111 1/29/2024
2.1.35 107 1/29/2024
2.1.34 100 1/29/2024
2.1.33 410 1/28/2024
2.1.32 113 1/28/2024
2.1.31 111 1/28/2024
2.1.30 111 1/28/2024
2.1.29 113 1/28/2024
2.1.28 108 1/28/2024
2.1.27 409 1/27/2024
2.1.26 110 1/27/2024
2.1.25 316 1/27/2024
2.1.24 109 1/27/2024
2.1.23 255 1/27/2024
2.1.22 141 1/27/2024
2.1.21 201 1/26/2024
2.1.20 109 1/26/2024
2.1.19 132 1/26/2024
2.1.18 200 1/26/2024
2.1.17 274 1/26/2024
2.1.16 110 1/26/2024
2.1.15 111 1/26/2024
2.1.14 226 1/25/2024
2.1.13 115 1/25/2024
2.1.12 209 1/25/2024
2.1.11 113 1/25/2024
2.1.10 224 1/25/2024
2.1.9 100 1/25/2024
2.1.8 232 1/19/2024
2.1.7 222 1/19/2024
2.1.6 114 1/19/2024
2.1.5 258 1/17/2024
2.1.4 169 1/17/2024
2.1.3 340 1/15/2024
2.1.2 386 1/13/2024
2.1.1 139 1/13/2024