Soenneker.Blazor.Utils.ResourceLoader 2.1.199

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

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

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.606 91 11/21/2024
3.0.605 89 11/21/2024
3.0.604 61 11/21/2024
3.0.603 37 11/21/2024
3.0.602 82 11/21/2024
3.0.601 33 11/21/2024
3.0.600 338 11/20/2024
3.0.599 45 11/20/2024
3.0.598 179 11/20/2024
3.0.597 119 11/20/2024
3.0.596 93 11/20/2024
3.0.595 132 11/20/2024
3.0.594 267 11/20/2024
3.0.593 253 11/20/2024
3.0.592 63 11/20/2024
3.0.591 221 11/20/2024
3.0.590 232 11/19/2024
3.0.589 68 11/19/2024
3.0.588 131 11/19/2024
3.0.587 66 11/19/2024
3.0.586 53 11/19/2024
3.0.585 369 11/19/2024
3.0.584 276 11/19/2024
3.0.583 249 11/19/2024
3.0.582 218 11/19/2024
3.0.581 58 11/19/2024
3.0.580 59 11/19/2024
3.0.579 568 11/15/2024
3.0.578 95 11/15/2024
3.0.577 220 11/15/2024
3.0.576 57 11/15/2024
3.0.575 132 11/14/2024
3.0.574 59 11/14/2024
3.0.573 196 11/14/2024
3.0.572 65 11/14/2024
3.0.571 143 11/14/2024
3.0.570 70 11/14/2024
3.0.569 246 11/14/2024
3.0.568 70 11/14/2024
3.0.567 248 11/14/2024
3.0.566 267 11/14/2024
3.0.565 66 11/14/2024
3.0.564 216 11/14/2024
3.0.563 187 11/14/2024
3.0.561 463 11/14/2024
3.0.560 63 11/14/2024
3.0.559 276 11/14/2024
3.0.558 148 11/14/2024
3.0.557 60 11/14/2024
3.0.556 154 11/14/2024
3.0.555 66 11/14/2024
3.0.554 161 11/14/2024
3.0.553 64 11/14/2024
3.0.552 171 11/14/2024
2.1.551 945 11/13/2024
2.1.550 251 11/13/2024
2.1.549 263 11/13/2024
2.1.548 195 11/13/2024
2.1.547 380 11/13/2024
2.1.546 55 11/13/2024
2.1.545 231 11/13/2024
2.1.544 63 11/13/2024
2.1.543 668 11/12/2024
2.1.542 64 11/12/2024
2.1.541 1,061 11/9/2024
2.1.540 251 11/9/2024
2.1.539 67 11/9/2024
2.1.538 217 11/9/2024
2.1.537 64 11/9/2024
2.1.536 470 11/9/2024
2.1.535 65 11/9/2024
2.1.534 556 11/8/2024
2.1.533 70 11/8/2024
2.1.532 320 11/8/2024
2.1.531 167 11/8/2024
2.1.530 66 11/8/2024
2.1.529 299 11/8/2024
2.1.528 65 11/8/2024
2.1.527 598 11/8/2024
2.1.526 441 11/8/2024
2.1.525 73 11/8/2024
2.1.524 204 11/8/2024
2.1.523 787 11/6/2024
2.1.522 228 11/6/2024
2.1.521 538 11/1/2024
2.1.520 288 11/1/2024
2.1.519 239 11/1/2024
2.1.518 65 11/1/2024
2.1.517 366 11/1/2024
2.1.516 68 11/1/2024
2.1.515 246 11/1/2024
2.1.514 585 10/29/2024
2.1.513 150 10/29/2024
2.1.512 138 10/29/2024
2.1.511 71 10/29/2024
2.1.510 60 10/29/2024
2.1.509 458 10/29/2024
2.1.508 260 10/29/2024
2.1.507 66 10/29/2024
2.1.506 369 10/29/2024
2.1.505 66 10/29/2024
2.1.504 67 10/29/2024
2.1.503 212 10/29/2024
2.1.502 65 10/29/2024
2.1.501 624 10/29/2024
2.1.500 483 10/29/2024
2.1.499 67 10/29/2024
2.1.498 527 10/28/2024
2.1.497 63 10/28/2024
2.1.496 898 10/26/2024
2.1.495 136 10/26/2024
2.1.494 185 10/26/2024
2.1.493 71 10/26/2024
2.1.492 1,024 10/22/2024
2.1.491 239 10/22/2024
2.1.490 67 10/22/2024
2.1.489 290 10/22/2024
2.1.488 67 10/22/2024
2.1.487 470 10/22/2024
2.1.486 91 10/22/2024
2.1.485 403 10/22/2024
2.1.484 60 10/22/2024
2.1.483 478 10/22/2024
2.1.482 952 10/18/2024
2.1.481 384 10/17/2024
2.1.480 76 10/17/2024
2.1.479 309 10/17/2024
2.1.478 73 10/17/2024
2.1.477 995 10/15/2024
2.1.476 226 10/15/2024
2.1.475 316 10/15/2024
2.1.474 71 10/15/2024
2.1.473 566 10/14/2024
2.1.472 507 10/12/2024
2.1.471 169 10/12/2024
2.1.470 198 10/12/2024
2.1.469 77 10/12/2024
2.1.468 271 10/12/2024
2.1.467 88 10/12/2024
2.1.466 369 10/11/2024
2.1.465 73 10/11/2024
2.1.464 346 10/11/2024
2.1.463 77 10/11/2024
2.1.462 677 10/9/2024
2.1.461 168 10/9/2024
2.1.460 159 10/9/2024
2.1.459 77 10/9/2024
2.1.458 371 10/9/2024
2.1.457 78 10/9/2024
2.1.456 303 10/9/2024
2.1.455 77 10/9/2024
2.1.454 147 10/9/2024
2.1.453 182 10/9/2024
2.1.452 80 10/9/2024
2.1.451 526 10/8/2024
2.1.450 80 10/8/2024
2.1.449 500 10/8/2024
2.1.448 216 10/8/2024
2.1.447 79 10/8/2024
2.1.446 382 10/8/2024
2.1.445 86 10/8/2024
2.1.444 236 10/8/2024
2.1.443 117 10/8/2024
2.1.442 78 10/8/2024
2.1.441 506 10/8/2024
2.1.440 71 10/8/2024
2.1.439 583 10/3/2024
2.1.438 152 10/3/2024
2.1.437 269 10/3/2024
2.1.436 82 10/3/2024
2.1.435 273 10/3/2024
2.1.434 250 10/3/2024
2.1.433 81 10/3/2024
2.1.432 168 10/3/2024
2.1.431 172 10/3/2024
2.1.430 75 10/3/2024
2.1.429 331 10/3/2024
2.1.428 633 10/2/2024
2.1.427 96 10/2/2024
2.1.426 165 10/2/2024
2.1.425 81 10/2/2024
2.1.424 172 10/2/2024
2.1.423 253 10/2/2024
2.1.422 179 10/2/2024
2.1.421 94 10/2/2024
2.1.420 314 10/2/2024
2.1.419 79 10/2/2024
2.1.418 493 10/2/2024
2.1.417 87 10/2/2024
2.1.416 240 10/1/2024
2.1.415 398 10/1/2024
2.1.414 82 10/1/2024
2.1.413 180 10/1/2024
2.1.412 82 10/1/2024
2.1.411 377 10/1/2024
2.1.410 96 10/1/2024
2.1.409 377 10/1/2024
2.1.408 76 10/1/2024
2.1.407 435 9/29/2024
2.1.406 203 9/29/2024
2.1.405 132 9/29/2024
2.1.404 229 9/29/2024
2.1.403 76 9/29/2024
2.1.402 213 9/29/2024
2.1.401 212 9/29/2024
2.1.400 71 9/29/2024
2.1.399 351 9/29/2024
2.1.398 78 9/29/2024
2.1.397 518 9/27/2024
2.1.396 205 9/27/2024
2.1.395 223 9/27/2024
2.1.394 77 9/27/2024
2.1.393 185 9/27/2024
2.1.392 76 9/27/2024
2.1.391 331 9/27/2024
2.1.390 217 9/27/2024
2.1.389 74 9/27/2024
2.1.388 443 9/27/2024
2.1.387 83 9/27/2024
2.1.386 205 9/27/2024
2.1.385 139 9/27/2024
2.1.384 80 9/27/2024
2.1.383 508 9/27/2024
2.1.382 172 9/27/2024
2.1.381 199 9/26/2024
2.1.380 89 9/26/2024
2.1.379 247 9/26/2024
2.1.378 240 9/26/2024
2.1.377 88 9/26/2024
2.1.376 328 9/26/2024
2.1.375 165 9/26/2024
2.1.374 160 9/26/2024
2.1.373 95 9/26/2024
2.1.372 437 9/26/2024
2.1.371 84 9/26/2024
2.1.370 243 9/26/2024
2.1.369 241 9/26/2024
2.1.368 162 9/26/2024
2.1.367 152 9/26/2024
2.1.366 83 9/26/2024
2.1.365 202 9/26/2024
2.1.364 644 9/24/2024
2.1.363 178 9/23/2024
2.1.362 97 9/23/2024
2.1.361 63 9/23/2024
2.1.360 173 9/23/2024
2.1.359 196 9/23/2024
2.1.358 65 9/23/2024
2.1.357 253 9/23/2024
2.1.356 179 9/23/2024
2.1.355 75 9/23/2024
2.1.354 161 9/23/2024
2.1.353 435 9/23/2024
2.1.352 60 9/23/2024
2.1.351 72 9/23/2024
2.1.350 437 9/23/2024
2.1.349 74 9/23/2024
2.1.348 236 9/23/2024
2.1.347 156 9/23/2024
2.1.346 402 9/23/2024
2.1.345 73 9/23/2024
2.1.344 112 9/23/2024
2.1.343 343 9/23/2024
2.1.342 80 9/23/2024
2.1.341 199 9/23/2024
2.1.340 72 9/23/2024
2.1.339 148 9/23/2024
2.1.338 56 9/23/2024
2.1.337 770 9/18/2024
2.1.336 63 9/18/2024
2.1.335 185 9/18/2024
2.1.334 145 9/18/2024
2.1.333 71 9/18/2024
2.1.332 290 9/18/2024
2.1.331 238 9/18/2024
2.1.330 81 9/18/2024
2.1.329 206 9/18/2024
2.1.328 92 9/18/2024
2.1.327 226 9/18/2024
2.1.326 88 9/18/2024
2.1.325 117 9/17/2024
2.1.324 95 9/17/2024
2.1.323 89 9/17/2024
2.1.322 185 9/17/2024
2.1.321 211 9/17/2024
2.1.320 74 9/17/2024
2.1.319 228 9/17/2024
2.1.318 96 9/17/2024
2.1.317 90 9/17/2024
2.1.316 227 9/17/2024
2.1.315 98 9/17/2024
2.1.314 256 9/17/2024
2.1.313 89 9/17/2024
2.1.312 240 9/17/2024
2.1.311 89 9/17/2024
2.1.310 253 9/17/2024
2.1.309 152 9/17/2024
2.1.308 171 9/17/2024
2.1.307 540 9/17/2024
2.1.306 98 9/17/2024
2.1.305 329 9/16/2024
2.1.304 257 9/16/2024
2.1.303 193 9/16/2024
2.1.302 183 9/16/2024
2.1.301 82 9/16/2024
2.1.300 224 9/16/2024
2.1.299 827 9/12/2024
2.1.298 215 9/12/2024
2.1.297 94 9/12/2024
2.1.296 249 9/12/2024
2.1.295 86 9/12/2024
2.1.294 342 9/12/2024
2.1.293 98 9/12/2024
2.1.292 223 9/12/2024
2.1.291 223 9/12/2024
2.1.290 113 9/12/2024
2.1.289 261 9/12/2024
2.1.288 108 9/12/2024
2.1.287 231 9/11/2024
2.1.286 92 9/11/2024
2.1.285 201 9/11/2024
2.1.284 101 9/11/2024
2.1.282 423 9/11/2024
2.1.281 102 9/11/2024
2.1.280 327 9/11/2024
2.1.279 102 9/11/2024
2.1.278 359 9/11/2024
2.1.277 355 9/11/2024
2.1.276 97 9/11/2024
2.1.275 233 9/11/2024
2.1.274 530 9/11/2024
2.1.273 188 9/10/2024
2.1.272 91 9/10/2024
2.1.271 197 9/10/2024
2.1.270 424 9/10/2024
2.1.269 119 9/10/2024
2.1.268 234 9/10/2024
2.1.267 95 9/10/2024
2.1.266 335 9/10/2024
2.1.265 275 9/10/2024
2.1.263 322 9/10/2024
2.1.262 155 9/10/2024
2.1.261 96 9/9/2024
2.1.260 341 9/9/2024
2.1.259 282 9/9/2024
2.1.258 272 9/9/2024
2.1.257 386 9/9/2024
2.1.255 257 9/9/2024
2.1.254 87 9/9/2024
2.1.253 257 9/9/2024
2.1.252 79 9/9/2024
2.1.251 666 9/7/2024
2.1.250 291 9/7/2024
2.1.249 100 9/7/2024
2.1.248 98 9/7/2024
2.1.247 287 9/7/2024
2.1.246 77 9/7/2024
2.1.245 364 9/6/2024
2.1.244 152 9/6/2024
2.1.243 96 9/6/2024
2.1.242 264 9/6/2024
2.1.241 99 9/6/2024
2.1.240 357 9/6/2024
2.1.239 125 9/6/2024
2.1.238 175 9/6/2024
2.1.237 92 9/6/2024
2.1.236 382 9/5/2024
2.1.235 117 9/5/2024
2.1.234 92 9/5/2024
2.1.233 205 9/5/2024
2.1.232 76 9/5/2024
2.1.231 325 9/5/2024
2.1.230 79 9/5/2024
2.1.229 195 9/5/2024
2.1.228 100 9/5/2024
2.1.227 98 9/5/2024
2.1.226 642 9/5/2024
2.1.225 94 9/5/2024
2.1.224 180 9/5/2024
2.1.223 92 9/5/2024
2.1.222 672 9/4/2024
2.1.221 95 9/4/2024
2.1.220 342 9/4/2024
2.1.219 215 9/4/2024
2.1.218 107 9/4/2024
2.1.217 154 9/4/2024
2.1.216 181 9/3/2024
2.1.215 96 9/3/2024
2.1.214 287 9/3/2024
2.1.213 72 9/3/2024
2.1.212 285 9/3/2024
2.1.211 99 9/3/2024
2.1.210 301 9/3/2024
2.1.209 84 9/3/2024
2.1.207 330 9/3/2024
2.1.206 630 8/29/2024
2.1.205 94 8/29/2024
2.1.204 181 8/29/2024
2.1.203 93 8/29/2024
2.1.202 311 8/29/2024
2.1.201 466 8/26/2024
2.1.200 185 8/26/2024
2.1.199 200 8/26/2024
2.1.197 150 8/26/2024
2.1.196 443 8/26/2024
2.1.195 103 8/26/2024
2.1.194 396 8/21/2024
2.1.193 210 8/21/2024
2.1.192 116 8/21/2024
2.1.191 277 8/21/2024
2.1.190 112 8/21/2024
2.1.189 328 8/21/2024
2.1.188 98 8/21/2024
2.1.187 266 8/21/2024
2.1.186 93 8/21/2024
2.1.185 333 8/20/2024
2.1.184 102 8/20/2024
2.1.183 357 8/20/2024
2.1.182 112 8/20/2024
2.1.181 333 8/20/2024
2.1.180 98 8/20/2024
2.1.179 269 8/20/2024
2.1.178 437 8/20/2024
2.1.177 213 8/19/2024
2.1.176 102 8/19/2024
2.1.175 406 8/15/2024
2.1.174 169 8/15/2024
2.1.173 162 8/15/2024
2.1.172 107 8/15/2024
2.1.171 199 8/15/2024
2.1.170 175 8/15/2024
2.1.169 254 8/15/2024
2.1.168 88 8/15/2024
2.1.167 330 8/15/2024
2.1.166 407 8/14/2024
2.1.165 255 8/14/2024
2.1.164 112 8/14/2024
2.1.163 229 8/14/2024
2.1.162 104 8/14/2024
2.1.161 210 8/13/2024
2.1.160 373 8/13/2024
2.1.159 438 8/7/2024
2.1.158 170 8/7/2024
2.1.157 146 8/7/2024
2.1.156 167 8/7/2024
2.1.155 76 8/7/2024
2.1.154 195 8/7/2024
2.1.153 67 8/7/2024
2.1.152 191 8/6/2024
2.1.151 80 8/6/2024
2.1.150 167 8/6/2024
2.1.149 556 8/1/2024
2.1.148 219 8/1/2024
2.1.147 84 8/1/2024
2.1.146 192 8/1/2024
2.1.145 78 8/1/2024
2.1.144 139 8/1/2024
2.1.143 87 8/1/2024
2.1.142 273 8/1/2024
2.1.141 91 8/1/2024
2.1.140 102 8/1/2024
2.1.139 81 8/1/2024
2.1.138 157 8/1/2024
2.1.137 509 7/25/2024
2.1.136 208 7/25/2024
2.1.135 102 7/25/2024
2.1.134 115 7/25/2024
2.1.133 134 7/25/2024
2.1.132 51 7/25/2024
2.1.131 148 7/25/2024
2.1.130 61 7/25/2024
2.1.129 119 7/25/2024
2.1.128 62 7/25/2024
2.1.127 146 7/25/2024
2.1.126 100 7/25/2024
2.1.125 63 7/25/2024
2.1.124 151 7/25/2024
2.1.123 146 7/25/2024
2.1.122 52 7/25/2024
2.1.121 154 7/24/2024
2.1.120 134 7/24/2024
2.1.119 130 7/24/2024
2.1.118 924 7/20/2024
2.1.117 129 7/20/2024
2.1.116 100 7/20/2024
2.1.115 98 7/20/2024
2.1.114 95 7/20/2024
2.1.113 160 7/20/2024
2.1.112 92 7/20/2024
2.1.111 170 7/20/2024
2.1.110 533 7/17/2024
2.1.109 156 7/17/2024
2.1.108 134 7/17/2024
2.1.107 257 7/14/2024
2.1.106 83 7/14/2024
2.1.105 215 7/14/2024
2.1.104 225 7/14/2024
2.1.103 82 7/14/2024
2.1.102 85 7/14/2024
2.1.101 303 7/14/2024
2.1.100 87 7/14/2024
2.1.99 212 7/14/2024
2.1.98 377 7/11/2024
2.1.97 211 7/10/2024
2.1.96 109 7/10/2024
2.1.95 262 7/10/2024
2.1.94 318 7/10/2024
2.1.93 92 7/10/2024
2.1.92 110 7/10/2024
2.1.91 139 7/10/2024
2.1.90 159 7/10/2024
2.1.89 129 7/10/2024
2.1.88 72 7/10/2024
2.1.87 169 7/10/2024
2.1.86 64 7/10/2024
2.1.85 143 7/10/2024
2.1.84 80 7/10/2024
2.1.83 116 7/10/2024
2.1.82 82 7/10/2024
2.1.81 126 7/10/2024
2.1.80 87 7/10/2024
2.1.79 167 7/10/2024
2.1.78 90 7/10/2024
2.1.77 157 7/9/2024
2.1.75 125 7/9/2024
2.1.74 72 7/9/2024
2.1.73 179 7/9/2024
2.1.72 78 7/9/2024
2.1.71 751 7/9/2024
2.1.70 70 7/9/2024
2.1.69 2,921 7/9/2024
2.1.68 187 7/9/2024
2.1.67 77 7/9/2024
2.1.66 351 7/9/2024
2.1.65 99 7/9/2024
2.1.64 349 7/9/2024
2.1.63 173 7/9/2024
2.1.62 104 7/9/2024
2.1.61 105 7/8/2024
2.1.60 429 7/8/2024
2.1.59 106 7/8/2024
2.1.58 85 7/8/2024
2.1.57 181 7/8/2024
2.1.56 257 7/8/2024
2.1.55 274 7/8/2024
2.1.54 127 7/8/2024
2.1.53 211 7/8/2024
2.1.52 96 7/8/2024
2.1.51 311 7/8/2024
2.1.50 79 7/8/2024
2.1.49 213 7/7/2024
2.1.48 208 7/7/2024
2.1.47 88 7/7/2024
2.1.46 138 7/7/2024
2.1.45 177 7/7/2024
2.1.44 90 7/7/2024
2.1.43 363 7/7/2024
2.1.42 192 7/7/2024
2.1.41 388 7/5/2024
2.1.40 283 7/4/2024
2.1.39 287 7/3/2024
2.1.38 192 7/3/2024
2.1.37 164 7/3/2024
2.1.36 175 7/3/2024
2.1.35 168 7/3/2024
2.1.34 200 7/3/2024
2.1.33 94 7/3/2024
2.1.32 205 7/3/2024
2.1.31 90 7/3/2024
2.1.30 162 7/3/2024
2.1.29 338 7/3/2024
2.1.28 93 7/3/2024
2.1.27 259 7/3/2024
2.1.26 193 7/3/2024
2.1.25 78 7/3/2024
2.1.24 389 7/3/2024
2.1.23 273 6/30/2024
2.1.22 191 6/30/2024
2.1.21 115 6/30/2024
2.1.20 90 6/30/2024
2.1.19 110 6/30/2024
2.1.18 94 6/30/2024
2.1.17 143 6/30/2024
2.1.16 166 6/30/2024
2.1.15 165 6/29/2024
2.1.14 92 6/29/2024
2.1.13 106 6/29/2024
2.1.12 105 6/29/2024
2.1.11 105 6/29/2024
2.1.10 102 6/29/2024
2.1.9 109 6/29/2024
2.1.8 189 6/28/2024
2.1.7 410 6/27/2024
2.1.6 321 6/27/2024
2.1.5 290 6/24/2024
2.1.4 110 6/24/2024
2.1.3 100 6/24/2024
2.1.2 108 6/24/2024
2.1.1 112 6/24/2024