Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.685

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.685                
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 3.0.685                
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.685" />                
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.685                
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 3.0.685"                
#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.685

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

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.780 0 1/18/2025
3.0.779 0 1/18/2025
3.0.778 0 1/18/2025
3.0.777 24 1/17/2025
3.0.776 47 1/17/2025
3.0.775 26 1/17/2025
3.0.774 31 1/17/2025
3.0.773 37 1/16/2025
3.0.772 247 1/16/2025
3.0.771 35 1/16/2025
3.0.770 32 1/16/2025
3.0.769 36 1/16/2025
3.0.768 228 1/15/2025
3.0.767 132 1/15/2025
3.0.766 229 1/15/2025
3.0.765 31 1/15/2025
3.0.764 120 1/15/2025
3.0.763 14 1/15/2025
3.0.762 146 1/15/2025
3.0.761 38 1/14/2025
3.0.760 7 1/14/2025
3.0.759 36 1/14/2025
3.0.758 7 1/14/2025
3.0.757 206 1/14/2025
3.0.756 58 1/13/2025
3.0.755 70 1/13/2025
3.0.754 63 1/13/2025
3.0.753 357 1/12/2025
3.0.752 439 1/11/2025
3.0.751 179 1/11/2025
3.0.750 185 1/11/2025
3.0.749 63 1/10/2025
3.0.748 67 1/10/2025
3.0.747 439 1/10/2025
3.0.746 65 1/10/2025
3.0.745 571 1/3/2025
3.0.744 114 1/3/2025
3.0.743 264 1/3/2025
3.0.742 80 1/3/2025
3.0.741 287 1/2/2025
3.0.740 91 1/2/2025
3.0.739 88 1/2/2025
3.0.738 82 1/2/2025
3.0.737 455 1/1/2025
3.0.736 575 1/1/2025
3.0.735 85 12/31/2024
3.0.734 150 12/31/2024
3.0.733 87 12/31/2024
3.0.732 201 12/31/2024
3.0.731 391 12/31/2024
3.0.730 101 12/31/2024
3.0.729 189 12/31/2024
3.0.728 172 12/31/2024
3.0.727 77 12/31/2024
3.0.726 259 12/31/2024
3.0.725 72 12/31/2024
3.0.724 528 12/28/2024
3.0.723 91 12/28/2024
3.0.722 79 12/27/2024
3.0.721 88 12/27/2024
3.0.720 683 12/24/2024
3.0.719 314 12/24/2024
3.0.718 75 12/24/2024
3.0.717 80 12/24/2024
3.0.716 68 12/23/2024
3.0.715 76 12/23/2024
3.0.714 350 12/23/2024
3.0.713 81 12/23/2024
3.0.712 184 12/23/2024
3.0.711 281 12/23/2024
3.0.710 79 12/23/2024
3.0.709 83 12/22/2024
3.0.708 444 12/22/2024
3.0.707 90 12/22/2024
3.0.706 79 12/22/2024
3.0.705 82 12/22/2024
3.0.704 1,120 12/21/2024
3.0.703 83 12/21/2024
3.0.702 86 12/21/2024
3.0.701 264 12/21/2024
3.0.700 88 12/21/2024
3.0.699 80 12/21/2024
3.0.698 85 12/21/2024
3.0.697 435 12/20/2024
3.0.696 84 12/20/2024
3.0.695 335 12/20/2024
3.0.694 88 12/20/2024
3.0.693 84 12/20/2024
3.0.692 391 12/19/2024
3.0.691 79 12/19/2024
3.0.690 83 12/19/2024
3.0.689 81 12/18/2024
3.0.688 80 12/18/2024
3.0.687 759 12/16/2024
3.0.686 66 12/16/2024
3.0.685 285 12/10/2024
3.0.684 86 12/10/2024
3.0.683 86 12/9/2024
3.0.682 506 12/9/2024
3.0.681 85 12/9/2024
3.0.680 87 12/9/2024
3.0.679 360 12/9/2024
3.0.678 176 12/7/2024
3.0.677 94 12/6/2024
3.0.676 87 12/6/2024
3.0.675 90 12/6/2024
3.0.674 94 12/6/2024
3.0.673 84 12/6/2024
3.0.672 92 12/6/2024
3.0.671 90 12/6/2024
3.0.670 103 12/6/2024
3.0.669 100 12/6/2024
3.0.668 91 12/6/2024
3.0.667 97 12/6/2024
3.0.666 104 12/5/2024
3.0.665 97 12/5/2024
3.0.664 546 12/5/2024
3.0.663 96 12/5/2024
3.0.662 90 12/5/2024
3.0.661 1,408 12/5/2024
3.0.660 88 12/5/2024
3.0.659 285 12/5/2024
3.0.658 97 12/4/2024
3.0.657 94 12/4/2024
3.0.656 299 12/4/2024
3.0.655 91 12/4/2024
3.0.654 102 12/4/2024
3.0.653 317 12/3/2024
3.0.652 227 12/3/2024
3.0.651 92 12/3/2024
3.0.650 89 12/3/2024
3.0.649 282 12/3/2024
3.0.648 262 12/3/2024
3.0.647 321 12/2/2024
3.0.646 81 12/2/2024
3.0.645 89 12/2/2024
3.0.644 305 12/2/2024
3.0.643 78 12/2/2024
3.0.642 256 12/1/2024
3.0.641 85 12/1/2024
3.0.640 333 12/1/2024
3.0.639 86 12/1/2024
3.0.638 342 11/29/2024
3.0.637 84 11/29/2024
3.0.636 562 11/21/2024
3.0.635 104 11/21/2024
3.0.634 406 11/20/2024
3.0.633 86 11/20/2024
3.0.632 97 11/20/2024
3.0.631 94 11/20/2024
3.0.630 88 11/20/2024
3.0.629 96 11/20/2024
3.0.628 90 11/20/2024
3.0.627 438 11/19/2024
3.0.626 94 11/19/2024
3.0.625 504 11/19/2024
3.0.624 94 11/19/2024
3.0.623 93 11/19/2024
3.0.622 507 11/15/2024
3.0.621 227 11/14/2024
3.0.620 88 11/14/2024
3.0.619 93 11/14/2024
3.0.618 90 11/14/2024
3.0.617 265 11/14/2024
3.0.616 200 11/14/2024
3.0.615 86 11/14/2024
3.0.614 311 11/14/2024
3.0.613 326 11/14/2024
3.0.612 90 11/14/2024
3.0.611 269 11/14/2024
3.0.610 89 11/14/2024
3.0.609 90 11/14/2024
2.1.608 441 11/13/2024
2.1.607 328 11/13/2024
2.1.606 94 11/13/2024
2.1.605 530 11/13/2024
2.1.604 93 11/12/2024
2.1.603 90 11/12/2024
2.1.602 696 11/9/2024
2.1.601 261 11/9/2024
2.1.600 259 11/9/2024
2.1.599 94 11/9/2024
2.1.598 95 11/8/2024
2.1.597 421 11/8/2024
2.1.596 95 11/8/2024
2.1.595 656 11/8/2024
2.1.594 250 11/8/2024
2.1.593 312 11/6/2024
2.1.592 348 11/1/2024
2.1.591 88 11/1/2024
2.1.590 88 11/1/2024
2.1.589 632 10/29/2024
2.1.588 93 10/29/2024
2.1.587 247 10/29/2024
2.1.586 232 10/29/2024
2.1.585 293 10/29/2024
2.1.584 89 10/29/2024
2.1.583 323 10/29/2024
2.1.582 466 10/28/2024
2.1.581 426 10/26/2024
2.1.580 89 10/26/2024
2.1.579 599 10/22/2024
2.1.578 331 10/22/2024
2.1.577 181 10/22/2024
2.1.576 85 10/22/2024
2.1.575 83 10/22/2024
2.1.574 779 10/17/2024
2.1.573 200 10/17/2024
2.1.572 521 10/15/2024
2.1.571 83 10/15/2024
2.1.570 256 10/14/2024
2.1.569 362 10/12/2024
2.1.568 92 10/12/2024
2.1.567 93 10/12/2024
2.1.566 472 10/11/2024
2.1.565 488 10/9/2024
2.1.564 213 10/9/2024
2.1.563 265 10/9/2024
2.1.562 252 10/9/2024
2.1.561 185 10/8/2024
2.1.560 86 10/8/2024
2.1.559 288 10/8/2024
2.1.558 91 10/8/2024
2.1.557 456 10/8/2024
2.1.556 90 10/8/2024
2.1.555 681 10/3/2024
2.1.554 252 10/3/2024
2.1.553 255 10/3/2024
2.1.552 88 10/3/2024
2.1.551 81 10/3/2024
2.1.550 82 10/3/2024
2.1.549 646 10/2/2024
2.1.548 167 10/2/2024
2.1.547 85 10/2/2024
2.1.546 388 10/2/2024
2.1.545 87 10/2/2024
2.1.544 93 10/2/2024
2.1.543 567 10/1/2024
2.1.542 232 10/1/2024
2.1.541 309 10/1/2024
2.1.540 90 10/1/2024
2.1.539 597 9/29/2024
2.1.538 92 9/29/2024
2.1.537 87 9/29/2024
2.1.536 503 9/29/2024
2.1.535 505 9/27/2024
2.1.534 86 9/27/2024
2.1.533 469 9/27/2024
2.1.532 92 9/27/2024
2.1.531 478 9/27/2024
2.1.530 89 9/27/2024
2.1.529 367 9/26/2024
2.1.528 212 9/26/2024
2.1.527 620 9/26/2024
2.1.526 154 9/26/2024
2.1.525 250 9/26/2024
2.1.524 234 9/26/2024
2.1.523 94 9/26/2024
2.1.522 718 9/23/2024
2.1.521 166 9/23/2024
2.1.520 291 9/23/2024
2.1.519 386 9/23/2024
2.1.518 87 9/23/2024
2.1.517 267 9/23/2024
2.1.516 544 9/23/2024
2.1.515 212 9/23/2024
2.1.514 91 9/23/2024
2.1.513 463 9/22/2024
2.1.512 422 9/18/2024
2.1.511 104 9/18/2024
2.1.510 186 9/18/2024
2.1.509 274 9/18/2024
2.1.508 92 9/18/2024
2.1.507 107 9/17/2024
2.1.506 319 9/17/2024
2.1.505 150 9/17/2024
2.1.504 101 9/17/2024
2.1.503 286 9/17/2024
2.1.502 188 9/17/2024
2.1.501 173 9/17/2024
2.1.500 93 9/17/2024
2.1.499 1,110 9/16/2024
2.1.498 105 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 183 9/12/2024
2.1.492 139 9/11/2024
2.1.491 148 9/11/2024
2.1.490 174 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 197 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 430 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 99 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 121 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 91 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 760 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 257 7/10/2024
2.1.392 88 7/10/2024
2.1.391 98 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 619 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 290 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 105 5/25/2024
2.1.312 411 5/25/2024
2.1.311 113 5/25/2024
2.1.310 502 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 325 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 87 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,167 4/28/2024
2.1.278 189 4/28/2024
2.1.277 179 4/28/2024
2.1.276 94 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 252 4/20/2024
2.1.270 244 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 217 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 113 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 420 4/12/2024
2.1.251 96 4/12/2024
2.1.250 1,349 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 106 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 120 3/25/2024
2.1.234 128 3/25/2024
2.1.233 322 3/25/2024
2.1.232 121 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 114 3/19/2024
2.1.224 119 3/19/2024
2.1.223 108 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 379 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 540 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 296 3/11/2024
2.1.193 103 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 432 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 221 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 188 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 113 3/2/2024
2.1.160 245 3/1/2024
2.1.159 111 2/29/2024
2.1.158 107 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 106 2/29/2024
2.1.153 254 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 382 2/22/2024
2.1.139 123 2/22/2024
2.1.138 111 2/22/2024
2.1.137 243 2/22/2024
2.1.136 122 2/22/2024
2.1.135 230 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 251 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 111 2/20/2024
2.1.118 117 2/19/2024
2.1.117 114 2/19/2024
2.1.116 114 2/19/2024
2.1.115 382 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 110 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 117 2/14/2024
2.1.98 325 2/13/2024
2.1.97 123 2/13/2024
2.1.96 104 2/13/2024
2.1.95 110 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 123 2/10/2024
2.1.75 270 2/9/2024
2.1.74 187 2/9/2024
2.1.73 120 2/9/2024
2.1.72 299 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 118 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 123 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