Soenneker.Blazor.Utils.ResourceLoader 3.0.564

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

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

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.607 0 11/29/2024
3.0.606 271 11/21/2024
3.0.605 214 11/21/2024
3.0.604 142 11/21/2024
3.0.603 80 11/21/2024
3.0.602 188 11/21/2024
3.0.601 67 11/21/2024
3.0.600 669 11/20/2024
3.0.599 86 11/20/2024
3.0.598 277 11/20/2024
3.0.597 165 11/20/2024
3.0.596 136 11/20/2024
3.0.595 181 11/20/2024
3.0.594 324 11/20/2024
3.0.593 307 11/20/2024
3.0.592 71 11/20/2024
3.0.591 253 11/20/2024
3.0.590 283 11/19/2024
3.0.589 75 11/19/2024
3.0.588 181 11/19/2024
3.0.587 74 11/19/2024
3.0.586 61 11/19/2024
3.0.585 412 11/19/2024
3.0.584 309 11/19/2024
3.0.583 287 11/19/2024
3.0.582 250 11/19/2024
3.0.581 62 11/19/2024
3.0.580 63 11/19/2024
3.0.579 595 11/15/2024
3.0.578 98 11/15/2024
3.0.577 224 11/15/2024
3.0.576 61 11/15/2024
3.0.575 135 11/14/2024
3.0.574 63 11/14/2024
3.0.573 200 11/14/2024
3.0.572 69 11/14/2024
3.0.571 147 11/14/2024
3.0.570 74 11/14/2024
3.0.569 250 11/14/2024
3.0.568 74 11/14/2024
3.0.567 252 11/14/2024
3.0.566 272 11/14/2024
3.0.565 70 11/14/2024
3.0.564 220 11/14/2024
3.0.563 192 11/14/2024
3.0.561 466 11/14/2024
3.0.560 67 11/14/2024
3.0.559 280 11/14/2024
3.0.558 152 11/14/2024
3.0.557 64 11/14/2024
3.0.556 158 11/14/2024
3.0.555 70 11/14/2024
3.0.554 165 11/14/2024
3.0.553 68 11/14/2024
3.0.552 175 11/14/2024
2.1.551 1,022 11/13/2024
2.1.550 261 11/13/2024
2.1.549 272 11/13/2024
2.1.548 199 11/13/2024
2.1.547 384 11/13/2024
2.1.546 60 11/13/2024
2.1.545 234 11/13/2024
2.1.544 67 11/13/2024
2.1.543 676 11/12/2024
2.1.542 72 11/12/2024
2.1.541 1,105 11/9/2024
2.1.540 254 11/9/2024
2.1.539 70 11/9/2024
2.1.538 222 11/9/2024
2.1.537 68 11/9/2024
2.1.536 475 11/9/2024
2.1.535 69 11/9/2024
2.1.534 560 11/8/2024
2.1.533 74 11/8/2024
2.1.532 324 11/8/2024
2.1.531 170 11/8/2024
2.1.530 70 11/8/2024
2.1.529 303 11/8/2024
2.1.528 69 11/8/2024
2.1.527 602 11/8/2024
2.1.526 445 11/8/2024
2.1.525 76 11/8/2024
2.1.524 207 11/8/2024
2.1.523 791 11/6/2024
2.1.522 231 11/6/2024
2.1.521 542 11/1/2024
2.1.520 291 11/1/2024
2.1.519 242 11/1/2024
2.1.518 69 11/1/2024
2.1.517 371 11/1/2024
2.1.516 72 11/1/2024
2.1.515 250 11/1/2024
2.1.514 589 10/29/2024
2.1.513 154 10/29/2024
2.1.512 142 10/29/2024
2.1.511 75 10/29/2024
2.1.510 64 10/29/2024
2.1.509 462 10/29/2024
2.1.508 263 10/29/2024
2.1.507 70 10/29/2024
2.1.506 373 10/29/2024
2.1.505 70 10/29/2024
2.1.504 71 10/29/2024
2.1.503 216 10/29/2024
2.1.502 69 10/29/2024
2.1.501 628 10/29/2024
2.1.500 487 10/29/2024
2.1.499 70 10/29/2024
2.1.498 531 10/28/2024
2.1.497 67 10/28/2024
2.1.496 904 10/26/2024
2.1.495 140 10/26/2024
2.1.494 188 10/26/2024
2.1.493 75 10/26/2024
2.1.492 1,027 10/22/2024
2.1.491 243 10/22/2024
2.1.490 71 10/22/2024
2.1.489 293 10/22/2024
2.1.488 71 10/22/2024
2.1.487 474 10/22/2024
2.1.486 95 10/22/2024
2.1.485 407 10/22/2024
2.1.484 64 10/22/2024
2.1.483 481 10/22/2024
2.1.482 958 10/18/2024
2.1.481 388 10/17/2024
2.1.480 79 10/17/2024
2.1.479 313 10/17/2024
2.1.478 77 10/17/2024
2.1.477 999 10/15/2024
2.1.476 230 10/15/2024
2.1.475 321 10/15/2024
2.1.474 74 10/15/2024
2.1.473 570 10/14/2024
2.1.472 510 10/12/2024
2.1.471 175 10/12/2024
2.1.470 202 10/12/2024
2.1.469 81 10/12/2024
2.1.468 275 10/12/2024
2.1.467 92 10/12/2024
2.1.466 373 10/11/2024
2.1.465 79 10/11/2024
2.1.464 351 10/11/2024
2.1.463 82 10/11/2024
2.1.462 681 10/9/2024
2.1.461 172 10/9/2024
2.1.460 164 10/9/2024
2.1.459 83 10/9/2024
2.1.458 376 10/9/2024
2.1.457 82 10/9/2024
2.1.456 307 10/9/2024
2.1.455 82 10/9/2024
2.1.454 152 10/9/2024
2.1.453 185 10/9/2024
2.1.452 83 10/9/2024
2.1.451 530 10/8/2024
2.1.450 83 10/8/2024
2.1.449 503 10/8/2024
2.1.448 220 10/8/2024
2.1.447 82 10/8/2024
2.1.446 386 10/8/2024
2.1.445 90 10/8/2024
2.1.444 240 10/8/2024
2.1.443 121 10/8/2024
2.1.442 82 10/8/2024
2.1.441 510 10/8/2024
2.1.440 74 10/8/2024
2.1.439 587 10/3/2024
2.1.438 156 10/3/2024
2.1.437 273 10/3/2024
2.1.436 86 10/3/2024
2.1.435 276 10/3/2024
2.1.434 253 10/3/2024
2.1.433 85 10/3/2024
2.1.432 172 10/3/2024
2.1.431 176 10/3/2024
2.1.430 79 10/3/2024
2.1.429 335 10/3/2024
2.1.428 637 10/2/2024
2.1.427 99 10/2/2024
2.1.426 168 10/2/2024
2.1.425 85 10/2/2024
2.1.424 176 10/2/2024
2.1.423 256 10/2/2024
2.1.422 183 10/2/2024
2.1.421 99 10/2/2024
2.1.420 318 10/2/2024
2.1.419 83 10/2/2024
2.1.418 497 10/2/2024
2.1.417 91 10/2/2024
2.1.416 243 10/1/2024
2.1.415 402 10/1/2024
2.1.414 86 10/1/2024
2.1.413 184 10/1/2024
2.1.412 85 10/1/2024
2.1.411 380 10/1/2024
2.1.410 100 10/1/2024
2.1.409 381 10/1/2024
2.1.408 80 10/1/2024
2.1.407 439 9/29/2024
2.1.406 207 9/29/2024
2.1.405 135 9/29/2024
2.1.404 233 9/29/2024
2.1.403 80 9/29/2024
2.1.402 217 9/29/2024
2.1.401 216 9/29/2024
2.1.400 75 9/29/2024
2.1.399 355 9/29/2024
2.1.398 82 9/29/2024
2.1.397 522 9/27/2024
2.1.396 208 9/27/2024
2.1.395 227 9/27/2024
2.1.394 81 9/27/2024
2.1.393 189 9/27/2024
2.1.392 79 9/27/2024
2.1.391 335 9/27/2024
2.1.390 221 9/27/2024
2.1.389 77 9/27/2024
2.1.388 447 9/27/2024
2.1.387 87 9/27/2024
2.1.386 209 9/27/2024
2.1.385 143 9/27/2024
2.1.384 84 9/27/2024
2.1.383 511 9/27/2024
2.1.382 176 9/27/2024
2.1.381 202 9/26/2024
2.1.380 93 9/26/2024
2.1.379 251 9/26/2024
2.1.378 243 9/26/2024
2.1.377 92 9/26/2024
2.1.376 332 9/26/2024
2.1.375 169 9/26/2024
2.1.374 163 9/26/2024
2.1.373 100 9/26/2024
2.1.372 440 9/26/2024
2.1.371 88 9/26/2024
2.1.370 246 9/26/2024
2.1.369 245 9/26/2024
2.1.368 165 9/26/2024
2.1.367 156 9/26/2024
2.1.366 87 9/26/2024
2.1.365 206 9/26/2024
2.1.364 647 9/24/2024
2.1.363 182 9/23/2024
2.1.362 100 9/23/2024
2.1.361 66 9/23/2024
2.1.360 177 9/23/2024
2.1.359 199 9/23/2024
2.1.358 69 9/23/2024
2.1.357 257 9/23/2024
2.1.356 183 9/23/2024
2.1.355 78 9/23/2024
2.1.354 165 9/23/2024
2.1.353 439 9/23/2024
2.1.352 64 9/23/2024
2.1.351 76 9/23/2024
2.1.350 441 9/23/2024
2.1.349 78 9/23/2024
2.1.348 240 9/23/2024
2.1.347 160 9/23/2024
2.1.346 405 9/23/2024
2.1.345 76 9/23/2024
2.1.344 116 9/23/2024
2.1.343 346 9/23/2024
2.1.342 84 9/23/2024
2.1.341 203 9/23/2024
2.1.340 76 9/23/2024
2.1.339 151 9/23/2024
2.1.338 60 9/23/2024
2.1.337 779 9/18/2024
2.1.336 67 9/18/2024
2.1.335 188 9/18/2024
2.1.334 148 9/18/2024
2.1.333 75 9/18/2024
2.1.332 294 9/18/2024
2.1.331 241 9/18/2024
2.1.330 85 9/18/2024
2.1.329 210 9/18/2024
2.1.328 95 9/18/2024
2.1.327 230 9/18/2024
2.1.326 92 9/18/2024
2.1.325 121 9/17/2024
2.1.324 100 9/17/2024
2.1.323 93 9/17/2024
2.1.322 189 9/17/2024
2.1.321 215 9/17/2024
2.1.320 78 9/17/2024
2.1.319 232 9/17/2024
2.1.318 100 9/17/2024
2.1.317 94 9/17/2024
2.1.316 231 9/17/2024
2.1.315 101 9/17/2024
2.1.314 261 9/17/2024
2.1.313 93 9/17/2024
2.1.312 244 9/17/2024
2.1.311 93 9/17/2024
2.1.310 256 9/17/2024
2.1.309 156 9/17/2024
2.1.308 175 9/17/2024
2.1.307 543 9/17/2024
2.1.306 102 9/17/2024
2.1.305 334 9/16/2024
2.1.304 260 9/16/2024
2.1.303 197 9/16/2024
2.1.302 187 9/16/2024
2.1.301 85 9/16/2024
2.1.300 227 9/16/2024
2.1.299 831 9/12/2024
2.1.298 218 9/12/2024
2.1.297 98 9/12/2024
2.1.296 253 9/12/2024
2.1.295 90 9/12/2024
2.1.294 346 9/12/2024
2.1.293 101 9/12/2024
2.1.292 227 9/12/2024
2.1.291 227 9/12/2024
2.1.290 117 9/12/2024
2.1.289 265 9/12/2024
2.1.288 112 9/12/2024
2.1.287 235 9/11/2024
2.1.286 96 9/11/2024
2.1.285 206 9/11/2024
2.1.284 105 9/11/2024
2.1.282 426 9/11/2024
2.1.281 106 9/11/2024
2.1.280 330 9/11/2024
2.1.279 106 9/11/2024
2.1.278 362 9/11/2024
2.1.277 359 9/11/2024
2.1.276 100 9/11/2024
2.1.275 237 9/11/2024
2.1.274 534 9/11/2024
2.1.273 192 9/10/2024
2.1.272 94 9/10/2024
2.1.271 200 9/10/2024
2.1.270 427 9/10/2024
2.1.269 123 9/10/2024
2.1.268 237 9/10/2024
2.1.267 99 9/10/2024
2.1.266 339 9/10/2024
2.1.265 279 9/10/2024
2.1.263 326 9/10/2024
2.1.262 158 9/10/2024
2.1.261 99 9/9/2024
2.1.260 345 9/9/2024
2.1.259 285 9/9/2024
2.1.258 275 9/9/2024
2.1.257 390 9/9/2024
2.1.255 261 9/9/2024
2.1.254 91 9/9/2024
2.1.253 261 9/9/2024
2.1.252 82 9/9/2024
2.1.251 670 9/7/2024
2.1.250 294 9/7/2024
2.1.249 104 9/7/2024
2.1.248 102 9/7/2024
2.1.247 291 9/7/2024
2.1.246 81 9/7/2024
2.1.245 368 9/6/2024
2.1.244 156 9/6/2024
2.1.243 100 9/6/2024
2.1.242 268 9/6/2024
2.1.241 102 9/6/2024
2.1.240 361 9/6/2024
2.1.239 130 9/6/2024
2.1.238 179 9/6/2024
2.1.237 96 9/6/2024
2.1.236 386 9/5/2024
2.1.235 120 9/5/2024
2.1.234 96 9/5/2024
2.1.233 209 9/5/2024
2.1.232 80 9/5/2024
2.1.231 329 9/5/2024
2.1.230 83 9/5/2024
2.1.229 199 9/5/2024
2.1.228 103 9/5/2024
2.1.227 103 9/5/2024
2.1.226 648 9/5/2024
2.1.225 99 9/5/2024
2.1.224 184 9/5/2024
2.1.223 96 9/5/2024
2.1.222 675 9/4/2024
2.1.221 99 9/4/2024
2.1.220 346 9/4/2024
2.1.219 218 9/4/2024
2.1.218 111 9/4/2024
2.1.217 159 9/4/2024
2.1.216 185 9/3/2024
2.1.215 100 9/3/2024
2.1.214 291 9/3/2024
2.1.213 76 9/3/2024
2.1.212 289 9/3/2024
2.1.211 104 9/3/2024
2.1.210 304 9/3/2024
2.1.209 87 9/3/2024
2.1.207 334 9/3/2024
2.1.206 634 8/29/2024
2.1.205 97 8/29/2024
2.1.204 186 8/29/2024
2.1.203 98 8/29/2024
2.1.202 314 8/29/2024
2.1.201 470 8/26/2024
2.1.200 188 8/26/2024
2.1.199 204 8/26/2024
2.1.197 155 8/26/2024
2.1.196 447 8/26/2024
2.1.195 106 8/26/2024
2.1.194 400 8/21/2024
2.1.193 214 8/21/2024
2.1.192 121 8/21/2024
2.1.191 281 8/21/2024
2.1.190 118 8/21/2024
2.1.189 333 8/21/2024
2.1.188 101 8/21/2024
2.1.187 271 8/21/2024
2.1.186 97 8/21/2024
2.1.185 337 8/20/2024
2.1.184 107 8/20/2024
2.1.183 362 8/20/2024
2.1.182 115 8/20/2024
2.1.181 337 8/20/2024
2.1.180 101 8/20/2024
2.1.179 274 8/20/2024
2.1.178 440 8/20/2024
2.1.177 217 8/19/2024
2.1.176 106 8/19/2024
2.1.175 409 8/15/2024
2.1.174 173 8/15/2024
2.1.173 166 8/15/2024
2.1.172 110 8/15/2024
2.1.171 203 8/15/2024
2.1.170 179 8/15/2024
2.1.169 258 8/15/2024
2.1.168 92 8/15/2024
2.1.167 334 8/15/2024
2.1.166 411 8/14/2024
2.1.165 259 8/14/2024
2.1.164 115 8/14/2024
2.1.163 232 8/14/2024
2.1.162 108 8/14/2024
2.1.161 214 8/13/2024
2.1.160 377 8/13/2024
2.1.159 442 8/7/2024
2.1.158 174 8/7/2024
2.1.157 150 8/7/2024
2.1.156 171 8/7/2024
2.1.155 80 8/7/2024
2.1.154 199 8/7/2024
2.1.153 71 8/7/2024
2.1.152 195 8/6/2024
2.1.151 84 8/6/2024
2.1.150 171 8/6/2024
2.1.149 560 8/1/2024
2.1.148 223 8/1/2024
2.1.147 88 8/1/2024
2.1.146 196 8/1/2024
2.1.145 82 8/1/2024
2.1.144 143 8/1/2024
2.1.143 91 8/1/2024
2.1.142 277 8/1/2024
2.1.141 95 8/1/2024
2.1.140 106 8/1/2024
2.1.139 85 8/1/2024
2.1.138 161 8/1/2024
2.1.137 513 7/25/2024
2.1.136 212 7/25/2024
2.1.135 106 7/25/2024
2.1.134 119 7/25/2024
2.1.133 138 7/25/2024
2.1.132 55 7/25/2024
2.1.131 152 7/25/2024
2.1.130 65 7/25/2024
2.1.129 123 7/25/2024
2.1.128 66 7/25/2024
2.1.127 150 7/25/2024
2.1.126 104 7/25/2024
2.1.125 67 7/25/2024
2.1.124 155 7/25/2024
2.1.123 150 7/25/2024
2.1.122 56 7/25/2024
2.1.121 158 7/24/2024
2.1.120 138 7/24/2024
2.1.119 134 7/24/2024
2.1.118 928 7/20/2024
2.1.117 133 7/20/2024
2.1.116 104 7/20/2024
2.1.115 102 7/20/2024
2.1.114 99 7/20/2024
2.1.113 164 7/20/2024
2.1.112 96 7/20/2024
2.1.111 174 7/20/2024
2.1.110 537 7/17/2024
2.1.109 160 7/17/2024
2.1.108 138 7/17/2024
2.1.107 261 7/14/2024
2.1.106 87 7/14/2024
2.1.105 219 7/14/2024
2.1.104 229 7/14/2024
2.1.103 86 7/14/2024
2.1.102 89 7/14/2024
2.1.101 307 7/14/2024
2.1.100 91 7/14/2024
2.1.99 216 7/14/2024
2.1.98 381 7/11/2024
2.1.97 215 7/10/2024
2.1.96 113 7/10/2024
2.1.95 266 7/10/2024
2.1.94 322 7/10/2024
2.1.93 96 7/10/2024
2.1.92 114 7/10/2024
2.1.91 143 7/10/2024
2.1.90 163 7/10/2024
2.1.89 133 7/10/2024
2.1.88 76 7/10/2024
2.1.87 173 7/10/2024
2.1.86 68 7/10/2024
2.1.85 147 7/10/2024
2.1.84 84 7/10/2024
2.1.83 120 7/10/2024
2.1.82 86 7/10/2024
2.1.81 130 7/10/2024
2.1.80 91 7/10/2024
2.1.79 171 7/10/2024
2.1.78 94 7/10/2024
2.1.77 161 7/9/2024
2.1.75 129 7/9/2024
2.1.74 76 7/9/2024
2.1.73 183 7/9/2024
2.1.72 82 7/9/2024
2.1.71 755 7/9/2024
2.1.70 74 7/9/2024
2.1.69 3,101 7/9/2024
2.1.68 191 7/9/2024
2.1.67 81 7/9/2024
2.1.66 355 7/9/2024
2.1.65 103 7/9/2024
2.1.64 353 7/9/2024
2.1.63 177 7/9/2024
2.1.62 108 7/9/2024
2.1.61 109 7/8/2024
2.1.60 433 7/8/2024
2.1.59 110 7/8/2024
2.1.58 89 7/8/2024
2.1.57 185 7/8/2024
2.1.56 261 7/8/2024
2.1.55 278 7/8/2024
2.1.54 131 7/8/2024
2.1.53 215 7/8/2024
2.1.52 100 7/8/2024
2.1.51 315 7/8/2024
2.1.50 84 7/8/2024
2.1.49 218 7/7/2024
2.1.48 213 7/7/2024
2.1.47 93 7/7/2024
2.1.46 143 7/7/2024
2.1.45 181 7/7/2024
2.1.44 94 7/7/2024
2.1.43 367 7/7/2024
2.1.42 196 7/7/2024
2.1.41 392 7/5/2024
2.1.40 287 7/4/2024
2.1.39 291 7/3/2024
2.1.38 196 7/3/2024
2.1.37 168 7/3/2024
2.1.36 179 7/3/2024
2.1.35 172 7/3/2024
2.1.34 204 7/3/2024
2.1.33 98 7/3/2024
2.1.32 209 7/3/2024
2.1.31 94 7/3/2024
2.1.30 166 7/3/2024
2.1.29 342 7/3/2024
2.1.28 97 7/3/2024
2.1.27 263 7/3/2024
2.1.26 197 7/3/2024
2.1.25 82 7/3/2024
2.1.24 393 7/3/2024
2.1.23 277 6/30/2024
2.1.22 195 6/30/2024
2.1.21 119 6/30/2024
2.1.20 94 6/30/2024
2.1.19 114 6/30/2024
2.1.18 98 6/30/2024
2.1.17 147 6/30/2024
2.1.16 170 6/30/2024
2.1.15 169 6/29/2024
2.1.14 96 6/29/2024
2.1.13 110 6/29/2024
2.1.12 109 6/29/2024
2.1.11 109 6/29/2024
2.1.10 106 6/29/2024
2.1.9 113 6/29/2024
2.1.8 193 6/28/2024
2.1.7 414 6/27/2024
2.1.6 325 6/27/2024
2.1.5 294 6/24/2024
2.1.4 114 6/24/2024
2.1.3 104 6/24/2024
2.1.2 112 6/24/2024
2.1.1 116 6/24/2024