Soenneker.Blazor.Utils.ResourceLoader 2.1.389

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 2.1.389                
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 2.1.389                
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="2.1.389" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Utils.ResourceLoader --version 2.1.389                
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 2.1.389"                
#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=2.1.389

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

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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.712 0 12/17/2024
3.0.711 27 12/17/2024
3.0.709 95 12/17/2024
3.0.708 94 12/17/2024
3.0.707 103 12/17/2024
3.0.706 110 12/16/2024
3.0.705 88 12/16/2024
3.0.704 39 12/16/2024
3.0.703 358 12/10/2024
3.0.702 186 12/10/2024
3.0.701 70 12/10/2024
3.0.700 158 12/10/2024
3.0.699 252 12/10/2024
3.0.698 134 12/9/2024
3.0.697 67 12/9/2024
3.0.696 295 12/9/2024
3.0.695 69 12/9/2024
3.0.694 396 12/9/2024
3.0.693 224 12/9/2024
3.0.692 61 12/9/2024
3.0.691 204 12/9/2024
3.0.690 59 12/9/2024
3.0.689 256 12/9/2024
3.0.688 437 12/7/2024
3.0.687 165 12/7/2024
3.0.686 170 12/6/2024
3.0.685 66 12/6/2024
3.0.684 170 12/6/2024
3.0.683 71 12/6/2024
3.0.682 104 12/6/2024
3.0.681 162 12/6/2024
3.0.680 245 12/6/2024
3.0.679 72 12/6/2024
3.0.678 211 12/6/2024
3.0.677 178 12/6/2024
3.0.676 70 12/6/2024
3.0.675 184 12/6/2024
3.0.674 71 12/6/2024
3.0.673 170 12/6/2024
3.0.672 209 12/6/2024
3.0.671 152 12/6/2024
3.0.670 260 12/6/2024
3.0.669 71 12/6/2024
3.0.668 230 12/6/2024
3.0.667 73 12/6/2024
3.0.666 276 12/6/2024
3.0.665 68 12/6/2024
3.0.664 99 12/6/2024
3.0.663 165 12/6/2024
3.0.662 68 12/6/2024
3.0.661 203 12/6/2024
3.0.660 72 12/6/2024
3.0.659 202 12/6/2024
3.0.658 186 12/5/2024
3.0.657 73 12/5/2024
3.0.656 235 12/5/2024
3.0.655 68 12/5/2024
3.0.654 278 12/5/2024
3.0.653 77 12/5/2024
3.0.652 1,049 12/5/2024
3.0.651 278 12/5/2024
3.0.650 309 12/5/2024
3.0.649 365 12/5/2024
3.0.648 408 12/4/2024
3.0.647 135 12/4/2024
3.0.646 405 12/4/2024
3.0.645 189 12/4/2024
3.0.644 288 12/4/2024
3.0.643 160 12/4/2024
3.0.642 252 12/3/2024
3.0.641 420 12/3/2024
3.0.640 70 12/3/2024
3.0.639 111 12/3/2024
3.0.638 64 12/3/2024
3.0.637 393 12/3/2024
3.0.636 63 12/3/2024
3.0.635 391 12/3/2024
3.0.634 167 12/3/2024
3.0.633 65 12/3/2024
3.0.632 125 12/2/2024
3.0.631 260 12/2/2024
3.0.630 147 12/2/2024
3.0.629 62 12/2/2024
3.0.628 221 12/2/2024
3.0.627 199 12/2/2024
3.0.626 71 12/2/2024
3.0.625 391 12/2/2024
3.0.624 129 12/2/2024
3.0.623 73 12/2/2024
3.0.622 257 12/2/2024
3.0.621 66 12/2/2024
3.0.620 174 12/1/2024
3.0.619 129 12/1/2024
3.0.618 71 12/1/2024
3.0.617 663 12/1/2024
3.0.616 125 12/1/2024
3.0.615 259 12/1/2024
3.0.614 391 11/29/2024
3.0.613 126 11/29/2024
3.0.612 210 11/29/2024
3.0.611 71 11/29/2024
3.0.610 127 11/29/2024
3.0.609 210 11/29/2024
3.0.608 74 11/29/2024
3.0.607 351 11/29/2024
3.0.606 389 11/21/2024
3.0.605 219 11/21/2024
3.0.604 147 11/21/2024
3.0.603 85 11/21/2024
3.0.602 193 11/21/2024
3.0.601 72 11/21/2024
3.0.600 674 11/20/2024
3.0.599 95 11/20/2024
3.0.598 284 11/20/2024
3.0.597 170 11/20/2024
3.0.596 141 11/20/2024
3.0.595 186 11/20/2024
3.0.594 329 11/20/2024
3.0.593 312 11/20/2024
3.0.592 76 11/20/2024
3.0.591 258 11/20/2024
3.0.590 288 11/19/2024
3.0.589 80 11/19/2024
3.0.588 190 11/19/2024
3.0.587 81 11/19/2024
3.0.586 66 11/19/2024
3.0.585 417 11/19/2024
3.0.584 320 11/19/2024
3.0.583 295 11/19/2024
3.0.582 255 11/19/2024
3.0.581 67 11/19/2024
3.0.580 70 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 79 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 79 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,371 11/13/2024
2.1.550 285 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 329 11/8/2024
2.1.531 175 11/8/2024
2.1.530 75 11/8/2024
2.1.529 310 11/8/2024
2.1.528 74 11/8/2024
2.1.527 607 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 547 11/1/2024
2.1.520 296 11/1/2024
2.1.519 247 11/1/2024
2.1.518 74 11/1/2024
2.1.517 376 11/1/2024
2.1.516 77 11/1/2024
2.1.515 254 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 376 10/29/2024
2.1.505 73 10/29/2024
2.1.504 74 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 245 10/22/2024
2.1.490 74 10/22/2024
2.1.489 295 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 66 10/22/2024
2.1.483 483 10/22/2024
2.1.482 961 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 376 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 379 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 86 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 590 10/3/2024
2.1.438 160 10/3/2024
2.1.437 275 10/3/2024
2.1.436 88 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 178 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 812 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 429 9/10/2024
2.1.269 125 9/10/2024
2.1.268 239 9/10/2024
2.1.267 101 9/10/2024
2.1.266 341 9/10/2024
2.1.265 281 9/10/2024
2.1.263 328 9/10/2024
2.1.262 162 9/10/2024
2.1.261 103 9/9/2024
2.1.260 347 9/9/2024
2.1.259 287 9/9/2024
2.1.258 279 9/9/2024
2.1.257 394 9/9/2024
2.1.255 265 9/9/2024
2.1.254 95 9/9/2024
2.1.253 263 9/9/2024
2.1.252 84 9/9/2024
2.1.251 675 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 161 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 334 9/5/2024
2.1.230 88 9/5/2024
2.1.229 204 9/5/2024
2.1.228 108 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 190 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 339 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 110 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 99 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 338 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 199 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 84 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 55 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 69 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 103 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 162 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 147 7/10/2024
2.1.90 165 7/10/2024
2.1.89 137 7/10/2024
2.1.88 78 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,583 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 133 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 90 7/8/2024
2.1.49 220 7/7/2024
2.1.48 215 7/7/2024
2.1.47 96 7/7/2024
2.1.46 146 7/7/2024
2.1.45 185 7/7/2024
2.1.44 96 7/7/2024
2.1.43 369 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 197 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 111 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 298 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