Soenneker.Blazor.Utils.ResourceLoader 3.0.765

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

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

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. 
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.771 0 12/23/2024
3.0.770 0 12/23/2024
3.0.769 0 12/23/2024
3.0.768 0 12/23/2024
3.0.767 0 12/23/2024
3.0.766 4 12/23/2024
3.0.765 2 12/23/2024
3.0.764 28 12/23/2024
3.0.763 45 12/23/2024
3.0.762 26 12/23/2024
3.0.761 118 12/23/2024
3.0.760 61 12/22/2024
3.0.759 36 12/22/2024
3.0.758 115 12/22/2024
3.0.757 44 12/22/2024
3.0.756 97 12/22/2024
3.0.755 39 12/22/2024
3.0.754 81 12/22/2024
3.0.753 96 12/22/2024
3.0.752 37 12/22/2024
3.0.751 70 12/22/2024
3.0.750 41 12/22/2024
3.0.749 156 12/22/2024
3.0.748 52 12/22/2024
3.0.747 36 12/22/2024
3.0.746 126 12/21/2024
3.0.745 72 12/21/2024
3.0.744 39 12/21/2024
3.0.743 75 12/21/2024
3.0.742 39 12/21/2024
3.0.741 76 12/21/2024
3.0.740 38 12/21/2024
3.0.739 61 12/21/2024
3.0.738 38 12/21/2024
3.0.737 142 12/21/2024
3.0.736 60 12/21/2024
3.0.735 37 12/21/2024
3.0.734 181 12/21/2024
3.0.733 40 12/21/2024
3.0.732 37 12/21/2024
3.0.731 82 12/20/2024
3.0.730 37 12/20/2024
3.0.729 86 12/20/2024
3.0.728 51 12/20/2024
3.0.727 82 12/20/2024
3.0.726 36 12/20/2024
3.0.725 70 12/20/2024
3.0.724 38 12/20/2024
3.0.723 133 12/20/2024
3.0.722 36 12/20/2024
3.0.721 135 12/19/2024
3.0.720 55 12/19/2024
3.0.719 35 12/19/2024
3.0.718 86 12/19/2024
3.0.717 87 12/19/2024
3.0.716 34 12/19/2024
3.0.715 127 12/19/2024
3.0.714 38 12/19/2024
3.0.713 97 12/18/2024
3.0.712 759 12/17/2024
3.0.711 151 12/17/2024
3.0.709 214 12/17/2024
3.0.708 180 12/17/2024
3.0.707 162 12/17/2024
3.0.706 204 12/16/2024
3.0.705 144 12/16/2024
3.0.704 79 12/16/2024
3.0.703 466 12/10/2024
3.0.702 188 12/10/2024
3.0.701 72 12/10/2024
3.0.700 160 12/10/2024
3.0.699 254 12/10/2024
3.0.698 136 12/9/2024
3.0.697 69 12/9/2024
3.0.696 297 12/9/2024
3.0.695 71 12/9/2024
3.0.694 400 12/9/2024
3.0.693 228 12/9/2024
3.0.692 65 12/9/2024
3.0.691 206 12/9/2024
3.0.690 61 12/9/2024
3.0.689 258 12/9/2024
3.0.688 441 12/7/2024
3.0.687 169 12/7/2024
3.0.686 174 12/6/2024
3.0.685 70 12/6/2024
3.0.684 174 12/6/2024
3.0.683 75 12/6/2024
3.0.682 108 12/6/2024
3.0.681 166 12/6/2024
3.0.680 249 12/6/2024
3.0.679 76 12/6/2024
3.0.678 215 12/6/2024
3.0.677 182 12/6/2024
3.0.676 74 12/6/2024
3.0.675 188 12/6/2024
3.0.674 75 12/6/2024
3.0.673 174 12/6/2024
3.0.672 213 12/6/2024
3.0.671 156 12/6/2024
3.0.670 265 12/6/2024
3.0.669 76 12/6/2024
3.0.668 236 12/6/2024
3.0.667 77 12/6/2024
3.0.666 280 12/6/2024
3.0.665 72 12/6/2024
3.0.664 103 12/6/2024
3.0.663 169 12/6/2024
3.0.662 72 12/6/2024
3.0.661 208 12/6/2024
3.0.660 76 12/6/2024
3.0.659 206 12/6/2024
3.0.658 190 12/5/2024
3.0.657 77 12/5/2024
3.0.656 239 12/5/2024
3.0.655 72 12/5/2024
3.0.654 284 12/5/2024
3.0.653 81 12/5/2024
3.0.652 1,053 12/5/2024
3.0.651 283 12/5/2024
3.0.650 315 12/5/2024
3.0.649 369 12/5/2024
3.0.648 414 12/4/2024
3.0.647 139 12/4/2024
3.0.646 411 12/4/2024
3.0.645 193 12/4/2024
3.0.644 305 12/4/2024
3.0.643 164 12/4/2024
3.0.642 256 12/3/2024
3.0.641 424 12/3/2024
3.0.640 74 12/3/2024
3.0.639 117 12/3/2024
3.0.638 68 12/3/2024
3.0.637 397 12/3/2024
3.0.636 67 12/3/2024
3.0.635 408 12/3/2024
3.0.634 171 12/3/2024
3.0.633 69 12/3/2024
3.0.632 129 12/2/2024
3.0.631 266 12/2/2024
3.0.630 152 12/2/2024
3.0.629 68 12/2/2024
3.0.628 225 12/2/2024
3.0.627 203 12/2/2024
3.0.626 75 12/2/2024
3.0.625 395 12/2/2024
3.0.624 135 12/2/2024
3.0.623 77 12/2/2024
3.0.622 261 12/2/2024
3.0.621 70 12/2/2024
3.0.620 178 12/1/2024
3.0.619 133 12/1/2024
3.0.618 75 12/1/2024
3.0.617 667 12/1/2024
3.0.616 129 12/1/2024
3.0.615 264 12/1/2024
3.0.614 393 11/29/2024
3.0.613 127 11/29/2024
3.0.612 211 11/29/2024
3.0.611 74 11/29/2024
3.0.610 128 11/29/2024
3.0.609 211 11/29/2024
3.0.608 75 11/29/2024
3.0.607 352 11/29/2024
3.0.606 392 11/21/2024
3.0.605 220 11/21/2024
3.0.604 148 11/21/2024
3.0.603 88 11/21/2024
3.0.602 196 11/21/2024
3.0.601 73 11/21/2024
3.0.600 675 11/20/2024
3.0.599 96 11/20/2024
3.0.598 285 11/20/2024
3.0.597 171 11/20/2024
3.0.596 142 11/20/2024
3.0.595 187 11/20/2024
3.0.594 330 11/20/2024
3.0.593 315 11/20/2024
3.0.592 77 11/20/2024
3.0.591 259 11/20/2024
3.0.590 289 11/19/2024
3.0.589 81 11/19/2024
3.0.588 191 11/19/2024
3.0.587 82 11/19/2024
3.0.586 67 11/19/2024
3.0.585 420 11/19/2024
3.0.584 321 11/19/2024
3.0.583 296 11/19/2024
3.0.582 256 11/19/2024
3.0.581 68 11/19/2024
3.0.580 71 11/19/2024
3.0.579 638 11/15/2024
3.0.578 103 11/15/2024
3.0.577 231 11/15/2024
3.0.576 68 11/15/2024
3.0.575 140 11/14/2024
3.0.574 68 11/14/2024
3.0.573 205 11/14/2024
3.0.572 74 11/14/2024
3.0.571 152 11/14/2024
3.0.570 81 11/14/2024
3.0.569 257 11/14/2024
3.0.568 83 11/14/2024
3.0.567 257 11/14/2024
3.0.566 283 11/14/2024
3.0.565 77 11/14/2024
3.0.564 225 11/14/2024
3.0.563 199 11/14/2024
3.0.561 471 11/14/2024
3.0.560 74 11/14/2024
3.0.559 287 11/14/2024
3.0.558 163 11/14/2024
3.0.557 75 11/14/2024
3.0.556 167 11/14/2024
3.0.555 83 11/14/2024
3.0.554 174 11/14/2024
3.0.553 79 11/14/2024
3.0.552 184 11/14/2024
2.1.551 1,484 11/13/2024
2.1.550 287 11/13/2024
2.1.549 281 11/13/2024
2.1.548 210 11/13/2024
2.1.547 395 11/13/2024
2.1.546 71 11/13/2024
2.1.545 245 11/13/2024
2.1.544 80 11/13/2024
2.1.543 681 11/12/2024
2.1.542 79 11/12/2024
2.1.541 1,166 11/9/2024
2.1.540 259 11/9/2024
2.1.539 77 11/9/2024
2.1.538 227 11/9/2024
2.1.537 73 11/9/2024
2.1.536 482 11/9/2024
2.1.535 76 11/9/2024
2.1.534 565 11/8/2024
2.1.533 79 11/8/2024
2.1.532 334 11/8/2024
2.1.531 175 11/8/2024
2.1.530 76 11/8/2024
2.1.529 310 11/8/2024
2.1.528 76 11/8/2024
2.1.527 609 11/8/2024
2.1.526 450 11/8/2024
2.1.525 81 11/8/2024
2.1.524 214 11/8/2024
2.1.523 796 11/6/2024
2.1.522 239 11/6/2024
2.1.521 550 11/1/2024
2.1.520 297 11/1/2024
2.1.519 248 11/1/2024
2.1.518 75 11/1/2024
2.1.517 377 11/1/2024
2.1.516 81 11/1/2024
2.1.515 255 11/1/2024
2.1.514 593 10/29/2024
2.1.513 158 10/29/2024
2.1.512 146 10/29/2024
2.1.511 78 10/29/2024
2.1.510 67 10/29/2024
2.1.509 465 10/29/2024
2.1.508 268 10/29/2024
2.1.507 73 10/29/2024
2.1.506 377 10/29/2024
2.1.505 73 10/29/2024
2.1.504 76 10/29/2024
2.1.503 219 10/29/2024
2.1.502 74 10/29/2024
2.1.501 632 10/29/2024
2.1.500 490 10/29/2024
2.1.499 73 10/29/2024
2.1.498 534 10/28/2024
2.1.497 74 10/28/2024
2.1.496 910 10/26/2024
2.1.495 145 10/26/2024
2.1.494 191 10/26/2024
2.1.493 78 10/26/2024
2.1.492 1,029 10/22/2024
2.1.491 247 10/22/2024
2.1.490 74 10/22/2024
2.1.489 297 10/22/2024
2.1.488 73 10/22/2024
2.1.487 476 10/22/2024
2.1.486 99 10/22/2024
2.1.485 409 10/22/2024
2.1.484 68 10/22/2024
2.1.483 483 10/22/2024
2.1.482 963 10/18/2024
2.1.481 391 10/17/2024
2.1.480 82 10/17/2024
2.1.479 316 10/17/2024
2.1.478 82 10/17/2024
2.1.477 1,002 10/15/2024
2.1.476 239 10/15/2024
2.1.475 323 10/15/2024
2.1.474 82 10/15/2024
2.1.473 572 10/14/2024
2.1.472 515 10/12/2024
2.1.471 177 10/12/2024
2.1.470 206 10/12/2024
2.1.469 83 10/12/2024
2.1.468 282 10/12/2024
2.1.467 94 10/12/2024
2.1.466 378 10/11/2024
2.1.465 84 10/11/2024
2.1.464 354 10/11/2024
2.1.463 87 10/11/2024
2.1.462 684 10/9/2024
2.1.461 175 10/9/2024
2.1.460 169 10/9/2024
2.1.459 86 10/9/2024
2.1.458 381 10/9/2024
2.1.457 87 10/9/2024
2.1.456 310 10/9/2024
2.1.455 85 10/9/2024
2.1.454 159 10/9/2024
2.1.453 188 10/9/2024
2.1.452 89 10/9/2024
2.1.451 532 10/8/2024
2.1.450 87 10/8/2024
2.1.449 505 10/8/2024
2.1.448 222 10/8/2024
2.1.447 88 10/8/2024
2.1.446 388 10/8/2024
2.1.445 92 10/8/2024
2.1.444 242 10/8/2024
2.1.443 123 10/8/2024
2.1.442 84 10/8/2024
2.1.441 512 10/8/2024
2.1.440 78 10/8/2024
2.1.439 593 10/3/2024
2.1.438 160 10/3/2024
2.1.437 275 10/3/2024
2.1.436 90 10/3/2024
2.1.435 278 10/3/2024
2.1.434 257 10/3/2024
2.1.433 89 10/3/2024
2.1.432 176 10/3/2024
2.1.431 180 10/3/2024
2.1.430 81 10/3/2024
2.1.429 339 10/3/2024
2.1.428 639 10/2/2024
2.1.427 103 10/2/2024
2.1.426 174 10/2/2024
2.1.425 87 10/2/2024
2.1.424 178 10/2/2024
2.1.423 258 10/2/2024
2.1.422 185 10/2/2024
2.1.421 101 10/2/2024
2.1.420 320 10/2/2024
2.1.419 85 10/2/2024
2.1.418 504 10/2/2024
2.1.417 95 10/2/2024
2.1.416 250 10/1/2024
2.1.415 404 10/1/2024
2.1.414 88 10/1/2024
2.1.413 186 10/1/2024
2.1.412 89 10/1/2024
2.1.411 387 10/1/2024
2.1.410 102 10/1/2024
2.1.409 383 10/1/2024
2.1.408 84 10/1/2024
2.1.407 443 9/29/2024
2.1.406 211 9/29/2024
2.1.405 137 9/29/2024
2.1.404 237 9/29/2024
2.1.403 82 9/29/2024
2.1.402 219 9/29/2024
2.1.401 218 9/29/2024
2.1.400 79 9/29/2024
2.1.399 357 9/29/2024
2.1.398 86 9/29/2024
2.1.397 524 9/27/2024
2.1.396 215 9/27/2024
2.1.395 231 9/27/2024
2.1.394 83 9/27/2024
2.1.393 191 9/27/2024
2.1.392 83 9/27/2024
2.1.391 337 9/27/2024
2.1.390 223 9/27/2024
2.1.389 82 9/27/2024
2.1.388 451 9/27/2024
2.1.387 89 9/27/2024
2.1.386 213 9/27/2024
2.1.385 145 9/27/2024
2.1.384 86 9/27/2024
2.1.383 515 9/27/2024
2.1.382 178 9/27/2024
2.1.381 207 9/26/2024
2.1.380 95 9/26/2024
2.1.379 255 9/26/2024
2.1.378 245 9/26/2024
2.1.377 94 9/26/2024
2.1.376 334 9/26/2024
2.1.375 173 9/26/2024
2.1.374 165 9/26/2024
2.1.373 102 9/26/2024
2.1.372 442 9/26/2024
2.1.371 90 9/26/2024
2.1.370 248 9/26/2024
2.1.369 247 9/26/2024
2.1.368 167 9/26/2024
2.1.367 161 9/26/2024
2.1.366 89 9/26/2024
2.1.365 208 9/26/2024
2.1.364 651 9/24/2024
2.1.363 184 9/23/2024
2.1.362 102 9/23/2024
2.1.361 69 9/23/2024
2.1.360 179 9/23/2024
2.1.359 201 9/23/2024
2.1.358 71 9/23/2024
2.1.357 259 9/23/2024
2.1.356 185 9/23/2024
2.1.355 81 9/23/2024
2.1.354 167 9/23/2024
2.1.353 443 9/23/2024
2.1.352 68 9/23/2024
2.1.351 78 9/23/2024
2.1.350 445 9/23/2024
2.1.349 80 9/23/2024
2.1.348 243 9/23/2024
2.1.347 162 9/23/2024
2.1.346 407 9/23/2024
2.1.345 78 9/23/2024
2.1.344 118 9/23/2024
2.1.343 348 9/23/2024
2.1.342 86 9/23/2024
2.1.341 205 9/23/2024
2.1.340 80 9/23/2024
2.1.339 156 9/23/2024
2.1.338 65 9/23/2024
2.1.337 813 9/18/2024
2.1.336 69 9/18/2024
2.1.335 190 9/18/2024
2.1.334 150 9/18/2024
2.1.333 77 9/18/2024
2.1.332 298 9/18/2024
2.1.331 243 9/18/2024
2.1.330 89 9/18/2024
2.1.329 214 9/18/2024
2.1.328 97 9/18/2024
2.1.327 232 9/18/2024
2.1.326 94 9/18/2024
2.1.325 123 9/17/2024
2.1.324 104 9/17/2024
2.1.323 97 9/17/2024
2.1.322 191 9/17/2024
2.1.321 217 9/17/2024
2.1.320 80 9/17/2024
2.1.319 236 9/17/2024
2.1.318 102 9/17/2024
2.1.317 96 9/17/2024
2.1.316 233 9/17/2024
2.1.315 106 9/17/2024
2.1.314 263 9/17/2024
2.1.313 97 9/17/2024
2.1.312 246 9/17/2024
2.1.311 95 9/17/2024
2.1.310 258 9/17/2024
2.1.309 158 9/17/2024
2.1.308 177 9/17/2024
2.1.307 545 9/17/2024
2.1.306 104 9/17/2024
2.1.305 336 9/16/2024
2.1.304 262 9/16/2024
2.1.303 199 9/16/2024
2.1.302 189 9/16/2024
2.1.301 87 9/16/2024
2.1.300 229 9/16/2024
2.1.299 845 9/12/2024
2.1.298 220 9/12/2024
2.1.297 100 9/12/2024
2.1.296 255 9/12/2024
2.1.295 92 9/12/2024
2.1.294 348 9/12/2024
2.1.293 103 9/12/2024
2.1.292 229 9/12/2024
2.1.291 229 9/12/2024
2.1.290 119 9/12/2024
2.1.289 267 9/12/2024
2.1.288 114 9/12/2024
2.1.287 237 9/11/2024
2.1.286 100 9/11/2024
2.1.285 208 9/11/2024
2.1.284 107 9/11/2024
2.1.282 428 9/11/2024
2.1.281 108 9/11/2024
2.1.280 332 9/11/2024
2.1.279 108 9/11/2024
2.1.278 364 9/11/2024
2.1.277 361 9/11/2024
2.1.276 102 9/11/2024
2.1.275 239 9/11/2024
2.1.274 538 9/11/2024
2.1.273 194 9/10/2024
2.1.272 96 9/10/2024
2.1.271 202 9/10/2024
2.1.270 432 9/10/2024
2.1.269 128 9/10/2024
2.1.268 242 9/10/2024
2.1.267 104 9/10/2024
2.1.266 344 9/10/2024
2.1.265 284 9/10/2024
2.1.263 331 9/10/2024
2.1.262 165 9/10/2024
2.1.261 106 9/9/2024
2.1.260 350 9/9/2024
2.1.259 290 9/9/2024
2.1.258 284 9/9/2024
2.1.257 397 9/9/2024
2.1.255 268 9/9/2024
2.1.254 98 9/9/2024
2.1.253 266 9/9/2024
2.1.252 87 9/9/2024
2.1.251 677 9/7/2024
2.1.250 299 9/7/2024
2.1.249 109 9/7/2024
2.1.248 107 9/7/2024
2.1.247 296 9/7/2024
2.1.246 88 9/7/2024
2.1.245 373 9/6/2024
2.1.244 163 9/6/2024
2.1.243 107 9/6/2024
2.1.242 274 9/6/2024
2.1.241 109 9/6/2024
2.1.240 368 9/6/2024
2.1.239 135 9/6/2024
2.1.238 184 9/6/2024
2.1.237 101 9/6/2024
2.1.236 391 9/5/2024
2.1.235 125 9/5/2024
2.1.234 101 9/5/2024
2.1.233 216 9/5/2024
2.1.232 87 9/5/2024
2.1.231 336 9/5/2024
2.1.230 88 9/5/2024
2.1.229 204 9/5/2024
2.1.228 110 9/5/2024
2.1.227 110 9/5/2024
2.1.226 653 9/5/2024
2.1.225 104 9/5/2024
2.1.224 191 9/5/2024
2.1.223 103 9/5/2024
2.1.222 686 9/4/2024
2.1.221 106 9/4/2024
2.1.220 351 9/4/2024
2.1.219 223 9/4/2024
2.1.218 116 9/4/2024
2.1.217 167 9/4/2024
2.1.216 194 9/3/2024
2.1.215 109 9/3/2024
2.1.214 298 9/3/2024
2.1.213 83 9/3/2024
2.1.212 294 9/3/2024
2.1.211 109 9/3/2024
2.1.210 309 9/3/2024
2.1.209 94 9/3/2024
2.1.207 341 9/3/2024
2.1.206 638 8/29/2024
2.1.205 99 8/29/2024
2.1.204 188 8/29/2024
2.1.203 100 8/29/2024
2.1.202 316 8/29/2024
2.1.201 476 8/26/2024
2.1.200 188 8/26/2024
2.1.199 206 8/26/2024
2.1.197 157 8/26/2024
2.1.196 449 8/26/2024
2.1.195 112 8/26/2024
2.1.194 402 8/21/2024
2.1.193 216 8/21/2024
2.1.192 123 8/21/2024
2.1.191 287 8/21/2024
2.1.190 120 8/21/2024
2.1.189 335 8/21/2024
2.1.188 103 8/21/2024
2.1.187 275 8/21/2024
2.1.186 101 8/21/2024
2.1.185 339 8/20/2024
2.1.184 111 8/20/2024
2.1.183 364 8/20/2024
2.1.182 119 8/20/2024
2.1.181 341 8/20/2024
2.1.180 103 8/20/2024
2.1.179 278 8/20/2024
2.1.178 442 8/20/2024
2.1.177 221 8/19/2024
2.1.176 108 8/19/2024
2.1.175 411 8/15/2024
2.1.174 175 8/15/2024
2.1.173 168 8/15/2024
2.1.172 112 8/15/2024
2.1.171 205 8/15/2024
2.1.170 181 8/15/2024
2.1.169 262 8/15/2024
2.1.168 94 8/15/2024
2.1.167 339 8/15/2024
2.1.166 416 8/14/2024
2.1.165 263 8/14/2024
2.1.164 119 8/14/2024
2.1.163 237 8/14/2024
2.1.162 112 8/14/2024
2.1.161 216 8/13/2024
2.1.160 379 8/13/2024
2.1.159 446 8/7/2024
2.1.158 176 8/7/2024
2.1.157 152 8/7/2024
2.1.156 180 8/7/2024
2.1.155 82 8/7/2024
2.1.154 202 8/7/2024
2.1.153 78 8/7/2024
2.1.152 201 8/6/2024
2.1.151 86 8/6/2024
2.1.150 173 8/6/2024
2.1.149 562 8/1/2024
2.1.148 227 8/1/2024
2.1.147 90 8/1/2024
2.1.146 198 8/1/2024
2.1.145 86 8/1/2024
2.1.144 145 8/1/2024
2.1.143 93 8/1/2024
2.1.142 283 8/1/2024
2.1.141 99 8/1/2024
2.1.140 108 8/1/2024
2.1.139 87 8/1/2024
2.1.138 163 8/1/2024
2.1.137 515 7/25/2024
2.1.136 214 7/25/2024
2.1.135 108 7/25/2024
2.1.134 121 7/25/2024
2.1.133 138 7/25/2024
2.1.132 57 7/25/2024
2.1.131 154 7/25/2024
2.1.130 67 7/25/2024
2.1.129 123 7/25/2024
2.1.128 70 7/25/2024
2.1.127 150 7/25/2024
2.1.126 104 7/25/2024
2.1.125 73 7/25/2024
2.1.124 158 7/25/2024
2.1.123 152 7/25/2024
2.1.122 58 7/25/2024
2.1.121 160 7/24/2024
2.1.120 140 7/24/2024
2.1.119 136 7/24/2024
2.1.118 932 7/20/2024
2.1.117 135 7/20/2024
2.1.116 108 7/20/2024
2.1.115 106 7/20/2024
2.1.114 105 7/20/2024
2.1.113 168 7/20/2024
2.1.112 100 7/20/2024
2.1.111 176 7/20/2024
2.1.110 539 7/17/2024
2.1.109 164 7/17/2024
2.1.108 140 7/17/2024
2.1.107 269 7/14/2024
2.1.106 89 7/14/2024
2.1.105 225 7/14/2024
2.1.104 231 7/14/2024
2.1.103 88 7/14/2024
2.1.102 91 7/14/2024
2.1.101 309 7/14/2024
2.1.100 97 7/14/2024
2.1.99 218 7/14/2024
2.1.98 383 7/11/2024
2.1.97 219 7/10/2024
2.1.96 117 7/10/2024
2.1.95 268 7/10/2024
2.1.94 324 7/10/2024
2.1.93 98 7/10/2024
2.1.92 116 7/10/2024
2.1.91 150 7/10/2024
2.1.90 165 7/10/2024
2.1.89 137 7/10/2024
2.1.88 80 7/10/2024
2.1.87 175 7/10/2024
2.1.86 72 7/10/2024
2.1.85 149 7/10/2024
2.1.84 90 7/10/2024
2.1.83 124 7/10/2024
2.1.82 88 7/10/2024
2.1.81 132 7/10/2024
2.1.80 93 7/10/2024
2.1.79 173 7/10/2024
2.1.78 100 7/10/2024
2.1.77 163 7/9/2024
2.1.75 131 7/9/2024
2.1.74 80 7/9/2024
2.1.73 185 7/9/2024
2.1.72 84 7/9/2024
2.1.71 757 7/9/2024
2.1.70 78 7/9/2024
2.1.69 3,704 7/9/2024
2.1.68 193 7/9/2024
2.1.67 83 7/9/2024
2.1.66 357 7/9/2024
2.1.65 105 7/9/2024
2.1.64 355 7/9/2024
2.1.63 179 7/9/2024
2.1.62 110 7/9/2024
2.1.61 111 7/8/2024
2.1.60 435 7/8/2024
2.1.59 112 7/8/2024
2.1.58 91 7/8/2024
2.1.57 187 7/8/2024
2.1.56 263 7/8/2024
2.1.55 280 7/8/2024
2.1.54 135 7/8/2024
2.1.53 217 7/8/2024
2.1.52 102 7/8/2024
2.1.51 318 7/8/2024
2.1.50 91 7/8/2024
2.1.49 221 7/7/2024
2.1.48 216 7/7/2024
2.1.47 96 7/7/2024
2.1.46 146 7/7/2024
2.1.45 186 7/7/2024
2.1.44 97 7/7/2024
2.1.43 370 7/7/2024
2.1.42 198 7/7/2024
2.1.41 394 7/5/2024
2.1.40 290 7/4/2024
2.1.39 294 7/3/2024
2.1.38 202 7/3/2024
2.1.37 170 7/3/2024
2.1.36 182 7/3/2024
2.1.35 173 7/3/2024
2.1.34 209 7/3/2024
2.1.33 99 7/3/2024
2.1.32 211 7/3/2024
2.1.31 97 7/3/2024
2.1.30 171 7/3/2024
2.1.29 346 7/3/2024
2.1.28 102 7/3/2024
2.1.27 265 7/3/2024
2.1.26 199 7/3/2024
2.1.25 84 7/3/2024
2.1.24 395 7/3/2024
2.1.23 281 6/30/2024
2.1.22 199 6/30/2024
2.1.21 121 6/30/2024
2.1.20 98 6/30/2024
2.1.19 116 6/30/2024
2.1.18 106 6/30/2024
2.1.17 153 6/30/2024
2.1.16 172 6/30/2024
2.1.15 171 6/29/2024
2.1.14 100 6/29/2024
2.1.13 114 6/29/2024
2.1.12 115 6/29/2024
2.1.11 113 6/29/2024
2.1.10 110 6/29/2024
2.1.9 115 6/29/2024
2.1.8 197 6/28/2024
2.1.7 419 6/27/2024
2.1.6 327 6/27/2024
2.1.5 300 6/24/2024
2.1.4 118 6/24/2024
2.1.3 106 6/24/2024
2.1.2 116 6/24/2024
2.1.1 120 6/24/2024