Soenneker.Blazor.Utils.ModuleImport 3.0.723

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

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

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.926 0 1/3/2025
3.0.925 0 1/3/2025
3.0.924 0 1/3/2025
3.0.923 0 1/3/2025
3.0.922 0 1/3/2025
3.0.921 0 1/3/2025
3.0.920 0 1/3/2025
3.0.919 0 1/3/2025
3.0.918 4 1/2/2025
3.0.917 2 1/2/2025
3.0.916 23 1/2/2025
3.0.915 20 1/2/2025
3.0.914 61 1/2/2025
3.0.913 26 1/2/2025
3.0.912 26 1/2/2025
3.0.911 29 1/2/2025
3.0.910 300 1/1/2025
3.0.909 44 1/1/2025
3.0.908 109 1/1/2025
3.0.907 49 1/1/2025
3.0.906 106 1/1/2025
3.0.905 45 1/1/2025
3.0.904 149 1/1/2025
3.0.903 44 1/1/2025
3.0.902 45 1/1/2025
3.0.901 43 1/1/2025
3.0.900 197 1/1/2025
3.0.899 41 1/1/2025
3.0.898 43 1/1/2025
3.0.897 41 1/1/2025
3.0.896 149 1/1/2025
3.0.895 35 1/1/2025
3.0.894 177 12/31/2024
3.0.893 41 12/31/2024
3.0.892 39 12/31/2024
3.0.891 39 12/31/2024
3.0.890 163 12/31/2024
3.0.889 39 12/31/2024
3.0.888 37 12/31/2024
3.0.887 92 12/31/2024
3.0.885 35 12/31/2024
3.0.884 331 12/31/2024
3.0.883 37 12/31/2024
3.0.882 422 12/31/2024
3.0.881 38 12/31/2024
3.0.880 38 12/31/2024
3.0.879 34 12/31/2024
3.0.878 463 12/31/2024
3.0.877 38 12/31/2024
3.0.876 94 12/31/2024
3.0.875 36 12/31/2024
3.0.874 585 12/31/2024
3.0.873 35 12/31/2024
3.0.872 42 12/31/2024
3.0.871 40 12/31/2024
3.0.870 33 12/31/2024
3.0.869 40 12/31/2024
3.0.868 230 12/30/2024
3.0.867 48 12/30/2024
3.0.866 759 12/28/2024
3.0.865 78 12/28/2024
3.0.864 65 12/28/2024
3.0.863 232 12/28/2024
3.0.862 69 12/28/2024
3.0.861 312 12/28/2024
3.0.860 72 12/28/2024
3.0.859 69 12/28/2024
3.0.858 76 12/28/2024
3.0.857 187 12/27/2024
3.0.856 76 12/27/2024
3.0.855 556 12/27/2024
3.0.854 70 12/27/2024
3.0.853 585 12/25/2024
3.0.852 145 12/25/2024
3.0.851 184 12/24/2024
3.0.850 128 12/24/2024
3.0.849 75 12/24/2024
3.0.848 303 12/24/2024
3.0.847 448 12/24/2024
3.0.846 79 12/24/2024
3.0.845 243 12/24/2024
3.0.844 347 12/24/2024
3.0.843 79 12/24/2024
3.0.842 291 12/24/2024
3.0.841 73 12/24/2024
3.0.840 77 12/24/2024
3.0.839 637 12/24/2024
3.0.838 77 12/24/2024
3.0.837 95 12/24/2024
3.0.836 290 12/23/2024
3.0.835 80 12/23/2024
3.0.834 82 12/23/2024
3.0.833 73 12/23/2024
3.0.832 234 12/23/2024
3.0.831 63 12/23/2024
3.0.830 257 12/23/2024
3.0.829 71 12/23/2024
3.0.828 282 12/23/2024
3.0.827 71 12/23/2024
3.0.826 69 12/23/2024
3.0.825 76 12/23/2024
3.0.824 331 12/23/2024
3.0.823 72 12/23/2024
3.0.822 317 12/23/2024
3.0.821 70 12/23/2024
3.0.820 70 12/23/2024
3.0.819 68 12/23/2024
3.0.818 489 12/22/2024
3.0.817 68 12/22/2024
3.0.816 76 12/22/2024
3.0.815 73 12/22/2024
3.0.814 274 12/22/2024
3.0.813 75 12/22/2024
3.0.812 259 12/22/2024
3.0.811 73 12/22/2024
3.0.810 408 12/22/2024
3.0.809 76 12/22/2024
3.0.808 268 12/22/2024
3.0.807 71 12/22/2024
3.0.806 68 12/22/2024
3.0.805 68 12/22/2024
3.0.804 425 12/22/2024
3.0.803 70 12/22/2024
3.0.802 77 12/21/2024
3.0.801 74 12/21/2024
3.0.800 379 12/21/2024
3.0.799 69 12/21/2024
3.0.798 166 12/21/2024
3.0.797 69 12/21/2024
3.0.796 167 12/21/2024
3.0.795 76 12/21/2024
3.0.794 80 12/21/2024
3.0.793 144 12/21/2024
3.0.792 76 12/21/2024
3.0.791 421 12/21/2024
3.0.790 78 12/21/2024
3.0.789 73 12/21/2024
3.0.788 372 12/21/2024
3.0.787 74 12/21/2024
3.0.786 93 12/20/2024
3.0.785 70 12/20/2024
3.0.784 207 12/20/2024
3.0.783 211 12/20/2024
3.0.782 73 12/20/2024
3.0.781 175 12/20/2024
3.0.780 78 12/20/2024
3.0.779 77 12/20/2024
3.0.778 70 12/20/2024
3.0.777 157 12/20/2024
3.0.776 79 12/20/2024
3.0.775 339 12/20/2024
3.0.774 76 12/20/2024
3.0.773 312 12/19/2024
3.0.772 121 12/19/2024
3.0.771 67 12/19/2024
3.0.770 73 12/19/2024
3.0.769 70 12/19/2024
3.0.768 348 12/19/2024
3.0.767 76 12/19/2024
3.0.766 84 12/19/2024
3.0.765 273 12/18/2024
3.0.764 67 12/18/2024
3.0.763 75 12/18/2024
3.0.762 1,967 12/17/2024
3.0.761 187 12/17/2024
3.0.760 86 12/17/2024
3.0.759 253 12/17/2024
3.0.758 220 12/17/2024
3.0.757 192 12/17/2024
3.0.756 75 12/17/2024
3.0.755 311 12/16/2024
3.0.754 71 12/16/2024
3.0.753 478 12/10/2024
3.0.752 75 12/10/2024
3.0.751 74 12/10/2024
3.0.750 203 12/10/2024
3.0.749 72 12/10/2024
3.0.748 358 12/10/2024
3.0.747 76 12/10/2024
3.0.746 152 12/9/2024
3.0.745 79 12/9/2024
3.0.744 310 12/9/2024
3.0.743 78 12/9/2024
3.0.742 575 12/9/2024
3.0.741 77 12/9/2024
3.0.740 235 12/9/2024
3.0.739 71 12/9/2024
3.0.738 634 12/7/2024
3.0.737 85 12/7/2024
3.0.736 77 12/7/2024
3.0.733 273 12/6/2024
3.0.732 77 12/6/2024
3.0.731 77 12/6/2024
3.0.730 76 12/6/2024
3.0.729 194 12/6/2024
3.0.728 224 12/6/2024
3.0.727 76 12/6/2024
3.0.726 271 12/6/2024
3.0.725 234 12/6/2024
3.0.724 204 12/6/2024
3.0.723 206 12/6/2024
3.0.722 73 12/6/2024
3.0.721 193 12/6/2024
3.0.720 233 12/6/2024
3.0.719 87 12/6/2024
3.0.718 365 12/6/2024
3.0.717 80 12/6/2024
3.0.716 258 12/6/2024
3.0.715 83 12/6/2024
3.0.714 293 12/6/2024
3.0.713 76 12/6/2024
3.0.712 79 12/6/2024
3.0.711 113 12/6/2024
3.0.710 86 12/6/2024
3.0.709 199 12/6/2024
3.0.708 82 12/6/2024
3.0.707 232 12/6/2024
3.0.706 215 12/5/2024
3.0.705 85 12/5/2024
3.0.704 85 12/5/2024
3.0.703 206 12/5/2024
3.0.702 86 12/5/2024
3.0.701 250 12/5/2024
3.0.700 305 12/5/2024
3.0.699 82 12/5/2024
3.0.698 3,493 12/3/2024
3.0.697 82 12/3/2024
3.0.696 82 12/3/2024
3.0.695 130 12/3/2024
3.0.694 80 12/3/2024
3.0.693 417 12/3/2024
3.0.692 79 12/3/2024
3.0.691 82 12/3/2024
3.0.690 72 12/3/2024
3.0.689 526 12/3/2024
3.0.688 79 12/3/2024
3.0.687 142 12/2/2024
3.0.686 281 12/2/2024
3.0.685 68 12/2/2024
3.0.684 173 12/2/2024
3.0.683 68 12/2/2024
3.0.682 246 12/2/2024
3.0.681 74 12/2/2024
3.0.680 215 12/2/2024
3.0.679 75 12/2/2024
3.0.678 456 12/2/2024
3.0.677 77 12/2/2024
3.0.676 286 12/2/2024
3.0.675 78 12/2/2024
3.0.674 74 12/1/2024
3.0.673 76 12/1/2024
3.0.672 243 12/1/2024
3.0.671 80 12/1/2024
3.0.670 686 12/1/2024
3.0.669 80 12/1/2024
3.0.668 82 12/1/2024
3.0.667 645 11/29/2024
3.0.666 136 11/29/2024
3.0.665 238 11/29/2024
3.0.664 76 11/29/2024
3.0.663 122 11/29/2024
3.0.662 72 11/29/2024
3.0.661 231 11/29/2024
3.0.660 70 11/29/2024
3.0.659 681 11/21/2024
3.0.658 225 11/21/2024
3.0.657 153 11/21/2024
3.0.656 214 11/21/2024
3.0.655 80 11/21/2024
3.0.654 689 11/20/2024
3.0.653 84 11/20/2024
3.0.652 307 11/20/2024
3.0.651 82 11/20/2024
3.0.650 184 11/20/2024
3.0.649 80 11/20/2024
3.0.648 82 11/20/2024
3.0.647 79 11/20/2024
3.0.646 150 11/20/2024
3.0.645 88 11/20/2024
3.0.644 195 11/20/2024
3.0.643 345 11/20/2024
3.0.642 90 11/20/2024
3.0.641 326 11/20/2024
3.0.640 274 11/19/2024
3.0.639 82 11/19/2024
3.0.638 311 11/19/2024
3.0.637 77 11/19/2024
3.0.636 84 11/19/2024
3.0.635 199 11/19/2024
3.0.634 93 11/19/2024
3.0.633 431 11/19/2024
3.0.632 327 11/19/2024
3.0.631 78 11/19/2024
3.0.630 499 11/19/2024
3.0.629 88 11/19/2024
3.0.628 655 11/15/2024
3.0.627 124 11/15/2024
3.0.626 241 11/15/2024
3.0.625 72 11/15/2024
3.0.624 162 11/14/2024
3.0.623 83 11/14/2024
3.0.622 81 11/14/2024
3.0.621 77 11/14/2024
3.0.620 216 11/14/2024
3.0.619 86 11/14/2024
3.0.618 171 11/14/2024
3.0.617 79 11/14/2024
3.0.616 83 11/14/2024
3.0.615 266 11/14/2024
3.0.614 75 11/14/2024
3.0.613 278 11/14/2024
3.0.612 73 11/14/2024
3.0.611 301 11/14/2024
3.0.610 356 11/14/2024
3.0.609 83 11/14/2024
3.0.608 76 11/14/2024
3.0.607 497 11/14/2024
3.0.606 86 11/14/2024
3.0.605 387 11/14/2024
3.0.604 88 11/14/2024
3.0.603 168 11/14/2024
3.0.602 84 11/14/2024
3.0.601 83 11/14/2024
3.0.600 83 11/14/2024
3.0.599 185 11/14/2024
2.1.598 1,637 11/13/2024
2.1.597 306 11/13/2024
2.1.596 82 11/13/2024
2.1.595 420 11/13/2024
2.1.594 82 11/13/2024
2.1.593 402 11/13/2024
2.1.592 81 11/13/2024
2.1.591 267 11/13/2024
2.1.590 85 11/13/2024
2.1.589 87 11/13/2024
2.1.588 91 11/13/2024
2.1.587 707 11/12/2024
2.1.586 81 11/12/2024
2.1.585 1,183 11/9/2024
2.1.584 287 11/9/2024
2.1.583 85 11/9/2024
2.1.582 250 11/9/2024
2.1.581 82 11/9/2024
2.1.580 88 11/9/2024
2.1.579 498 11/9/2024
2.1.578 82 11/9/2024
2.1.577 90 11/9/2024
2.1.576 590 11/8/2024
2.1.575 87 11/8/2024
2.1.574 83 11/8/2024
2.1.573 355 11/8/2024
2.1.572 85 11/8/2024
2.1.571 198 11/8/2024
2.1.570 87 11/8/2024
2.1.569 327 11/8/2024
2.1.568 624 11/8/2024
2.1.567 461 11/8/2024
2.1.566 81 11/8/2024
2.1.565 85 11/8/2024
2.1.564 960 11/6/2024
2.1.563 87 11/6/2024
2.1.562 716 11/1/2024
2.1.561 313 11/1/2024
2.1.560 83 11/1/2024
2.1.559 272 11/1/2024
2.1.558 80 11/1/2024
2.1.557 88 11/1/2024
2.1.556 79 11/1/2024
2.1.555 401 11/1/2024
2.1.554 780 10/29/2024
2.1.553 171 10/29/2024
2.1.552 77 10/29/2024
2.1.551 177 10/29/2024
2.1.550 78 10/29/2024
2.1.549 492 10/29/2024
2.1.547 277 10/29/2024
2.1.546 81 10/29/2024
2.1.545 83 10/29/2024
2.1.544 399 10/29/2024
2.1.543 82 10/29/2024
2.1.542 83 10/29/2024
2.1.541 257 10/29/2024
2.1.540 648 10/29/2024
2.1.539 87 10/29/2024
2.1.538 510 10/29/2024
2.1.537 79 10/28/2024
2.1.536 80 10/28/2024
2.1.535 542 10/28/2024
2.1.534 919 10/26/2024
2.1.533 166 10/26/2024
2.1.532 83 10/26/2024
2.1.531 208 10/26/2024
2.1.530 88 10/26/2024
2.1.529 1,072 10/22/2024
2.1.528 265 10/22/2024
2.1.527 74 10/22/2024
2.1.526 88 10/22/2024
2.1.525 308 10/22/2024
2.1.524 80 10/22/2024
2.1.523 517 10/22/2024
2.1.522 80 10/22/2024
2.1.521 81 10/22/2024
2.1.520 415 10/22/2024
2.1.519 1,377 10/18/2024
2.1.518 116 10/18/2024
2.1.517 109 10/18/2024
2.1.516 414 10/17/2024
2.1.515 80 10/17/2024
2.1.514 341 10/17/2024
2.1.513 84 10/17/2024
2.1.512 1,021 10/15/2024
2.1.511 91 10/15/2024
2.1.510 87 10/15/2024
2.1.509 495 10/15/2024
2.1.508 79 10/15/2024
2.1.507 95 10/14/2024
2.1.506 91 10/14/2024
2.1.505 1,018 10/12/2024
2.1.504 190 10/12/2024
2.1.503 86 10/12/2024
2.1.502 224 10/12/2024
2.1.501 91 10/12/2024
2.1.500 314 10/12/2024
2.1.499 399 10/11/2024
2.1.498 83 10/11/2024
2.1.497 86 10/11/2024
2.1.496 377 10/11/2024
2.1.495 88 10/11/2024
2.1.494 699 10/9/2024
2.1.493 192 10/9/2024
2.1.492 192 10/9/2024
2.1.491 84 10/9/2024
2.1.490 404 10/9/2024
2.1.489 324 10/9/2024
2.1.488 87 10/9/2024
2.1.487 86 10/9/2024
2.1.486 177 10/9/2024
2.1.485 82 10/9/2024
2.1.484 200 10/8/2024
2.1.483 82 10/8/2024
2.1.482 87 10/8/2024
2.1.481 81 10/8/2024
2.1.480 559 10/8/2024
2.1.479 515 10/8/2024
2.1.478 87 10/8/2024
2.1.477 239 10/8/2024
2.1.476 83 10/8/2024
2.1.475 408 10/8/2024
2.1.474 88 10/8/2024
2.1.473 300 10/8/2024
2.1.472 87 10/8/2024
2.1.471 1,028 10/3/2024
2.1.470 172 10/3/2024
2.1.469 299 10/3/2024
2.1.468 81 10/3/2024
2.1.467 76 10/3/2024
2.1.466 70 10/3/2024
2.1.465 470 10/3/2024
2.1.464 79 10/3/2024
2.1.463 76 10/3/2024
2.1.462 195 10/3/2024
2.1.461 79 10/3/2024
2.1.460 192 10/3/2024
2.1.459 77 10/3/2024
2.1.458 898 10/2/2024
2.1.457 113 10/2/2024
2.1.456 194 10/2/2024
2.1.455 188 10/2/2024
2.1.454 80 10/2/2024
2.1.453 370 10/2/2024
2.1.452 76 10/2/2024
2.1.451 80 10/2/2024
2.1.450 332 10/2/2024
2.1.449 521 10/2/2024
2.1.448 272 10/1/2024
2.1.447 81 10/1/2024
2.1.446 80 10/1/2024
2.1.445 410 10/1/2024
2.1.444 80 10/1/2024
2.1.443 213 10/1/2024
2.1.442 421 10/1/2024
2.1.441 86 10/1/2024
2.1.440 80 10/1/2024
2.1.439 405 10/1/2024
2.1.438 83 10/1/2024
2.1.437 445 9/29/2024
2.1.436 226 9/29/2024
2.1.435 78 9/29/2024
2.1.434 319 9/29/2024
2.1.433 88 9/29/2024
2.1.432 247 9/29/2024
2.1.431 83 9/29/2024
2.1.430 235 9/29/2024
2.1.429 86 9/29/2024
2.1.428 87 9/29/2024
2.1.427 376 9/29/2024
2.1.426 528 9/27/2024
2.1.425 227 9/27/2024
2.1.424 84 9/27/2024
2.1.423 243 9/27/2024
2.1.422 81 9/27/2024
2.1.421 203 9/27/2024
2.1.420 349 9/27/2024
2.1.419 236 9/27/2024
2.1.418 90 9/27/2024
2.1.417 468 9/27/2024
2.1.416 91 9/27/2024
2.1.415 82 9/27/2024
2.1.414 293 9/27/2024
2.1.413 86 9/27/2024
2.1.412 522 9/27/2024
2.1.411 182 9/27/2024
2.1.410 82 9/27/2024
2.1.409 209 9/26/2024
2.1.408 80 9/26/2024
2.1.407 279 9/26/2024
2.1.406 83 9/26/2024
2.1.405 247 9/26/2024
2.1.404 353 9/26/2024
2.1.403 163 9/26/2024
2.1.402 85 9/26/2024
2.1.401 83 9/26/2024
2.1.400 201 9/26/2024
2.1.399 85 9/26/2024
2.1.398 86 9/26/2024
2.1.397 457 9/26/2024
2.1.395 265 9/26/2024
2.1.394 359 9/26/2024
2.1.393 89 9/26/2024
2.1.392 185 9/26/2024
2.1.391 82 9/26/2024
2.1.390 796 9/23/2024
2.1.389 191 9/23/2024
2.1.388 115 9/23/2024
2.1.387 195 9/23/2024
2.1.386 86 9/23/2024
2.1.385 224 9/23/2024
2.1.384 279 9/23/2024
2.1.383 89 9/23/2024
2.1.382 210 9/23/2024
2.1.381 88 9/23/2024
2.1.380 188 9/23/2024
2.1.379 85 9/23/2024
2.1.378 92 9/23/2024
2.1.377 83 9/23/2024
2.1.376 466 9/23/2024
2.1.375 84 9/23/2024
2.1.374 480 9/23/2024
2.1.373 249 9/23/2024
2.1.372 86 9/23/2024
2.1.371 512 9/23/2024
2.1.370 82 9/23/2024
2.1.369 132 9/23/2024
2.1.368 77 9/23/2024
2.1.367 345 9/23/2024
2.1.366 84 9/23/2024
2.1.365 241 9/23/2024
2.1.364 168 9/23/2024
2.1.363 83 9/22/2024
2.1.362 831 9/18/2024
2.1.361 94 9/18/2024
2.1.360 88 9/18/2024
2.1.359 203 9/18/2024
2.1.358 87 9/18/2024
2.1.357 181 9/18/2024
2.1.356 81 9/18/2024
2.1.355 94 9/18/2024
2.1.354 82 9/18/2024
2.1.353 92 9/18/2024
2.1.352 568 9/18/2024
2.1.351 88 9/18/2024
2.1.350 249 9/17/2024
2.1.349 91 9/17/2024
2.1.348 153 9/17/2024
2.1.347 120 9/17/2024
2.1.346 196 9/17/2024
2.1.345 93 9/17/2024
2.1.344 235 9/17/2024
2.1.343 97 9/17/2024
2.1.342 95 9/17/2024
2.1.341 260 9/17/2024
2.1.340 86 9/17/2024
2.1.339 106 9/17/2024
2.1.338 262 9/17/2024
2.1.337 81 9/17/2024
2.1.336 279 9/17/2024
2.1.335 257 9/17/2024
2.1.334 78 9/17/2024
2.1.333 91 9/17/2024
2.1.332 278 9/17/2024
2.1.331 157 9/17/2024
2.1.330 198 9/17/2024
2.1.329 100 9/17/2024
2.1.328 93 9/17/2024
2.1.327 804 9/16/2024
2.1.326 282 9/16/2024
2.1.325 101 9/16/2024
2.1.324 99 9/16/2024
2.1.323 299 9/16/2024
2.1.321 993 9/12/2024
2.1.320 98 9/12/2024
2.1.319 241 9/12/2024
2.1.318 103 9/12/2024
2.1.317 90 9/12/2024
2.1.316 99 9/12/2024
2.1.315 277 9/12/2024
2.1.314 361 9/12/2024
2.1.313 108 9/12/2024
2.1.312 265 9/12/2024
2.1.311 115 9/12/2024
2.1.310 252 9/12/2024
2.1.309 106 9/12/2024
2.1.308 286 9/11/2024
2.1.307 108 9/11/2024
2.1.306 263 9/11/2024
2.1.305 110 9/11/2024
2.1.304 233 9/11/2024
2.1.303 112 9/11/2024
2.1.302 93 9/11/2024
2.1.301 453 9/11/2024
2.1.300 91 9/11/2024
2.1.299 93 9/11/2024
2.1.298 365 9/11/2024
2.1.297 110 9/11/2024
2.1.296 113 9/11/2024
2.1.295 110 9/11/2024
2.1.294 95 9/11/2024
2.1.293 636 9/11/2024
2.1.292 107 9/11/2024
2.1.291 670 9/10/2024
2.1.290 115 9/10/2024
2.1.289 201 9/10/2024
2.1.287 615 9/10/2024
2.1.286 111 9/10/2024
2.1.285 108 9/10/2024
2.1.284 110 9/10/2024
2.1.283 275 9/10/2024
2.1.282 103 9/10/2024
2.1.281 103 9/10/2024
2.1.280 563 9/10/2024
2.1.277 337 9/10/2024
2.1.276 100 9/9/2024
2.1.275 178 9/9/2024
2.1.274 99 9/9/2024
2.1.273 359 9/9/2024
2.1.272 99 9/9/2024
2.1.271 104 9/9/2024
2.1.270 109 9/9/2024
2.1.269 98 9/9/2024
2.1.267 102 9/9/2024
2.1.266 99 9/9/2024
2.1.265 953 9/9/2024
2.1.264 101 9/9/2024
2.1.263 279 9/9/2024
2.1.262 696 9/7/2024
2.1.261 100 9/7/2024
2.1.260 313 9/7/2024
2.1.259 105 9/7/2024
2.1.258 343 9/7/2024
2.1.257 95 9/7/2024
2.1.256 111 9/6/2024
2.1.255 378 9/6/2024
2.1.254 200 9/6/2024
2.1.253 97 9/6/2024
2.1.252 295 9/6/2024
2.1.251 363 9/6/2024
2.1.250 104 9/6/2024
2.1.249 250 9/6/2024
2.1.248 102 9/6/2024
2.1.247 102 9/5/2024
2.1.246 90 9/5/2024
2.1.245 434 9/5/2024
2.1.244 221 9/5/2024
2.1.243 106 9/5/2024
2.1.242 345 9/5/2024
2.1.241 86 9/5/2024
2.1.240 220 9/5/2024
2.1.239 103 9/5/2024
2.1.238 106 9/5/2024
2.1.237 110 9/5/2024
2.1.236 94 9/5/2024
2.1.235 679 9/5/2024
2.1.234 209 9/5/2024
2.1.233 106 9/5/2024
2.1.232 113 9/4/2024
2.1.231 91 9/4/2024
2.1.230 708 9/4/2024
2.1.229 354 9/4/2024
2.1.228 231 9/4/2024
2.1.227 218 9/4/2024
2.1.226 215 9/3/2024
2.1.225 103 9/3/2024
2.1.224 98 9/3/2024
2.1.223 119 9/3/2024
2.1.222 313 9/3/2024
2.1.221 299 9/3/2024
2.1.220 98 9/3/2024
2.1.219 106 9/3/2024
2.1.218 90 9/3/2024
2.1.217 334 9/3/2024
2.1.216 121 9/3/2024
2.1.215 85 9/3/2024
2.1.214 891 8/29/2024
2.1.213 92 8/29/2024
2.1.212 75 8/29/2024
2.1.211 201 8/29/2024
2.1.210 94 8/29/2024
2.1.209 98 8/29/2024
2.1.208 93 8/29/2024
2.1.207 712 8/26/2024
2.1.206 203 8/26/2024
2.1.205 104 8/26/2024
2.1.204 217 8/26/2024
2.1.203 103 8/26/2024
2.1.202 99 8/26/2024
2.1.201 537 8/26/2024
2.1.200 423 8/21/2024
2.1.199 129 8/21/2024
2.1.198 234 8/21/2024
2.1.197 313 8/21/2024
2.1.196 114 8/21/2024
2.1.195 105 8/21/2024
2.1.194 109 8/21/2024
2.1.193 366 8/21/2024
2.1.192 132 8/21/2024
2.1.191 295 8/21/2024
2.1.190 106 8/21/2024
2.1.189 126 8/20/2024
2.1.188 109 8/20/2024
2.1.187 362 8/20/2024
2.1.186 381 8/20/2024
2.1.185 127 8/20/2024
2.1.184 107 8/20/2024
2.1.183 386 8/20/2024
2.1.182 114 8/20/2024
2.1.181 121 8/20/2024
2.1.180 121 8/20/2024
2.1.179 118 8/20/2024
2.1.178 121 8/20/2024
2.1.177 768 8/19/2024
2.1.176 433 8/15/2024
2.1.175 187 8/15/2024
2.1.174 211 8/15/2024
2.1.173 216 8/15/2024
2.1.172 192 8/15/2024
2.1.171 113 8/15/2024
2.1.170 282 8/15/2024
2.1.169 114 8/15/2024
2.1.168 660 8/14/2024
2.1.167 286 8/14/2024
2.1.166 110 8/14/2024
2.1.165 118 8/14/2024
2.1.164 115 8/14/2024
2.1.163 272 8/13/2024
2.1.162 507 8/13/2024
2.1.161 464 8/7/2024
2.1.160 101 8/7/2024
2.1.159 245 8/7/2024
2.1.158 192 8/7/2024
2.1.157 99 8/7/2024
2.1.156 101 8/7/2024
2.1.155 104 8/7/2024
2.1.154 237 8/6/2024
2.1.153 105 8/6/2024
2.1.152 219 8/6/2024
2.1.151 87 8/6/2024
2.1.150 673 8/1/2024
2.1.149 245 8/1/2024
2.1.148 91 8/1/2024
2.1.147 214 8/1/2024
2.1.146 172 8/1/2024
2.1.145 105 8/1/2024
2.1.144 305 8/1/2024
2.1.143 91 8/1/2024
2.1.142 134 8/1/2024
2.1.141 86 8/1/2024
2.1.140 614 7/25/2024
2.1.139 222 7/25/2024
2.1.138 116 7/25/2024
2.1.137 143 7/25/2024
2.1.136 160 7/25/2024
2.1.135 160 7/25/2024
2.1.134 136 7/25/2024
2.1.133 200 7/25/2024
2.1.132 95 7/25/2024
2.1.131 247 7/25/2024
2.1.130 65 7/25/2024
2.1.129 158 7/24/2024
2.1.128 83 7/24/2024
2.1.127 66 7/24/2024
2.1.126 145 7/24/2024
2.1.125 49 7/24/2024
2.1.124 1,006 7/20/2024
2.1.123 144 7/20/2024
2.1.122 140 7/20/2024
2.1.121 103 7/20/2024
2.1.120 145 7/20/2024
2.1.119 107 7/20/2024
2.1.118 188 7/20/2024
2.1.117 94 7/20/2024
2.1.116 638 7/17/2024
2.1.115 172 7/17/2024
2.1.114 354 7/14/2024
2.1.113 96 7/14/2024
2.1.112 249 7/14/2024
2.1.111 101 7/14/2024
2.1.110 102 7/14/2024
2.1.109 269 7/14/2024
2.1.108 96 7/14/2024
2.1.107 99 7/14/2024
2.1.106 101 7/14/2024
2.1.105 325 7/14/2024
2.1.104 94 7/14/2024
2.1.103 549 7/10/2024
2.1.102 96 7/10/2024
2.1.101 87 7/10/2024
2.1.100 110 7/10/2024
2.1.99 87 7/10/2024
2.1.98 91 7/10/2024
2.1.97 103 7/10/2024
2.1.96 102 7/10/2024
2.1.95 86 7/10/2024
2.1.94 91 7/10/2024
2.1.93 678 7/10/2024
2.1.92 94 7/10/2024
2.1.91 204 7/10/2024
2.1.90 97 7/10/2024
2.1.89 94 7/10/2024
2.1.88 158 7/10/2024
2.1.87 91 7/10/2024
2.1.86 154 7/10/2024
2.1.85 93 7/10/2024
2.1.84 199 7/10/2024
2.1.83 88 7/10/2024
2.1.82 171 7/10/2024
2.1.81 105 7/10/2024
2.1.79 167 7/10/2024
2.1.78 167 7/10/2024
2.1.77 109 7/10/2024
2.1.76 188 7/9/2024
2.1.73 161 7/9/2024
2.1.72 89 7/9/2024
2.1.71 105 7/9/2024
2.1.70 935 7/9/2024
2.1.69 91 7/9/2024
2.1.68 87 7/9/2024
2.1.67 83 7/9/2024
2.1.66 3,886 7/9/2024
2.1.65 99 7/9/2024
2.1.64 383 7/9/2024
2.1.63 94 7/9/2024
2.1.62 98 7/9/2024
2.1.61 105 7/9/2024
2.1.60 453 7/9/2024
2.1.59 111 7/9/2024
2.1.57 94 7/8/2024
2.1.56 116 7/8/2024
2.1.55 108 7/8/2024
2.1.54 479 7/8/2024
2.1.53 99 7/8/2024
2.1.52 228 7/8/2024
2.1.51 110 7/8/2024
2.1.50 457 7/8/2024
2.1.49 144 7/8/2024
2.1.48 213 7/8/2024
2.1.47 102 7/8/2024
2.1.46 363 7/8/2024
2.1.45 115 7/7/2024
2.1.44 109 7/7/2024
2.1.43 361 7/7/2024
2.1.42 113 7/7/2024
2.1.41 111 7/7/2024
2.1.40 166 7/7/2024
2.1.39 207 7/7/2024
2.1.38 120 7/7/2024
2.1.37 378 7/7/2024
2.1.36 228 7/7/2024
2.1.35 397 7/5/2024
2.1.34 485 7/3/2024
2.1.33 220 7/3/2024
2.1.32 202 7/3/2024
2.1.31 206 7/3/2024
2.1.30 192 7/3/2024
2.1.29 234 7/3/2024
2.1.28 115 7/3/2024
2.1.27 112 7/3/2024
2.1.26 117 7/3/2024
2.1.25 222 7/3/2024
2.1.24 186 7/3/2024
2.1.23 116 7/3/2024
2.1.22 380 7/3/2024
2.1.21 115 7/3/2024
2.1.20 387 7/3/2024
2.1.19 119 7/3/2024
2.1.18 437 7/2/2024
2.1.17 301 6/30/2024
2.1.16 241 6/30/2024
2.1.15 137 6/30/2024
2.1.14 129 6/30/2024
2.1.13 112 6/30/2024
2.1.12 262 6/30/2024
2.1.11 388 6/28/2024
2.1.10 126 6/28/2024
2.1.9 213 6/28/2024
2.1.8 143 6/28/2024
2.1.7 213 6/27/2024
2.1.6 167 6/27/2024
2.1.5 116 6/27/2024
2.1.4 467 6/27/2024
2.1.3 513 6/23/2024
2.1.2 121 6/23/2024
2.1.1 128 6/23/2024