Soenneker.Blazor.Utils.ResourceLoader 3.0.878

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.ResourceLoader --version 3.0.878                
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 3.0.878                
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.ResourceLoader" Version="3.0.878" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Utils.ResourceLoader --version 3.0.878                
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 3.0.878"                
#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.ResourceLoader as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.878

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

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

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

Overview

The ResourceLoader class is designed to manage the loading and initialization of scripts, styles, and JavaScript modules in a Blazor application. It provides methods to asynchronously load scripts and styles, wait for variables to be available, and manage the lifecycle of JavaScript modules.

It ensures that each resource is only loaded once (through this interop), even with multiple concurrent calls.

Table of Contents

Installation

dotnet add package Soenneker.Blazor.Utils.ResourceLoader

Usage

Loading Scripts

To load a script, use the LoadScript method. It injects the file into the DOM.

await resourceLoader.LoadScript("https://example.com/script.js");

LoadScriptAndWaitForVariable is also available. It waits for a specified JavaScript variable to be available:

await resourceLoader.LoadScriptAndWaitForVariable("https://example.com/script.js", "variableName");

Loading Styles

To load a style, use the LoadStyle method. It injects the file into the DOM.

await resourceLoader.LoadStyle("https://example.com/style.css");

Importing Modules

To import a JavaScript module, use the ImportModule method:

var module = await resourceLoader.ImportModule("moduleName");

You probably want ImportModuleAndWaitUntilAvailable, as that waits until the module is loaded, and accessible:

// 'ResourceLoader' is the name of the export class
var module = await resourceLoader.ImportModuleAndWaitUntilAvailable("Soenneker.Blazor.Utils.ResourceLoader/resourceloader.js", "ResourceLoader");

Waiting for Variables

To wait for a JavaScript variable to be available, use the WaitForVariable method:

await resourceLoader.WaitForVariable("variableName");

Disposing Modules

Be sure to dispose of a module after you're done interacting with it. To dispose of a JavaScript module, use the DisposeModule method:

await resourceLoader.DisposeModule("moduleName");
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 (10)

Showing the top 5 NuGet packages that depend on Soenneker.Blazor.Utils.ResourceLoader:

Package Downloads
Soenneker.Blazor.TomSelect

A Blazor interop library for the select user control library, Tom Select

Soenneker.Blazor.FilePond

A Blazor interop library for the file upload library FilePond

Soenneker.Blazor.Clarity

A small Blazor interop library that sets up Microsoft Clarity

Soenneker.Blazor.Masonry

A Blazor interop library that integrates Masonry, the cascading grid layout library

Soenneker.Blazor.LogJson

A Blazor interop library that logs JSON (like HTTP requests/responses) within the browser

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1032 0 1/25/2025
3.0.1031 0 1/25/2025
3.0.1030 50 1/25/2025
3.0.1029 24 1/25/2025
3.0.1028 67 1/25/2025
3.0.1027 26 1/25/2025
3.0.1026 22 1/25/2025
3.0.1025 86 1/25/2025
3.0.1024 13 1/25/2025
3.0.1023 30 1/25/2025
3.0.1022 25 1/24/2025
3.0.1021 3 1/24/2025
3.0.1020 3 1/24/2025
3.0.1019 2 1/24/2025
3.0.1018 4 1/24/2025
3.0.1017 5 1/24/2025
3.0.1016 5 1/24/2025
3.0.1015 36 1/24/2025
3.0.1014 20 1/24/2025
3.0.1013 37 1/24/2025
3.0.1012 22 1/24/2025
3.0.1011 69 1/24/2025
3.0.1010 20 1/24/2025
3.0.1009 230 1/23/2025
3.0.1008 66 1/23/2025
3.0.1007 68 1/23/2025
3.0.1006 74 1/23/2025
3.0.1005 27 1/23/2025
3.0.1004 53 1/23/2025
3.0.1003 264 1/22/2025
3.0.1002 168 1/22/2025
3.0.1001 99 1/22/2025
3.0.1000 55 1/22/2025
3.0.999 53 1/22/2025
3.0.998 124 1/22/2025
3.0.997 367 1/21/2025
3.0.996 137 1/21/2025
3.0.995 66 1/21/2025
3.0.994 303 1/21/2025
3.0.993 256 1/21/2025
3.0.992 271 1/21/2025
3.0.991 65 1/21/2025
3.0.990 458 1/21/2025
3.0.989 64 1/21/2025
3.0.988 443 1/21/2025
3.0.987 98 1/20/2025
3.0.986 104 1/20/2025
3.0.985 61 1/20/2025
3.0.984 302 1/20/2025
3.0.983 57 1/20/2025
3.0.982 354 1/20/2025
3.0.981 61 1/20/2025
3.0.980 476 1/20/2025
3.0.979 62 1/20/2025
3.0.978 286 1/20/2025
3.0.977 60 1/20/2025
3.0.976 62 1/20/2025
3.0.975 264 1/19/2025
3.0.974 72 1/19/2025
3.0.973 456 1/19/2025
3.0.972 62 1/19/2025
3.0.971 206 1/19/2025
3.0.970 74 1/19/2025
3.0.969 477 1/19/2025
3.0.968 61 1/19/2025
3.0.967 208 1/19/2025
3.0.966 67 1/19/2025
3.0.965 62 1/19/2025
3.0.964 468 1/19/2025
3.0.963 61 1/19/2025
3.0.962 294 1/18/2025
3.0.961 69 1/18/2025
3.0.960 99 1/18/2025
3.0.959 148 1/18/2025
3.0.958 76 1/18/2025
3.0.957 330 1/18/2025
3.0.956 258 1/18/2025
3.0.955 98 1/18/2025
3.0.954 61 1/18/2025
3.0.953 273 1/17/2025
3.0.952 132 1/17/2025
3.0.951 62 1/17/2025
3.0.950 107 1/17/2025
3.0.949 97 1/17/2025
3.0.948 141 1/17/2025
3.0.947 64 1/17/2025
3.0.946 326 1/17/2025
3.0.945 87 1/17/2025
3.0.944 73 1/17/2025
3.0.943 520 1/17/2025
3.0.942 67 1/17/2025
3.0.941 313 1/16/2025
3.0.940 69 1/16/2025
3.0.939 214 1/16/2025
3.0.938 247 1/16/2025
3.0.937 249 1/16/2025
3.0.936 98 1/16/2025
3.0.935 99 1/16/2025
3.0.934 408 1/16/2025
3.0.933 64 1/16/2025
3.0.932 100 1/16/2025
3.0.931 149 1/16/2025
3.0.930 70 1/16/2025
3.0.929 273 1/16/2025
3.0.928 196 1/16/2025
3.0.927 165 1/16/2025
3.0.926 456 1/15/2025
3.0.925 68 1/15/2025
3.0.924 102 1/15/2025
3.0.923 68 1/15/2025
3.0.922 149 1/15/2025
3.0.921 269 1/15/2025
3.0.920 71 1/15/2025
3.0.919 146 1/15/2025
3.0.918 299 1/15/2025
3.0.917 186 1/15/2025
3.0.916 66 1/15/2025
3.0.915 291 1/15/2025
3.0.914 158 1/15/2025
3.0.913 65 1/15/2025
3.0.912 211 1/15/2025
3.0.911 55 1/15/2025
3.0.910 186 1/15/2025
3.0.909 49 1/15/2025
3.0.908 121 1/15/2025
3.0.907 31 1/15/2025
3.0.906 34 1/15/2025
3.0.905 189 1/14/2025
3.0.904 306 1/14/2025
3.0.903 31 1/14/2025
3.0.902 193 1/14/2025
3.0.901 33 1/14/2025
3.0.900 195 1/14/2025
3.0.899 134 1/14/2025
3.0.898 222 1/13/2025
3.0.897 146 1/13/2025
3.0.896 59 1/13/2025
3.0.895 214 1/13/2025
3.0.894 56 1/13/2025
3.0.893 166 1/13/2025
3.0.892 68 1/13/2025
3.0.891 62 1/13/2025
3.0.890 240 1/13/2025
3.0.889 58 1/13/2025
3.0.888 239 1/13/2025
3.0.887 53 1/13/2025
3.0.886 201 1/12/2025
3.0.885 376 1/12/2025
3.0.884 167 1/11/2025
3.0.883 60 1/11/2025
3.0.882 165 1/11/2025
3.0.881 67 1/11/2025
3.0.880 60 1/11/2025
3.0.879 211 1/11/2025
3.0.878 319 1/11/2025
3.0.877 61 1/11/2025
3.0.876 125 1/11/2025
3.0.875 55 1/11/2025
3.0.874 196 1/10/2025
3.0.873 64 1/10/2025
3.0.872 414 1/10/2025
3.0.871 64 1/10/2025
3.0.870 182 1/10/2025
3.0.869 64 1/10/2025
3.0.868 70 1/10/2025
3.0.867 569 1/8/2025
3.0.866 316 1/3/2025
3.0.865 277 1/3/2025
3.0.864 102 1/3/2025
3.0.863 264 1/3/2025
3.0.862 93 1/3/2025
3.0.861 280 1/3/2025
3.0.860 146 1/3/2025
3.0.859 102 1/3/2025
3.0.858 362 1/3/2025
3.0.857 115 1/3/2025
3.0.856 77 1/3/2025
3.0.855 301 1/2/2025
3.0.854 78 1/2/2025
3.0.853 251 1/2/2025
3.0.852 88 1/2/2025
3.0.851 80 1/2/2025
3.0.850 81 1/2/2025
3.0.849 312 1/2/2025
3.0.848 660 1/2/2025
3.0.847 86 1/2/2025
3.0.846 212 1/1/2025
3.0.845 75 1/1/2025
3.0.844 232 1/1/2025
3.0.843 96 1/1/2025
3.0.842 211 1/1/2025
3.0.841 226 1/1/2025
3.0.840 86 1/1/2025
3.0.839 323 1/1/2025
3.0.838 93 1/1/2025
3.0.837 90 1/1/2025
3.0.836 281 1/1/2025
3.0.835 110 1/1/2025
3.0.834 260 1/1/2025
3.0.833 83 1/1/2025
3.0.832 231 12/31/2024
3.0.831 83 12/31/2024
3.0.830 92 12/31/2024
3.0.829 142 12/31/2024
3.0.828 91 12/31/2024
3.0.827 83 12/31/2024
3.0.826 225 12/31/2024
3.0.825 200 12/31/2024
3.0.824 196 12/31/2024
3.0.823 157 12/31/2024
3.0.822 101 12/31/2024
3.0.821 529 12/31/2024
3.0.820 104 12/31/2024
3.0.819 547 12/31/2024
3.0.818 89 12/31/2024
3.0.817 136 12/31/2024
3.0.816 76 12/31/2024
3.0.815 497 12/31/2024
3.0.814 262 12/31/2024
3.0.813 70 12/31/2024
3.0.812 243 12/31/2024
3.0.811 80 12/31/2024
3.0.810 71 12/31/2024
3.0.809 82 12/31/2024
3.0.808 805 12/28/2024
3.0.807 157 12/28/2024
3.0.806 159 12/28/2024
3.0.805 82 12/28/2024
3.0.804 301 12/28/2024
3.0.803 83 12/28/2024
3.0.802 176 12/28/2024
3.0.801 75 12/28/2024
3.0.800 488 12/27/2024
3.0.799 150 12/27/2024
3.0.798 85 12/27/2024
3.0.797 590 12/25/2024
3.0.796 150 12/25/2024
3.0.795 179 12/25/2024
3.0.794 128 12/24/2024
3.0.793 296 12/24/2024
3.0.792 77 12/24/2024
3.0.791 133 12/24/2024
3.0.790 387 12/24/2024
3.0.789 73 12/24/2024
3.0.788 231 12/24/2024
3.0.787 79 12/24/2024
3.0.786 338 12/24/2024
3.0.785 70 12/24/2024
3.0.784 286 12/24/2024
3.0.783 75 12/24/2024
3.0.782 375 12/24/2024
3.0.781 151 12/24/2024
3.0.780 262 12/24/2024
3.0.779 77 12/24/2024
3.0.778 73 12/24/2024
3.0.777 77 12/24/2024
3.0.776 73 12/24/2024
3.0.775 282 12/24/2024
3.0.774 77 12/24/2024
3.0.773 233 12/23/2024
3.0.772 79 12/23/2024
3.0.771 240 12/23/2024
3.0.770 80 12/23/2024
3.0.769 115 12/23/2024
3.0.768 244 12/23/2024
3.0.767 78 12/23/2024
3.0.766 328 12/23/2024
3.0.765 80 12/23/2024
3.0.764 235 12/23/2024
3.0.763 158 12/23/2024
3.0.762 86 12/23/2024
3.0.761 423 12/23/2024
3.0.760 141 12/22/2024
3.0.759 81 12/22/2024
3.0.758 263 12/22/2024
3.0.757 97 12/22/2024
3.0.756 234 12/22/2024
3.0.755 80 12/22/2024
3.0.754 181 12/22/2024
3.0.753 298 12/22/2024
3.0.752 80 12/22/2024
3.0.751 266 12/22/2024
3.0.750 85 12/22/2024
3.0.749 399 12/22/2024
3.0.748 107 12/22/2024
3.0.747 75 12/22/2024
3.0.746 282 12/21/2024
3.0.745 156 12/21/2024
3.0.744 82 12/21/2024
3.0.743 156 12/21/2024
3.0.742 82 12/21/2024
3.0.741 167 12/21/2024
3.0.740 86 12/21/2024
3.0.739 136 12/21/2024
3.0.738 81 12/21/2024
3.0.737 365 12/21/2024
3.0.736 126 12/21/2024
3.0.735 80 12/21/2024
3.0.734 373 12/21/2024
3.0.733 83 12/21/2024
3.0.732 84 12/21/2024
3.0.731 193 12/20/2024
3.0.730 79 12/20/2024
3.0.729 193 12/20/2024
3.0.728 115 12/20/2024
3.0.727 168 12/20/2024
3.0.726 85 12/20/2024
3.0.725 148 12/20/2024
3.0.724 80 12/20/2024
3.0.723 325 12/20/2024
3.0.722 79 12/20/2024
3.0.721 307 12/19/2024
3.0.720 117 12/19/2024
3.0.719 75 12/19/2024
3.0.718 208 12/19/2024
3.0.717 208 12/19/2024
3.0.716 76 12/19/2024
3.0.715 261 12/19/2024
3.0.714 78 12/19/2024
3.0.713 195 12/18/2024
3.0.712 1,857 12/17/2024
3.0.711 184 12/17/2024
3.0.709 247 12/17/2024
3.0.708 212 12/17/2024
3.0.707 186 12/17/2024
3.0.706 222 12/16/2024
3.0.705 167 12/16/2024
3.0.704 92 12/16/2024
3.0.703 486 12/10/2024
3.0.702 200 12/10/2024
3.0.701 83 12/10/2024
3.0.700 172 12/10/2024
3.0.699 265 12/10/2024
3.0.698 147 12/9/2024
3.0.697 80 12/9/2024
3.0.696 308 12/9/2024
3.0.695 82 12/9/2024
3.0.694 411 12/9/2024
3.0.693 239 12/9/2024
3.0.692 76 12/9/2024
3.0.691 217 12/9/2024
3.0.690 73 12/9/2024
3.0.689 270 12/9/2024
3.0.688 452 12/7/2024
3.0.687 180 12/7/2024
3.0.686 185 12/6/2024
3.0.685 81 12/6/2024
3.0.684 185 12/6/2024
3.0.683 86 12/6/2024
3.0.682 122 12/6/2024
3.0.681 177 12/6/2024
3.0.680 260 12/6/2024
3.0.679 87 12/6/2024
3.0.678 229 12/6/2024
3.0.677 193 12/6/2024
3.0.676 85 12/6/2024
3.0.675 202 12/6/2024
3.0.674 86 12/6/2024
3.0.673 185 12/6/2024
3.0.672 227 12/6/2024
3.0.671 167 12/6/2024
3.0.670 276 12/6/2024
3.0.669 87 12/6/2024
3.0.668 247 12/6/2024
3.0.667 90 12/6/2024
3.0.666 293 12/6/2024
3.0.665 85 12/6/2024
3.0.664 116 12/6/2024
3.0.663 183 12/6/2024
3.0.662 85 12/6/2024
3.0.661 221 12/6/2024
3.0.660 89 12/6/2024
3.0.659 219 12/6/2024
3.0.658 204 12/5/2024
3.0.657 90 12/5/2024
3.0.656 256 12/5/2024
3.0.655 85 12/5/2024
3.0.654 298 12/5/2024
3.0.653 94 12/5/2024
3.0.652 1,066 12/5/2024
3.0.651 297 12/5/2024
3.0.650 326 12/5/2024
3.0.649 393 12/5/2024
3.0.648 426 12/4/2024
3.0.647 152 12/4/2024
3.0.646 422 12/4/2024
3.0.645 206 12/4/2024
3.0.644 389 12/4/2024
3.0.643 177 12/4/2024
3.0.642 269 12/3/2024
3.0.641 437 12/3/2024
3.0.640 87 12/3/2024
3.0.639 132 12/3/2024
3.0.638 81 12/3/2024
3.0.637 410 12/3/2024
3.0.636 81 12/3/2024
3.0.635 492 12/3/2024
3.0.634 185 12/3/2024
3.0.633 80 12/3/2024
3.0.632 144 12/2/2024
3.0.631 278 12/2/2024
3.0.630 163 12/2/2024
3.0.629 79 12/2/2024
3.0.628 238 12/2/2024
3.0.627 216 12/2/2024
3.0.626 88 12/2/2024
3.0.625 409 12/2/2024
3.0.624 146 12/2/2024
3.0.623 90 12/2/2024
3.0.622 274 12/2/2024
3.0.621 81 12/2/2024
3.0.620 189 12/1/2024
3.0.619 144 12/1/2024
3.0.618 88 12/1/2024
3.0.617 683 12/1/2024
3.0.616 141 12/1/2024
3.0.615 277 12/1/2024
3.0.614 402 11/29/2024
3.0.613 140 11/29/2024
3.0.612 221 11/29/2024
3.0.611 82 11/29/2024
3.0.610 138 11/29/2024
3.0.609 220 11/29/2024
3.0.608 85 11/29/2024
3.0.607 360 11/29/2024
3.0.606 410 11/21/2024
3.0.605 230 11/21/2024
3.0.604 158 11/21/2024
3.0.603 96 11/21/2024
3.0.602 204 11/21/2024
3.0.601 83 11/21/2024
3.0.600 690 11/20/2024
3.0.599 104 11/20/2024
3.0.598 295 11/20/2024
3.0.597 181 11/20/2024
3.0.596 151 11/20/2024
3.0.595 197 11/20/2024
3.0.594 340 11/20/2024
3.0.593 326 11/20/2024
3.0.592 85 11/20/2024
3.0.591 269 11/20/2024
3.0.590 302 11/19/2024
3.0.589 97 11/19/2024
3.0.588 199 11/19/2024
3.0.587 90 11/19/2024
3.0.586 77 11/19/2024
3.0.585 428 11/19/2024
3.0.584 331 11/19/2024
3.0.583 306 11/19/2024
3.0.582 265 11/19/2024
3.0.581 78 11/19/2024
3.0.580 81 11/19/2024
3.0.579 648 11/15/2024
3.0.578 113 11/15/2024
3.0.577 240 11/15/2024
3.0.576 80 11/15/2024
3.0.575 152 11/14/2024
3.0.574 81 11/14/2024
3.0.573 220 11/14/2024
3.0.572 86 11/14/2024
3.0.571 164 11/14/2024
3.0.570 93 11/14/2024
3.0.569 270 11/14/2024
3.0.568 94 11/14/2024
3.0.567 273 11/14/2024
3.0.566 299 11/14/2024
3.0.565 91 11/14/2024
3.0.564 236 11/14/2024
3.0.563 210 11/14/2024
3.0.561 482 11/14/2024
3.0.560 85 11/14/2024
3.0.559 298 11/14/2024
3.0.558 172 11/14/2024
3.0.557 86 11/14/2024
3.0.556 178 11/14/2024
3.0.555 92 11/14/2024
3.0.554 183 11/14/2024
3.0.553 90 11/14/2024
3.0.552 198 11/14/2024
2.1.551 1,619 11/13/2024
2.1.550 323 11/13/2024
2.1.549 294 11/13/2024
2.1.548 221 11/13/2024
2.1.547 406 11/13/2024
2.1.546 82 11/13/2024
2.1.545 256 11/13/2024
2.1.544 89 11/13/2024
2.1.543 694 11/12/2024
2.1.542 90 11/12/2024
2.1.541 1,178 11/9/2024
2.1.540 270 11/9/2024
2.1.539 86 11/9/2024
2.1.538 238 11/9/2024
2.1.537 84 11/9/2024
2.1.536 493 11/9/2024
2.1.535 87 11/9/2024
2.1.534 576 11/8/2024
2.1.533 90 11/8/2024
2.1.532 343 11/8/2024
2.1.531 186 11/8/2024
2.1.530 88 11/8/2024
2.1.529 319 11/8/2024
2.1.528 86 11/8/2024
2.1.527 618 11/8/2024
2.1.526 461 11/8/2024
2.1.525 92 11/8/2024
2.1.524 225 11/8/2024
2.1.523 805 11/6/2024
2.1.522 247 11/6/2024
2.1.521 558 11/1/2024
2.1.520 307 11/1/2024
2.1.519 258 11/1/2024
2.1.518 90 11/1/2024
2.1.517 387 11/1/2024
2.1.516 89 11/1/2024
2.1.515 265 11/1/2024
2.1.514 601 10/29/2024
2.1.513 169 10/29/2024
2.1.512 159 10/29/2024
2.1.511 88 10/29/2024
2.1.510 78 10/29/2024
2.1.509 476 10/29/2024
2.1.508 278 10/29/2024
2.1.507 83 10/29/2024
2.1.506 391 10/29/2024
2.1.505 82 10/29/2024
2.1.504 84 10/29/2024
2.1.503 227 10/29/2024
2.1.502 84 10/29/2024
2.1.501 642 10/29/2024
2.1.500 500 10/29/2024
2.1.499 83 10/29/2024
2.1.498 544 10/28/2024
2.1.497 82 10/28/2024
2.1.496 918 10/26/2024
2.1.495 155 10/26/2024
2.1.494 201 10/26/2024
2.1.493 88 10/26/2024
2.1.492 1,039 10/22/2024
2.1.491 255 10/22/2024
2.1.490 84 10/22/2024
2.1.489 305 10/22/2024
2.1.488 81 10/22/2024
2.1.487 486 10/22/2024
2.1.486 107 10/22/2024
2.1.485 419 10/22/2024
2.1.484 76 10/22/2024
2.1.483 493 10/22/2024
2.1.482 969 10/18/2024
2.1.481 399 10/17/2024
2.1.480 90 10/17/2024
2.1.479 324 10/17/2024
2.1.478 88 10/17/2024
2.1.477 1,009 10/15/2024
2.1.476 245 10/15/2024
2.1.475 337 10/15/2024
2.1.474 88 10/15/2024
2.1.473 580 10/14/2024
2.1.472 526 10/12/2024
2.1.471 184 10/12/2024
2.1.470 215 10/12/2024
2.1.469 91 10/12/2024
2.1.468 290 10/12/2024
2.1.467 102 10/12/2024
2.1.466 385 10/11/2024
2.1.465 92 10/11/2024
2.1.464 362 10/11/2024
2.1.463 95 10/11/2024
2.1.462 691 10/9/2024
2.1.461 185 10/9/2024
2.1.460 174 10/9/2024
2.1.459 93 10/9/2024
2.1.458 387 10/9/2024
2.1.457 95 10/9/2024
2.1.456 318 10/9/2024
2.1.455 92 10/9/2024
2.1.454 165 10/9/2024
2.1.453 194 10/9/2024
2.1.452 95 10/9/2024
2.1.451 540 10/8/2024
2.1.450 95 10/8/2024
2.1.449 512 10/8/2024
2.1.448 232 10/8/2024
2.1.447 92 10/8/2024
2.1.446 395 10/8/2024
2.1.445 99 10/8/2024
2.1.444 248 10/8/2024
2.1.443 131 10/8/2024
2.1.442 92 10/8/2024
2.1.441 522 10/8/2024
2.1.440 85 10/8/2024
2.1.439 603 10/3/2024
2.1.438 168 10/3/2024
2.1.437 283 10/3/2024
2.1.436 96 10/3/2024
2.1.435 285 10/3/2024
2.1.434 264 10/3/2024
2.1.433 96 10/3/2024
2.1.432 181 10/3/2024
2.1.431 185 10/3/2024
2.1.430 90 10/3/2024
2.1.429 344 10/3/2024
2.1.428 647 10/2/2024
2.1.427 109 10/2/2024
2.1.426 183 10/2/2024
2.1.425 98 10/2/2024
2.1.424 186 10/2/2024
2.1.423 266 10/2/2024
2.1.422 194 10/2/2024
2.1.421 109 10/2/2024
2.1.420 328 10/2/2024
2.1.419 94 10/2/2024
2.1.418 509 10/2/2024
2.1.417 100 10/2/2024
2.1.416 255 10/1/2024
2.1.415 411 10/1/2024
2.1.414 94 10/1/2024
2.1.413 192 10/1/2024
2.1.412 95 10/1/2024
2.1.411 392 10/1/2024
2.1.410 107 10/1/2024
2.1.409 388 10/1/2024
2.1.408 89 10/1/2024
2.1.407 449 9/29/2024
2.1.406 217 9/29/2024
2.1.405 143 9/29/2024
2.1.404 246 9/29/2024
2.1.403 88 9/29/2024
2.1.402 225 9/29/2024
2.1.401 226 9/29/2024
2.1.400 87 9/29/2024
2.1.399 362 9/29/2024
2.1.398 91 9/29/2024
2.1.397 532 9/27/2024
2.1.396 220 9/27/2024
2.1.395 239 9/27/2024
2.1.394 88 9/27/2024
2.1.393 199 9/27/2024
2.1.392 91 9/27/2024
2.1.391 345 9/27/2024
2.1.390 228 9/27/2024
2.1.389 87 9/27/2024
2.1.388 456 9/27/2024
2.1.387 94 9/27/2024
2.1.386 218 9/27/2024
2.1.385 150 9/27/2024
2.1.384 91 9/27/2024
2.1.383 520 9/27/2024
2.1.382 186 9/27/2024
2.1.381 213 9/26/2024
2.1.380 101 9/26/2024
2.1.379 261 9/26/2024
2.1.378 254 9/26/2024
2.1.377 103 9/26/2024
2.1.376 339 9/26/2024
2.1.375 178 9/26/2024
2.1.374 173 9/26/2024
2.1.373 107 9/26/2024
2.1.372 451 9/26/2024
2.1.371 99 9/26/2024
2.1.370 254 9/26/2024
2.1.369 256 9/26/2024
2.1.368 173 9/26/2024
2.1.367 170 9/26/2024
2.1.366 98 9/26/2024
2.1.365 214 9/26/2024
2.1.364 656 9/24/2024
2.1.363 189 9/23/2024
2.1.362 107 9/23/2024
2.1.361 74 9/23/2024
2.1.360 184 9/23/2024
2.1.359 206 9/23/2024
2.1.358 76 9/23/2024
2.1.357 267 9/23/2024
2.1.356 190 9/23/2024
2.1.355 86 9/23/2024
2.1.354 172 9/23/2024
2.1.353 451 9/23/2024
2.1.352 76 9/23/2024
2.1.351 83 9/23/2024
2.1.350 450 9/23/2024
2.1.349 86 9/23/2024
2.1.348 252 9/23/2024
2.1.347 167 9/23/2024
2.1.346 412 9/23/2024
2.1.345 83 9/23/2024
2.1.344 123 9/23/2024
2.1.343 353 9/23/2024
2.1.342 91 9/23/2024
2.1.341 210 9/23/2024
2.1.340 85 9/23/2024
2.1.339 161 9/23/2024
2.1.338 70 9/23/2024
2.1.337 825 9/18/2024
2.1.336 74 9/18/2024
2.1.335 196 9/18/2024
2.1.334 156 9/18/2024
2.1.333 85 9/18/2024
2.1.332 303 9/18/2024
2.1.331 248 9/18/2024
2.1.330 94 9/18/2024
2.1.329 222 9/18/2024
2.1.328 102 9/18/2024
2.1.327 237 9/18/2024
2.1.326 99 9/18/2024
2.1.325 128 9/17/2024
2.1.324 109 9/17/2024
2.1.323 102 9/17/2024
2.1.322 196 9/17/2024
2.1.321 222 9/17/2024
2.1.320 85 9/17/2024
2.1.319 244 9/17/2024
2.1.318 110 9/17/2024
2.1.317 101 9/17/2024
2.1.316 241 9/17/2024
2.1.315 112 9/17/2024
2.1.314 269 9/17/2024
2.1.313 106 9/17/2024
2.1.312 252 9/17/2024
2.1.311 101 9/17/2024
2.1.310 264 9/17/2024
2.1.309 167 9/17/2024
2.1.308 183 9/17/2024
2.1.307 551 9/17/2024
2.1.306 110 9/17/2024
2.1.305 342 9/16/2024
2.1.304 267 9/16/2024
2.1.303 204 9/16/2024
2.1.302 200 9/16/2024
2.1.301 92 9/16/2024
2.1.300 234 9/16/2024
2.1.299 848 9/12/2024
2.1.298 223 9/12/2024
2.1.297 103 9/12/2024
2.1.296 258 9/12/2024
2.1.295 95 9/12/2024
2.1.294 352 9/12/2024
2.1.293 107 9/12/2024
2.1.292 233 9/12/2024
2.1.291 233 9/12/2024
2.1.290 123 9/12/2024
2.1.289 271 9/12/2024
2.1.288 118 9/12/2024
2.1.287 241 9/11/2024
2.1.286 104 9/11/2024
2.1.285 212 9/11/2024
2.1.284 111 9/11/2024
2.1.282 431 9/11/2024
2.1.281 111 9/11/2024
2.1.280 338 9/11/2024
2.1.279 111 9/11/2024
2.1.278 367 9/11/2024
2.1.277 364 9/11/2024
2.1.276 105 9/11/2024
2.1.275 243 9/11/2024
2.1.274 545 9/11/2024
2.1.273 201 9/10/2024
2.1.272 103 9/10/2024
2.1.271 208 9/10/2024
2.1.270 436 9/10/2024
2.1.269 132 9/10/2024
2.1.268 245 9/10/2024
2.1.267 107 9/10/2024
2.1.266 347 9/10/2024
2.1.265 287 9/10/2024
2.1.263 337 9/10/2024
2.1.262 168 9/10/2024
2.1.261 109 9/9/2024
2.1.260 353 9/9/2024
2.1.259 293 9/9/2024
2.1.258 287 9/9/2024
2.1.257 402 9/9/2024
2.1.255 271 9/9/2024
2.1.254 101 9/9/2024
2.1.253 269 9/9/2024
2.1.252 90 9/9/2024
2.1.251 681 9/7/2024
2.1.250 304 9/7/2024
2.1.249 114 9/7/2024
2.1.248 112 9/7/2024
2.1.247 301 9/7/2024
2.1.246 92 9/7/2024
2.1.245 378 9/6/2024
2.1.244 166 9/6/2024
2.1.243 110 9/6/2024
2.1.242 279 9/6/2024
2.1.241 112 9/6/2024
2.1.240 374 9/6/2024
2.1.239 141 9/6/2024
2.1.238 189 9/6/2024
2.1.237 106 9/6/2024
2.1.236 397 9/5/2024
2.1.235 130 9/5/2024
2.1.234 106 9/5/2024
2.1.233 222 9/5/2024
2.1.232 93 9/5/2024
2.1.231 339 9/5/2024
2.1.230 93 9/5/2024
2.1.229 209 9/5/2024
2.1.228 113 9/5/2024
2.1.227 115 9/5/2024
2.1.226 658 9/5/2024
2.1.225 109 9/5/2024
2.1.224 196 9/5/2024
2.1.223 108 9/5/2024
2.1.222 690 9/4/2024
2.1.221 112 9/4/2024
2.1.220 357 9/4/2024
2.1.219 228 9/4/2024
2.1.218 121 9/4/2024
2.1.217 172 9/4/2024
2.1.216 197 9/3/2024
2.1.215 112 9/3/2024
2.1.214 304 9/3/2024
2.1.213 89 9/3/2024
2.1.212 299 9/3/2024
2.1.211 114 9/3/2024
2.1.210 315 9/3/2024
2.1.209 100 9/3/2024
2.1.207 344 9/3/2024
2.1.206 643 8/29/2024
2.1.205 102 8/29/2024
2.1.204 193 8/29/2024
2.1.203 105 8/29/2024
2.1.202 320 8/29/2024
2.1.201 479 8/26/2024
2.1.200 193 8/26/2024
2.1.199 211 8/26/2024
2.1.197 168 8/26/2024
2.1.196 454 8/26/2024
2.1.195 115 8/26/2024
2.1.194 407 8/21/2024
2.1.193 221 8/21/2024
2.1.192 128 8/21/2024
2.1.191 290 8/21/2024
2.1.190 125 8/21/2024
2.1.189 340 8/21/2024
2.1.188 107 8/21/2024
2.1.187 278 8/21/2024
2.1.186 104 8/21/2024
2.1.185 344 8/20/2024
2.1.184 116 8/20/2024
2.1.183 367 8/20/2024
2.1.182 124 8/20/2024
2.1.181 346 8/20/2024
2.1.180 106 8/20/2024
2.1.179 294 8/20/2024
2.1.178 447 8/20/2024
2.1.177 226 8/19/2024
2.1.176 113 8/19/2024
2.1.175 416 8/15/2024
2.1.174 180 8/15/2024
2.1.173 173 8/15/2024
2.1.172 117 8/15/2024
2.1.171 208 8/15/2024
2.1.170 184 8/15/2024
2.1.169 267 8/15/2024
2.1.168 99 8/15/2024
2.1.167 342 8/15/2024
2.1.166 421 8/14/2024
2.1.165 268 8/14/2024
2.1.164 132 8/14/2024
2.1.163 247 8/14/2024
2.1.162 115 8/14/2024
2.1.161 220 8/13/2024
2.1.160 384 8/13/2024
2.1.159 449 8/7/2024
2.1.158 181 8/7/2024
2.1.157 157 8/7/2024
2.1.156 183 8/7/2024
2.1.155 86 8/7/2024
2.1.154 207 8/7/2024
2.1.153 82 8/7/2024
2.1.152 204 8/6/2024
2.1.151 91 8/6/2024
2.1.150 176 8/6/2024
2.1.149 567 8/1/2024
2.1.148 230 8/1/2024
2.1.147 95 8/1/2024
2.1.146 203 8/1/2024
2.1.145 89 8/1/2024
2.1.144 150 8/1/2024
2.1.143 98 8/1/2024
2.1.142 286 8/1/2024
2.1.141 104 8/1/2024
2.1.140 113 8/1/2024
2.1.139 92 8/1/2024
2.1.138 168 8/1/2024
2.1.137 520 7/25/2024
2.1.136 219 7/25/2024
2.1.135 113 7/25/2024
2.1.134 126 7/25/2024
2.1.133 142 7/25/2024
2.1.132 60 7/25/2024
2.1.131 157 7/25/2024
2.1.130 70 7/25/2024
2.1.129 128 7/25/2024
2.1.128 73 7/25/2024
2.1.127 155 7/25/2024
2.1.126 109 7/25/2024
2.1.125 76 7/25/2024
2.1.124 163 7/25/2024
2.1.123 157 7/25/2024
2.1.122 63 7/25/2024
2.1.121 165 7/24/2024
2.1.120 145 7/24/2024
2.1.119 143 7/24/2024
2.1.118 944 7/20/2024
2.1.117 141 7/20/2024
2.1.116 114 7/20/2024
2.1.115 112 7/20/2024
2.1.114 109 7/20/2024
2.1.113 177 7/20/2024
2.1.112 106 7/20/2024
2.1.111 182 7/20/2024
2.1.110 545 7/17/2024
2.1.109 168 7/17/2024
2.1.108 144 7/17/2024
2.1.107 273 7/14/2024
2.1.106 95 7/14/2024
2.1.105 229 7/14/2024
2.1.104 235 7/14/2024
2.1.103 94 7/14/2024
2.1.102 97 7/14/2024
2.1.101 315 7/14/2024
2.1.100 101 7/14/2024
2.1.99 222 7/14/2024
2.1.98 390 7/11/2024
2.1.97 225 7/10/2024
2.1.96 121 7/10/2024
2.1.95 274 7/10/2024
2.1.94 330 7/10/2024
2.1.93 104 7/10/2024
2.1.92 122 7/10/2024
2.1.91 154 7/10/2024
2.1.90 177 7/10/2024
2.1.89 141 7/10/2024
2.1.88 84 7/10/2024
2.1.87 184 7/10/2024
2.1.86 80 7/10/2024
2.1.85 157 7/10/2024
2.1.84 97 7/10/2024
2.1.83 130 7/10/2024
2.1.82 96 7/10/2024
2.1.81 138 7/10/2024
2.1.80 99 7/10/2024
2.1.79 177 7/10/2024
2.1.78 104 7/10/2024
2.1.77 169 7/9/2024
2.1.75 137 7/9/2024
2.1.74 84 7/9/2024
2.1.73 191 7/9/2024
2.1.72 90 7/9/2024
2.1.71 764 7/9/2024
2.1.70 84 7/9/2024
2.1.69 4,333 7/9/2024
2.1.68 197 7/9/2024
2.1.67 89 7/9/2024
2.1.66 363 7/9/2024
2.1.65 112 7/9/2024
2.1.64 362 7/9/2024
2.1.63 186 7/9/2024
2.1.62 115 7/9/2024
2.1.61 118 7/8/2024
2.1.60 440 7/8/2024
2.1.59 118 7/8/2024
2.1.58 98 7/8/2024
2.1.57 193 7/8/2024
2.1.56 271 7/8/2024
2.1.55 287 7/8/2024
2.1.54 140 7/8/2024
2.1.53 225 7/8/2024
2.1.52 108 7/8/2024
2.1.51 325 7/8/2024
2.1.50 95 7/8/2024
2.1.49 229 7/7/2024
2.1.48 223 7/7/2024
2.1.47 104 7/7/2024
2.1.46 153 7/7/2024
2.1.45 190 7/7/2024
2.1.44 104 7/7/2024
2.1.43 377 7/7/2024
2.1.42 205 7/7/2024
2.1.41 398 7/5/2024
2.1.40 297 7/4/2024
2.1.39 298 7/3/2024
2.1.38 206 7/3/2024
2.1.37 176 7/3/2024
2.1.36 188 7/3/2024
2.1.35 179 7/3/2024
2.1.34 215 7/3/2024
2.1.33 105 7/3/2024
2.1.32 217 7/3/2024
2.1.31 107 7/3/2024
2.1.30 177 7/3/2024
2.1.29 350 7/3/2024
2.1.28 108 7/3/2024
2.1.27 277 7/3/2024
2.1.26 203 7/3/2024
2.1.25 90 7/3/2024
2.1.24 401 7/3/2024
2.1.23 285 6/30/2024
2.1.22 205 6/30/2024
2.1.21 127 6/30/2024
2.1.20 104 6/30/2024
2.1.19 122 6/30/2024
2.1.18 110 6/30/2024
2.1.17 158 6/30/2024
2.1.16 178 6/30/2024
2.1.15 177 6/29/2024
2.1.14 106 6/29/2024
2.1.13 118 6/29/2024
2.1.12 119 6/29/2024
2.1.11 117 6/29/2024
2.1.10 116 6/29/2024
2.1.9 121 6/29/2024
2.1.8 201 6/28/2024
2.1.7 425 6/27/2024
2.1.6 333 6/27/2024
2.1.5 309 6/24/2024
2.1.4 124 6/24/2024
2.1.3 112 6/24/2024
2.1.2 122 6/24/2024
2.1.1 126 6/24/2024