Soenneker.Blazor.Utils.ResourceLoader 3.0.861

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

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

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.867 15 1/8/2025
3.0.866 196 1/3/2025
3.0.865 264 1/3/2025
3.0.864 89 1/3/2025
3.0.863 255 1/3/2025
3.0.862 84 1/3/2025
3.0.861 271 1/3/2025
3.0.860 137 1/3/2025
3.0.859 93 1/3/2025
3.0.858 353 1/3/2025
3.0.857 106 1/3/2025
3.0.856 68 1/3/2025
3.0.855 292 1/2/2025
3.0.854 69 1/2/2025
3.0.853 242 1/2/2025
3.0.852 79 1/2/2025
3.0.851 71 1/2/2025
3.0.850 72 1/2/2025
3.0.849 303 1/2/2025
3.0.848 652 1/2/2025
3.0.847 78 1/2/2025
3.0.846 205 1/1/2025
3.0.845 68 1/1/2025
3.0.844 225 1/1/2025
3.0.843 89 1/1/2025
3.0.842 204 1/1/2025
3.0.841 219 1/1/2025
3.0.840 79 1/1/2025
3.0.839 313 1/1/2025
3.0.838 82 1/1/2025
3.0.837 79 1/1/2025
3.0.836 270 1/1/2025
3.0.835 102 1/1/2025
3.0.834 252 1/1/2025
3.0.833 76 1/1/2025
3.0.832 227 12/31/2024
3.0.831 79 12/31/2024
3.0.830 88 12/31/2024
3.0.829 138 12/31/2024
3.0.828 87 12/31/2024
3.0.827 79 12/31/2024
3.0.826 221 12/31/2024
3.0.825 196 12/31/2024
3.0.824 192 12/31/2024
3.0.823 153 12/31/2024
3.0.822 96 12/31/2024
3.0.821 523 12/31/2024
3.0.820 98 12/31/2024
3.0.819 540 12/31/2024
3.0.818 83 12/31/2024
3.0.817 130 12/31/2024
3.0.816 68 12/31/2024
3.0.815 491 12/31/2024
3.0.814 255 12/31/2024
3.0.813 63 12/31/2024
3.0.812 235 12/31/2024
3.0.811 71 12/31/2024
3.0.810 63 12/31/2024
3.0.809 74 12/31/2024
3.0.808 801 12/28/2024
3.0.807 152 12/28/2024
3.0.806 154 12/28/2024
3.0.805 78 12/28/2024
3.0.804 297 12/28/2024
3.0.803 79 12/28/2024
3.0.802 171 12/28/2024
3.0.801 71 12/28/2024
3.0.800 484 12/27/2024
3.0.799 146 12/27/2024
3.0.798 81 12/27/2024
3.0.797 586 12/25/2024
3.0.796 146 12/25/2024
3.0.795 175 12/25/2024
3.0.794 124 12/24/2024
3.0.793 292 12/24/2024
3.0.792 73 12/24/2024
3.0.791 129 12/24/2024
3.0.790 383 12/24/2024
3.0.789 69 12/24/2024
3.0.788 227 12/24/2024
3.0.787 75 12/24/2024
3.0.786 334 12/24/2024
3.0.785 66 12/24/2024
3.0.784 282 12/24/2024
3.0.783 71 12/24/2024
3.0.782 371 12/24/2024
3.0.781 147 12/24/2024
3.0.780 258 12/24/2024
3.0.779 73 12/24/2024
3.0.778 69 12/24/2024
3.0.777 73 12/24/2024
3.0.776 69 12/24/2024
3.0.775 278 12/24/2024
3.0.774 73 12/24/2024
3.0.773 229 12/23/2024
3.0.772 75 12/23/2024
3.0.771 236 12/23/2024
3.0.770 76 12/23/2024
3.0.769 111 12/23/2024
3.0.768 240 12/23/2024
3.0.767 74 12/23/2024
3.0.766 324 12/23/2024
3.0.765 76 12/23/2024
3.0.764 231 12/23/2024
3.0.763 150 12/23/2024
3.0.762 82 12/23/2024
3.0.761 415 12/23/2024
3.0.760 137 12/22/2024
3.0.759 77 12/22/2024
3.0.758 259 12/22/2024
3.0.757 93 12/22/2024
3.0.756 230 12/22/2024
3.0.755 76 12/22/2024
3.0.754 177 12/22/2024
3.0.753 294 12/22/2024
3.0.752 76 12/22/2024
3.0.751 262 12/22/2024
3.0.750 81 12/22/2024
3.0.749 395 12/22/2024
3.0.748 103 12/22/2024
3.0.747 71 12/22/2024
3.0.746 278 12/21/2024
3.0.745 152 12/21/2024
3.0.744 78 12/21/2024
3.0.743 152 12/21/2024
3.0.742 78 12/21/2024
3.0.741 163 12/21/2024
3.0.740 82 12/21/2024
3.0.739 132 12/21/2024
3.0.738 77 12/21/2024
3.0.737 361 12/21/2024
3.0.736 122 12/21/2024
3.0.735 76 12/21/2024
3.0.734 368 12/21/2024
3.0.733 78 12/21/2024
3.0.732 79 12/21/2024
3.0.731 188 12/20/2024
3.0.730 75 12/20/2024
3.0.729 189 12/20/2024
3.0.728 111 12/20/2024
3.0.727 164 12/20/2024
3.0.726 81 12/20/2024
3.0.725 144 12/20/2024
3.0.724 76 12/20/2024
3.0.723 321 12/20/2024
3.0.722 75 12/20/2024
3.0.721 303 12/19/2024
3.0.720 113 12/19/2024
3.0.719 71 12/19/2024
3.0.718 204 12/19/2024
3.0.717 204 12/19/2024
3.0.716 72 12/19/2024
3.0.715 257 12/19/2024
3.0.714 74 12/19/2024
3.0.713 191 12/18/2024
3.0.712 1,853 12/17/2024
3.0.711 180 12/17/2024
3.0.709 243 12/17/2024
3.0.708 208 12/17/2024
3.0.707 181 12/17/2024
3.0.706 218 12/16/2024
3.0.705 163 12/16/2024
3.0.704 88 12/16/2024
3.0.703 484 12/10/2024
3.0.702 198 12/10/2024
3.0.701 81 12/10/2024
3.0.700 169 12/10/2024
3.0.699 263 12/10/2024
3.0.698 145 12/9/2024
3.0.697 78 12/9/2024
3.0.696 306 12/9/2024
3.0.695 80 12/9/2024
3.0.694 409 12/9/2024
3.0.693 237 12/9/2024
3.0.692 74 12/9/2024
3.0.691 215 12/9/2024
3.0.690 71 12/9/2024
3.0.689 267 12/9/2024
3.0.688 450 12/7/2024
3.0.687 178 12/7/2024
3.0.686 183 12/6/2024
3.0.685 79 12/6/2024
3.0.684 183 12/6/2024
3.0.683 84 12/6/2024
3.0.682 120 12/6/2024
3.0.681 175 12/6/2024
3.0.680 258 12/6/2024
3.0.679 85 12/6/2024
3.0.678 227 12/6/2024
3.0.677 191 12/6/2024
3.0.676 83 12/6/2024
3.0.675 200 12/6/2024
3.0.674 84 12/6/2024
3.0.673 183 12/6/2024
3.0.672 225 12/6/2024
3.0.671 165 12/6/2024
3.0.670 274 12/6/2024
3.0.669 85 12/6/2024
3.0.668 245 12/6/2024
3.0.667 88 12/6/2024
3.0.666 289 12/6/2024
3.0.665 81 12/6/2024
3.0.664 114 12/6/2024
3.0.663 179 12/6/2024
3.0.662 83 12/6/2024
3.0.661 217 12/6/2024
3.0.660 87 12/6/2024
3.0.659 217 12/6/2024
3.0.658 202 12/5/2024
3.0.657 86 12/5/2024
3.0.656 254 12/5/2024
3.0.655 81 12/5/2024
3.0.654 296 12/5/2024
3.0.653 90 12/5/2024
3.0.652 1,062 12/5/2024
3.0.651 295 12/5/2024
3.0.650 324 12/5/2024
3.0.649 381 12/5/2024
3.0.648 424 12/4/2024
3.0.647 150 12/4/2024
3.0.646 420 12/4/2024
3.0.645 204 12/4/2024
3.0.644 385 12/4/2024
3.0.643 173 12/4/2024
3.0.642 267 12/3/2024
3.0.641 433 12/3/2024
3.0.640 83 12/3/2024
3.0.639 130 12/3/2024
3.0.638 79 12/3/2024
3.0.637 408 12/3/2024
3.0.636 77 12/3/2024
3.0.635 488 12/3/2024
3.0.634 181 12/3/2024
3.0.633 78 12/3/2024
3.0.632 140 12/2/2024
3.0.631 276 12/2/2024
3.0.630 161 12/2/2024
3.0.629 77 12/2/2024
3.0.628 236 12/2/2024
3.0.627 212 12/2/2024
3.0.626 84 12/2/2024
3.0.625 407 12/2/2024
3.0.624 144 12/2/2024
3.0.623 88 12/2/2024
3.0.622 272 12/2/2024
3.0.621 79 12/2/2024
3.0.620 187 12/1/2024
3.0.619 142 12/1/2024
3.0.618 84 12/1/2024
3.0.617 681 12/1/2024
3.0.616 139 12/1/2024
3.0.615 275 12/1/2024
3.0.614 399 11/29/2024
3.0.613 136 11/29/2024
3.0.612 217 11/29/2024
3.0.611 80 11/29/2024
3.0.610 136 11/29/2024
3.0.609 218 11/29/2024
3.0.608 83 11/29/2024
3.0.607 358 11/29/2024
3.0.606 406 11/21/2024
3.0.605 226 11/21/2024
3.0.604 156 11/21/2024
3.0.603 94 11/21/2024
3.0.602 202 11/21/2024
3.0.601 79 11/21/2024
3.0.600 688 11/20/2024
3.0.599 102 11/20/2024
3.0.598 293 11/20/2024
3.0.597 177 11/20/2024
3.0.596 148 11/20/2024
3.0.595 193 11/20/2024
3.0.594 338 11/20/2024
3.0.593 324 11/20/2024
3.0.592 83 11/20/2024
3.0.591 265 11/20/2024
3.0.590 300 11/19/2024
3.0.589 95 11/19/2024
3.0.588 197 11/19/2024
3.0.587 88 11/19/2024
3.0.586 75 11/19/2024
3.0.585 426 11/19/2024
3.0.584 327 11/19/2024
3.0.583 302 11/19/2024
3.0.582 263 11/19/2024
3.0.581 76 11/19/2024
3.0.580 79 11/19/2024
3.0.579 646 11/15/2024
3.0.578 109 11/15/2024
3.0.577 238 11/15/2024
3.0.576 76 11/15/2024
3.0.575 148 11/14/2024
3.0.574 78 11/14/2024
3.0.573 218 11/14/2024
3.0.572 82 11/14/2024
3.0.571 160 11/14/2024
3.0.570 89 11/14/2024
3.0.569 266 11/14/2024
3.0.568 92 11/14/2024
3.0.567 269 11/14/2024
3.0.566 295 11/14/2024
3.0.565 87 11/14/2024
3.0.564 232 11/14/2024
3.0.563 208 11/14/2024
3.0.561 480 11/14/2024
3.0.560 83 11/14/2024
3.0.559 296 11/14/2024
3.0.558 170 11/14/2024
3.0.557 84 11/14/2024
3.0.556 174 11/14/2024
3.0.555 90 11/14/2024
3.0.554 181 11/14/2024
3.0.553 86 11/14/2024
3.0.552 196 11/14/2024
2.1.551 1,564 11/13/2024
2.1.550 313 11/13/2024
2.1.549 292 11/13/2024
2.1.548 219 11/13/2024
2.1.547 402 11/13/2024
2.1.546 80 11/13/2024
2.1.545 254 11/13/2024
2.1.544 87 11/13/2024
2.1.543 689 11/12/2024
2.1.542 88 11/12/2024
2.1.541 1,174 11/9/2024
2.1.540 268 11/9/2024
2.1.539 84 11/9/2024
2.1.538 236 11/9/2024
2.1.537 80 11/9/2024
2.1.536 491 11/9/2024
2.1.535 83 11/9/2024
2.1.534 574 11/8/2024
2.1.533 86 11/8/2024
2.1.532 341 11/8/2024
2.1.531 184 11/8/2024
2.1.530 85 11/8/2024
2.1.529 317 11/8/2024
2.1.528 83 11/8/2024
2.1.527 616 11/8/2024
2.1.526 459 11/8/2024
2.1.525 88 11/8/2024
2.1.524 221 11/8/2024
2.1.523 803 11/6/2024
2.1.522 245 11/6/2024
2.1.521 556 11/1/2024
2.1.520 305 11/1/2024
2.1.519 256 11/1/2024
2.1.518 88 11/1/2024
2.1.517 385 11/1/2024
2.1.516 87 11/1/2024
2.1.515 261 11/1/2024
2.1.514 599 10/29/2024
2.1.513 166 10/29/2024
2.1.512 155 10/29/2024
2.1.511 84 10/29/2024
2.1.510 76 10/29/2024
2.1.509 474 10/29/2024
2.1.508 274 10/29/2024
2.1.507 81 10/29/2024
2.1.506 388 10/29/2024
2.1.505 80 10/29/2024
2.1.504 82 10/29/2024
2.1.503 225 10/29/2024
2.1.502 82 10/29/2024
2.1.501 638 10/29/2024
2.1.500 496 10/29/2024
2.1.499 81 10/29/2024
2.1.498 542 10/28/2024
2.1.497 80 10/28/2024
2.1.496 916 10/26/2024
2.1.495 153 10/26/2024
2.1.494 199 10/26/2024
2.1.493 84 10/26/2024
2.1.492 1,037 10/22/2024
2.1.491 253 10/22/2024
2.1.490 82 10/22/2024
2.1.489 303 10/22/2024
2.1.488 79 10/22/2024
2.1.487 482 10/22/2024
2.1.486 105 10/22/2024
2.1.485 417 10/22/2024
2.1.484 74 10/22/2024
2.1.483 489 10/22/2024
2.1.482 967 10/18/2024
2.1.481 395 10/17/2024
2.1.480 88 10/17/2024
2.1.479 320 10/17/2024
2.1.478 86 10/17/2024
2.1.477 1,006 10/15/2024
2.1.476 243 10/15/2024
2.1.475 335 10/15/2024
2.1.474 86 10/15/2024
2.1.473 576 10/14/2024
2.1.472 524 10/12/2024
2.1.471 180 10/12/2024
2.1.470 211 10/12/2024
2.1.469 89 10/12/2024
2.1.468 286 10/12/2024
2.1.467 100 10/12/2024
2.1.466 383 10/11/2024
2.1.465 90 10/11/2024
2.1.464 358 10/11/2024
2.1.463 91 10/11/2024
2.1.462 687 10/9/2024
2.1.461 181 10/9/2024
2.1.460 172 10/9/2024
2.1.459 89 10/9/2024
2.1.458 385 10/9/2024
2.1.457 93 10/9/2024
2.1.456 314 10/9/2024
2.1.455 90 10/9/2024
2.1.454 163 10/9/2024
2.1.453 192 10/9/2024
2.1.452 93 10/9/2024
2.1.451 538 10/8/2024
2.1.450 93 10/8/2024
2.1.449 508 10/8/2024
2.1.448 230 10/8/2024
2.1.447 91 10/8/2024
2.1.446 393 10/8/2024
2.1.445 95 10/8/2024
2.1.444 246 10/8/2024
2.1.443 129 10/8/2024
2.1.442 90 10/8/2024
2.1.441 520 10/8/2024
2.1.440 81 10/8/2024
2.1.439 600 10/3/2024
2.1.438 166 10/3/2024
2.1.437 279 10/3/2024
2.1.436 94 10/3/2024
2.1.435 281 10/3/2024
2.1.434 260 10/3/2024
2.1.433 92 10/3/2024
2.1.432 179 10/3/2024
2.1.431 183 10/3/2024
2.1.430 88 10/3/2024
2.1.429 342 10/3/2024
2.1.428 645 10/2/2024
2.1.427 107 10/2/2024
2.1.426 181 10/2/2024
2.1.425 94 10/2/2024
2.1.424 184 10/2/2024
2.1.423 264 10/2/2024
2.1.422 192 10/2/2024
2.1.421 107 10/2/2024
2.1.420 324 10/2/2024
2.1.419 92 10/2/2024
2.1.418 507 10/2/2024
2.1.417 98 10/2/2024
2.1.416 253 10/1/2024
2.1.415 408 10/1/2024
2.1.414 92 10/1/2024
2.1.413 190 10/1/2024
2.1.412 93 10/1/2024
2.1.411 390 10/1/2024
2.1.410 105 10/1/2024
2.1.409 386 10/1/2024
2.1.408 87 10/1/2024
2.1.407 447 9/29/2024
2.1.406 215 9/29/2024
2.1.405 141 9/29/2024
2.1.404 244 9/29/2024
2.1.403 86 9/29/2024
2.1.402 223 9/29/2024
2.1.401 224 9/29/2024
2.1.400 85 9/29/2024
2.1.399 360 9/29/2024
2.1.398 89 9/29/2024
2.1.397 530 9/27/2024
2.1.396 218 9/27/2024
2.1.395 237 9/27/2024
2.1.394 86 9/27/2024
2.1.393 197 9/27/2024
2.1.392 89 9/27/2024
2.1.391 343 9/27/2024
2.1.390 226 9/27/2024
2.1.389 85 9/27/2024
2.1.388 454 9/27/2024
2.1.387 92 9/27/2024
2.1.386 216 9/27/2024
2.1.385 148 9/27/2024
2.1.384 89 9/27/2024
2.1.383 518 9/27/2024
2.1.382 184 9/27/2024
2.1.381 211 9/26/2024
2.1.380 99 9/26/2024
2.1.379 259 9/26/2024
2.1.378 252 9/26/2024
2.1.377 101 9/26/2024
2.1.376 337 9/26/2024
2.1.375 176 9/26/2024
2.1.374 171 9/26/2024
2.1.373 105 9/26/2024
2.1.372 449 9/26/2024
2.1.371 97 9/26/2024
2.1.370 252 9/26/2024
2.1.369 254 9/26/2024
2.1.368 171 9/26/2024
2.1.367 168 9/26/2024
2.1.366 96 9/26/2024
2.1.365 212 9/26/2024
2.1.364 654 9/24/2024
2.1.363 187 9/23/2024
2.1.362 105 9/23/2024
2.1.361 72 9/23/2024
2.1.360 182 9/23/2024
2.1.359 204 9/23/2024
2.1.358 74 9/23/2024
2.1.357 265 9/23/2024
2.1.356 188 9/23/2024
2.1.355 84 9/23/2024
2.1.354 170 9/23/2024
2.1.353 449 9/23/2024
2.1.352 74 9/23/2024
2.1.351 81 9/23/2024
2.1.350 448 9/23/2024
2.1.349 84 9/23/2024
2.1.348 250 9/23/2024
2.1.347 165 9/23/2024
2.1.346 410 9/23/2024
2.1.345 81 9/23/2024
2.1.344 121 9/23/2024
2.1.343 351 9/23/2024
2.1.342 89 9/23/2024
2.1.341 208 9/23/2024
2.1.340 83 9/23/2024
2.1.339 159 9/23/2024
2.1.338 68 9/23/2024
2.1.337 823 9/18/2024
2.1.336 72 9/18/2024
2.1.335 194 9/18/2024
2.1.334 154 9/18/2024
2.1.333 83 9/18/2024
2.1.332 301 9/18/2024
2.1.331 246 9/18/2024
2.1.330 92 9/18/2024
2.1.329 220 9/18/2024
2.1.328 100 9/18/2024
2.1.327 235 9/18/2024
2.1.326 97 9/18/2024
2.1.325 126 9/17/2024
2.1.324 107 9/17/2024
2.1.323 100 9/17/2024
2.1.322 194 9/17/2024
2.1.321 220 9/17/2024
2.1.320 83 9/17/2024
2.1.319 242 9/17/2024
2.1.318 108 9/17/2024
2.1.317 99 9/17/2024
2.1.316 239 9/17/2024
2.1.315 110 9/17/2024
2.1.314 267 9/17/2024
2.1.313 104 9/17/2024
2.1.312 250 9/17/2024
2.1.311 99 9/17/2024
2.1.310 262 9/17/2024
2.1.309 165 9/17/2024
2.1.308 181 9/17/2024
2.1.307 549 9/17/2024
2.1.306 108 9/17/2024
2.1.305 340 9/16/2024
2.1.304 265 9/16/2024
2.1.303 202 9/16/2024
2.1.302 192 9/16/2024
2.1.301 90 9/16/2024
2.1.300 232 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 302 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 277 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 395 9/5/2024
2.1.235 128 9/5/2024
2.1.234 106 9/5/2024
2.1.233 220 9/5/2024
2.1.232 93 9/5/2024
2.1.231 339 9/5/2024
2.1.230 91 9/5/2024
2.1.229 209 9/5/2024
2.1.228 113 9/5/2024
2.1.227 113 9/5/2024
2.1.226 656 9/5/2024
2.1.225 109 9/5/2024
2.1.224 196 9/5/2024
2.1.223 106 9/5/2024
2.1.222 690 9/4/2024
2.1.221 112 9/4/2024
2.1.220 355 9/4/2024
2.1.219 228 9/4/2024
2.1.218 119 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 302 9/3/2024
2.1.213 87 9/3/2024
2.1.212 299 9/3/2024
2.1.211 112 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 641 8/29/2024
2.1.205 102 8/29/2024
2.1.204 191 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 338 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 342 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 344 8/20/2024
2.1.180 106 8/20/2024
2.1.179 294 8/20/2024
2.1.178 445 8/20/2024
2.1.177 226 8/19/2024
2.1.176 111 8/19/2024
2.1.175 416 8/15/2024
2.1.174 180 8/15/2024
2.1.173 171 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 382 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 93 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 166 8/1/2024
2.1.137 518 7/25/2024
2.1.136 219 7/25/2024
2.1.135 111 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 61 7/25/2024
2.1.121 165 7/24/2024
2.1.120 143 7/24/2024
2.1.119 139 7/24/2024
2.1.118 938 7/20/2024
2.1.117 139 7/20/2024
2.1.116 114 7/20/2024
2.1.115 110 7/20/2024
2.1.114 109 7/20/2024
2.1.113 177 7/20/2024
2.1.112 104 7/20/2024
2.1.111 180 7/20/2024
2.1.110 544 7/17/2024
2.1.109 167 7/17/2024
2.1.108 143 7/17/2024
2.1.107 272 7/14/2024
2.1.106 92 7/14/2024
2.1.105 228 7/14/2024
2.1.104 234 7/14/2024
2.1.103 91 7/14/2024
2.1.102 96 7/14/2024
2.1.101 314 7/14/2024
2.1.100 100 7/14/2024
2.1.99 221 7/14/2024
2.1.98 386 7/11/2024
2.1.97 222 7/10/2024
2.1.96 120 7/10/2024
2.1.95 273 7/10/2024
2.1.94 327 7/10/2024
2.1.93 101 7/10/2024
2.1.92 121 7/10/2024
2.1.91 153 7/10/2024
2.1.90 176 7/10/2024
2.1.89 140 7/10/2024
2.1.88 83 7/10/2024
2.1.87 180 7/10/2024
2.1.86 77 7/10/2024
2.1.85 152 7/10/2024
2.1.84 93 7/10/2024
2.1.83 127 7/10/2024
2.1.82 91 7/10/2024
2.1.81 137 7/10/2024
2.1.80 96 7/10/2024
2.1.79 176 7/10/2024
2.1.78 103 7/10/2024
2.1.77 168 7/9/2024
2.1.75 134 7/9/2024
2.1.74 83 7/9/2024
2.1.73 190 7/9/2024
2.1.72 87 7/9/2024
2.1.71 763 7/9/2024
2.1.70 83 7/9/2024
2.1.69 3,941 7/9/2024
2.1.68 196 7/9/2024
2.1.67 86 7/9/2024
2.1.66 362 7/9/2024
2.1.65 111 7/9/2024
2.1.64 359 7/9/2024
2.1.63 183 7/9/2024
2.1.62 114 7/9/2024
2.1.61 115 7/8/2024
2.1.60 439 7/8/2024
2.1.59 117 7/8/2024
2.1.58 97 7/8/2024
2.1.57 192 7/8/2024
2.1.56 270 7/8/2024
2.1.55 284 7/8/2024
2.1.54 139 7/8/2024
2.1.53 224 7/8/2024
2.1.52 107 7/8/2024
2.1.51 322 7/8/2024
2.1.50 94 7/8/2024
2.1.49 226 7/7/2024
2.1.48 222 7/7/2024
2.1.47 100 7/7/2024
2.1.46 152 7/7/2024
2.1.45 189 7/7/2024
2.1.44 101 7/7/2024
2.1.43 376 7/7/2024
2.1.42 204 7/7/2024
2.1.41 397 7/5/2024
2.1.40 294 7/4/2024
2.1.39 297 7/3/2024
2.1.38 205 7/3/2024
2.1.37 175 7/3/2024
2.1.36 187 7/3/2024
2.1.35 176 7/3/2024
2.1.34 212 7/3/2024
2.1.33 104 7/3/2024
2.1.32 216 7/3/2024
2.1.31 104 7/3/2024
2.1.30 174 7/3/2024
2.1.29 349 7/3/2024
2.1.28 107 7/3/2024
2.1.27 276 7/3/2024
2.1.26 202 7/3/2024
2.1.25 89 7/3/2024
2.1.24 400 7/3/2024
2.1.23 284 6/30/2024
2.1.22 202 6/30/2024
2.1.21 124 6/30/2024
2.1.20 103 6/30/2024
2.1.19 121 6/30/2024
2.1.18 109 6/30/2024
2.1.17 157 6/30/2024
2.1.16 175 6/30/2024
2.1.15 176 6/29/2024
2.1.14 105 6/29/2024
2.1.13 117 6/29/2024
2.1.12 118 6/29/2024
2.1.11 116 6/29/2024
2.1.10 115 6/29/2024
2.1.9 120 6/29/2024
2.1.8 200 6/28/2024
2.1.7 422 6/27/2024
2.1.6 332 6/27/2024
2.1.5 308 6/24/2024
2.1.4 123 6/24/2024
2.1.3 111 6/24/2024
2.1.2 121 6/24/2024
2.1.1 125 6/24/2024