Soenneker.Blazor.Utils.ModuleImport 3.0.880

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

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

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.  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.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.933 0 1/8/2025
3.0.932 192 1/3/2025
3.0.931 93 1/3/2025
3.0.930 252 1/3/2025
3.0.929 92 1/3/2025
3.0.928 98 1/3/2025
3.0.927 93 1/3/2025
3.0.926 245 1/3/2025
3.0.925 95 1/3/2025
3.0.924 315 1/3/2025
3.0.923 101 1/3/2025
3.0.922 83 1/3/2025
3.0.921 78 1/3/2025
3.0.920 380 1/3/2025
3.0.919 77 1/3/2025
3.0.918 288 1/2/2025
3.0.917 84 1/2/2025
3.0.916 80 1/2/2025
3.0.915 87 1/2/2025
3.0.914 254 1/2/2025
3.0.913 73 1/2/2025
3.0.912 75 1/2/2025
3.0.911 80 1/2/2025
3.0.910 805 1/1/2025
3.0.909 84 1/1/2025
3.0.908 220 1/1/2025
3.0.907 101 1/1/2025
3.0.906 219 1/1/2025
3.0.905 85 1/1/2025
3.0.904 331 1/1/2025
3.0.903 87 1/1/2025
3.0.902 83 1/1/2025
3.0.901 84 1/1/2025
3.0.900 331 1/1/2025
3.0.899 81 1/1/2025
3.0.898 92 1/1/2025
3.0.897 85 1/1/2025
3.0.896 277 1/1/2025
3.0.895 74 1/1/2025
3.0.894 285 12/31/2024
3.0.893 99 12/31/2024
3.0.892 85 12/31/2024
3.0.891 84 12/31/2024
3.0.890 253 12/31/2024
3.0.889 84 12/31/2024
3.0.888 83 12/31/2024
3.0.887 155 12/31/2024
3.0.885 106 12/31/2024
3.0.884 519 12/31/2024
3.0.883 99 12/31/2024
3.0.882 543 12/31/2024
3.0.881 95 12/31/2024
3.0.880 101 12/31/2024
3.0.879 90 12/31/2024
3.0.878 520 12/31/2024
3.0.877 71 12/31/2024
3.0.876 132 12/31/2024
3.0.875 67 12/31/2024
3.0.874 697 12/31/2024
3.0.873 74 12/31/2024
3.0.872 88 12/31/2024
3.0.871 80 12/31/2024
3.0.870 70 12/31/2024
3.0.869 72 12/31/2024
3.0.868 257 12/30/2024
3.0.867 73 12/30/2024
3.0.866 815 12/28/2024
3.0.865 81 12/28/2024
3.0.864 68 12/28/2024
3.0.863 235 12/28/2024
3.0.862 72 12/28/2024
3.0.861 315 12/28/2024
3.0.860 75 12/28/2024
3.0.859 72 12/28/2024
3.0.858 79 12/28/2024
3.0.857 190 12/27/2024
3.0.856 79 12/27/2024
3.0.855 559 12/27/2024
3.0.854 73 12/27/2024
3.0.853 588 12/25/2024
3.0.852 148 12/25/2024
3.0.851 187 12/24/2024
3.0.850 131 12/24/2024
3.0.849 78 12/24/2024
3.0.848 306 12/24/2024
3.0.847 451 12/24/2024
3.0.846 82 12/24/2024
3.0.845 246 12/24/2024
3.0.844 350 12/24/2024
3.0.843 82 12/24/2024
3.0.842 294 12/24/2024
3.0.841 76 12/24/2024
3.0.840 80 12/24/2024
3.0.839 640 12/24/2024
3.0.838 80 12/24/2024
3.0.837 98 12/24/2024
3.0.836 293 12/23/2024
3.0.835 83 12/23/2024
3.0.834 85 12/23/2024
3.0.833 76 12/23/2024
3.0.832 237 12/23/2024
3.0.831 66 12/23/2024
3.0.830 260 12/23/2024
3.0.829 74 12/23/2024
3.0.828 285 12/23/2024
3.0.827 74 12/23/2024
3.0.826 72 12/23/2024
3.0.825 79 12/23/2024
3.0.824 334 12/23/2024
3.0.823 75 12/23/2024
3.0.822 320 12/23/2024
3.0.821 73 12/23/2024
3.0.820 73 12/23/2024
3.0.819 71 12/23/2024
3.0.818 492 12/22/2024
3.0.817 71 12/22/2024
3.0.816 79 12/22/2024
3.0.815 76 12/22/2024
3.0.814 277 12/22/2024
3.0.813 78 12/22/2024
3.0.812 262 12/22/2024
3.0.811 76 12/22/2024
3.0.810 411 12/22/2024
3.0.809 79 12/22/2024
3.0.808 271 12/22/2024
3.0.807 74 12/22/2024
3.0.806 71 12/22/2024
3.0.805 71 12/22/2024
3.0.804 428 12/22/2024
3.0.803 73 12/22/2024
3.0.802 80 12/21/2024
3.0.801 77 12/21/2024
3.0.800 382 12/21/2024
3.0.799 72 12/21/2024
3.0.798 169 12/21/2024
3.0.797 72 12/21/2024
3.0.796 170 12/21/2024
3.0.795 79 12/21/2024
3.0.794 83 12/21/2024
3.0.793 147 12/21/2024
3.0.792 79 12/21/2024
3.0.791 424 12/21/2024
3.0.790 81 12/21/2024
3.0.789 76 12/21/2024
3.0.788 375 12/21/2024
3.0.787 77 12/21/2024
3.0.786 96 12/20/2024
3.0.785 73 12/20/2024
3.0.784 210 12/20/2024
3.0.783 214 12/20/2024
3.0.782 76 12/20/2024
3.0.781 178 12/20/2024
3.0.780 81 12/20/2024
3.0.779 80 12/20/2024
3.0.778 73 12/20/2024
3.0.777 160 12/20/2024
3.0.776 82 12/20/2024
3.0.775 342 12/20/2024
3.0.774 79 12/20/2024
3.0.773 315 12/19/2024
3.0.772 124 12/19/2024
3.0.771 70 12/19/2024
3.0.770 76 12/19/2024
3.0.769 73 12/19/2024
3.0.768 351 12/19/2024
3.0.767 79 12/19/2024
3.0.766 87 12/19/2024
3.0.765 276 12/18/2024
3.0.764 70 12/18/2024
3.0.763 78 12/18/2024
3.0.762 1,970 12/17/2024
3.0.761 190 12/17/2024
3.0.760 89 12/17/2024
3.0.759 256 12/17/2024
3.0.758 223 12/17/2024
3.0.757 195 12/17/2024
3.0.756 78 12/17/2024
3.0.755 314 12/16/2024
3.0.754 74 12/16/2024
3.0.753 483 12/10/2024
3.0.752 78 12/10/2024
3.0.751 77 12/10/2024
3.0.750 206 12/10/2024
3.0.749 75 12/10/2024
3.0.748 361 12/10/2024
3.0.747 79 12/10/2024
3.0.746 155 12/9/2024
3.0.745 82 12/9/2024
3.0.744 313 12/9/2024
3.0.743 81 12/9/2024
3.0.742 578 12/9/2024
3.0.741 80 12/9/2024
3.0.740 238 12/9/2024
3.0.739 74 12/9/2024
3.0.738 637 12/7/2024
3.0.737 88 12/7/2024
3.0.736 80 12/7/2024
3.0.733 276 12/6/2024
3.0.732 80 12/6/2024
3.0.731 80 12/6/2024
3.0.730 79 12/6/2024
3.0.729 197 12/6/2024
3.0.728 227 12/6/2024
3.0.727 79 12/6/2024
3.0.726 274 12/6/2024
3.0.725 237 12/6/2024
3.0.724 207 12/6/2024
3.0.723 209 12/6/2024
3.0.722 76 12/6/2024
3.0.721 196 12/6/2024
3.0.720 236 12/6/2024
3.0.719 90 12/6/2024
3.0.718 368 12/6/2024
3.0.717 83 12/6/2024
3.0.716 261 12/6/2024
3.0.715 86 12/6/2024
3.0.714 296 12/6/2024
3.0.713 79 12/6/2024
3.0.712 82 12/6/2024
3.0.711 116 12/6/2024
3.0.710 89 12/6/2024
3.0.709 202 12/6/2024
3.0.708 85 12/6/2024
3.0.707 235 12/6/2024
3.0.706 218 12/5/2024
3.0.705 88 12/5/2024
3.0.704 91 12/5/2024
3.0.703 209 12/5/2024
3.0.702 89 12/5/2024
3.0.701 253 12/5/2024
3.0.700 308 12/5/2024
3.0.699 85 12/5/2024
3.0.698 3,536 12/3/2024
3.0.697 85 12/3/2024
3.0.696 85 12/3/2024
3.0.695 133 12/3/2024
3.0.694 83 12/3/2024
3.0.693 420 12/3/2024
3.0.692 82 12/3/2024
3.0.691 87 12/3/2024
3.0.690 75 12/3/2024
3.0.689 530 12/3/2024
3.0.688 82 12/3/2024
3.0.687 145 12/2/2024
3.0.686 284 12/2/2024
3.0.685 71 12/2/2024
3.0.684 178 12/2/2024
3.0.683 73 12/2/2024
3.0.682 249 12/2/2024
3.0.681 77 12/2/2024
3.0.680 218 12/2/2024
3.0.679 80 12/2/2024
3.0.678 459 12/2/2024
3.0.677 80 12/2/2024
3.0.676 291 12/2/2024
3.0.675 82 12/2/2024
3.0.674 77 12/1/2024
3.0.673 85 12/1/2024
3.0.672 246 12/1/2024
3.0.671 84 12/1/2024
3.0.670 689 12/1/2024
3.0.669 83 12/1/2024
3.0.668 85 12/1/2024
3.0.667 648 11/29/2024
3.0.666 139 11/29/2024
3.0.665 241 11/29/2024
3.0.664 79 11/29/2024
3.0.663 125 11/29/2024
3.0.662 75 11/29/2024
3.0.661 234 11/29/2024
3.0.660 73 11/29/2024
3.0.659 688 11/21/2024
3.0.658 228 11/21/2024
3.0.657 156 11/21/2024
3.0.656 217 11/21/2024
3.0.655 83 11/21/2024
3.0.654 694 11/20/2024
3.0.653 87 11/20/2024
3.0.652 310 11/20/2024
3.0.651 85 11/20/2024
3.0.650 187 11/20/2024
3.0.649 83 11/20/2024
3.0.648 85 11/20/2024
3.0.647 82 11/20/2024
3.0.646 153 11/20/2024
3.0.645 91 11/20/2024
3.0.644 198 11/20/2024
3.0.643 348 11/20/2024
3.0.642 93 11/20/2024
3.0.641 329 11/20/2024
3.0.640 279 11/19/2024
3.0.639 85 11/19/2024
3.0.638 314 11/19/2024
3.0.637 80 11/19/2024
3.0.636 87 11/19/2024
3.0.635 202 11/19/2024
3.0.634 96 11/19/2024
3.0.633 434 11/19/2024
3.0.632 332 11/19/2024
3.0.631 81 11/19/2024
3.0.630 502 11/19/2024
3.0.629 93 11/19/2024
3.0.628 658 11/15/2024
3.0.627 127 11/15/2024
3.0.626 247 11/15/2024
3.0.625 76 11/15/2024
3.0.624 168 11/14/2024
3.0.623 87 11/14/2024
3.0.622 85 11/14/2024
3.0.621 81 11/14/2024
3.0.620 220 11/14/2024
3.0.619 90 11/14/2024
3.0.618 175 11/14/2024
3.0.617 83 11/14/2024
3.0.616 87 11/14/2024
3.0.615 270 11/14/2024
3.0.614 79 11/14/2024
3.0.613 282 11/14/2024
3.0.612 77 11/14/2024
3.0.611 305 11/14/2024
3.0.610 360 11/14/2024
3.0.609 87 11/14/2024
3.0.608 80 11/14/2024
3.0.607 503 11/14/2024
3.0.606 90 11/14/2024
3.0.605 393 11/14/2024
3.0.604 92 11/14/2024
3.0.603 172 11/14/2024
3.0.602 88 11/14/2024
3.0.601 87 11/14/2024
3.0.600 87 11/14/2024
3.0.599 189 11/14/2024
2.1.598 1,679 11/13/2024
2.1.597 319 11/13/2024
2.1.596 86 11/13/2024
2.1.595 426 11/13/2024
2.1.594 86 11/13/2024
2.1.593 405 11/13/2024
2.1.592 84 11/13/2024
2.1.591 270 11/13/2024
2.1.590 89 11/13/2024
2.1.589 90 11/13/2024
2.1.588 94 11/13/2024
2.1.587 712 11/12/2024
2.1.586 84 11/12/2024
2.1.585 1,188 11/9/2024
2.1.584 290 11/9/2024
2.1.583 90 11/9/2024
2.1.582 255 11/9/2024
2.1.581 85 11/9/2024
2.1.580 91 11/9/2024
2.1.579 501 11/9/2024
2.1.578 85 11/9/2024
2.1.577 93 11/9/2024
2.1.576 593 11/8/2024
2.1.575 90 11/8/2024
2.1.574 86 11/8/2024
2.1.573 358 11/8/2024
2.1.572 88 11/8/2024
2.1.571 201 11/8/2024
2.1.570 90 11/8/2024
2.1.569 330 11/8/2024
2.1.568 627 11/8/2024
2.1.567 464 11/8/2024
2.1.566 86 11/8/2024
2.1.565 88 11/8/2024
2.1.564 963 11/6/2024
2.1.563 90 11/6/2024
2.1.562 719 11/1/2024
2.1.561 316 11/1/2024
2.1.560 86 11/1/2024
2.1.559 275 11/1/2024
2.1.558 85 11/1/2024
2.1.557 91 11/1/2024
2.1.556 82 11/1/2024
2.1.555 404 11/1/2024
2.1.554 783 10/29/2024
2.1.553 174 10/29/2024
2.1.552 82 10/29/2024
2.1.551 180 10/29/2024
2.1.550 81 10/29/2024
2.1.549 497 10/29/2024
2.1.547 280 10/29/2024
2.1.546 84 10/29/2024
2.1.545 88 10/29/2024
2.1.544 404 10/29/2024
2.1.543 85 10/29/2024
2.1.542 86 10/29/2024
2.1.541 260 10/29/2024
2.1.540 651 10/29/2024
2.1.539 92 10/29/2024
2.1.538 513 10/29/2024
2.1.537 82 10/28/2024
2.1.536 85 10/28/2024
2.1.535 545 10/28/2024
2.1.534 922 10/26/2024
2.1.533 169 10/26/2024
2.1.532 86 10/26/2024
2.1.531 211 10/26/2024
2.1.530 91 10/26/2024
2.1.529 1,075 10/22/2024
2.1.528 268 10/22/2024
2.1.527 77 10/22/2024
2.1.526 91 10/22/2024
2.1.525 311 10/22/2024
2.1.524 83 10/22/2024
2.1.523 520 10/22/2024
2.1.522 85 10/22/2024
2.1.521 84 10/22/2024
2.1.520 418 10/22/2024
2.1.519 1,378 10/18/2024
2.1.518 119 10/18/2024
2.1.517 110 10/18/2024
2.1.516 415 10/17/2024
2.1.515 81 10/17/2024
2.1.514 342 10/17/2024
2.1.513 87 10/17/2024
2.1.512 1,022 10/15/2024
2.1.511 92 10/15/2024
2.1.510 88 10/15/2024
2.1.509 498 10/15/2024
2.1.508 80 10/15/2024
2.1.507 96 10/14/2024
2.1.506 94 10/14/2024
2.1.505 1,019 10/12/2024
2.1.504 191 10/12/2024
2.1.503 87 10/12/2024
2.1.502 225 10/12/2024
2.1.501 92 10/12/2024
2.1.500 315 10/12/2024
2.1.499 400 10/11/2024
2.1.498 84 10/11/2024
2.1.497 87 10/11/2024
2.1.496 378 10/11/2024
2.1.495 89 10/11/2024
2.1.494 701 10/9/2024
2.1.493 193 10/9/2024
2.1.492 193 10/9/2024
2.1.491 85 10/9/2024
2.1.490 405 10/9/2024
2.1.489 325 10/9/2024
2.1.488 88 10/9/2024
2.1.487 87 10/9/2024
2.1.486 178 10/9/2024
2.1.485 83 10/9/2024
2.1.484 201 10/8/2024
2.1.483 83 10/8/2024
2.1.482 88 10/8/2024
2.1.481 82 10/8/2024
2.1.480 560 10/8/2024
2.1.479 518 10/8/2024
2.1.478 88 10/8/2024
2.1.477 240 10/8/2024
2.1.476 84 10/8/2024
2.1.475 409 10/8/2024
2.1.474 89 10/8/2024
2.1.473 301 10/8/2024
2.1.472 88 10/8/2024
2.1.471 1,029 10/3/2024
2.1.470 173 10/3/2024
2.1.469 300 10/3/2024
2.1.468 82 10/3/2024
2.1.467 77 10/3/2024
2.1.466 71 10/3/2024
2.1.465 471 10/3/2024
2.1.464 80 10/3/2024
2.1.463 77 10/3/2024
2.1.462 196 10/3/2024
2.1.461 80 10/3/2024
2.1.460 193 10/3/2024
2.1.459 78 10/3/2024
2.1.458 899 10/2/2024
2.1.457 114 10/2/2024
2.1.456 195 10/2/2024
2.1.455 189 10/2/2024
2.1.454 81 10/2/2024
2.1.453 371 10/2/2024
2.1.452 77 10/2/2024
2.1.451 81 10/2/2024
2.1.450 333 10/2/2024
2.1.449 522 10/2/2024
2.1.448 273 10/1/2024
2.1.447 82 10/1/2024
2.1.446 81 10/1/2024
2.1.445 411 10/1/2024
2.1.444 81 10/1/2024
2.1.443 214 10/1/2024
2.1.442 422 10/1/2024
2.1.441 87 10/1/2024
2.1.440 81 10/1/2024
2.1.439 406 10/1/2024
2.1.438 84 10/1/2024
2.1.437 446 9/29/2024
2.1.436 227 9/29/2024
2.1.435 79 9/29/2024
2.1.434 323 9/29/2024
2.1.433 89 9/29/2024
2.1.432 248 9/29/2024
2.1.431 84 9/29/2024
2.1.430 236 9/29/2024
2.1.429 87 9/29/2024
2.1.428 88 9/29/2024
2.1.427 377 9/29/2024
2.1.426 529 9/27/2024
2.1.425 228 9/27/2024
2.1.424 85 9/27/2024
2.1.423 244 9/27/2024
2.1.422 82 9/27/2024
2.1.421 204 9/27/2024
2.1.420 350 9/27/2024
2.1.419 237 9/27/2024
2.1.418 91 9/27/2024
2.1.417 469 9/27/2024
2.1.416 92 9/27/2024
2.1.415 83 9/27/2024
2.1.414 294 9/27/2024
2.1.413 87 9/27/2024
2.1.412 523 9/27/2024
2.1.411 183 9/27/2024
2.1.410 83 9/27/2024
2.1.409 210 9/26/2024
2.1.408 81 9/26/2024
2.1.407 280 9/26/2024
2.1.406 84 9/26/2024
2.1.405 248 9/26/2024
2.1.404 354 9/26/2024
2.1.403 164 9/26/2024
2.1.402 86 9/26/2024
2.1.401 84 9/26/2024
2.1.400 202 9/26/2024
2.1.399 86 9/26/2024
2.1.398 87 9/26/2024
2.1.397 458 9/26/2024
2.1.395 266 9/26/2024
2.1.394 360 9/26/2024
2.1.393 90 9/26/2024
2.1.392 186 9/26/2024
2.1.391 83 9/26/2024
2.1.390 797 9/23/2024
2.1.389 192 9/23/2024
2.1.388 116 9/23/2024
2.1.387 196 9/23/2024
2.1.386 87 9/23/2024
2.1.385 225 9/23/2024
2.1.384 280 9/23/2024
2.1.383 90 9/23/2024
2.1.382 211 9/23/2024
2.1.381 89 9/23/2024
2.1.380 189 9/23/2024
2.1.379 86 9/23/2024
2.1.378 93 9/23/2024
2.1.377 84 9/23/2024
2.1.376 467 9/23/2024
2.1.375 85 9/23/2024
2.1.374 481 9/23/2024
2.1.373 250 9/23/2024
2.1.372 87 9/23/2024
2.1.371 513 9/23/2024
2.1.370 83 9/23/2024
2.1.369 133 9/23/2024
2.1.368 78 9/23/2024
2.1.367 346 9/23/2024
2.1.366 85 9/23/2024
2.1.365 242 9/23/2024
2.1.364 169 9/23/2024
2.1.363 84 9/22/2024
2.1.362 832 9/18/2024
2.1.361 95 9/18/2024
2.1.360 89 9/18/2024
2.1.359 204 9/18/2024
2.1.358 88 9/18/2024
2.1.357 182 9/18/2024
2.1.356 82 9/18/2024
2.1.355 95 9/18/2024
2.1.354 83 9/18/2024
2.1.353 93 9/18/2024
2.1.352 569 9/18/2024
2.1.351 89 9/18/2024
2.1.350 250 9/17/2024
2.1.349 92 9/17/2024
2.1.348 154 9/17/2024
2.1.347 121 9/17/2024
2.1.346 197 9/17/2024
2.1.345 94 9/17/2024
2.1.344 236 9/17/2024
2.1.343 98 9/17/2024
2.1.342 96 9/17/2024
2.1.341 261 9/17/2024
2.1.340 87 9/17/2024
2.1.339 107 9/17/2024
2.1.338 263 9/17/2024
2.1.337 82 9/17/2024
2.1.336 280 9/17/2024
2.1.335 258 9/17/2024
2.1.334 79 9/17/2024
2.1.333 92 9/17/2024
2.1.332 279 9/17/2024
2.1.331 158 9/17/2024
2.1.330 199 9/17/2024
2.1.329 101 9/17/2024
2.1.328 94 9/17/2024
2.1.327 805 9/16/2024
2.1.326 283 9/16/2024
2.1.325 102 9/16/2024
2.1.324 100 9/16/2024
2.1.323 300 9/16/2024
2.1.321 994 9/12/2024
2.1.320 99 9/12/2024
2.1.319 242 9/12/2024
2.1.318 104 9/12/2024
2.1.317 91 9/12/2024
2.1.316 100 9/12/2024
2.1.315 278 9/12/2024
2.1.314 362 9/12/2024
2.1.313 109 9/12/2024
2.1.312 266 9/12/2024
2.1.311 116 9/12/2024
2.1.310 253 9/12/2024
2.1.309 107 9/12/2024
2.1.308 287 9/11/2024
2.1.307 109 9/11/2024
2.1.306 264 9/11/2024
2.1.305 111 9/11/2024
2.1.304 234 9/11/2024
2.1.303 113 9/11/2024
2.1.302 94 9/11/2024
2.1.301 454 9/11/2024
2.1.300 92 9/11/2024
2.1.299 94 9/11/2024
2.1.298 366 9/11/2024
2.1.297 111 9/11/2024
2.1.296 114 9/11/2024
2.1.295 111 9/11/2024
2.1.294 96 9/11/2024
2.1.293 637 9/11/2024
2.1.292 108 9/11/2024
2.1.291 671 9/10/2024
2.1.290 122 9/10/2024
2.1.289 202 9/10/2024
2.1.287 616 9/10/2024
2.1.286 112 9/10/2024
2.1.285 109 9/10/2024
2.1.284 111 9/10/2024
2.1.283 276 9/10/2024
2.1.282 104 9/10/2024
2.1.281 104 9/10/2024
2.1.280 564 9/10/2024
2.1.277 341 9/10/2024
2.1.276 101 9/9/2024
2.1.275 179 9/9/2024
2.1.274 100 9/9/2024
2.1.273 360 9/9/2024
2.1.272 100 9/9/2024
2.1.271 105 9/9/2024
2.1.270 110 9/9/2024
2.1.269 99 9/9/2024
2.1.267 103 9/9/2024
2.1.266 100 9/9/2024
2.1.265 954 9/9/2024
2.1.264 102 9/9/2024
2.1.263 280 9/9/2024
2.1.262 697 9/7/2024
2.1.261 101 9/7/2024
2.1.260 314 9/7/2024
2.1.259 106 9/7/2024
2.1.258 344 9/7/2024
2.1.257 96 9/7/2024
2.1.256 112 9/6/2024
2.1.255 379 9/6/2024
2.1.254 201 9/6/2024
2.1.253 98 9/6/2024
2.1.252 296 9/6/2024
2.1.251 364 9/6/2024
2.1.250 105 9/6/2024
2.1.249 251 9/6/2024
2.1.248 103 9/6/2024
2.1.247 103 9/5/2024
2.1.246 91 9/5/2024
2.1.245 435 9/5/2024
2.1.244 222 9/5/2024
2.1.243 107 9/5/2024
2.1.242 346 9/5/2024
2.1.241 89 9/5/2024
2.1.240 221 9/5/2024
2.1.239 104 9/5/2024
2.1.238 107 9/5/2024
2.1.237 111 9/5/2024
2.1.236 95 9/5/2024
2.1.235 680 9/5/2024
2.1.234 210 9/5/2024
2.1.233 107 9/5/2024
2.1.232 114 9/4/2024
2.1.231 92 9/4/2024
2.1.230 709 9/4/2024
2.1.229 355 9/4/2024
2.1.228 232 9/4/2024
2.1.227 219 9/4/2024
2.1.226 218 9/3/2024
2.1.225 104 9/3/2024
2.1.224 99 9/3/2024
2.1.223 120 9/3/2024
2.1.222 316 9/3/2024
2.1.221 302 9/3/2024
2.1.220 99 9/3/2024
2.1.219 107 9/3/2024
2.1.218 93 9/3/2024
2.1.217 335 9/3/2024
2.1.216 122 9/3/2024
2.1.215 86 9/3/2024
2.1.214 892 8/29/2024
2.1.213 93 8/29/2024
2.1.212 78 8/29/2024
2.1.211 202 8/29/2024
2.1.210 100 8/29/2024
2.1.209 99 8/29/2024
2.1.208 94 8/29/2024
2.1.207 713 8/26/2024
2.1.206 204 8/26/2024
2.1.205 107 8/26/2024
2.1.204 218 8/26/2024
2.1.203 104 8/26/2024
2.1.202 100 8/26/2024
2.1.201 538 8/26/2024
2.1.200 424 8/21/2024
2.1.199 130 8/21/2024
2.1.198 235 8/21/2024
2.1.197 314 8/21/2024
2.1.196 115 8/21/2024
2.1.195 108 8/21/2024
2.1.194 110 8/21/2024
2.1.193 367 8/21/2024
2.1.192 135 8/21/2024
2.1.191 296 8/21/2024
2.1.190 107 8/21/2024
2.1.189 127 8/20/2024
2.1.188 110 8/20/2024
2.1.187 363 8/20/2024
2.1.186 382 8/20/2024
2.1.185 128 8/20/2024
2.1.184 108 8/20/2024
2.1.183 387 8/20/2024
2.1.182 115 8/20/2024
2.1.181 122 8/20/2024
2.1.180 124 8/20/2024
2.1.179 119 8/20/2024
2.1.178 122 8/20/2024
2.1.177 769 8/19/2024
2.1.176 434 8/15/2024
2.1.175 188 8/15/2024
2.1.174 212 8/15/2024
2.1.173 217 8/15/2024
2.1.172 193 8/15/2024
2.1.171 114 8/15/2024
2.1.170 283 8/15/2024
2.1.169 115 8/15/2024
2.1.168 661 8/14/2024
2.1.167 287 8/14/2024
2.1.166 111 8/14/2024
2.1.165 119 8/14/2024
2.1.164 116 8/14/2024
2.1.163 273 8/13/2024
2.1.162 508 8/13/2024
2.1.161 465 8/7/2024
2.1.160 102 8/7/2024
2.1.159 246 8/7/2024
2.1.158 195 8/7/2024
2.1.157 100 8/7/2024
2.1.156 102 8/7/2024
2.1.155 105 8/7/2024
2.1.154 238 8/6/2024
2.1.153 106 8/6/2024
2.1.152 220 8/6/2024
2.1.151 90 8/6/2024
2.1.150 674 8/1/2024
2.1.149 248 8/1/2024
2.1.148 92 8/1/2024
2.1.147 215 8/1/2024
2.1.146 173 8/1/2024
2.1.145 106 8/1/2024
2.1.144 306 8/1/2024
2.1.143 92 8/1/2024
2.1.142 135 8/1/2024
2.1.141 87 8/1/2024
2.1.140 618 7/25/2024
2.1.139 223 7/25/2024
2.1.138 117 7/25/2024
2.1.137 144 7/25/2024
2.1.136 161 7/25/2024
2.1.135 163 7/25/2024
2.1.134 139 7/25/2024
2.1.133 201 7/25/2024
2.1.132 96 7/25/2024
2.1.131 248 7/25/2024
2.1.130 66 7/25/2024
2.1.129 159 7/24/2024
2.1.128 84 7/24/2024
2.1.127 67 7/24/2024
2.1.126 146 7/24/2024
2.1.125 50 7/24/2024
2.1.124 1,007 7/20/2024
2.1.123 145 7/20/2024
2.1.122 141 7/20/2024
2.1.121 104 7/20/2024
2.1.120 146 7/20/2024
2.1.119 108 7/20/2024
2.1.118 191 7/20/2024
2.1.117 95 7/20/2024
2.1.116 639 7/17/2024
2.1.115 173 7/17/2024
2.1.114 356 7/14/2024
2.1.113 98 7/14/2024
2.1.112 253 7/14/2024
2.1.111 103 7/14/2024
2.1.110 104 7/14/2024
2.1.109 273 7/14/2024
2.1.108 101 7/14/2024
2.1.107 101 7/14/2024
2.1.106 103 7/14/2024
2.1.105 327 7/14/2024
2.1.104 98 7/14/2024
2.1.103 551 7/10/2024
2.1.102 98 7/10/2024
2.1.101 89 7/10/2024
2.1.100 112 7/10/2024
2.1.99 89 7/10/2024
2.1.98 93 7/10/2024
2.1.97 105 7/10/2024
2.1.96 104 7/10/2024
2.1.95 88 7/10/2024
2.1.94 93 7/10/2024
2.1.93 680 7/10/2024
2.1.92 96 7/10/2024
2.1.91 206 7/10/2024
2.1.90 99 7/10/2024
2.1.89 96 7/10/2024
2.1.88 160 7/10/2024
2.1.87 93 7/10/2024
2.1.86 156 7/10/2024
2.1.85 95 7/10/2024
2.1.84 201 7/10/2024
2.1.83 92 7/10/2024
2.1.82 173 7/10/2024
2.1.81 107 7/10/2024
2.1.79 169 7/10/2024
2.1.78 169 7/10/2024
2.1.77 111 7/10/2024
2.1.76 192 7/9/2024
2.1.73 165 7/9/2024
2.1.72 91 7/9/2024
2.1.71 107 7/9/2024
2.1.70 937 7/9/2024
2.1.69 93 7/9/2024
2.1.68 89 7/9/2024
2.1.67 85 7/9/2024
2.1.66 4,009 7/9/2024
2.1.65 101 7/9/2024
2.1.64 387 7/9/2024
2.1.63 96 7/9/2024
2.1.62 100 7/9/2024
2.1.61 106 7/9/2024
2.1.60 456 7/9/2024
2.1.59 112 7/9/2024
2.1.57 95 7/8/2024
2.1.56 117 7/8/2024
2.1.55 109 7/8/2024
2.1.54 480 7/8/2024
2.1.53 102 7/8/2024
2.1.52 229 7/8/2024
2.1.51 111 7/8/2024
2.1.50 458 7/8/2024
2.1.49 145 7/8/2024
2.1.48 214 7/8/2024
2.1.47 103 7/8/2024
2.1.46 364 7/8/2024
2.1.45 116 7/7/2024
2.1.44 110 7/7/2024
2.1.43 362 7/7/2024
2.1.42 114 7/7/2024
2.1.41 112 7/7/2024
2.1.40 167 7/7/2024
2.1.39 208 7/7/2024
2.1.38 121 7/7/2024
2.1.37 379 7/7/2024
2.1.36 229 7/7/2024
2.1.35 398 7/5/2024
2.1.34 486 7/3/2024
2.1.33 221 7/3/2024
2.1.32 203 7/3/2024
2.1.31 207 7/3/2024
2.1.30 193 7/3/2024
2.1.29 235 7/3/2024
2.1.28 116 7/3/2024
2.1.27 113 7/3/2024
2.1.26 118 7/3/2024
2.1.25 223 7/3/2024
2.1.24 189 7/3/2024
2.1.23 117 7/3/2024
2.1.22 382 7/3/2024
2.1.21 118 7/3/2024
2.1.20 388 7/3/2024
2.1.19 121 7/3/2024
2.1.18 438 7/2/2024
2.1.17 302 6/30/2024
2.1.16 242 6/30/2024
2.1.15 138 6/30/2024
2.1.14 130 6/30/2024
2.1.13 113 6/30/2024
2.1.12 263 6/30/2024
2.1.11 389 6/28/2024
2.1.10 127 6/28/2024
2.1.9 216 6/28/2024
2.1.8 144 6/28/2024
2.1.7 214 6/27/2024
2.1.6 170 6/27/2024
2.1.5 117 6/27/2024
2.1.4 468 6/27/2024
2.1.3 514 6/23/2024
2.1.2 122 6/23/2024
2.1.1 130 6/23/2024