Soenneker.Blazor.Utils.ModuleImport 3.0.934

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

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

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.1126 0 1/25/2025
3.0.1125 0 1/25/2025
3.0.1124 26 1/25/2025
3.0.1123 24 1/25/2025
3.0.1122 52 1/25/2025
3.0.1121 21 1/25/2025
3.0.1120 26 1/25/2025
3.0.1119 25 1/25/2025
3.0.1118 60 1/25/2025
3.0.1117 13 1/25/2025
3.0.1116 88 1/25/2025
3.0.1115 11 1/25/2025
3.0.1114 41 1/24/2025
3.0.1113 3 1/24/2025
3.0.1112 4 1/24/2025
3.0.1111 4 1/24/2025
3.0.1110 5 1/24/2025
3.0.1109 5 1/24/2025
3.0.1108 5 1/24/2025
3.0.1107 6 1/24/2025
3.0.1106 39 1/24/2025
3.0.1105 23 1/24/2025
3.0.1104 42 1/24/2025
3.0.1103 20 1/24/2025
3.0.1102 73 1/24/2025
3.0.1101 23 1/24/2025
3.0.1100 30 1/24/2025
3.0.1099 29 1/24/2025
3.0.1098 237 1/23/2025
3.0.1097 29 1/23/2025
3.0.1096 92 1/23/2025
3.0.1095 80 1/23/2025
3.0.1094 271 1/22/2025
3.0.1093 147 1/22/2025
3.0.1092 34 1/22/2025
3.0.1091 84 1/22/2025
3.0.1090 36 1/22/2025
3.0.1089 123 1/22/2025
3.0.1088 36 1/22/2025
3.0.1087 34 1/21/2025
3.0.1086 33 1/21/2025
3.0.1085 42 1/21/2025
3.0.1084 34 1/21/2025
3.0.1083 422 1/21/2025
3.0.1082 34 1/21/2025
3.0.1081 34 1/21/2025
3.0.1080 478 1/21/2025
3.0.1079 31 1/21/2025
3.0.1078 244 1/21/2025
3.0.1077 35 1/21/2025
3.0.1076 35 1/21/2025
3.0.1075 435 1/21/2025
3.0.1074 35 1/21/2025
3.0.1073 35 1/21/2025
3.0.1072 32 1/21/2025
3.0.1071 36 1/21/2025
3.0.1070 548 1/20/2025
3.0.1069 59 1/20/2025
3.0.1068 64 1/20/2025
3.0.1067 318 1/20/2025
3.0.1066 65 1/20/2025
3.0.1065 359 1/20/2025
3.0.1064 59 1/20/2025
3.0.1063 76 1/20/2025
3.0.1062 63 1/20/2025
3.0.1061 71 1/20/2025
3.0.1060 66 1/20/2025
3.0.1059 67 1/20/2025
3.0.1058 745 1/20/2025
3.0.1057 68 1/20/2025
3.0.1056 66 1/20/2025
3.0.1055 279 1/19/2025
3.0.1054 71 1/19/2025
3.0.1053 74 1/19/2025
3.0.1052 65 1/19/2025
3.0.1051 467 1/19/2025
3.0.1050 64 1/19/2025
3.0.1049 205 1/19/2025
3.0.1048 66 1/19/2025
3.0.1047 65 1/19/2025
3.0.1046 63 1/19/2025
3.0.1045 485 1/19/2025
3.0.1044 73 1/19/2025
3.0.1043 70 1/19/2025
3.0.1042 215 1/19/2025
3.0.1041 60 1/19/2025
3.0.1040 68 1/19/2025
3.0.1039 66 1/19/2025
3.0.1038 478 1/19/2025
3.0.1037 62 1/19/2025
3.0.1036 307 1/18/2025
3.0.1035 59 1/18/2025
3.0.1034 112 1/18/2025
3.0.1033 64 1/18/2025
3.0.1032 676 1/18/2025
3.0.1031 57 1/18/2025
3.0.1030 63 1/18/2025
3.0.1029 64 1/18/2025
3.0.1028 292 1/17/2025
3.0.1027 67 1/17/2025
3.0.1026 135 1/17/2025
3.0.1025 60 1/17/2025
3.0.1024 150 1/17/2025
3.0.1023 76 1/17/2025
3.0.1022 79 1/17/2025
3.0.1021 72 1/17/2025
3.0.1020 141 1/17/2025
3.0.1019 69 1/17/2025
3.0.1018 66 1/17/2025
3.0.1017 66 1/17/2025
3.0.1016 65 1/17/2025
3.0.1015 68 1/17/2025
3.0.1014 368 1/17/2025
3.0.1013 64 1/17/2025
3.0.1012 68 1/17/2025
3.0.1011 74 1/17/2025
3.0.1010 531 1/17/2025
3.0.1009 71 1/16/2025
3.0.1008 70 1/16/2025
3.0.1007 327 1/16/2025
3.0.1006 73 1/16/2025
3.0.1005 72 1/16/2025
3.0.1004 220 1/16/2025
3.0.1003 266 1/16/2025
3.0.1002 71 1/16/2025
3.0.1001 244 1/16/2025
3.0.1000 67 1/16/2025
3.0.999 492 1/16/2025
3.0.998 62 1/16/2025
3.0.997 206 1/16/2025
3.0.996 71 1/16/2025
3.0.995 908 1/15/2025
3.0.994 70 1/15/2025
3.0.993 102 1/15/2025
3.0.992 72 1/15/2025
3.0.991 360 1/15/2025
3.0.990 62 1/15/2025
3.0.989 503 1/15/2025
3.0.988 67 1/15/2025
3.0.987 547 1/15/2025
3.0.986 56 1/15/2025
3.0.985 46 1/15/2025
3.0.984 45 1/15/2025
3.0.983 189 1/15/2025
3.0.982 46 1/15/2025
3.0.981 141 1/15/2025
3.0.980 42 1/14/2025
3.0.979 40 1/14/2025
3.0.978 41 1/14/2025
3.0.977 43 1/14/2025
3.0.976 40 1/14/2025
3.0.975 484 1/14/2025
3.0.974 42 1/14/2025
3.0.973 39 1/14/2025
3.0.972 217 1/14/2025
3.0.971 45 1/14/2025
3.0.970 447 1/13/2025
3.0.969 158 1/13/2025
3.0.968 59 1/13/2025
3.0.967 57 1/13/2025
3.0.966 59 1/13/2025
3.0.965 252 1/13/2025
3.0.964 64 1/13/2025
3.0.963 62 1/13/2025
3.0.962 58 1/13/2025
3.0.961 194 1/13/2025
3.0.960 56 1/13/2025
3.0.959 270 1/13/2025
3.0.958 60 1/13/2025
3.0.957 60 1/13/2025
3.0.956 276 1/13/2025
3.0.955 64 1/13/2025
3.0.954 65 1/12/2025
3.0.953 529 1/12/2025
3.0.952 70 1/11/2025
3.0.951 64 1/11/2025
3.0.950 173 1/11/2025
3.0.949 196 1/11/2025
3.0.948 62 1/11/2025
3.0.947 67 1/11/2025
3.0.946 63 1/11/2025
3.0.945 485 1/11/2025
3.0.944 67 1/11/2025
3.0.943 145 1/11/2025
3.0.942 61 1/11/2025
3.0.941 222 1/10/2025
3.0.940 67 1/10/2025
3.0.939 66 1/10/2025
3.0.938 66 1/10/2025
3.0.937 435 1/10/2025
3.0.936 214 1/10/2025
3.0.935 66 1/10/2025
3.0.934 63 1/10/2025
3.0.933 598 1/8/2025
3.0.932 334 1/3/2025
3.0.931 109 1/3/2025
3.0.930 283 1/3/2025
3.0.929 107 1/3/2025
3.0.928 109 1/3/2025
3.0.927 104 1/3/2025
3.0.926 278 1/3/2025
3.0.925 106 1/3/2025
3.0.924 338 1/3/2025
3.0.923 112 1/3/2025
3.0.922 95 1/3/2025
3.0.921 90 1/3/2025
3.0.920 419 1/3/2025
3.0.919 88 1/3/2025
3.0.918 319 1/2/2025
3.0.917 95 1/2/2025
3.0.916 91 1/2/2025
3.0.915 98 1/2/2025
3.0.914 271 1/2/2025
3.0.913 84 1/2/2025
3.0.912 86 1/2/2025
3.0.911 91 1/2/2025
3.0.910 913 1/1/2025
3.0.909 93 1/1/2025
3.0.908 241 1/1/2025
3.0.907 110 1/1/2025
3.0.906 247 1/1/2025
3.0.905 94 1/1/2025
3.0.904 361 1/1/2025
3.0.903 98 1/1/2025
3.0.902 92 1/1/2025
3.0.901 93 1/1/2025
3.0.900 344 1/1/2025
3.0.899 93 1/1/2025
3.0.898 104 1/1/2025
3.0.897 98 1/1/2025
3.0.896 285 1/1/2025
3.0.895 82 1/1/2025
3.0.894 291 12/31/2024
3.0.893 105 12/31/2024
3.0.892 91 12/31/2024
3.0.891 90 12/31/2024
3.0.890 259 12/31/2024
3.0.889 90 12/31/2024
3.0.888 89 12/31/2024
3.0.887 161 12/31/2024
3.0.885 112 12/31/2024
3.0.884 527 12/31/2024
3.0.883 107 12/31/2024
3.0.882 551 12/31/2024
3.0.881 104 12/31/2024
3.0.880 109 12/31/2024
3.0.879 98 12/31/2024
3.0.878 540 12/31/2024
3.0.877 79 12/31/2024
3.0.876 141 12/31/2024
3.0.875 75 12/31/2024
3.0.874 705 12/31/2024
3.0.873 82 12/31/2024
3.0.872 98 12/31/2024
3.0.871 90 12/31/2024
3.0.870 80 12/31/2024
3.0.869 82 12/31/2024
3.0.868 263 12/30/2024
3.0.867 80 12/30/2024
3.0.866 823 12/28/2024
3.0.865 87 12/28/2024
3.0.864 74 12/28/2024
3.0.863 240 12/28/2024
3.0.862 78 12/28/2024
3.0.861 321 12/28/2024
3.0.860 81 12/28/2024
3.0.859 78 12/28/2024
3.0.858 85 12/28/2024
3.0.857 196 12/27/2024
3.0.856 85 12/27/2024
3.0.855 565 12/27/2024
3.0.854 79 12/27/2024
3.0.853 594 12/25/2024
3.0.852 154 12/25/2024
3.0.851 193 12/24/2024
3.0.850 137 12/24/2024
3.0.849 85 12/24/2024
3.0.848 312 12/24/2024
3.0.847 457 12/24/2024
3.0.846 88 12/24/2024
3.0.845 253 12/24/2024
3.0.844 356 12/24/2024
3.0.843 88 12/24/2024
3.0.842 300 12/24/2024
3.0.841 82 12/24/2024
3.0.840 86 12/24/2024
3.0.839 646 12/24/2024
3.0.838 86 12/24/2024
3.0.837 104 12/24/2024
3.0.836 299 12/23/2024
3.0.835 89 12/23/2024
3.0.834 91 12/23/2024
3.0.833 82 12/23/2024
3.0.832 243 12/23/2024
3.0.831 72 12/23/2024
3.0.830 266 12/23/2024
3.0.829 80 12/23/2024
3.0.828 291 12/23/2024
3.0.827 80 12/23/2024
3.0.826 78 12/23/2024
3.0.825 85 12/23/2024
3.0.824 340 12/23/2024
3.0.823 81 12/23/2024
3.0.822 328 12/23/2024
3.0.821 79 12/23/2024
3.0.820 81 12/23/2024
3.0.819 81 12/23/2024
3.0.818 498 12/22/2024
3.0.817 77 12/22/2024
3.0.816 85 12/22/2024
3.0.815 82 12/22/2024
3.0.814 283 12/22/2024
3.0.813 84 12/22/2024
3.0.812 268 12/22/2024
3.0.811 82 12/22/2024
3.0.810 417 12/22/2024
3.0.809 85 12/22/2024
3.0.808 277 12/22/2024
3.0.807 80 12/22/2024
3.0.806 77 12/22/2024
3.0.805 77 12/22/2024
3.0.804 434 12/22/2024
3.0.803 79 12/22/2024
3.0.802 86 12/21/2024
3.0.801 83 12/21/2024
3.0.800 388 12/21/2024
3.0.799 78 12/21/2024
3.0.798 175 12/21/2024
3.0.797 78 12/21/2024
3.0.796 176 12/21/2024
3.0.795 85 12/21/2024
3.0.794 89 12/21/2024
3.0.793 153 12/21/2024
3.0.792 85 12/21/2024
3.0.791 430 12/21/2024
3.0.790 89 12/21/2024
3.0.789 84 12/21/2024
3.0.788 382 12/21/2024
3.0.787 84 12/21/2024
3.0.786 103 12/20/2024
3.0.785 81 12/20/2024
3.0.784 216 12/20/2024
3.0.783 220 12/20/2024
3.0.782 82 12/20/2024
3.0.781 184 12/20/2024
3.0.780 87 12/20/2024
3.0.779 86 12/20/2024
3.0.778 79 12/20/2024
3.0.777 166 12/20/2024
3.0.776 88 12/20/2024
3.0.775 348 12/20/2024
3.0.774 85 12/20/2024
3.0.773 321 12/19/2024
3.0.772 130 12/19/2024
3.0.771 76 12/19/2024
3.0.770 82 12/19/2024
3.0.769 79 12/19/2024
3.0.768 357 12/19/2024
3.0.767 85 12/19/2024
3.0.766 93 12/19/2024
3.0.765 282 12/18/2024
3.0.764 76 12/18/2024
3.0.763 84 12/18/2024
3.0.762 1,976 12/17/2024
3.0.761 196 12/17/2024
3.0.760 95 12/17/2024
3.0.759 262 12/17/2024
3.0.758 229 12/17/2024
3.0.757 202 12/17/2024
3.0.756 85 12/17/2024
3.0.755 320 12/16/2024
3.0.754 80 12/16/2024
3.0.753 487 12/10/2024
3.0.752 82 12/10/2024
3.0.751 81 12/10/2024
3.0.750 211 12/10/2024
3.0.749 79 12/10/2024
3.0.748 365 12/10/2024
3.0.747 83 12/10/2024
3.0.746 159 12/9/2024
3.0.745 86 12/9/2024
3.0.744 317 12/9/2024
3.0.743 85 12/9/2024
3.0.742 582 12/9/2024
3.0.741 84 12/9/2024
3.0.740 242 12/9/2024
3.0.739 78 12/9/2024
3.0.738 641 12/7/2024
3.0.737 92 12/7/2024
3.0.736 84 12/7/2024
3.0.733 280 12/6/2024
3.0.732 84 12/6/2024
3.0.731 84 12/6/2024
3.0.730 83 12/6/2024
3.0.729 201 12/6/2024
3.0.728 231 12/6/2024
3.0.727 83 12/6/2024
3.0.726 278 12/6/2024
3.0.725 241 12/6/2024
3.0.724 211 12/6/2024
3.0.723 213 12/6/2024
3.0.722 80 12/6/2024
3.0.721 200 12/6/2024
3.0.720 240 12/6/2024
3.0.719 94 12/6/2024
3.0.718 374 12/6/2024
3.0.717 87 12/6/2024
3.0.716 265 12/6/2024
3.0.715 92 12/6/2024
3.0.714 300 12/6/2024
3.0.713 83 12/6/2024
3.0.712 88 12/6/2024
3.0.711 122 12/6/2024
3.0.710 93 12/6/2024
3.0.709 206 12/6/2024
3.0.708 89 12/6/2024
3.0.707 241 12/6/2024
3.0.706 224 12/5/2024
3.0.705 92 12/5/2024
3.0.704 95 12/5/2024
3.0.703 213 12/5/2024
3.0.702 93 12/5/2024
3.0.701 257 12/5/2024
3.0.700 312 12/5/2024
3.0.699 91 12/5/2024
3.0.698 3,550 12/3/2024
3.0.697 91 12/3/2024
3.0.696 89 12/3/2024
3.0.695 139 12/3/2024
3.0.694 89 12/3/2024
3.0.693 424 12/3/2024
3.0.692 86 12/3/2024
3.0.691 91 12/3/2024
3.0.690 81 12/3/2024
3.0.689 534 12/3/2024
3.0.688 86 12/3/2024
3.0.687 151 12/2/2024
3.0.686 288 12/2/2024
3.0.685 75 12/2/2024
3.0.684 182 12/2/2024
3.0.683 77 12/2/2024
3.0.682 253 12/2/2024
3.0.681 83 12/2/2024
3.0.680 224 12/2/2024
3.0.679 84 12/2/2024
3.0.678 465 12/2/2024
3.0.677 84 12/2/2024
3.0.676 295 12/2/2024
3.0.675 86 12/2/2024
3.0.674 83 12/1/2024
3.0.673 89 12/1/2024
3.0.672 250 12/1/2024
3.0.671 88 12/1/2024
3.0.670 693 12/1/2024
3.0.669 87 12/1/2024
3.0.668 89 12/1/2024
3.0.667 652 11/29/2024
3.0.666 143 11/29/2024
3.0.665 245 11/29/2024
3.0.664 83 11/29/2024
3.0.663 129 11/29/2024
3.0.662 81 11/29/2024
3.0.661 238 11/29/2024
3.0.660 79 11/29/2024
3.0.659 694 11/21/2024
3.0.658 230 11/21/2024
3.0.657 160 11/21/2024
3.0.656 221 11/21/2024
3.0.655 87 11/21/2024
3.0.654 696 11/20/2024
3.0.653 89 11/20/2024
3.0.652 312 11/20/2024
3.0.651 87 11/20/2024
3.0.650 189 11/20/2024
3.0.649 87 11/20/2024
3.0.648 87 11/20/2024
3.0.647 84 11/20/2024
3.0.646 157 11/20/2024
3.0.645 93 11/20/2024
3.0.644 200 11/20/2024
3.0.643 350 11/20/2024
3.0.642 95 11/20/2024
3.0.641 331 11/20/2024
3.0.640 281 11/19/2024
3.0.639 87 11/19/2024
3.0.638 318 11/19/2024
3.0.637 84 11/19/2024
3.0.636 89 11/19/2024
3.0.635 204 11/19/2024
3.0.634 98 11/19/2024
3.0.633 438 11/19/2024
3.0.632 334 11/19/2024
3.0.631 83 11/19/2024
3.0.630 504 11/19/2024
3.0.629 95 11/19/2024
3.0.628 660 11/15/2024
3.0.627 129 11/15/2024
3.0.626 249 11/15/2024
3.0.625 80 11/15/2024
3.0.624 170 11/14/2024
3.0.623 89 11/14/2024
3.0.622 87 11/14/2024
3.0.621 85 11/14/2024
3.0.620 224 11/14/2024
3.0.619 92 11/14/2024
3.0.618 177 11/14/2024
3.0.617 87 11/14/2024
3.0.616 89 11/14/2024
3.0.615 272 11/14/2024
3.0.614 81 11/14/2024
3.0.613 284 11/14/2024
3.0.612 81 11/14/2024
3.0.611 307 11/14/2024
3.0.610 362 11/14/2024
3.0.609 89 11/14/2024
3.0.608 82 11/14/2024
3.0.607 505 11/14/2024
3.0.606 92 11/14/2024
3.0.605 395 11/14/2024
3.0.604 94 11/14/2024
3.0.603 174 11/14/2024
3.0.602 90 11/14/2024
3.0.601 91 11/14/2024
3.0.600 91 11/14/2024
3.0.599 191 11/14/2024
2.1.598 1,740 11/13/2024
2.1.597 338 11/13/2024
2.1.596 88 11/13/2024
2.1.595 431 11/13/2024
2.1.594 88 11/13/2024
2.1.593 407 11/13/2024
2.1.592 89 11/13/2024
2.1.591 273 11/13/2024
2.1.590 91 11/13/2024
2.1.589 92 11/13/2024
2.1.588 96 11/13/2024
2.1.587 714 11/12/2024
2.1.586 86 11/12/2024
2.1.585 1,192 11/9/2024
2.1.584 294 11/9/2024
2.1.583 92 11/9/2024
2.1.582 257 11/9/2024
2.1.581 89 11/9/2024
2.1.580 95 11/9/2024
2.1.579 503 11/9/2024
2.1.578 87 11/9/2024
2.1.577 97 11/9/2024
2.1.576 595 11/8/2024
2.1.575 92 11/8/2024
2.1.574 90 11/8/2024
2.1.573 360 11/8/2024
2.1.572 92 11/8/2024
2.1.571 204 11/8/2024
2.1.570 93 11/8/2024
2.1.569 332 11/8/2024
2.1.568 631 11/8/2024
2.1.567 466 11/8/2024
2.1.566 88 11/8/2024
2.1.565 90 11/8/2024
2.1.564 967 11/6/2024
2.1.563 92 11/6/2024
2.1.562 721 11/1/2024
2.1.561 318 11/1/2024
2.1.560 90 11/1/2024
2.1.559 279 11/1/2024
2.1.558 87 11/1/2024
2.1.557 93 11/1/2024
2.1.556 86 11/1/2024
2.1.555 406 11/1/2024
2.1.554 786 10/29/2024
2.1.553 177 10/29/2024
2.1.552 83 10/29/2024
2.1.551 182 10/29/2024
2.1.550 83 10/29/2024
2.1.549 499 10/29/2024
2.1.547 284 10/29/2024
2.1.546 88 10/29/2024
2.1.545 90 10/29/2024
2.1.544 406 10/29/2024
2.1.543 87 10/29/2024
2.1.542 88 10/29/2024
2.1.541 262 10/29/2024
2.1.540 655 10/29/2024
2.1.539 94 10/29/2024
2.1.538 520 10/29/2024
2.1.537 84 10/28/2024
2.1.536 87 10/28/2024
2.1.535 549 10/28/2024
2.1.534 926 10/26/2024
2.1.533 173 10/26/2024
2.1.532 88 10/26/2024
2.1.531 215 10/26/2024
2.1.530 93 10/26/2024
2.1.529 1,077 10/22/2024
2.1.528 272 10/22/2024
2.1.527 79 10/22/2024
2.1.526 93 10/22/2024
2.1.525 313 10/22/2024
2.1.524 87 10/22/2024
2.1.523 522 10/22/2024
2.1.522 87 10/22/2024
2.1.521 86 10/22/2024
2.1.520 422 10/22/2024
2.1.519 1,383 10/18/2024
2.1.518 121 10/18/2024
2.1.517 114 10/18/2024
2.1.516 417 10/17/2024
2.1.515 83 10/17/2024
2.1.514 344 10/17/2024
2.1.513 89 10/17/2024
2.1.512 1,024 10/15/2024
2.1.511 94 10/15/2024
2.1.510 90 10/15/2024
2.1.509 500 10/15/2024
2.1.508 82 10/15/2024
2.1.507 98 10/14/2024
2.1.506 96 10/14/2024
2.1.505 1,021 10/12/2024
2.1.504 193 10/12/2024
2.1.503 89 10/12/2024
2.1.502 227 10/12/2024
2.1.501 96 10/12/2024
2.1.500 317 10/12/2024
2.1.499 404 10/11/2024
2.1.498 88 10/11/2024
2.1.497 91 10/11/2024
2.1.496 380 10/11/2024
2.1.495 91 10/11/2024
2.1.494 703 10/9/2024
2.1.493 197 10/9/2024
2.1.492 195 10/9/2024
2.1.491 87 10/9/2024
2.1.490 407 10/9/2024
2.1.489 329 10/9/2024
2.1.488 90 10/9/2024
2.1.487 89 10/9/2024
2.1.486 182 10/9/2024
2.1.485 87 10/9/2024
2.1.484 205 10/8/2024
2.1.483 85 10/8/2024
2.1.482 90 10/8/2024
2.1.481 84 10/8/2024
2.1.480 565 10/8/2024
2.1.479 520 10/8/2024
2.1.478 92 10/8/2024
2.1.477 242 10/8/2024
2.1.476 88 10/8/2024
2.1.475 411 10/8/2024
2.1.474 93 10/8/2024
2.1.473 304 10/8/2024
2.1.472 90 10/8/2024
2.1.471 1,032 10/3/2024
2.1.470 176 10/3/2024
2.1.469 302 10/3/2024
2.1.468 84 10/3/2024
2.1.467 79 10/3/2024
2.1.466 73 10/3/2024
2.1.465 473 10/3/2024
2.1.464 82 10/3/2024
2.1.463 79 10/3/2024
2.1.462 200 10/3/2024
2.1.461 84 10/3/2024
2.1.460 197 10/3/2024
2.1.459 80 10/3/2024
2.1.458 901 10/2/2024
2.1.457 116 10/2/2024
2.1.456 197 10/2/2024
2.1.455 191 10/2/2024
2.1.454 83 10/2/2024
2.1.453 373 10/2/2024
2.1.452 79 10/2/2024
2.1.451 83 10/2/2024
2.1.450 335 10/2/2024
2.1.449 524 10/2/2024
2.1.448 275 10/1/2024
2.1.447 84 10/1/2024
2.1.446 83 10/1/2024
2.1.445 413 10/1/2024
2.1.444 82 10/1/2024
2.1.443 216 10/1/2024
2.1.442 424 10/1/2024
2.1.441 89 10/1/2024
2.1.440 83 10/1/2024
2.1.439 408 10/1/2024
2.1.438 86 10/1/2024
2.1.437 448 9/29/2024
2.1.436 229 9/29/2024
2.1.435 81 9/29/2024
2.1.434 325 9/29/2024
2.1.433 91 9/29/2024
2.1.432 250 9/29/2024
2.1.431 86 9/29/2024
2.1.430 238 9/29/2024
2.1.429 89 9/29/2024
2.1.428 90 9/29/2024
2.1.427 379 9/29/2024
2.1.426 531 9/27/2024
2.1.425 230 9/27/2024
2.1.424 87 9/27/2024
2.1.423 246 9/27/2024
2.1.422 84 9/27/2024
2.1.421 206 9/27/2024
2.1.420 352 9/27/2024
2.1.419 239 9/27/2024
2.1.418 93 9/27/2024
2.1.417 471 9/27/2024
2.1.416 94 9/27/2024
2.1.415 85 9/27/2024
2.1.414 296 9/27/2024
2.1.413 89 9/27/2024
2.1.412 525 9/27/2024
2.1.411 185 9/27/2024
2.1.410 85 9/27/2024
2.1.409 212 9/26/2024
2.1.408 83 9/26/2024
2.1.407 282 9/26/2024
2.1.406 86 9/26/2024
2.1.405 250 9/26/2024
2.1.404 356 9/26/2024
2.1.403 166 9/26/2024
2.1.402 88 9/26/2024
2.1.401 86 9/26/2024
2.1.400 204 9/26/2024
2.1.399 88 9/26/2024
2.1.398 89 9/26/2024
2.1.397 460 9/26/2024
2.1.395 268 9/26/2024
2.1.394 362 9/26/2024
2.1.393 92 9/26/2024
2.1.392 188 9/26/2024
2.1.391 85 9/26/2024
2.1.390 799 9/23/2024
2.1.389 194 9/23/2024
2.1.388 118 9/23/2024
2.1.387 198 9/23/2024
2.1.386 89 9/23/2024
2.1.385 227 9/23/2024
2.1.384 282 9/23/2024
2.1.383 92 9/23/2024
2.1.382 213 9/23/2024
2.1.381 91 9/23/2024
2.1.380 191 9/23/2024
2.1.379 88 9/23/2024
2.1.378 95 9/23/2024
2.1.377 86 9/23/2024
2.1.376 469 9/23/2024
2.1.375 87 9/23/2024
2.1.374 483 9/23/2024
2.1.373 252 9/23/2024
2.1.372 89 9/23/2024
2.1.371 515 9/23/2024
2.1.370 85 9/23/2024
2.1.369 135 9/23/2024
2.1.368 80 9/23/2024
2.1.367 348 9/23/2024
2.1.366 87 9/23/2024
2.1.365 244 9/23/2024
2.1.364 171 9/23/2024
2.1.363 86 9/22/2024
2.1.362 834 9/18/2024
2.1.361 97 9/18/2024
2.1.360 91 9/18/2024
2.1.359 206 9/18/2024
2.1.358 90 9/18/2024
2.1.357 184 9/18/2024
2.1.356 84 9/18/2024
2.1.355 97 9/18/2024
2.1.354 85 9/18/2024
2.1.353 95 9/18/2024
2.1.352 571 9/18/2024
2.1.351 92 9/18/2024
2.1.350 252 9/17/2024
2.1.349 95 9/17/2024
2.1.348 156 9/17/2024
2.1.347 123 9/17/2024
2.1.346 199 9/17/2024
2.1.345 96 9/17/2024
2.1.344 238 9/17/2024
2.1.343 100 9/17/2024
2.1.342 98 9/17/2024
2.1.341 263 9/17/2024
2.1.340 89 9/17/2024
2.1.339 109 9/17/2024
2.1.338 265 9/17/2024
2.1.337 84 9/17/2024
2.1.336 282 9/17/2024
2.1.335 260 9/17/2024
2.1.334 81 9/17/2024
2.1.333 94 9/17/2024
2.1.332 281 9/17/2024
2.1.331 160 9/17/2024
2.1.330 201 9/17/2024
2.1.329 103 9/17/2024
2.1.328 96 9/17/2024
2.1.327 807 9/16/2024
2.1.326 285 9/16/2024
2.1.325 104 9/16/2024
2.1.324 102 9/16/2024
2.1.323 308 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 203 9/6/2024
2.1.253 100 9/6/2024
2.1.252 296 9/6/2024
2.1.251 366 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 437 9/5/2024
2.1.244 222 9/5/2024
2.1.243 109 9/5/2024
2.1.242 346 9/5/2024
2.1.241 89 9/5/2024
2.1.240 223 9/5/2024
2.1.239 104 9/5/2024
2.1.238 107 9/5/2024
2.1.237 113 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 116 9/4/2024
2.1.231 94 9/4/2024
2.1.230 711 9/4/2024
2.1.229 355 9/4/2024
2.1.228 232 9/4/2024
2.1.227 221 9/4/2024
2.1.226 218 9/3/2024
2.1.225 106 9/3/2024
2.1.224 101 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 101 9/3/2024
2.1.219 109 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 204 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 715 8/26/2024
2.1.206 206 8/26/2024
2.1.205 107 8/26/2024
2.1.204 218 8/26/2024
2.1.203 106 8/26/2024
2.1.202 102 8/26/2024
2.1.201 538 8/26/2024
2.1.200 426 8/21/2024
2.1.199 130 8/21/2024
2.1.198 237 8/21/2024
2.1.197 314 8/21/2024
2.1.196 117 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 112 8/20/2024
2.1.187 365 8/20/2024
2.1.186 382 8/20/2024
2.1.185 128 8/20/2024
2.1.184 110 8/20/2024
2.1.183 389 8/20/2024
2.1.182 115 8/20/2024
2.1.181 124 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 190 8/15/2024
2.1.174 212 8/15/2024
2.1.173 219 8/15/2024
2.1.172 193 8/15/2024
2.1.171 114 8/15/2024
2.1.170 285 8/15/2024
2.1.169 117 8/15/2024
2.1.168 661 8/14/2024
2.1.167 289 8/14/2024
2.1.166 113 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 248 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 240 8/6/2024
2.1.153 108 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 175 8/1/2024
2.1.145 106 8/1/2024
2.1.144 308 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 98 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 52 7/24/2024
2.1.124 1,013 7/20/2024
2.1.123 145 7/20/2024
2.1.122 141 7/20/2024
2.1.121 106 7/20/2024
2.1.120 148 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 640 7/17/2024
2.1.115 174 7/17/2024
2.1.114 359 7/14/2024
2.1.113 99 7/14/2024
2.1.112 254 7/14/2024
2.1.111 106 7/14/2024
2.1.110 108 7/14/2024
2.1.109 274 7/14/2024
2.1.108 102 7/14/2024
2.1.107 102 7/14/2024
2.1.106 104 7/14/2024
2.1.105 328 7/14/2024
2.1.104 99 7/14/2024
2.1.103 552 7/10/2024
2.1.102 101 7/10/2024
2.1.101 90 7/10/2024
2.1.100 113 7/10/2024
2.1.99 90 7/10/2024
2.1.98 94 7/10/2024
2.1.97 106 7/10/2024
2.1.96 105 7/10/2024
2.1.95 89 7/10/2024
2.1.94 96 7/10/2024
2.1.93 683 7/10/2024
2.1.92 99 7/10/2024
2.1.91 207 7/10/2024
2.1.90 102 7/10/2024
2.1.89 97 7/10/2024
2.1.88 163 7/10/2024
2.1.87 96 7/10/2024
2.1.86 159 7/10/2024
2.1.85 102 7/10/2024
2.1.84 206 7/10/2024
2.1.83 95 7/10/2024
2.1.82 178 7/10/2024
2.1.81 110 7/10/2024
2.1.79 170 7/10/2024
2.1.78 172 7/10/2024
2.1.77 112 7/10/2024
2.1.76 193 7/9/2024
2.1.73 166 7/9/2024
2.1.72 92 7/9/2024
2.1.71 108 7/9/2024
2.1.70 940 7/9/2024
2.1.69 94 7/9/2024
2.1.68 90 7/9/2024
2.1.67 88 7/9/2024
2.1.66 4,419 7/9/2024
2.1.65 104 7/9/2024
2.1.64 388 7/9/2024
2.1.63 99 7/9/2024
2.1.62 103 7/9/2024
2.1.61 107 7/9/2024
2.1.60 457 7/9/2024
2.1.59 113 7/9/2024
2.1.57 96 7/8/2024
2.1.56 118 7/8/2024
2.1.55 112 7/8/2024
2.1.54 481 7/8/2024
2.1.53 103 7/8/2024
2.1.52 230 7/8/2024
2.1.51 114 7/8/2024
2.1.50 459 7/8/2024
2.1.49 149 7/8/2024
2.1.48 215 7/8/2024
2.1.47 104 7/8/2024
2.1.46 365 7/8/2024
2.1.45 119 7/7/2024
2.1.44 111 7/7/2024
2.1.43 363 7/7/2024
2.1.42 115 7/7/2024
2.1.41 113 7/7/2024
2.1.40 170 7/7/2024
2.1.39 209 7/7/2024
2.1.38 122 7/7/2024
2.1.37 382 7/7/2024
2.1.36 232 7/7/2024
2.1.35 399 7/5/2024
2.1.34 491 7/3/2024
2.1.33 222 7/3/2024
2.1.32 206 7/3/2024
2.1.31 210 7/3/2024
2.1.30 194 7/3/2024
2.1.29 236 7/3/2024
2.1.28 117 7/3/2024
2.1.27 116 7/3/2024
2.1.26 119 7/3/2024
2.1.25 224 7/3/2024
2.1.24 190 7/3/2024
2.1.23 118 7/3/2024
2.1.22 385 7/3/2024
2.1.21 119 7/3/2024
2.1.20 391 7/3/2024
2.1.19 122 7/3/2024
2.1.18 439 7/2/2024
2.1.17 303 6/30/2024
2.1.16 245 6/30/2024
2.1.15 139 6/30/2024
2.1.14 131 6/30/2024
2.1.13 114 6/30/2024
2.1.12 266 6/30/2024
2.1.11 390 6/28/2024
2.1.10 128 6/28/2024
2.1.9 217 6/28/2024
2.1.8 149 6/28/2024
2.1.7 217 6/27/2024
2.1.6 171 6/27/2024
2.1.5 120 6/27/2024
2.1.4 469 6/27/2024
2.1.3 515 6/23/2024
2.1.2 123 6/23/2024
2.1.1 131 6/23/2024