Soenneker.Blazor.Utils.ResourceLoader 2.1.145

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

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

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 97 11/21/2024
3.0.605 91 11/21/2024
3.0.604 63 11/21/2024
3.0.603 38 11/21/2024
3.0.602 84 11/21/2024
3.0.601 34 11/21/2024
3.0.600 340 11/20/2024
3.0.599 47 11/20/2024
3.0.598 180 11/20/2024
3.0.597 121 11/20/2024
3.0.596 94 11/20/2024
3.0.595 134 11/20/2024
3.0.594 269 11/20/2024
3.0.593 255 11/20/2024
3.0.592 65 11/20/2024
3.0.591 223 11/20/2024
3.0.590 233 11/19/2024
3.0.589 69 11/19/2024
3.0.588 133 11/19/2024
3.0.587 68 11/19/2024
3.0.586 55 11/19/2024
3.0.585 370 11/19/2024
3.0.584 278 11/19/2024
3.0.583 250 11/19/2024
3.0.582 219 11/19/2024
3.0.581 60 11/19/2024
3.0.580 61 11/19/2024
3.0.579 569 11/15/2024
3.0.578 96 11/15/2024
3.0.577 222 11/15/2024
3.0.576 59 11/15/2024
3.0.575 133 11/14/2024
3.0.574 61 11/14/2024
3.0.573 198 11/14/2024
3.0.572 67 11/14/2024
3.0.571 145 11/14/2024
3.0.570 72 11/14/2024
3.0.569 248 11/14/2024
3.0.568 72 11/14/2024
3.0.567 250 11/14/2024
3.0.566 270 11/14/2024
3.0.565 68 11/14/2024
3.0.564 218 11/14/2024
3.0.563 190 11/14/2024
3.0.561 464 11/14/2024
3.0.560 65 11/14/2024
3.0.559 278 11/14/2024
3.0.558 150 11/14/2024
3.0.557 62 11/14/2024
3.0.556 156 11/14/2024
3.0.555 68 11/14/2024
3.0.554 163 11/14/2024
3.0.553 66 11/14/2024
3.0.552 173 11/14/2024
2.1.551 959 11/13/2024
2.1.550 253 11/13/2024
2.1.549 266 11/13/2024
2.1.548 197 11/13/2024
2.1.547 382 11/13/2024
2.1.546 58 11/13/2024
2.1.545 232 11/13/2024
2.1.544 65 11/13/2024
2.1.543 670 11/12/2024
2.1.542 66 11/12/2024
2.1.541 1,062 11/9/2024
2.1.540 252 11/9/2024
2.1.539 68 11/9/2024
2.1.538 220 11/9/2024
2.1.537 66 11/9/2024
2.1.536 473 11/9/2024
2.1.535 67 11/9/2024
2.1.534 558 11/8/2024
2.1.533 72 11/8/2024
2.1.532 322 11/8/2024
2.1.531 168 11/8/2024
2.1.530 68 11/8/2024
2.1.529 301 11/8/2024
2.1.528 67 11/8/2024
2.1.527 600 11/8/2024
2.1.526 443 11/8/2024
2.1.525 74 11/8/2024
2.1.524 205 11/8/2024
2.1.523 789 11/6/2024
2.1.522 229 11/6/2024
2.1.521 540 11/1/2024
2.1.520 289 11/1/2024
2.1.519 240 11/1/2024
2.1.518 67 11/1/2024
2.1.517 367 11/1/2024
2.1.516 70 11/1/2024
2.1.515 248 11/1/2024
2.1.514 587 10/29/2024
2.1.513 152 10/29/2024
2.1.512 140 10/29/2024
2.1.511 73 10/29/2024
2.1.510 62 10/29/2024
2.1.509 460 10/29/2024
2.1.508 261 10/29/2024
2.1.507 68 10/29/2024
2.1.506 371 10/29/2024
2.1.505 68 10/29/2024
2.1.504 69 10/29/2024
2.1.503 214 10/29/2024
2.1.502 67 10/29/2024
2.1.501 626 10/29/2024
2.1.500 485 10/29/2024
2.1.499 68 10/29/2024
2.1.498 529 10/28/2024
2.1.497 65 10/28/2024
2.1.496 900 10/26/2024
2.1.495 138 10/26/2024
2.1.494 186 10/26/2024
2.1.493 73 10/26/2024
2.1.492 1,025 10/22/2024
2.1.491 241 10/22/2024
2.1.490 69 10/22/2024
2.1.489 291 10/22/2024
2.1.488 69 10/22/2024
2.1.487 472 10/22/2024
2.1.486 93 10/22/2024
2.1.485 405 10/22/2024
2.1.484 62 10/22/2024
2.1.483 479 10/22/2024
2.1.482 954 10/18/2024
2.1.481 386 10/17/2024
2.1.480 77 10/17/2024
2.1.479 311 10/17/2024
2.1.478 75 10/17/2024
2.1.477 997 10/15/2024
2.1.476 228 10/15/2024
2.1.475 319 10/15/2024
2.1.474 72 10/15/2024
2.1.473 568 10/14/2024
2.1.472 508 10/12/2024
2.1.471 173 10/12/2024
2.1.470 200 10/12/2024
2.1.469 79 10/12/2024
2.1.468 273 10/12/2024
2.1.467 90 10/12/2024
2.1.466 371 10/11/2024
2.1.465 77 10/11/2024
2.1.464 349 10/11/2024
2.1.463 80 10/11/2024
2.1.462 679 10/9/2024
2.1.461 170 10/9/2024
2.1.460 162 10/9/2024
2.1.459 81 10/9/2024
2.1.458 374 10/9/2024
2.1.457 80 10/9/2024
2.1.456 305 10/9/2024
2.1.455 80 10/9/2024
2.1.454 150 10/9/2024
2.1.453 183 10/9/2024
2.1.452 81 10/9/2024
2.1.451 528 10/8/2024
2.1.450 81 10/8/2024
2.1.449 501 10/8/2024
2.1.448 218 10/8/2024
2.1.447 80 10/8/2024
2.1.446 384 10/8/2024
2.1.445 88 10/8/2024
2.1.444 238 10/8/2024
2.1.443 119 10/8/2024
2.1.442 80 10/8/2024
2.1.441 508 10/8/2024
2.1.440 72 10/8/2024
2.1.439 585 10/3/2024
2.1.438 154 10/3/2024
2.1.437 271 10/3/2024
2.1.436 84 10/3/2024
2.1.435 274 10/3/2024
2.1.434 251 10/3/2024
2.1.433 83 10/3/2024
2.1.432 170 10/3/2024
2.1.431 174 10/3/2024
2.1.430 77 10/3/2024
2.1.429 333 10/3/2024
2.1.428 635 10/2/2024
2.1.427 97 10/2/2024
2.1.426 166 10/2/2024
2.1.425 83 10/2/2024
2.1.424 174 10/2/2024
2.1.423 254 10/2/2024
2.1.422 181 10/2/2024
2.1.421 97 10/2/2024
2.1.420 316 10/2/2024
2.1.419 81 10/2/2024
2.1.418 495 10/2/2024
2.1.417 89 10/2/2024
2.1.416 241 10/1/2024
2.1.415 400 10/1/2024
2.1.414 84 10/1/2024
2.1.413 182 10/1/2024
2.1.412 83 10/1/2024
2.1.411 378 10/1/2024
2.1.410 98 10/1/2024
2.1.409 379 10/1/2024
2.1.408 78 10/1/2024
2.1.407 437 9/29/2024
2.1.406 205 9/29/2024
2.1.405 133 9/29/2024
2.1.404 231 9/29/2024
2.1.403 78 9/29/2024
2.1.402 215 9/29/2024
2.1.401 214 9/29/2024
2.1.400 73 9/29/2024
2.1.399 353 9/29/2024
2.1.398 80 9/29/2024
2.1.397 520 9/27/2024
2.1.396 206 9/27/2024
2.1.395 225 9/27/2024
2.1.394 79 9/27/2024
2.1.393 187 9/27/2024
2.1.392 77 9/27/2024
2.1.391 333 9/27/2024
2.1.390 219 9/27/2024
2.1.389 75 9/27/2024
2.1.388 445 9/27/2024
2.1.387 85 9/27/2024
2.1.386 207 9/27/2024
2.1.385 141 9/27/2024
2.1.384 82 9/27/2024
2.1.383 509 9/27/2024
2.1.382 174 9/27/2024
2.1.381 200 9/26/2024
2.1.380 91 9/26/2024
2.1.379 249 9/26/2024
2.1.378 241 9/26/2024
2.1.377 90 9/26/2024
2.1.376 330 9/26/2024
2.1.375 167 9/26/2024
2.1.374 161 9/26/2024
2.1.373 98 9/26/2024
2.1.372 438 9/26/2024
2.1.371 86 9/26/2024
2.1.370 244 9/26/2024
2.1.369 243 9/26/2024
2.1.368 163 9/26/2024
2.1.367 154 9/26/2024
2.1.366 85 9/26/2024
2.1.365 204 9/26/2024
2.1.364 645 9/24/2024
2.1.363 180 9/23/2024
2.1.362 98 9/23/2024
2.1.361 64 9/23/2024
2.1.360 175 9/23/2024
2.1.359 197 9/23/2024
2.1.358 67 9/23/2024
2.1.357 255 9/23/2024
2.1.356 181 9/23/2024
2.1.355 76 9/23/2024
2.1.354 163 9/23/2024
2.1.353 437 9/23/2024
2.1.352 62 9/23/2024
2.1.351 74 9/23/2024
2.1.350 439 9/23/2024
2.1.349 76 9/23/2024
2.1.348 238 9/23/2024
2.1.347 158 9/23/2024
2.1.346 403 9/23/2024
2.1.345 74 9/23/2024
2.1.344 114 9/23/2024
2.1.343 344 9/23/2024
2.1.342 82 9/23/2024
2.1.341 201 9/23/2024
2.1.340 74 9/23/2024
2.1.339 149 9/23/2024
2.1.338 58 9/23/2024
2.1.337 772 9/18/2024
2.1.336 65 9/18/2024
2.1.335 186 9/18/2024
2.1.334 146 9/18/2024
2.1.333 73 9/18/2024
2.1.332 292 9/18/2024
2.1.331 239 9/18/2024
2.1.330 83 9/18/2024
2.1.329 208 9/18/2024
2.1.328 93 9/18/2024
2.1.327 228 9/18/2024
2.1.326 90 9/18/2024
2.1.325 119 9/17/2024
2.1.324 98 9/17/2024
2.1.323 91 9/17/2024
2.1.322 187 9/17/2024
2.1.321 213 9/17/2024
2.1.320 76 9/17/2024
2.1.319 230 9/17/2024
2.1.318 98 9/17/2024
2.1.317 92 9/17/2024
2.1.316 229 9/17/2024
2.1.315 99 9/17/2024
2.1.314 259 9/17/2024
2.1.313 91 9/17/2024
2.1.312 242 9/17/2024
2.1.311 91 9/17/2024
2.1.310 254 9/17/2024
2.1.309 154 9/17/2024
2.1.308 173 9/17/2024
2.1.307 541 9/17/2024
2.1.306 100 9/17/2024
2.1.305 332 9/16/2024
2.1.304 258 9/16/2024
2.1.303 195 9/16/2024
2.1.302 185 9/16/2024
2.1.301 83 9/16/2024
2.1.300 225 9/16/2024
2.1.299 829 9/12/2024
2.1.298 216 9/12/2024
2.1.297 96 9/12/2024
2.1.296 251 9/12/2024
2.1.295 88 9/12/2024
2.1.294 344 9/12/2024
2.1.293 99 9/12/2024
2.1.292 225 9/12/2024
2.1.291 225 9/12/2024
2.1.290 115 9/12/2024
2.1.289 263 9/12/2024
2.1.288 110 9/12/2024
2.1.287 233 9/11/2024
2.1.286 94 9/11/2024
2.1.285 204 9/11/2024
2.1.284 103 9/11/2024
2.1.282 424 9/11/2024
2.1.281 104 9/11/2024
2.1.280 328 9/11/2024
2.1.279 104 9/11/2024
2.1.278 360 9/11/2024
2.1.277 357 9/11/2024
2.1.276 98 9/11/2024
2.1.275 235 9/11/2024
2.1.274 532 9/11/2024
2.1.273 190 9/10/2024
2.1.272 92 9/10/2024
2.1.271 198 9/10/2024
2.1.270 425 9/10/2024
2.1.269 121 9/10/2024
2.1.268 235 9/10/2024
2.1.267 97 9/10/2024
2.1.266 337 9/10/2024
2.1.265 277 9/10/2024
2.1.263 324 9/10/2024
2.1.262 156 9/10/2024
2.1.261 97 9/9/2024
2.1.260 343 9/9/2024
2.1.259 283 9/9/2024
2.1.258 273 9/9/2024
2.1.257 388 9/9/2024
2.1.255 259 9/9/2024
2.1.254 89 9/9/2024
2.1.253 259 9/9/2024
2.1.252 80 9/9/2024
2.1.251 668 9/7/2024
2.1.250 292 9/7/2024
2.1.249 102 9/7/2024
2.1.248 100 9/7/2024
2.1.247 289 9/7/2024
2.1.246 79 9/7/2024
2.1.245 366 9/6/2024
2.1.244 154 9/6/2024
2.1.243 98 9/6/2024
2.1.242 266 9/6/2024
2.1.241 100 9/6/2024
2.1.240 359 9/6/2024
2.1.239 128 9/6/2024
2.1.238 177 9/6/2024
2.1.237 94 9/6/2024
2.1.236 384 9/5/2024
2.1.235 118 9/5/2024
2.1.234 94 9/5/2024
2.1.233 207 9/5/2024
2.1.232 78 9/5/2024
2.1.231 327 9/5/2024
2.1.230 81 9/5/2024
2.1.229 197 9/5/2024
2.1.228 101 9/5/2024
2.1.227 101 9/5/2024
2.1.226 644 9/5/2024
2.1.225 97 9/5/2024
2.1.224 182 9/5/2024
2.1.223 94 9/5/2024
2.1.222 673 9/4/2024
2.1.221 97 9/4/2024
2.1.220 344 9/4/2024
2.1.219 216 9/4/2024
2.1.218 109 9/4/2024
2.1.217 157 9/4/2024
2.1.216 183 9/3/2024
2.1.215 98 9/3/2024
2.1.214 289 9/3/2024
2.1.213 74 9/3/2024
2.1.212 287 9/3/2024
2.1.211 102 9/3/2024
2.1.210 302 9/3/2024
2.1.209 85 9/3/2024
2.1.207 332 9/3/2024
2.1.206 632 8/29/2024
2.1.205 95 8/29/2024
2.1.204 184 8/29/2024
2.1.203 96 8/29/2024
2.1.202 312 8/29/2024
2.1.201 468 8/26/2024
2.1.200 186 8/26/2024
2.1.199 202 8/26/2024
2.1.197 153 8/26/2024
2.1.196 445 8/26/2024
2.1.195 104 8/26/2024
2.1.194 398 8/21/2024
2.1.193 212 8/21/2024
2.1.192 119 8/21/2024
2.1.191 279 8/21/2024
2.1.190 116 8/21/2024
2.1.189 331 8/21/2024
2.1.188 99 8/21/2024
2.1.187 269 8/21/2024
2.1.186 95 8/21/2024
2.1.185 335 8/20/2024
2.1.184 105 8/20/2024
2.1.183 360 8/20/2024
2.1.182 113 8/20/2024
2.1.181 335 8/20/2024
2.1.180 99 8/20/2024
2.1.179 272 8/20/2024
2.1.178 438 8/20/2024
2.1.177 215 8/19/2024
2.1.176 104 8/19/2024
2.1.175 407 8/15/2024
2.1.174 171 8/15/2024
2.1.173 164 8/15/2024
2.1.172 108 8/15/2024
2.1.171 201 8/15/2024
2.1.170 177 8/15/2024
2.1.169 256 8/15/2024
2.1.168 90 8/15/2024
2.1.167 332 8/15/2024
2.1.166 409 8/14/2024
2.1.165 257 8/14/2024
2.1.164 113 8/14/2024
2.1.163 230 8/14/2024
2.1.162 106 8/14/2024
2.1.161 212 8/13/2024
2.1.160 375 8/13/2024
2.1.159 440 8/7/2024
2.1.158 172 8/7/2024
2.1.157 148 8/7/2024
2.1.156 169 8/7/2024
2.1.155 78 8/7/2024
2.1.154 197 8/7/2024
2.1.153 69 8/7/2024
2.1.152 193 8/6/2024
2.1.151 82 8/6/2024
2.1.150 169 8/6/2024
2.1.149 558 8/1/2024
2.1.148 221 8/1/2024
2.1.147 86 8/1/2024
2.1.146 194 8/1/2024
2.1.145 80 8/1/2024
2.1.144 141 8/1/2024
2.1.143 89 8/1/2024
2.1.142 275 8/1/2024
2.1.141 93 8/1/2024
2.1.140 104 8/1/2024
2.1.139 83 8/1/2024
2.1.138 159 8/1/2024
2.1.137 511 7/25/2024
2.1.136 210 7/25/2024
2.1.135 104 7/25/2024
2.1.134 117 7/25/2024
2.1.133 136 7/25/2024
2.1.132 53 7/25/2024
2.1.131 150 7/25/2024
2.1.130 63 7/25/2024
2.1.129 121 7/25/2024
2.1.128 64 7/25/2024
2.1.127 148 7/25/2024
2.1.126 102 7/25/2024
2.1.125 65 7/25/2024
2.1.124 153 7/25/2024
2.1.123 148 7/25/2024
2.1.122 54 7/25/2024
2.1.121 156 7/24/2024
2.1.120 136 7/24/2024
2.1.119 132 7/24/2024
2.1.118 926 7/20/2024
2.1.117 131 7/20/2024
2.1.116 102 7/20/2024
2.1.115 100 7/20/2024
2.1.114 97 7/20/2024
2.1.113 162 7/20/2024
2.1.112 94 7/20/2024
2.1.111 172 7/20/2024
2.1.110 535 7/17/2024
2.1.109 158 7/17/2024
2.1.108 136 7/17/2024
2.1.107 259 7/14/2024
2.1.106 85 7/14/2024
2.1.105 217 7/14/2024
2.1.104 227 7/14/2024
2.1.103 84 7/14/2024
2.1.102 87 7/14/2024
2.1.101 305 7/14/2024
2.1.100 89 7/14/2024
2.1.99 214 7/14/2024
2.1.98 379 7/11/2024
2.1.97 213 7/10/2024
2.1.96 111 7/10/2024
2.1.95 264 7/10/2024
2.1.94 320 7/10/2024
2.1.93 94 7/10/2024
2.1.92 112 7/10/2024
2.1.91 141 7/10/2024
2.1.90 161 7/10/2024
2.1.89 131 7/10/2024
2.1.88 74 7/10/2024
2.1.87 171 7/10/2024
2.1.86 66 7/10/2024
2.1.85 145 7/10/2024
2.1.84 82 7/10/2024
2.1.83 118 7/10/2024
2.1.82 84 7/10/2024
2.1.81 128 7/10/2024
2.1.80 89 7/10/2024
2.1.79 169 7/10/2024
2.1.78 92 7/10/2024
2.1.77 159 7/9/2024
2.1.75 127 7/9/2024
2.1.74 74 7/9/2024
2.1.73 181 7/9/2024
2.1.72 80 7/9/2024
2.1.71 753 7/9/2024
2.1.70 72 7/9/2024
2.1.69 2,929 7/9/2024
2.1.68 189 7/9/2024
2.1.67 79 7/9/2024
2.1.66 353 7/9/2024
2.1.65 101 7/9/2024
2.1.64 351 7/9/2024
2.1.63 175 7/9/2024
2.1.62 106 7/9/2024
2.1.61 107 7/8/2024
2.1.60 431 7/8/2024
2.1.59 108 7/8/2024
2.1.58 87 7/8/2024
2.1.57 183 7/8/2024
2.1.56 259 7/8/2024
2.1.55 276 7/8/2024
2.1.54 129 7/8/2024
2.1.53 213 7/8/2024
2.1.52 98 7/8/2024
2.1.51 313 7/8/2024
2.1.50 81 7/8/2024
2.1.49 215 7/7/2024
2.1.48 210 7/7/2024
2.1.47 90 7/7/2024
2.1.46 140 7/7/2024
2.1.45 179 7/7/2024
2.1.44 92 7/7/2024
2.1.43 365 7/7/2024
2.1.42 194 7/7/2024
2.1.41 390 7/5/2024
2.1.40 285 7/4/2024
2.1.39 289 7/3/2024
2.1.38 194 7/3/2024
2.1.37 166 7/3/2024
2.1.36 177 7/3/2024
2.1.35 170 7/3/2024
2.1.34 202 7/3/2024
2.1.33 96 7/3/2024
2.1.32 207 7/3/2024
2.1.31 92 7/3/2024
2.1.30 164 7/3/2024
2.1.29 340 7/3/2024
2.1.28 95 7/3/2024
2.1.27 261 7/3/2024
2.1.26 195 7/3/2024
2.1.25 80 7/3/2024
2.1.24 391 7/3/2024
2.1.23 275 6/30/2024
2.1.22 193 6/30/2024
2.1.21 117 6/30/2024
2.1.20 92 6/30/2024
2.1.19 112 6/30/2024
2.1.18 96 6/30/2024
2.1.17 145 6/30/2024
2.1.16 168 6/30/2024
2.1.15 167 6/29/2024
2.1.14 94 6/29/2024
2.1.13 108 6/29/2024
2.1.12 107 6/29/2024
2.1.11 107 6/29/2024
2.1.10 104 6/29/2024
2.1.9 111 6/29/2024
2.1.8 191 6/28/2024
2.1.7 412 6/27/2024
2.1.6 323 6/27/2024
2.1.5 292 6/24/2024
2.1.4 112 6/24/2024
2.1.3 102 6/24/2024
2.1.2 110 6/24/2024
2.1.1 114 6/24/2024