Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.734

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

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

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. 
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.816 0 1/25/2025
3.0.815 12 1/25/2025
3.0.814 25 1/25/2025
3.0.813 24 1/25/2025
3.0.812 53 1/25/2025
3.0.811 10 1/25/2025
3.0.810 46 1/24/2025
3.0.809 5 1/24/2025
3.0.808 5 1/24/2025
3.0.807 26 1/24/2025
3.0.806 53 1/24/2025
3.0.805 72 1/24/2025
3.0.804 35 1/23/2025
3.0.803 106 1/23/2025
3.0.802 223 1/22/2025
3.0.801 272 1/21/2025
3.0.800 104 1/21/2025
3.0.799 36 1/21/2025
3.0.798 112 1/21/2025
3.0.797 38 1/21/2025
3.0.796 166 1/21/2025
3.0.795 108 1/21/2025
3.0.794 80 1/20/2025
3.0.793 63 1/20/2025
3.0.792 62 1/20/2025
3.0.791 81 1/20/2025
3.0.790 827 1/20/2025
3.0.789 59 1/20/2025
3.0.788 66 1/20/2025
3.0.787 215 1/19/2025
3.0.786 292 1/19/2025
3.0.785 78 1/19/2025
3.0.784 69 1/19/2025
3.0.783 261 1/19/2025
3.0.782 62 1/19/2025
3.0.781 75 1/18/2025
3.0.780 342 1/18/2025
3.0.779 125 1/18/2025
3.0.778 224 1/18/2025
3.0.777 68 1/17/2025
3.0.776 237 1/17/2025
3.0.775 68 1/17/2025
3.0.774 67 1/17/2025
3.0.773 73 1/16/2025
3.0.772 638 1/16/2025
3.0.771 66 1/16/2025
3.0.770 72 1/16/2025
3.0.769 69 1/16/2025
3.0.768 493 1/15/2025
3.0.767 249 1/15/2025
3.0.766 351 1/15/2025
3.0.765 63 1/15/2025
3.0.764 198 1/15/2025
3.0.763 61 1/15/2025
3.0.762 207 1/15/2025
3.0.761 96 1/14/2025
3.0.760 39 1/14/2025
3.0.759 81 1/14/2025
3.0.758 38 1/14/2025
3.0.757 284 1/14/2025
3.0.756 60 1/13/2025
3.0.755 72 1/13/2025
3.0.754 65 1/13/2025
3.0.753 372 1/12/2025
3.0.752 443 1/11/2025
3.0.751 181 1/11/2025
3.0.750 189 1/11/2025
3.0.749 67 1/10/2025
3.0.748 71 1/10/2025
3.0.747 443 1/10/2025
3.0.746 69 1/10/2025
3.0.745 646 1/3/2025
3.0.744 116 1/3/2025
3.0.743 266 1/3/2025
3.0.742 82 1/3/2025
3.0.741 289 1/2/2025
3.0.740 93 1/2/2025
3.0.739 90 1/2/2025
3.0.738 84 1/2/2025
3.0.737 457 1/1/2025
3.0.736 577 1/1/2025
3.0.735 87 12/31/2024
3.0.734 152 12/31/2024
3.0.733 89 12/31/2024
3.0.732 203 12/31/2024
3.0.731 393 12/31/2024
3.0.730 103 12/31/2024
3.0.729 191 12/31/2024
3.0.728 174 12/31/2024
3.0.727 79 12/31/2024
3.0.726 261 12/31/2024
3.0.725 74 12/31/2024
3.0.724 530 12/28/2024
3.0.723 93 12/28/2024
3.0.722 81 12/27/2024
3.0.721 90 12/27/2024
3.0.720 685 12/24/2024
3.0.719 316 12/24/2024
3.0.718 77 12/24/2024
3.0.717 82 12/24/2024
3.0.716 70 12/23/2024
3.0.715 78 12/23/2024
3.0.714 352 12/23/2024
3.0.713 83 12/23/2024
3.0.712 186 12/23/2024
3.0.711 283 12/23/2024
3.0.710 81 12/23/2024
3.0.709 85 12/22/2024
3.0.708 446 12/22/2024
3.0.707 92 12/22/2024
3.0.706 81 12/22/2024
3.0.705 84 12/22/2024
3.0.704 1,122 12/21/2024
3.0.703 85 12/21/2024
3.0.702 88 12/21/2024
3.0.701 266 12/21/2024
3.0.700 90 12/21/2024
3.0.699 82 12/21/2024
3.0.698 89 12/21/2024
3.0.697 438 12/20/2024
3.0.696 86 12/20/2024
3.0.695 337 12/20/2024
3.0.694 90 12/20/2024
3.0.693 86 12/20/2024
3.0.692 393 12/19/2024
3.0.691 81 12/19/2024
3.0.690 85 12/19/2024
3.0.689 83 12/18/2024
3.0.688 82 12/18/2024
3.0.687 761 12/16/2024
3.0.686 68 12/16/2024
3.0.685 287 12/10/2024
3.0.684 88 12/10/2024
3.0.683 88 12/9/2024
3.0.682 508 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 92 12/6/2024
3.0.674 96 12/6/2024
3.0.673 86 12/6/2024
3.0.672 94 12/6/2024
3.0.671 92 12/6/2024
3.0.670 105 12/6/2024
3.0.669 102 12/6/2024
3.0.668 93 12/6/2024
3.0.667 99 12/6/2024
3.0.666 106 12/5/2024
3.0.665 99 12/5/2024
3.0.664 548 12/5/2024
3.0.663 98 12/5/2024
3.0.662 92 12/5/2024
3.0.661 1,410 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 301 12/4/2024
3.0.655 93 12/4/2024
3.0.654 104 12/4/2024
3.0.653 319 12/3/2024
3.0.652 229 12/3/2024
3.0.651 94 12/3/2024
3.0.650 91 12/3/2024
3.0.649 284 12/3/2024
3.0.648 266 12/3/2024
3.0.647 323 12/2/2024
3.0.646 83 12/2/2024
3.0.645 91 12/2/2024
3.0.644 309 12/2/2024
3.0.643 82 12/2/2024
3.0.642 258 12/1/2024
3.0.641 87 12/1/2024
3.0.640 335 12/1/2024
3.0.639 88 12/1/2024
3.0.638 344 11/29/2024
3.0.637 86 11/29/2024
3.0.636 564 11/21/2024
3.0.635 106 11/21/2024
3.0.634 408 11/20/2024
3.0.633 90 11/20/2024
3.0.632 99 11/20/2024
3.0.631 96 11/20/2024
3.0.630 90 11/20/2024
3.0.629 98 11/20/2024
3.0.628 94 11/20/2024
3.0.627 440 11/19/2024
3.0.626 96 11/19/2024
3.0.625 506 11/19/2024
3.0.624 96 11/19/2024
3.0.623 95 11/19/2024
3.0.622 510 11/15/2024
3.0.621 230 11/14/2024
3.0.620 90 11/14/2024
3.0.619 95 11/14/2024
3.0.618 94 11/14/2024
3.0.617 267 11/14/2024
3.0.616 202 11/14/2024
3.0.615 88 11/14/2024
3.0.614 315 11/14/2024
3.0.613 328 11/14/2024
3.0.612 92 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 443 11/13/2024
2.1.607 330 11/13/2024
2.1.606 99 11/13/2024
2.1.605 532 11/13/2024
2.1.604 95 11/12/2024
2.1.603 92 11/12/2024
2.1.602 698 11/9/2024
2.1.601 263 11/9/2024
2.1.600 261 11/9/2024
2.1.599 96 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 350 11/1/2024
2.1.591 90 11/1/2024
2.1.590 90 11/1/2024
2.1.589 634 10/29/2024
2.1.588 95 10/29/2024
2.1.587 249 10/29/2024
2.1.586 234 10/29/2024
2.1.585 297 10/29/2024
2.1.584 91 10/29/2024
2.1.583 325 10/29/2024
2.1.582 469 10/28/2024
2.1.581 430 10/26/2024
2.1.580 91 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 87 10/22/2024
2.1.575 85 10/22/2024
2.1.574 781 10/17/2024
2.1.573 202 10/17/2024
2.1.572 525 10/15/2024
2.1.571 85 10/15/2024
2.1.570 258 10/14/2024
2.1.569 364 10/12/2024
2.1.568 94 10/12/2024
2.1.567 95 10/12/2024
2.1.566 474 10/11/2024
2.1.565 490 10/9/2024
2.1.564 215 10/9/2024
2.1.563 267 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 292 10/8/2024
2.1.558 93 10/8/2024
2.1.557 458 10/8/2024
2.1.556 91 10/8/2024
2.1.555 683 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 648 10/2/2024
2.1.548 169 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 94 9/29/2024
2.1.537 89 9/29/2024
2.1.536 505 9/29/2024
2.1.535 507 9/27/2024
2.1.534 88 9/27/2024
2.1.533 471 9/27/2024
2.1.532 96 9/27/2024
2.1.531 480 9/27/2024
2.1.530 91 9/27/2024
2.1.529 369 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 96 9/26/2024
2.1.522 720 9/23/2024
2.1.521 168 9/23/2024
2.1.520 293 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 188 9/18/2024
2.1.509 276 9/18/2024
2.1.508 97 9/18/2024
2.1.507 109 9/17/2024
2.1.506 321 9/17/2024
2.1.505 152 9/17/2024
2.1.504 103 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 95 9/17/2024
2.1.499 1,114 9/16/2024
2.1.498 107 9/16/2024
2.1.497 581 9/12/2024
2.1.496 145 9/12/2024
2.1.495 159 9/12/2024
2.1.494 114 9/12/2024
2.1.493 185 9/12/2024
2.1.492 139 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 187 9/11/2024
2.1.486 114 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 199 9/10/2024
2.1.478 184 9/9/2024
2.1.477 98 9/9/2024
2.1.476 195 9/9/2024
2.1.475 187 9/9/2024
2.1.474 99 9/9/2024
2.1.473 1,457 9/9/2024
2.1.472 319 9/7/2024
2.1.471 101 9/7/2024
2.1.470 301 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 105 9/5/2024
2.1.462 271 9/5/2024
2.1.461 99 9/5/2024
2.1.460 107 9/5/2024
2.1.459 281 9/5/2024
2.1.458 432 9/4/2024
2.1.457 438 9/4/2024
2.1.456 125 9/3/2024
2.1.455 113 9/3/2024
2.1.454 412 9/3/2024
2.1.453 108 9/3/2024
2.1.452 428 9/3/2024
2.1.451 292 8/29/2024
2.1.450 178 8/29/2024
2.1.449 101 8/29/2024
2.1.448 540 8/26/2024
2.1.447 343 8/26/2024
2.1.446 101 8/26/2024
2.1.445 607 8/21/2024
2.1.444 124 8/21/2024
2.1.443 410 8/21/2024
2.1.442 123 8/21/2024
2.1.441 247 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 127 8/20/2024
2.1.435 395 8/20/2024
2.1.434 112 8/19/2024
2.1.433 438 8/15/2024
2.1.432 397 8/15/2024
2.1.431 120 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 445 8/7/2024
2.1.426 193 8/7/2024
2.1.425 105 8/7/2024
2.1.424 105 8/7/2024
2.1.423 421 8/6/2024
2.1.422 361 8/1/2024
2.1.421 98 8/1/2024
2.1.420 273 8/1/2024
2.1.419 93 8/1/2024
2.1.418 96 8/1/2024
2.1.417 646 7/25/2024
2.1.416 69 7/25/2024
2.1.415 72 7/25/2024
2.1.414 292 7/25/2024
2.1.413 68 7/25/2024
2.1.412 219 7/25/2024
2.1.411 104 7/25/2024
2.1.410 113 7/24/2024
2.1.409 81 7/24/2024
2.1.408 66 7/24/2024
2.1.407 478 7/20/2024
2.1.406 100 7/20/2024
2.1.405 314 7/20/2024
2.1.404 766 7/14/2024
2.1.403 161 7/14/2024
2.1.402 93 7/14/2024
2.1.401 289 7/14/2024
2.1.400 252 7/14/2024
2.1.399 254 7/10/2024
2.1.398 94 7/10/2024
2.1.397 93 7/10/2024
2.1.396 98 7/10/2024
2.1.395 79 7/10/2024
2.1.394 645 7/10/2024
2.1.393 259 7/10/2024
2.1.392 90 7/10/2024
2.1.391 100 7/10/2024
2.1.390 343 7/10/2024
2.1.389 102 7/10/2024
2.1.388 97 7/9/2024
2.1.387 336 7/9/2024
2.1.386 86 7/9/2024
2.1.385 91 7/9/2024
2.1.384 87 7/9/2024
2.1.383 99 7/9/2024
2.1.382 86 7/9/2024
2.1.381 96 7/9/2024
2.1.380 85 7/9/2024
2.1.379 82 7/9/2024
2.1.378 923 7/8/2024
2.1.377 78 7/8/2024
2.1.376 91 7/8/2024
2.1.375 323 7/8/2024
2.1.374 420 7/8/2024
2.1.373 96 7/7/2024
2.1.372 84 7/7/2024
2.1.371 441 7/7/2024
2.1.370 850 7/3/2024
2.1.369 93 7/3/2024
2.1.368 159 7/3/2024
2.1.367 335 7/3/2024
2.1.366 93 7/3/2024
2.1.365 819 6/27/2024
2.1.364 96 6/27/2024
2.1.363 97 6/27/2024
2.1.362 621 6/22/2024
2.1.361 108 6/22/2024
2.1.360 244 6/22/2024
2.1.359 336 6/16/2024
2.1.358 109 6/15/2024
2.1.357 101 6/15/2024
2.1.356 341 6/15/2024
2.1.355 105 6/15/2024
2.1.354 96 6/15/2024
2.1.353 359 6/15/2024
2.1.352 165 6/15/2024
2.1.351 208 6/15/2024
2.1.350 110 6/14/2024
2.1.349 480 6/4/2024
2.1.348 234 6/4/2024
2.1.347 415 6/2/2024
2.1.346 283 6/1/2024
2.1.345 96 6/1/2024
2.1.344 94 6/1/2024
2.1.343 105 6/1/2024
2.1.342 478 6/1/2024
2.1.341 93 6/1/2024
2.1.340 106 6/1/2024
2.1.339 323 5/31/2024
2.1.338 108 5/31/2024
2.1.337 98 5/31/2024
2.1.336 115 5/31/2024
2.1.335 522 5/29/2024
2.1.334 92 5/29/2024
2.1.333 289 5/29/2024
2.1.332 196 5/29/2024
2.1.331 252 5/28/2024
2.1.330 210 5/28/2024
2.1.329 265 5/28/2024
2.1.328 102 5/28/2024
2.1.327 104 5/28/2024
2.1.326 356 5/28/2024
2.1.325 225 5/27/2024
2.1.324 274 5/27/2024
2.1.323 100 5/27/2024
2.1.322 201 5/26/2024
2.1.321 263 5/26/2024
2.1.320 320 5/26/2024
2.1.319 108 5/26/2024
2.1.318 99 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 110 5/25/2024
2.1.313 107 5/25/2024
2.1.312 413 5/25/2024
2.1.311 113 5/25/2024
2.1.310 504 5/25/2024
2.1.309 236 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 101 5/23/2024
2.1.304 109 5/23/2024
2.1.303 283 5/23/2024
2.1.302 295 5/22/2024
2.1.301 105 5/22/2024
2.1.300 258 5/22/2024
2.1.299 105 5/22/2024
2.1.298 365 5/18/2024
2.1.297 108 5/18/2024
2.1.296 240 5/18/2024
2.1.295 131 5/18/2024
2.1.294 216 5/17/2024
2.1.293 119 5/17/2024
2.1.292 350 5/17/2024
2.1.291 223 5/17/2024
2.1.290 178 5/16/2024
2.1.289 134 5/16/2024
2.1.288 125 5/16/2024
2.1.287 327 5/15/2024
2.1.286 108 5/15/2024
2.1.285 115 5/14/2024
2.1.284 443 5/13/2024
2.1.283 89 5/13/2024
2.1.282 91 5/13/2024
2.1.281 428 5/1/2024
2.1.280 139 5/1/2024
2.1.279 1,171 4/28/2024
2.1.278 189 4/28/2024
2.1.277 179 4/28/2024
2.1.276 96 4/28/2024
2.1.275 113 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 246 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 219 4/19/2024
2.1.264 181 4/18/2024
2.1.263 449 4/13/2024
2.1.262 155 4/13/2024
2.1.261 204 4/13/2024
2.1.260 115 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 103 4/12/2024
2.1.255 110 4/12/2024
2.1.254 109 4/12/2024
2.1.253 110 4/12/2024
2.1.252 422 4/12/2024
2.1.251 96 4/12/2024
2.1.250 1,355 4/10/2024
2.1.249 100 4/10/2024
2.1.248 95 4/10/2024
2.1.247 433 4/10/2024
2.1.246 108 4/10/2024
2.1.245 277 4/9/2024
2.1.244 463 4/3/2024
2.1.243 205 4/2/2024
2.1.242 256 4/2/2024
2.1.241 236 4/2/2024
2.1.240 119 4/1/2024
2.1.239 570 3/30/2024
2.1.238 187 3/29/2024
2.1.237 86 3/29/2024
2.1.236 461 3/25/2024
2.1.235 122 3/25/2024
2.1.234 130 3/25/2024
2.1.233 324 3/25/2024
2.1.232 123 3/25/2024
2.1.231 113 3/25/2024
2.1.230 427 3/21/2024
2.1.229 115 3/21/2024
2.1.228 320 3/21/2024
2.1.227 120 3/20/2024
2.1.226 415 3/20/2024
2.1.225 116 3/19/2024
2.1.224 121 3/19/2024
2.1.223 110 3/19/2024
2.1.222 361 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 254 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 298 3/16/2024
2.1.213 114 3/16/2024
2.1.212 269 3/15/2024
2.1.211 122 3/15/2024
2.1.210 246 3/14/2024
2.1.209 103 3/13/2024
2.1.208 272 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 276 3/13/2024
2.1.202 107 3/13/2024
2.1.201 100 3/12/2024
2.1.200 107 3/12/2024
2.1.199 106 3/12/2024
2.1.198 367 3/12/2024
2.1.197 108 3/12/2024
2.1.196 114 3/12/2024
2.1.195 451 3/11/2024
2.1.194 298 3/11/2024
2.1.193 105 3/11/2024
2.1.192 107 3/11/2024
2.1.191 424 3/10/2024
2.1.190 124 3/10/2024
2.1.189 115 3/10/2024
2.1.188 434 3/10/2024
2.1.187 247 3/9/2024
2.1.186 115 3/9/2024
2.1.185 115 3/8/2024
2.1.184 116 3/8/2024
2.1.183 104 3/8/2024
2.1.182 113 3/8/2024
2.1.181 473 3/8/2024
2.1.180 116 3/8/2024
2.1.179 393 3/6/2024
2.1.178 255 3/6/2024
2.1.177 121 3/6/2024
2.1.176 405 3/4/2024
2.1.175 223 3/4/2024
2.1.174 118 3/4/2024
2.1.173 111 3/4/2024
2.1.172 116 3/4/2024
2.1.171 307 3/4/2024
2.1.170 231 3/3/2024
2.1.169 190 3/3/2024
2.1.168 168 3/3/2024
2.1.167 119 3/3/2024
2.1.166 112 3/2/2024
2.1.165 220 3/2/2024
2.1.164 166 3/2/2024
2.1.163 108 3/2/2024
2.1.162 303 3/2/2024
2.1.161 115 3/2/2024
2.1.160 245 3/1/2024
2.1.159 111 2/29/2024
2.1.158 109 2/29/2024
2.1.157 108 2/29/2024
2.1.156 106 2/29/2024
2.1.155 388 2/29/2024
2.1.154 108 2/29/2024
2.1.153 256 2/27/2024
2.1.152 205 2/26/2024
2.1.151 147 2/26/2024
2.1.150 222 2/25/2024
2.1.149 169 2/25/2024
2.1.148 110 2/25/2024
2.1.147 111 2/25/2024
2.1.146 110 2/25/2024
2.1.145 328 2/24/2024
2.1.144 117 2/24/2024
2.1.143 123 2/24/2024
2.1.142 113 2/23/2024
2.1.141 114 2/23/2024
2.1.140 384 2/22/2024
2.1.139 125 2/22/2024
2.1.138 113 2/22/2024
2.1.137 243 2/22/2024
2.1.136 122 2/22/2024
2.1.135 232 2/22/2024
2.1.134 124 2/21/2024
2.1.133 117 2/21/2024
2.1.132 121 2/21/2024
2.1.131 298 2/21/2024
2.1.130 121 2/21/2024
2.1.129 253 2/21/2024
2.1.128 124 2/21/2024
2.1.127 119 2/21/2024
2.1.126 116 2/21/2024
2.1.125 296 2/20/2024
2.1.124 112 2/20/2024
2.1.123 235 2/20/2024
2.1.122 112 2/20/2024
2.1.121 248 2/20/2024
2.1.120 118 2/20/2024
2.1.119 114 2/20/2024
2.1.118 121 2/19/2024
2.1.117 114 2/19/2024
2.1.116 116 2/19/2024
2.1.115 384 2/19/2024
2.1.114 218 2/19/2024
2.1.113 136 2/17/2024
2.1.112 120 2/17/2024
2.1.111 113 2/17/2024
2.1.110 324 2/17/2024
2.1.109 159 2/16/2024
2.1.108 111 2/16/2024
2.1.107 110 2/16/2024
2.1.106 277 2/16/2024
2.1.105 112 2/16/2024
2.1.104 113 2/16/2024
2.1.103 184 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 123 2/13/2024
2.1.96 106 2/13/2024
2.1.95 112 2/13/2024
2.1.94 247 2/13/2024
2.1.93 184 2/13/2024
2.1.92 155 2/13/2024
2.1.91 190 2/13/2024
2.1.90 179 2/12/2024
2.1.89 116 2/12/2024
2.1.88 236 2/12/2024
2.1.87 123 2/12/2024
2.1.86 250 2/11/2024
2.1.85 114 2/11/2024
2.1.84 227 2/11/2024
2.1.83 120 2/11/2024
2.1.82 125 2/11/2024
2.1.81 289 2/11/2024
2.1.80 201 2/10/2024
2.1.79 121 2/10/2024
2.1.78 224 2/10/2024
2.1.77 189 2/10/2024
2.1.76 125 2/10/2024
2.1.75 272 2/9/2024
2.1.74 187 2/9/2024
2.1.73 120 2/9/2024
2.1.72 301 2/9/2024
2.1.71 108 2/9/2024
2.1.70 121 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 377 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 173 2/7/2024
2.1.60 206 2/7/2024
2.1.59 122 2/7/2024
2.1.58 140 2/6/2024
2.1.57 139 2/6/2024
2.1.56 123 2/6/2024
2.1.55 417 2/5/2024
2.1.54 114 2/5/2024
2.1.53 218 2/5/2024
2.1.52 257 2/4/2024
2.1.51 111 2/4/2024
2.1.50 262 2/4/2024
2.1.49 194 2/3/2024
2.1.48 326 2/3/2024
2.1.47 165 1/31/2024
2.1.46 130 1/31/2024
2.1.45 108 1/31/2024
2.1.44 107 1/31/2024
2.1.43 408 1/30/2024
2.1.42 108 1/30/2024
2.1.41 204 1/30/2024
2.1.40 147 1/30/2024
2.1.39 104 1/29/2024
2.1.38 288 1/29/2024
2.1.37 118 1/29/2024
2.1.36 110 1/29/2024
2.1.35 106 1/29/2024
2.1.34 99 1/29/2024
2.1.33 409 1/28/2024
2.1.32 112 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 109 1/27/2024
2.1.25 316 1/27/2024
2.1.24 108 1/27/2024
2.1.23 255 1/27/2024
2.1.22 141 1/27/2024
2.1.21 200 1/26/2024
2.1.20 109 1/26/2024
2.1.19 131 1/26/2024
2.1.18 200 1/26/2024
2.1.17 273 1/26/2024
2.1.16 108 1/26/2024
2.1.15 110 1/26/2024
2.1.14 225 1/25/2024
2.1.13 114 1/25/2024
2.1.12 208 1/25/2024
2.1.11 113 1/25/2024
2.1.10 223 1/25/2024
2.1.9 99 1/25/2024
2.1.8 231 1/19/2024
2.1.7 221 1/19/2024
2.1.6 113 1/19/2024
2.1.5 257 1/17/2024
2.1.4 169 1/17/2024
2.1.3 340 1/15/2024
2.1.2 383 1/13/2024
2.1.1 139 1/13/2024