Soenneker.Blazor.Utils.ModuleImport 3.0.671

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.ModuleImport --version 3.0.671                
NuGet\Install-Package Soenneker.Blazor.Utils.ModuleImport -Version 3.0.671                
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.671" />                
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.671                
#r "nuget: Soenneker.Blazor.Utils.ModuleImport, 3.0.671"                
#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.671

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

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.822 0 12/23/2024
3.0.821 0 12/23/2024
3.0.820 0 12/23/2024
3.0.819 0 12/23/2024
3.0.818 5 12/22/2024
3.0.817 4 12/22/2024
3.0.816 27 12/22/2024
3.0.815 21 12/22/2024
3.0.814 52 12/22/2024
3.0.813 28 12/22/2024
3.0.812 72 12/22/2024
3.0.811 26 12/22/2024
3.0.810 117 12/22/2024
3.0.809 26 12/22/2024
3.0.808 68 12/22/2024
3.0.807 28 12/22/2024
3.0.806 30 12/22/2024
3.0.805 30 12/22/2024
3.0.804 160 12/22/2024
3.0.803 34 12/22/2024
3.0.802 44 12/21/2024
3.0.801 36 12/21/2024
3.0.800 155 12/21/2024
3.0.799 37 12/21/2024
3.0.798 75 12/21/2024
3.0.797 37 12/21/2024
3.0.796 79 12/21/2024
3.0.795 36 12/21/2024
3.0.794 42 12/21/2024
3.0.793 66 12/21/2024
3.0.792 39 12/21/2024
3.0.791 163 12/21/2024
3.0.790 33 12/21/2024
3.0.789 36 12/21/2024
3.0.788 187 12/21/2024
3.0.787 40 12/21/2024
3.0.786 43 12/20/2024
3.0.785 36 12/20/2024
3.0.784 83 12/20/2024
3.0.783 95 12/20/2024
3.0.782 35 12/20/2024
3.0.781 85 12/20/2024
3.0.780 38 12/20/2024
3.0.779 39 12/20/2024
3.0.778 35 12/20/2024
3.0.777 79 12/20/2024
3.0.776 41 12/20/2024
3.0.775 138 12/20/2024
3.0.774 36 12/20/2024
3.0.773 138 12/19/2024
3.0.772 53 12/19/2024
3.0.771 30 12/19/2024
3.0.770 35 12/19/2024
3.0.769 33 12/19/2024
3.0.768 134 12/19/2024
3.0.767 39 12/19/2024
3.0.766 41 12/19/2024
3.0.765 132 12/18/2024
3.0.764 33 12/18/2024
3.0.763 37 12/18/2024
3.0.762 737 12/17/2024
3.0.761 131 12/17/2024
3.0.760 44 12/17/2024
3.0.759 202 12/17/2024
3.0.758 161 12/17/2024
3.0.757 159 12/17/2024
3.0.756 48 12/17/2024
3.0.755 289 12/16/2024
3.0.754 63 12/16/2024
3.0.753 465 12/10/2024
3.0.752 67 12/10/2024
3.0.751 66 12/10/2024
3.0.750 195 12/10/2024
3.0.749 64 12/10/2024
3.0.748 350 12/10/2024
3.0.747 68 12/10/2024
3.0.746 144 12/9/2024
3.0.745 71 12/9/2024
3.0.744 302 12/9/2024
3.0.743 70 12/9/2024
3.0.742 567 12/9/2024
3.0.741 68 12/9/2024
3.0.740 226 12/9/2024
3.0.739 62 12/9/2024
3.0.738 626 12/7/2024
3.0.737 77 12/7/2024
3.0.736 69 12/7/2024
3.0.733 265 12/6/2024
3.0.732 69 12/6/2024
3.0.731 69 12/6/2024
3.0.730 68 12/6/2024
3.0.729 186 12/6/2024
3.0.728 216 12/6/2024
3.0.727 68 12/6/2024
3.0.726 263 12/6/2024
3.0.725 226 12/6/2024
3.0.724 196 12/6/2024
3.0.723 198 12/6/2024
3.0.722 65 12/6/2024
3.0.721 185 12/6/2024
3.0.720 225 12/6/2024
3.0.719 79 12/6/2024
3.0.718 357 12/6/2024
3.0.717 70 12/6/2024
3.0.716 248 12/6/2024
3.0.715 75 12/6/2024
3.0.714 285 12/6/2024
3.0.713 66 12/6/2024
3.0.712 71 12/6/2024
3.0.711 105 12/6/2024
3.0.710 76 12/6/2024
3.0.709 191 12/6/2024
3.0.708 72 12/6/2024
3.0.707 224 12/6/2024
3.0.706 207 12/5/2024
3.0.705 77 12/5/2024
3.0.704 77 12/5/2024
3.0.703 198 12/5/2024
3.0.702 78 12/5/2024
3.0.701 242 12/5/2024
3.0.700 295 12/5/2024
3.0.699 74 12/5/2024
3.0.698 3,448 12/3/2024
3.0.697 74 12/3/2024
3.0.696 74 12/3/2024
3.0.695 122 12/3/2024
3.0.694 72 12/3/2024
3.0.693 409 12/3/2024
3.0.692 71 12/3/2024
3.0.691 74 12/3/2024
3.0.690 64 12/3/2024
3.0.689 516 12/3/2024
3.0.688 68 12/3/2024
3.0.687 134 12/2/2024
3.0.686 271 12/2/2024
3.0.685 60 12/2/2024
3.0.684 165 12/2/2024
3.0.683 60 12/2/2024
3.0.682 238 12/2/2024
3.0.681 66 12/2/2024
3.0.680 207 12/2/2024
3.0.679 67 12/2/2024
3.0.678 448 12/2/2024
3.0.677 67 12/2/2024
3.0.676 278 12/2/2024
3.0.675 70 12/2/2024
3.0.674 66 12/1/2024
3.0.673 66 12/1/2024
3.0.672 233 12/1/2024
3.0.671 72 12/1/2024
3.0.670 676 12/1/2024
3.0.669 70 12/1/2024
3.0.668 72 12/1/2024
3.0.667 638 11/29/2024
3.0.666 129 11/29/2024
3.0.665 233 11/29/2024
3.0.664 69 11/29/2024
3.0.663 117 11/29/2024
3.0.662 67 11/29/2024
3.0.661 224 11/29/2024
3.0.660 65 11/29/2024
3.0.659 672 11/21/2024
3.0.658 220 11/21/2024
3.0.657 148 11/21/2024
3.0.656 209 11/21/2024
3.0.655 75 11/21/2024
3.0.654 682 11/20/2024
3.0.653 79 11/20/2024
3.0.652 302 11/20/2024
3.0.651 75 11/20/2024
3.0.650 177 11/20/2024
3.0.649 75 11/20/2024
3.0.648 76 11/20/2024
3.0.647 72 11/20/2024
3.0.646 145 11/20/2024
3.0.645 81 11/20/2024
3.0.644 190 11/20/2024
3.0.643 340 11/20/2024
3.0.642 85 11/20/2024
3.0.641 321 11/20/2024
3.0.640 269 11/19/2024
3.0.639 77 11/19/2024
3.0.638 306 11/19/2024
3.0.637 72 11/19/2024
3.0.636 79 11/19/2024
3.0.635 194 11/19/2024
3.0.634 86 11/19/2024
3.0.633 426 11/19/2024
3.0.632 322 11/19/2024
3.0.631 71 11/19/2024
3.0.630 494 11/19/2024
3.0.629 83 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 75 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 77 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 70 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 82 11/14/2024
3.0.603 162 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,601 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 76 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 80 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,177 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 191 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 82 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 82 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 72 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 77 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 73 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 82 10/26/2024
2.1.529 1,068 10/22/2024
2.1.528 261 10/22/2024
2.1.527 68 10/22/2024
2.1.526 82 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 80 10/12/2024
2.1.502 218 10/12/2024
2.1.501 87 10/12/2024
2.1.500 308 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 371 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 80 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,023 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 820 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 106 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 96 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 101 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 886 8/29/2024
2.1.213 87 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 113 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 242 7/25/2024
2.1.130 60 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 101 7/20/2024
2.1.118 179 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 92 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 96 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 81 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 149 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 86 7/9/2024
2.1.68 82 7/9/2024
2.1.67 80 7/9/2024
2.1.66 3,800 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 88 7/8/2024
2.1.56 110 7/8/2024
2.1.55 104 7/8/2024
2.1.54 475 7/8/2024
2.1.53 95 7/8/2024
2.1.52 224 7/8/2024
2.1.51 106 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 202 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 201 7/3/2024
2.1.30 187 7/3/2024
2.1.29 229 7/3/2024
2.1.28 110 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 111 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 383 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 462 6/27/2024
2.1.3 505 6/23/2024
2.1.2 118 6/23/2024
2.1.1 125 6/23/2024