Soenneker.Blazor.Utils.ModuleImport 3.0.853

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

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

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.ModuleImport

A Blazor utility library assisting with asynchronous module loading

This library simplifies the process of loading JavaScript modules and provides methods for waiting until a module is loaded and disposing of modules when they are no longer needed.

Features

  • Import JavaScript modules dynamically.
  • Wait until a module is fully loaded.
  • Dispose of JavaScript modules when they are no longer needed.
  • Singleton pattern to ensure that each module is loaded only once.

Installation

To install, add the package to your Blazor project using the .NET CLI:

dotnet add package Soenneker.Blazor.Utils.ModuleImport

Register it in DI:

builder.Services.AddModuleImportUtil();

Example

Here's an example of how to use the ModuleImportUtil in a Blazor component:

@page "/example"
@inject IModuleImportUtil ModuleImportUtil
@implements IAsyncDisposable

<h3>Module Import Example</h3>

<button @onclick="LoadModule">Load Module</button>

@code {
    private async Task LoadModule()
    {
        var module = await ModuleImportUtil.Import("exampleModule");
        await ModuleImportUtil.WaitUntilLoaded("exampleModule");

        // Guaranteed that the module has been added to the DOM, and available at this point
    }

    public async ValueTask DisposeAsync()
    {
        await ModuleImportUtil.DisposeModule("exampleModule");
    }
}
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
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.ModuleImport:

Package Downloads
Soenneker.Blazor.Utils.ResourceLoader

A Blazor JavaScript interop for dynamically loading scripts, styles, and modules

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.853 111 12/25/2024
3.0.852 86 12/25/2024
3.0.851 112 12/24/2024
3.0.850 80 12/24/2024
3.0.849 37 12/24/2024
3.0.848 235 12/24/2024
3.0.847 348 12/24/2024
3.0.846 35 12/24/2024
3.0.845 188 12/24/2024
3.0.844 274 12/24/2024
3.0.843 36 12/24/2024
3.0.842 226 12/24/2024
3.0.841 37 12/24/2024
3.0.840 37 12/24/2024
3.0.839 532 12/24/2024
3.0.838 36 12/24/2024
3.0.837 61 12/24/2024
3.0.836 232 12/23/2024
3.0.835 55 12/23/2024
3.0.834 51 12/23/2024
3.0.833 44 12/23/2024
3.0.832 200 12/23/2024
3.0.831 55 12/23/2024
3.0.830 231 12/23/2024
3.0.829 63 12/23/2024
3.0.828 259 12/23/2024
3.0.827 63 12/23/2024
3.0.826 61 12/23/2024
3.0.825 68 12/23/2024
3.0.824 320 12/23/2024
3.0.823 64 12/23/2024
3.0.822 309 12/23/2024
3.0.821 62 12/23/2024
3.0.820 62 12/23/2024
3.0.819 60 12/23/2024
3.0.818 482 12/22/2024
3.0.817 61 12/22/2024
3.0.816 69 12/22/2024
3.0.815 66 12/22/2024
3.0.814 267 12/22/2024
3.0.813 68 12/22/2024
3.0.812 252 12/22/2024
3.0.811 66 12/22/2024
3.0.810 381 12/22/2024
3.0.809 69 12/22/2024
3.0.808 239 12/22/2024
3.0.807 64 12/22/2024
3.0.806 61 12/22/2024
3.0.805 61 12/22/2024
3.0.804 418 12/22/2024
3.0.803 63 12/22/2024
3.0.802 70 12/21/2024
3.0.801 67 12/21/2024
3.0.800 372 12/21/2024
3.0.799 62 12/21/2024
3.0.798 159 12/21/2024
3.0.797 62 12/21/2024
3.0.796 160 12/21/2024
3.0.795 69 12/21/2024
3.0.794 73 12/21/2024
3.0.793 137 12/21/2024
3.0.792 69 12/21/2024
3.0.791 414 12/21/2024
3.0.790 71 12/21/2024
3.0.789 66 12/21/2024
3.0.788 365 12/21/2024
3.0.787 67 12/21/2024
3.0.786 86 12/20/2024
3.0.785 63 12/20/2024
3.0.784 200 12/20/2024
3.0.783 204 12/20/2024
3.0.782 66 12/20/2024
3.0.781 168 12/20/2024
3.0.780 71 12/20/2024
3.0.779 70 12/20/2024
3.0.778 63 12/20/2024
3.0.777 150 12/20/2024
3.0.776 72 12/20/2024
3.0.775 331 12/20/2024
3.0.774 67 12/20/2024
3.0.773 305 12/19/2024
3.0.772 114 12/19/2024
3.0.771 60 12/19/2024
3.0.770 66 12/19/2024
3.0.769 63 12/19/2024
3.0.768 341 12/19/2024
3.0.767 69 12/19/2024
3.0.766 77 12/19/2024
3.0.765 266 12/18/2024
3.0.764 60 12/18/2024
3.0.763 68 12/18/2024
3.0.762 1,960 12/17/2024
3.0.761 180 12/17/2024
3.0.760 79 12/17/2024
3.0.759 246 12/17/2024
3.0.758 213 12/17/2024
3.0.757 185 12/17/2024
3.0.756 68 12/17/2024
3.0.755 304 12/16/2024
3.0.754 64 12/16/2024
3.0.753 471 12/10/2024
3.0.752 68 12/10/2024
3.0.751 67 12/10/2024
3.0.750 196 12/10/2024
3.0.749 65 12/10/2024
3.0.748 351 12/10/2024
3.0.747 69 12/10/2024
3.0.746 145 12/9/2024
3.0.745 72 12/9/2024
3.0.744 303 12/9/2024
3.0.743 71 12/9/2024
3.0.742 568 12/9/2024
3.0.741 69 12/9/2024
3.0.740 227 12/9/2024
3.0.739 63 12/9/2024
3.0.738 627 12/7/2024
3.0.737 78 12/7/2024
3.0.736 70 12/7/2024
3.0.733 266 12/6/2024
3.0.732 70 12/6/2024
3.0.731 70 12/6/2024
3.0.730 69 12/6/2024
3.0.729 187 12/6/2024
3.0.728 217 12/6/2024
3.0.727 69 12/6/2024
3.0.726 264 12/6/2024
3.0.725 227 12/6/2024
3.0.724 197 12/6/2024
3.0.723 199 12/6/2024
3.0.722 66 12/6/2024
3.0.721 186 12/6/2024
3.0.720 226 12/6/2024
3.0.719 80 12/6/2024
3.0.718 358 12/6/2024
3.0.717 73 12/6/2024
3.0.716 249 12/6/2024
3.0.715 76 12/6/2024
3.0.714 286 12/6/2024
3.0.713 69 12/6/2024
3.0.712 72 12/6/2024
3.0.711 106 12/6/2024
3.0.710 79 12/6/2024
3.0.709 192 12/6/2024
3.0.708 75 12/6/2024
3.0.707 225 12/6/2024
3.0.706 208 12/5/2024
3.0.705 78 12/5/2024
3.0.704 78 12/5/2024
3.0.703 199 12/5/2024
3.0.702 79 12/5/2024
3.0.701 243 12/5/2024
3.0.700 298 12/5/2024
3.0.699 75 12/5/2024
3.0.698 3,465 12/3/2024
3.0.697 75 12/3/2024
3.0.696 75 12/3/2024
3.0.695 123 12/3/2024
3.0.694 73 12/3/2024
3.0.693 410 12/3/2024
3.0.692 72 12/3/2024
3.0.691 75 12/3/2024
3.0.690 65 12/3/2024
3.0.689 517 12/3/2024
3.0.688 69 12/3/2024
3.0.687 135 12/2/2024
3.0.686 274 12/2/2024
3.0.685 61 12/2/2024
3.0.684 166 12/2/2024
3.0.683 61 12/2/2024
3.0.682 239 12/2/2024
3.0.681 67 12/2/2024
3.0.680 208 12/2/2024
3.0.679 68 12/2/2024
3.0.678 449 12/2/2024
3.0.677 70 12/2/2024
3.0.676 279 12/2/2024
3.0.675 71 12/2/2024
3.0.674 67 12/1/2024
3.0.673 67 12/1/2024
3.0.672 234 12/1/2024
3.0.671 73 12/1/2024
3.0.670 679 12/1/2024
3.0.669 73 12/1/2024
3.0.668 73 12/1/2024
3.0.667 639 11/29/2024
3.0.666 130 11/29/2024
3.0.665 234 11/29/2024
3.0.664 70 11/29/2024
3.0.663 118 11/29/2024
3.0.662 68 11/29/2024
3.0.661 225 11/29/2024
3.0.660 66 11/29/2024
3.0.659 673 11/21/2024
3.0.658 221 11/21/2024
3.0.657 149 11/21/2024
3.0.656 210 11/21/2024
3.0.655 76 11/21/2024
3.0.654 683 11/20/2024
3.0.653 80 11/20/2024
3.0.652 303 11/20/2024
3.0.651 78 11/20/2024
3.0.650 180 11/20/2024
3.0.649 76 11/20/2024
3.0.648 77 11/20/2024
3.0.647 73 11/20/2024
3.0.646 146 11/20/2024
3.0.645 82 11/20/2024
3.0.644 191 11/20/2024
3.0.643 341 11/20/2024
3.0.642 86 11/20/2024
3.0.641 322 11/20/2024
3.0.640 270 11/19/2024
3.0.639 78 11/19/2024
3.0.638 307 11/19/2024
3.0.637 73 11/19/2024
3.0.636 80 11/19/2024
3.0.635 195 11/19/2024
3.0.634 89 11/19/2024
3.0.633 427 11/19/2024
3.0.632 323 11/19/2024
3.0.631 72 11/19/2024
3.0.630 495 11/19/2024
3.0.629 84 11/19/2024
3.0.628 651 11/15/2024
3.0.627 120 11/15/2024
3.0.626 237 11/15/2024
3.0.625 68 11/15/2024
3.0.624 158 11/14/2024
3.0.623 77 11/14/2024
3.0.622 77 11/14/2024
3.0.621 73 11/14/2024
3.0.620 212 11/14/2024
3.0.619 80 11/14/2024
3.0.618 167 11/14/2024
3.0.617 75 11/14/2024
3.0.616 79 11/14/2024
3.0.615 259 11/14/2024
3.0.614 71 11/14/2024
3.0.613 272 11/14/2024
3.0.612 69 11/14/2024
3.0.611 295 11/14/2024
3.0.610 352 11/14/2024
3.0.609 79 11/14/2024
3.0.608 72 11/14/2024
3.0.607 493 11/14/2024
3.0.606 80 11/14/2024
3.0.605 383 11/14/2024
3.0.604 84 11/14/2024
3.0.603 164 11/14/2024
3.0.602 78 11/14/2024
3.0.601 79 11/14/2024
3.0.600 79 11/14/2024
3.0.599 179 11/14/2024
2.1.598 1,607 11/13/2024
2.1.597 300 11/13/2024
2.1.596 78 11/13/2024
2.1.595 416 11/13/2024
2.1.594 78 11/13/2024
2.1.593 397 11/13/2024
2.1.592 76 11/13/2024
2.1.591 260 11/13/2024
2.1.590 80 11/13/2024
2.1.589 82 11/13/2024
2.1.588 86 11/13/2024
2.1.587 701 11/12/2024
2.1.586 74 11/12/2024
2.1.585 1,178 11/9/2024
2.1.584 282 11/9/2024
2.1.583 80 11/9/2024
2.1.582 245 11/9/2024
2.1.581 77 11/9/2024
2.1.580 83 11/9/2024
2.1.579 491 11/9/2024
2.1.578 77 11/9/2024
2.1.577 85 11/9/2024
2.1.576 583 11/8/2024
2.1.575 82 11/8/2024
2.1.574 78 11/8/2024
2.1.573 350 11/8/2024
2.1.572 80 11/8/2024
2.1.571 193 11/8/2024
2.1.570 82 11/8/2024
2.1.569 320 11/8/2024
2.1.568 619 11/8/2024
2.1.567 454 11/8/2024
2.1.566 76 11/8/2024
2.1.565 80 11/8/2024
2.1.564 956 11/6/2024
2.1.563 83 11/6/2024
2.1.562 710 11/1/2024
2.1.561 309 11/1/2024
2.1.560 79 11/1/2024
2.1.559 268 11/1/2024
2.1.558 76 11/1/2024
2.1.557 84 11/1/2024
2.1.556 75 11/1/2024
2.1.555 397 11/1/2024
2.1.554 776 10/29/2024
2.1.553 167 10/29/2024
2.1.552 73 10/29/2024
2.1.551 173 10/29/2024
2.1.550 74 10/29/2024
2.1.549 488 10/29/2024
2.1.547 273 10/29/2024
2.1.546 77 10/29/2024
2.1.545 79 10/29/2024
2.1.544 395 10/29/2024
2.1.543 78 10/29/2024
2.1.542 77 10/29/2024
2.1.541 253 10/29/2024
2.1.540 644 10/29/2024
2.1.539 77 10/29/2024
2.1.538 506 10/29/2024
2.1.537 75 10/28/2024
2.1.536 76 10/28/2024
2.1.535 538 10/28/2024
2.1.534 915 10/26/2024
2.1.533 162 10/26/2024
2.1.532 79 10/26/2024
2.1.531 204 10/26/2024
2.1.530 84 10/26/2024
2.1.529 1,068 10/22/2024
2.1.528 261 10/22/2024
2.1.527 70 10/22/2024
2.1.526 84 10/22/2024
2.1.525 302 10/22/2024
2.1.524 76 10/22/2024
2.1.523 513 10/22/2024
2.1.522 76 10/22/2024
2.1.521 77 10/22/2024
2.1.520 411 10/22/2024
2.1.519 1,373 10/18/2024
2.1.518 112 10/18/2024
2.1.517 105 10/18/2024
2.1.516 410 10/17/2024
2.1.515 76 10/17/2024
2.1.514 337 10/17/2024
2.1.513 80 10/17/2024
2.1.512 1,017 10/15/2024
2.1.511 87 10/15/2024
2.1.510 83 10/15/2024
2.1.509 491 10/15/2024
2.1.508 73 10/15/2024
2.1.507 89 10/14/2024
2.1.506 81 10/14/2024
2.1.505 1,013 10/12/2024
2.1.504 186 10/12/2024
2.1.503 82 10/12/2024
2.1.502 218 10/12/2024
2.1.501 87 10/12/2024
2.1.500 310 10/12/2024
2.1.499 395 10/11/2024
2.1.498 79 10/11/2024
2.1.497 82 10/11/2024
2.1.496 373 10/11/2024
2.1.495 84 10/11/2024
2.1.494 696 10/9/2024
2.1.493 189 10/9/2024
2.1.492 188 10/9/2024
2.1.491 78 10/9/2024
2.1.490 400 10/9/2024
2.1.489 320 10/9/2024
2.1.488 81 10/9/2024
2.1.487 82 10/9/2024
2.1.486 174 10/9/2024
2.1.485 79 10/9/2024
2.1.484 197 10/8/2024
2.1.483 79 10/8/2024
2.1.482 82 10/8/2024
2.1.481 76 10/8/2024
2.1.480 556 10/8/2024
2.1.479 512 10/8/2024
2.1.478 84 10/8/2024
2.1.477 236 10/8/2024
2.1.476 80 10/8/2024
2.1.475 404 10/8/2024
2.1.474 84 10/8/2024
2.1.473 296 10/8/2024
2.1.472 82 10/8/2024
2.1.471 1,024 10/3/2024
2.1.470 168 10/3/2024
2.1.469 295 10/3/2024
2.1.468 77 10/3/2024
2.1.467 73 10/3/2024
2.1.466 67 10/3/2024
2.1.465 467 10/3/2024
2.1.464 76 10/3/2024
2.1.463 73 10/3/2024
2.1.462 192 10/3/2024
2.1.461 76 10/3/2024
2.1.460 189 10/3/2024
2.1.459 74 10/3/2024
2.1.458 894 10/2/2024
2.1.457 109 10/2/2024
2.1.456 190 10/2/2024
2.1.455 184 10/2/2024
2.1.454 76 10/2/2024
2.1.453 366 10/2/2024
2.1.452 72 10/2/2024
2.1.451 76 10/2/2024
2.1.450 329 10/2/2024
2.1.449 518 10/2/2024
2.1.448 268 10/1/2024
2.1.447 77 10/1/2024
2.1.446 76 10/1/2024
2.1.445 406 10/1/2024
2.1.444 76 10/1/2024
2.1.443 209 10/1/2024
2.1.442 418 10/1/2024
2.1.441 83 10/1/2024
2.1.440 77 10/1/2024
2.1.439 402 10/1/2024
2.1.438 80 10/1/2024
2.1.437 441 9/29/2024
2.1.436 222 9/29/2024
2.1.435 74 9/29/2024
2.1.434 315 9/29/2024
2.1.433 84 9/29/2024
2.1.432 243 9/29/2024
2.1.431 79 9/29/2024
2.1.430 232 9/29/2024
2.1.429 83 9/29/2024
2.1.428 84 9/29/2024
2.1.427 373 9/29/2024
2.1.426 525 9/27/2024
2.1.425 224 9/27/2024
2.1.424 81 9/27/2024
2.1.423 240 9/27/2024
2.1.422 78 9/27/2024
2.1.421 200 9/27/2024
2.1.420 346 9/27/2024
2.1.419 233 9/27/2024
2.1.418 87 9/27/2024
2.1.417 465 9/27/2024
2.1.416 88 9/27/2024
2.1.415 79 9/27/2024
2.1.414 290 9/27/2024
2.1.413 83 9/27/2024
2.1.412 519 9/27/2024
2.1.411 178 9/27/2024
2.1.410 78 9/27/2024
2.1.409 205 9/26/2024
2.1.408 76 9/26/2024
2.1.407 275 9/26/2024
2.1.406 79 9/26/2024
2.1.405 243 9/26/2024
2.1.404 350 9/26/2024
2.1.403 159 9/26/2024
2.1.402 81 9/26/2024
2.1.401 79 9/26/2024
2.1.400 197 9/26/2024
2.1.399 81 9/26/2024
2.1.398 82 9/26/2024
2.1.397 453 9/26/2024
2.1.395 261 9/26/2024
2.1.394 355 9/26/2024
2.1.393 85 9/26/2024
2.1.392 181 9/26/2024
2.1.391 78 9/26/2024
2.1.390 793 9/23/2024
2.1.389 188 9/23/2024
2.1.388 112 9/23/2024
2.1.387 192 9/23/2024
2.1.386 83 9/23/2024
2.1.385 221 9/23/2024
2.1.384 276 9/23/2024
2.1.383 86 9/23/2024
2.1.382 207 9/23/2024
2.1.381 85 9/23/2024
2.1.380 184 9/23/2024
2.1.379 81 9/23/2024
2.1.378 88 9/23/2024
2.1.377 79 9/23/2024
2.1.376 462 9/23/2024
2.1.375 80 9/23/2024
2.1.374 476 9/23/2024
2.1.373 246 9/23/2024
2.1.372 83 9/23/2024
2.1.371 509 9/23/2024
2.1.370 79 9/23/2024
2.1.369 129 9/23/2024
2.1.368 74 9/23/2024
2.1.367 342 9/23/2024
2.1.366 81 9/23/2024
2.1.365 238 9/23/2024
2.1.364 165 9/23/2024
2.1.363 80 9/22/2024
2.1.362 821 9/18/2024
2.1.361 90 9/18/2024
2.1.360 84 9/18/2024
2.1.359 199 9/18/2024
2.1.358 83 9/18/2024
2.1.357 178 9/18/2024
2.1.356 78 9/18/2024
2.1.355 91 9/18/2024
2.1.354 79 9/18/2024
2.1.353 89 9/18/2024
2.1.352 565 9/18/2024
2.1.351 85 9/18/2024
2.1.350 246 9/17/2024
2.1.349 88 9/17/2024
2.1.348 150 9/17/2024
2.1.347 117 9/17/2024
2.1.346 193 9/17/2024
2.1.345 90 9/17/2024
2.1.344 232 9/17/2024
2.1.343 94 9/17/2024
2.1.342 92 9/17/2024
2.1.341 257 9/17/2024
2.1.340 83 9/17/2024
2.1.339 102 9/17/2024
2.1.338 258 9/17/2024
2.1.337 77 9/17/2024
2.1.336 275 9/17/2024
2.1.335 253 9/17/2024
2.1.334 74 9/17/2024
2.1.333 87 9/17/2024
2.1.332 274 9/17/2024
2.1.331 153 9/17/2024
2.1.330 194 9/17/2024
2.1.329 96 9/17/2024
2.1.328 89 9/17/2024
2.1.327 801 9/16/2024
2.1.326 279 9/16/2024
2.1.325 98 9/16/2024
2.1.324 96 9/16/2024
2.1.323 296 9/16/2024
2.1.321 990 9/12/2024
2.1.320 95 9/12/2024
2.1.319 238 9/12/2024
2.1.318 100 9/12/2024
2.1.317 87 9/12/2024
2.1.316 96 9/12/2024
2.1.315 273 9/12/2024
2.1.314 357 9/12/2024
2.1.313 104 9/12/2024
2.1.312 261 9/12/2024
2.1.311 111 9/12/2024
2.1.310 248 9/12/2024
2.1.309 102 9/12/2024
2.1.308 282 9/11/2024
2.1.307 104 9/11/2024
2.1.306 259 9/11/2024
2.1.305 106 9/11/2024
2.1.304 230 9/11/2024
2.1.303 109 9/11/2024
2.1.302 90 9/11/2024
2.1.301 450 9/11/2024
2.1.300 88 9/11/2024
2.1.299 90 9/11/2024
2.1.298 362 9/11/2024
2.1.297 107 9/11/2024
2.1.296 110 9/11/2024
2.1.295 106 9/11/2024
2.1.294 92 9/11/2024
2.1.293 632 9/11/2024
2.1.292 103 9/11/2024
2.1.291 666 9/10/2024
2.1.290 111 9/10/2024
2.1.289 197 9/10/2024
2.1.287 611 9/10/2024
2.1.286 107 9/10/2024
2.1.285 105 9/10/2024
2.1.284 107 9/10/2024
2.1.283 272 9/10/2024
2.1.282 100 9/10/2024
2.1.281 100 9/10/2024
2.1.280 560 9/10/2024
2.1.277 334 9/10/2024
2.1.276 97 9/9/2024
2.1.275 175 9/9/2024
2.1.274 96 9/9/2024
2.1.273 356 9/9/2024
2.1.272 96 9/9/2024
2.1.271 101 9/9/2024
2.1.270 106 9/9/2024
2.1.269 95 9/9/2024
2.1.267 99 9/9/2024
2.1.266 96 9/9/2024
2.1.265 950 9/9/2024
2.1.264 98 9/9/2024
2.1.263 276 9/9/2024
2.1.262 692 9/7/2024
2.1.261 96 9/7/2024
2.1.260 310 9/7/2024
2.1.259 102 9/7/2024
2.1.258 340 9/7/2024
2.1.257 92 9/7/2024
2.1.256 108 9/6/2024
2.1.255 374 9/6/2024
2.1.254 197 9/6/2024
2.1.253 94 9/6/2024
2.1.252 291 9/6/2024
2.1.251 359 9/6/2024
2.1.250 100 9/6/2024
2.1.249 246 9/6/2024
2.1.248 96 9/6/2024
2.1.247 98 9/5/2024
2.1.246 86 9/5/2024
2.1.245 430 9/5/2024
2.1.244 215 9/5/2024
2.1.243 102 9/5/2024
2.1.242 342 9/5/2024
2.1.241 83 9/5/2024
2.1.240 217 9/5/2024
2.1.239 98 9/5/2024
2.1.238 103 9/5/2024
2.1.237 107 9/5/2024
2.1.236 91 9/5/2024
2.1.235 676 9/5/2024
2.1.234 204 9/5/2024
2.1.233 101 9/5/2024
2.1.232 110 9/4/2024
2.1.231 88 9/4/2024
2.1.230 704 9/4/2024
2.1.229 350 9/4/2024
2.1.228 228 9/4/2024
2.1.227 215 9/4/2024
2.1.226 212 9/3/2024
2.1.225 100 9/3/2024
2.1.224 94 9/3/2024
2.1.223 115 9/3/2024
2.1.222 310 9/3/2024
2.1.221 295 9/3/2024
2.1.220 94 9/3/2024
2.1.219 102 9/3/2024
2.1.218 86 9/3/2024
2.1.217 331 9/3/2024
2.1.216 117 9/3/2024
2.1.215 81 9/3/2024
2.1.214 888 8/29/2024
2.1.213 89 8/29/2024
2.1.212 72 8/29/2024
2.1.211 198 8/29/2024
2.1.210 83 8/29/2024
2.1.209 93 8/29/2024
2.1.208 88 8/29/2024
2.1.207 709 8/26/2024
2.1.206 200 8/26/2024
2.1.205 101 8/26/2024
2.1.204 212 8/26/2024
2.1.203 100 8/26/2024
2.1.202 96 8/26/2024
2.1.201 534 8/26/2024
2.1.200 420 8/21/2024
2.1.199 126 8/21/2024
2.1.198 231 8/21/2024
2.1.197 308 8/21/2024
2.1.196 111 8/21/2024
2.1.195 102 8/21/2024
2.1.194 106 8/21/2024
2.1.193 361 8/21/2024
2.1.192 129 8/21/2024
2.1.191 290 8/21/2024
2.1.190 101 8/21/2024
2.1.189 123 8/20/2024
2.1.188 106 8/20/2024
2.1.187 359 8/20/2024
2.1.186 378 8/20/2024
2.1.185 124 8/20/2024
2.1.184 104 8/20/2024
2.1.183 383 8/20/2024
2.1.182 109 8/20/2024
2.1.181 118 8/20/2024
2.1.180 118 8/20/2024
2.1.179 115 8/20/2024
2.1.178 118 8/20/2024
2.1.177 760 8/19/2024
2.1.176 430 8/15/2024
2.1.175 184 8/15/2024
2.1.174 208 8/15/2024
2.1.173 213 8/15/2024
2.1.172 189 8/15/2024
2.1.171 108 8/15/2024
2.1.170 279 8/15/2024
2.1.169 111 8/15/2024
2.1.168 657 8/14/2024
2.1.167 283 8/14/2024
2.1.166 107 8/14/2024
2.1.165 115 8/14/2024
2.1.164 112 8/14/2024
2.1.163 262 8/13/2024
2.1.162 502 8/13/2024
2.1.161 461 8/7/2024
2.1.160 98 8/7/2024
2.1.159 242 8/7/2024
2.1.158 189 8/7/2024
2.1.157 96 8/7/2024
2.1.156 96 8/7/2024
2.1.155 99 8/7/2024
2.1.154 234 8/6/2024
2.1.153 102 8/6/2024
2.1.152 216 8/6/2024
2.1.151 84 8/6/2024
2.1.150 670 8/1/2024
2.1.149 242 8/1/2024
2.1.148 88 8/1/2024
2.1.147 211 8/1/2024
2.1.146 169 8/1/2024
2.1.145 100 8/1/2024
2.1.144 302 8/1/2024
2.1.143 88 8/1/2024
2.1.142 129 8/1/2024
2.1.141 83 8/1/2024
2.1.140 611 7/25/2024
2.1.139 217 7/25/2024
2.1.138 113 7/25/2024
2.1.137 138 7/25/2024
2.1.136 157 7/25/2024
2.1.135 157 7/25/2024
2.1.134 133 7/25/2024
2.1.133 197 7/25/2024
2.1.132 92 7/25/2024
2.1.131 244 7/25/2024
2.1.130 62 7/25/2024
2.1.129 155 7/24/2024
2.1.128 80 7/24/2024
2.1.127 63 7/24/2024
2.1.126 140 7/24/2024
2.1.125 46 7/24/2024
2.1.124 1,002 7/20/2024
2.1.123 140 7/20/2024
2.1.122 136 7/20/2024
2.1.121 99 7/20/2024
2.1.120 141 7/20/2024
2.1.119 103 7/20/2024
2.1.118 184 7/20/2024
2.1.117 90 7/20/2024
2.1.116 635 7/17/2024
2.1.115 169 7/17/2024
2.1.114 351 7/14/2024
2.1.113 93 7/14/2024
2.1.112 246 7/14/2024
2.1.111 98 7/14/2024
2.1.110 99 7/14/2024
2.1.109 266 7/14/2024
2.1.108 93 7/14/2024
2.1.107 94 7/14/2024
2.1.106 98 7/14/2024
2.1.105 322 7/14/2024
2.1.104 91 7/14/2024
2.1.103 544 7/10/2024
2.1.102 93 7/10/2024
2.1.101 84 7/10/2024
2.1.100 107 7/10/2024
2.1.99 82 7/10/2024
2.1.98 86 7/10/2024
2.1.97 100 7/10/2024
2.1.96 97 7/10/2024
2.1.95 83 7/10/2024
2.1.94 88 7/10/2024
2.1.93 675 7/10/2024
2.1.92 91 7/10/2024
2.1.91 201 7/10/2024
2.1.90 94 7/10/2024
2.1.89 89 7/10/2024
2.1.88 155 7/10/2024
2.1.87 88 7/10/2024
2.1.86 151 7/10/2024
2.1.85 90 7/10/2024
2.1.84 196 7/10/2024
2.1.83 85 7/10/2024
2.1.82 168 7/10/2024
2.1.81 102 7/10/2024
2.1.79 162 7/10/2024
2.1.78 164 7/10/2024
2.1.77 106 7/10/2024
2.1.76 185 7/9/2024
2.1.73 158 7/9/2024
2.1.72 84 7/9/2024
2.1.71 100 7/9/2024
2.1.70 931 7/9/2024
2.1.69 88 7/9/2024
2.1.68 82 7/9/2024
2.1.67 80 7/9/2024
2.1.66 3,831 7/9/2024
2.1.65 96 7/9/2024
2.1.64 380 7/9/2024
2.1.63 91 7/9/2024
2.1.62 95 7/9/2024
2.1.61 99 7/9/2024
2.1.60 443 7/9/2024
2.1.59 107 7/9/2024
2.1.57 90 7/8/2024
2.1.56 112 7/8/2024
2.1.55 105 7/8/2024
2.1.54 476 7/8/2024
2.1.53 96 7/8/2024
2.1.52 225 7/8/2024
2.1.51 107 7/8/2024
2.1.50 454 7/8/2024
2.1.49 141 7/8/2024
2.1.48 208 7/8/2024
2.1.47 99 7/8/2024
2.1.46 360 7/8/2024
2.1.45 112 7/7/2024
2.1.44 104 7/7/2024
2.1.43 358 7/7/2024
2.1.42 110 7/7/2024
2.1.41 106 7/7/2024
2.1.40 163 7/7/2024
2.1.39 204 7/7/2024
2.1.38 117 7/7/2024
2.1.37 375 7/7/2024
2.1.36 225 7/7/2024
2.1.35 394 7/5/2024
2.1.34 482 7/3/2024
2.1.33 217 7/3/2024
2.1.32 199 7/3/2024
2.1.31 203 7/3/2024
2.1.30 187 7/3/2024
2.1.29 229 7/3/2024
2.1.28 112 7/3/2024
2.1.27 109 7/3/2024
2.1.26 113 7/3/2024
2.1.25 219 7/3/2024
2.1.24 183 7/3/2024
2.1.23 113 7/3/2024
2.1.22 377 7/3/2024
2.1.21 111 7/3/2024
2.1.20 384 7/3/2024
2.1.19 116 7/3/2024
2.1.18 432 7/2/2024
2.1.17 298 6/30/2024
2.1.16 238 6/30/2024
2.1.15 132 6/30/2024
2.1.14 124 6/30/2024
2.1.13 109 6/30/2024
2.1.12 259 6/30/2024
2.1.11 385 6/28/2024
2.1.10 123 6/28/2024
2.1.9 210 6/28/2024
2.1.8 140 6/28/2024
2.1.7 210 6/27/2024
2.1.6 164 6/27/2024
2.1.5 113 6/27/2024
2.1.4 464 6/27/2024
2.1.3 510 6/23/2024
2.1.2 118 6/23/2024
2.1.1 125 6/23/2024