Soenneker.Blazor.Utils.ModuleImport 2.1.575

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.ModuleImport --version 2.1.575                
NuGet\Install-Package Soenneker.Blazor.Utils.ModuleImport -Version 2.1.575                
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.ModuleImport" Version="2.1.575" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Utils.ModuleImport --version 2.1.575                
#r "nuget: Soenneker.Blazor.Utils.ModuleImport, 2.1.575"                
#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.ModuleImport as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Utils.ModuleImport&version=2.1.575

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

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.ModuleImport

A Blazor utility library assisting with asynchronous module loading

This library simplifies the process of loading JavaScript modules and provides methods for waiting until a module is loaded and disposing of modules when they are no longer needed.

Features

  • Import JavaScript modules dynamically.
  • Wait until a module is fully loaded.
  • Dispose of JavaScript modules when they are no longer needed.
  • Singleton pattern to ensure that each module is loaded only once.

Installation

To install, add the package to your Blazor project using the .NET CLI:

dotnet add package Soenneker.Blazor.Utils.ModuleImport

Register it in DI:

builder.Services.AddModuleImportUtil();

Example

Here's an example of how to use the ModuleImportUtil in a Blazor component:

@page "/example"
@inject IModuleImportUtil ModuleImportUtil
@implements IAsyncDisposable

<h3>Module Import Example</h3>

<button @onclick="LoadModule">Load Module</button>

@code {
    private async Task LoadModule()
    {
        var module = await ModuleImportUtil.Import("exampleModule");
        await ModuleImportUtil.WaitUntilLoaded("exampleModule");

        // Guaranteed that the module has been added to the DOM, and available at this point
    }

    public async ValueTask DisposeAsync()
    {
        await ModuleImportUtil.DisposeModule("exampleModule");
    }
}
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 (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.ModuleImport:

Package Downloads
Soenneker.Blazor.Utils.ResourceLoader

A Blazor JavaScript interop for dynamically loading scripts, styles, and modules

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.659 101 11/21/2024
3.0.658 95 11/21/2024
3.0.657 62 11/21/2024
3.0.656 89 11/21/2024
3.0.655 37 11/21/2024
3.0.654 333 11/20/2024
3.0.653 38 11/20/2024
3.0.652 178 11/20/2024
3.0.651 36 11/20/2024
3.0.650 102 11/20/2024
3.0.649 35 11/20/2024
3.0.648 36 11/20/2024
3.0.647 35 11/20/2024
3.0.646 73 11/20/2024
3.0.645 39 11/20/2024
3.0.644 112 11/20/2024
3.0.643 249 11/20/2024
3.0.642 39 11/20/2024
3.0.641 236 11/20/2024
3.0.640 208 11/19/2024
3.0.639 35 11/19/2024
3.0.638 224 11/19/2024
3.0.637 36 11/19/2024
3.0.636 34 11/19/2024
3.0.635 114 11/19/2024
3.0.634 48 11/19/2024
3.0.633 348 11/19/2024
3.0.632 260 11/19/2024
3.0.631 35 11/19/2024
3.0.630 394 11/19/2024
3.0.629 37 11/19/2024
3.0.628 579 11/15/2024
3.0.627 111 11/15/2024
3.0.626 228 11/15/2024
3.0.625 61 11/15/2024
3.0.624 151 11/14/2024
3.0.623 70 11/14/2024
3.0.622 68 11/14/2024
3.0.621 66 11/14/2024
3.0.620 205 11/14/2024
3.0.619 71 11/14/2024
3.0.618 160 11/14/2024
3.0.617 68 11/14/2024
3.0.616 68 11/14/2024
3.0.615 252 11/14/2024
3.0.614 62 11/14/2024
3.0.613 265 11/14/2024
3.0.612 62 11/14/2024
3.0.611 286 11/14/2024
3.0.610 343 11/14/2024
3.0.609 70 11/14/2024
3.0.608 63 11/14/2024
3.0.607 482 11/14/2024
3.0.606 69 11/14/2024
3.0.605 372 11/14/2024
3.0.604 69 11/14/2024
3.0.603 151 11/14/2024
3.0.602 67 11/14/2024
3.0.601 68 11/14/2024
3.0.600 68 11/14/2024
3.0.599 168 11/14/2024
2.1.598 1,076 11/13/2024
2.1.597 267 11/13/2024
2.1.596 67 11/13/2024
2.1.595 399 11/13/2024
2.1.594 65 11/13/2024
2.1.593 384 11/13/2024
2.1.592 63 11/13/2024
2.1.591 247 11/13/2024
2.1.590 67 11/13/2024
2.1.589 67 11/13/2024
2.1.588 73 11/13/2024
2.1.587 690 11/12/2024
2.1.586 63 11/12/2024
2.1.585 1,075 11/9/2024
2.1.584 275 11/9/2024
2.1.583 73 11/9/2024
2.1.582 238 11/9/2024
2.1.581 70 11/9/2024
2.1.580 76 11/9/2024
2.1.579 484 11/9/2024
2.1.578 68 11/9/2024
2.1.577 78 11/9/2024
2.1.576 576 11/8/2024
2.1.575 73 11/8/2024
2.1.574 71 11/8/2024
2.1.573 343 11/8/2024
2.1.572 73 11/8/2024
2.1.571 182 11/8/2024
2.1.570 73 11/8/2024
2.1.569 311 11/8/2024
2.1.568 610 11/8/2024
2.1.567 445 11/8/2024
2.1.566 69 11/8/2024
2.1.565 68 11/8/2024
2.1.564 949 11/6/2024
2.1.563 74 11/6/2024
2.1.562 701 11/1/2024
2.1.561 295 11/1/2024
2.1.560 71 11/1/2024
2.1.559 258 11/1/2024
2.1.558 68 11/1/2024
2.1.557 74 11/1/2024
2.1.556 67 11/1/2024
2.1.555 388 11/1/2024
2.1.554 770 10/29/2024
2.1.553 161 10/29/2024
2.1.552 68 10/29/2024
2.1.551 168 10/29/2024
2.1.550 67 10/29/2024
2.1.549 483 10/29/2024
2.1.547 268 10/29/2024
2.1.546 72 10/29/2024
2.1.545 74 10/29/2024
2.1.544 388 10/29/2024
2.1.543 69 10/29/2024
2.1.542 72 10/29/2024
2.1.541 248 10/29/2024
2.1.540 638 10/29/2024
2.1.539 72 10/29/2024
2.1.538 499 10/29/2024
2.1.537 68 10/28/2024
2.1.536 71 10/28/2024
2.1.535 531 10/28/2024
2.1.534 907 10/26/2024
2.1.533 155 10/26/2024
2.1.532 72 10/26/2024
2.1.531 199 10/26/2024
2.1.530 77 10/26/2024
2.1.529 1,062 10/22/2024
2.1.528 255 10/22/2024
2.1.527 64 10/22/2024
2.1.526 78 10/22/2024
2.1.525 296 10/22/2024
2.1.524 72 10/22/2024
2.1.523 509 10/22/2024
2.1.522 72 10/22/2024
2.1.521 69 10/22/2024
2.1.520 407 10/22/2024
2.1.519 1,367 10/18/2024
2.1.518 108 10/18/2024
2.1.517 101 10/18/2024
2.1.516 406 10/17/2024
2.1.515 69 10/17/2024
2.1.514 331 10/17/2024
2.1.513 76 10/17/2024
2.1.512 1,011 10/15/2024
2.1.511 79 10/15/2024
2.1.510 76 10/15/2024
2.1.509 487 10/15/2024
2.1.508 67 10/15/2024
2.1.507 84 10/14/2024
2.1.506 77 10/14/2024
2.1.505 1,007 10/12/2024
2.1.504 178 10/12/2024
2.1.503 76 10/12/2024
2.1.502 214 10/12/2024
2.1.501 83 10/12/2024
2.1.500 299 10/12/2024
2.1.499 391 10/11/2024
2.1.498 75 10/11/2024
2.1.497 78 10/11/2024
2.1.496 367 10/11/2024
2.1.495 78 10/11/2024
2.1.494 692 10/9/2024
2.1.493 185 10/9/2024
2.1.492 181 10/9/2024
2.1.491 73 10/9/2024
2.1.490 396 10/9/2024
2.1.489 316 10/9/2024
2.1.488 77 10/9/2024
2.1.487 76 10/9/2024
2.1.486 168 10/9/2024
2.1.485 73 10/9/2024
2.1.484 193 10/8/2024
2.1.483 73 10/8/2024
2.1.482 78 10/8/2024
2.1.481 72 10/8/2024
2.1.480 552 10/8/2024
2.1.479 508 10/8/2024
2.1.478 80 10/8/2024
2.1.477 232 10/8/2024
2.1.476 76 10/8/2024
2.1.475 398 10/8/2024
2.1.474 80 10/8/2024
2.1.473 290 10/8/2024
2.1.472 78 10/8/2024
2.1.471 1,018 10/3/2024
2.1.470 162 10/3/2024
2.1.469 289 10/3/2024
2.1.468 71 10/3/2024
2.1.467 69 10/3/2024
2.1.466 61 10/3/2024
2.1.465 463 10/3/2024
2.1.464 72 10/3/2024
2.1.463 69 10/3/2024
2.1.462 188 10/3/2024
2.1.461 72 10/3/2024
2.1.460 183 10/3/2024
2.1.459 70 10/3/2024
2.1.458 890 10/2/2024
2.1.457 105 10/2/2024
2.1.456 186 10/2/2024
2.1.455 178 10/2/2024
2.1.454 72 10/2/2024
2.1.453 360 10/2/2024
2.1.452 68 10/2/2024
2.1.451 72 10/2/2024
2.1.450 325 10/2/2024
2.1.449 514 10/2/2024
2.1.448 259 10/1/2024
2.1.447 73 10/1/2024
2.1.446 72 10/1/2024
2.1.445 402 10/1/2024
2.1.444 72 10/1/2024
2.1.443 205 10/1/2024
2.1.442 409 10/1/2024
2.1.441 77 10/1/2024
2.1.440 71 10/1/2024
2.1.439 396 10/1/2024
2.1.438 76 10/1/2024
2.1.437 437 9/29/2024
2.1.436 218 9/29/2024
2.1.435 70 9/29/2024
2.1.434 309 9/29/2024
2.1.433 78 9/29/2024
2.1.432 239 9/29/2024
2.1.431 75 9/29/2024
2.1.430 228 9/29/2024
2.1.429 79 9/29/2024
2.1.428 80 9/29/2024
2.1.427 369 9/29/2024
2.1.426 521 9/27/2024
2.1.425 215 9/27/2024
2.1.424 75 9/27/2024
2.1.423 234 9/27/2024
2.1.422 74 9/27/2024
2.1.421 196 9/27/2024
2.1.420 342 9/27/2024
2.1.419 229 9/27/2024
2.1.418 83 9/27/2024
2.1.417 459 9/27/2024
2.1.416 82 9/27/2024
2.1.415 75 9/27/2024
2.1.414 284 9/27/2024
2.1.413 79 9/27/2024
2.1.412 515 9/27/2024
2.1.411 172 9/27/2024
2.1.410 72 9/27/2024
2.1.409 201 9/26/2024
2.1.408 72 9/26/2024
2.1.407 269 9/26/2024
2.1.406 75 9/26/2024
2.1.405 239 9/26/2024
2.1.404 346 9/26/2024
2.1.403 155 9/26/2024
2.1.402 77 9/26/2024
2.1.401 75 9/26/2024
2.1.400 193 9/26/2024
2.1.399 75 9/26/2024
2.1.398 78 9/26/2024
2.1.397 446 9/26/2024
2.1.395 257 9/26/2024
2.1.394 351 9/26/2024
2.1.393 81 9/26/2024
2.1.392 177 9/26/2024
2.1.391 74 9/26/2024
2.1.390 787 9/23/2024
2.1.389 182 9/23/2024
2.1.388 107 9/23/2024
2.1.387 188 9/23/2024
2.1.386 78 9/23/2024
2.1.385 217 9/23/2024
2.1.384 272 9/23/2024
2.1.383 82 9/23/2024
2.1.382 203 9/23/2024
2.1.381 81 9/23/2024
2.1.380 180 9/23/2024
2.1.379 75 9/23/2024
2.1.378 84 9/23/2024
2.1.377 75 9/23/2024
2.1.376 458 9/23/2024
2.1.375 76 9/23/2024
2.1.374 470 9/23/2024
2.1.373 242 9/23/2024
2.1.372 77 9/23/2024
2.1.371 505 9/23/2024
2.1.370 75 9/23/2024
2.1.369 125 9/23/2024
2.1.368 70 9/23/2024
2.1.367 338 9/23/2024
2.1.366 77 9/23/2024
2.1.365 234 9/23/2024
2.1.364 161 9/23/2024
2.1.363 76 9/22/2024
2.1.362 782 9/18/2024
2.1.361 86 9/18/2024
2.1.360 80 9/18/2024
2.1.359 195 9/18/2024
2.1.358 79 9/18/2024
2.1.357 174 9/18/2024
2.1.356 74 9/18/2024
2.1.355 87 9/18/2024
2.1.354 75 9/18/2024
2.1.353 83 9/18/2024
2.1.352 561 9/18/2024
2.1.351 81 9/18/2024
2.1.350 242 9/17/2024
2.1.349 84 9/17/2024
2.1.348 146 9/17/2024
2.1.347 113 9/17/2024
2.1.346 189 9/17/2024
2.1.345 86 9/17/2024
2.1.344 228 9/17/2024
2.1.343 90 9/17/2024
2.1.342 88 9/17/2024
2.1.341 251 9/17/2024
2.1.340 78 9/17/2024
2.1.339 96 9/17/2024
2.1.338 251 9/17/2024
2.1.337 73 9/17/2024
2.1.336 271 9/17/2024
2.1.335 246 9/17/2024
2.1.334 70 9/17/2024
2.1.333 83 9/17/2024
2.1.332 270 9/17/2024
2.1.331 149 9/17/2024
2.1.330 188 9/17/2024
2.1.329 92 9/17/2024
2.1.328 85 9/17/2024
2.1.327 797 9/16/2024
2.1.326 275 9/16/2024
2.1.325 94 9/16/2024
2.1.324 92 9/16/2024
2.1.323 292 9/16/2024
2.1.321 973 9/12/2024
2.1.320 91 9/12/2024
2.1.319 234 9/12/2024
2.1.318 96 9/12/2024
2.1.317 81 9/12/2024
2.1.316 90 9/12/2024
2.1.315 267 9/12/2024
2.1.314 353 9/12/2024
2.1.313 100 9/12/2024
2.1.312 255 9/12/2024
2.1.311 107 9/12/2024
2.1.310 244 9/12/2024
2.1.309 98 9/12/2024
2.1.308 278 9/11/2024
2.1.307 100 9/11/2024
2.1.306 255 9/11/2024
2.1.305 102 9/11/2024
2.1.304 226 9/11/2024
2.1.303 105 9/11/2024
2.1.302 86 9/11/2024
2.1.301 446 9/11/2024
2.1.300 84 9/11/2024
2.1.299 84 9/11/2024
2.1.298 358 9/11/2024
2.1.297 103 9/11/2024
2.1.296 106 9/11/2024
2.1.295 102 9/11/2024
2.1.294 88 9/11/2024
2.1.293 628 9/11/2024
2.1.292 99 9/11/2024
2.1.291 662 9/10/2024
2.1.290 107 9/10/2024
2.1.289 191 9/10/2024
2.1.287 607 9/10/2024
2.1.286 103 9/10/2024
2.1.285 101 9/10/2024
2.1.284 101 9/10/2024
2.1.283 268 9/10/2024
2.1.282 96 9/10/2024
2.1.281 96 9/10/2024
2.1.280 556 9/10/2024
2.1.277 330 9/10/2024
2.1.276 91 9/9/2024
2.1.275 171 9/9/2024
2.1.274 92 9/9/2024
2.1.273 352 9/9/2024
2.1.272 92 9/9/2024
2.1.271 97 9/9/2024
2.1.270 102 9/9/2024
2.1.269 89 9/9/2024
2.1.267 95 9/9/2024
2.1.266 92 9/9/2024
2.1.265 946 9/9/2024
2.1.264 92 9/9/2024
2.1.263 272 9/9/2024
2.1.262 688 9/7/2024
2.1.261 90 9/7/2024
2.1.260 306 9/7/2024
2.1.259 98 9/7/2024
2.1.258 336 9/7/2024
2.1.257 88 9/7/2024
2.1.256 102 9/6/2024
2.1.255 370 9/6/2024
2.1.254 191 9/6/2024
2.1.253 88 9/6/2024
2.1.252 284 9/6/2024
2.1.251 355 9/6/2024
2.1.250 92 9/6/2024
2.1.249 240 9/6/2024
2.1.248 92 9/6/2024
2.1.247 90 9/5/2024
2.1.246 78 9/5/2024
2.1.245 426 9/5/2024
2.1.244 211 9/5/2024
2.1.243 98 9/5/2024
2.1.242 336 9/5/2024
2.1.241 79 9/5/2024
2.1.240 213 9/5/2024
2.1.239 94 9/5/2024
2.1.238 97 9/5/2024
2.1.237 103 9/5/2024
2.1.236 87 9/5/2024
2.1.235 666 9/5/2024
2.1.234 200 9/5/2024
2.1.233 97 9/5/2024
2.1.232 106 9/4/2024
2.1.231 84 9/4/2024
2.1.230 700 9/4/2024
2.1.229 346 9/4/2024
2.1.228 220 9/4/2024
2.1.227 208 9/4/2024
2.1.226 208 9/3/2024
2.1.225 96 9/3/2024
2.1.224 90 9/3/2024
2.1.223 109 9/3/2024
2.1.222 306 9/3/2024
2.1.221 291 9/3/2024
2.1.220 90 9/3/2024
2.1.219 98 9/3/2024
2.1.218 82 9/3/2024
2.1.217 323 9/3/2024
2.1.216 111 9/3/2024
2.1.215 77 9/3/2024
2.1.214 882 8/29/2024
2.1.213 83 8/29/2024
2.1.212 68 8/29/2024
2.1.211 194 8/29/2024
2.1.210 79 8/29/2024
2.1.209 89 8/29/2024
2.1.208 84 8/29/2024
2.1.207 705 8/26/2024
2.1.206 196 8/26/2024
2.1.205 97 8/26/2024
2.1.204 208 8/26/2024
2.1.203 96 8/26/2024
2.1.202 92 8/26/2024
2.1.201 528 8/26/2024
2.1.200 414 8/21/2024
2.1.199 120 8/21/2024
2.1.198 227 8/21/2024
2.1.197 304 8/21/2024
2.1.196 107 8/21/2024
2.1.195 98 8/21/2024
2.1.194 98 8/21/2024
2.1.193 357 8/21/2024
2.1.192 125 8/21/2024
2.1.191 286 8/21/2024
2.1.190 97 8/21/2024
2.1.189 119 8/20/2024
2.1.188 102 8/20/2024
2.1.187 355 8/20/2024
2.1.186 374 8/20/2024
2.1.185 118 8/20/2024
2.1.184 100 8/20/2024
2.1.183 377 8/20/2024
2.1.182 105 8/20/2024
2.1.181 114 8/20/2024
2.1.180 114 8/20/2024
2.1.179 111 8/20/2024
2.1.178 110 8/20/2024
2.1.177 754 8/19/2024
2.1.176 426 8/15/2024
2.1.175 180 8/15/2024
2.1.174 202 8/15/2024
2.1.173 209 8/15/2024
2.1.172 181 8/15/2024
2.1.171 104 8/15/2024
2.1.170 275 8/15/2024
2.1.169 107 8/15/2024
2.1.168 653 8/14/2024
2.1.167 279 8/14/2024
2.1.166 102 8/14/2024
2.1.165 106 8/14/2024
2.1.164 104 8/14/2024
2.1.163 258 8/13/2024
2.1.162 498 8/13/2024
2.1.161 455 8/7/2024
2.1.160 92 8/7/2024
2.1.159 238 8/7/2024
2.1.158 182 8/7/2024
2.1.157 87 8/7/2024
2.1.156 91 8/7/2024
2.1.155 94 8/7/2024
2.1.154 230 8/6/2024
2.1.153 98 8/6/2024
2.1.152 210 8/6/2024
2.1.151 80 8/6/2024
2.1.150 662 8/1/2024
2.1.149 236 8/1/2024
2.1.148 82 8/1/2024
2.1.147 207 8/1/2024
2.1.146 165 8/1/2024
2.1.145 94 8/1/2024
2.1.144 296 8/1/2024
2.1.143 82 8/1/2024
2.1.142 125 8/1/2024
2.1.141 79 8/1/2024
2.1.140 607 7/25/2024
2.1.139 213 7/25/2024
2.1.138 109 7/25/2024
2.1.137 136 7/25/2024
2.1.136 153 7/25/2024
2.1.135 155 7/25/2024
2.1.134 129 7/25/2024
2.1.133 189 7/25/2024
2.1.132 85 7/25/2024
2.1.131 238 7/25/2024
2.1.130 53 7/25/2024
2.1.129 144 7/24/2024
2.1.128 70 7/24/2024
2.1.127 57 7/24/2024
2.1.126 136 7/24/2024
2.1.125 44 7/24/2024
2.1.124 998 7/20/2024
2.1.123 132 7/20/2024
2.1.122 130 7/20/2024
2.1.121 93 7/20/2024
2.1.120 137 7/20/2024
2.1.119 97 7/20/2024
2.1.118 175 7/20/2024
2.1.117 84 7/20/2024
2.1.116 629 7/17/2024
2.1.115 161 7/17/2024
2.1.114 347 7/14/2024
2.1.113 88 7/14/2024
2.1.112 242 7/14/2024
2.1.111 94 7/14/2024
2.1.110 95 7/14/2024
2.1.109 262 7/14/2024
2.1.108 89 7/14/2024
2.1.107 90 7/14/2024
2.1.106 92 7/14/2024
2.1.105 316 7/14/2024
2.1.104 87 7/14/2024
2.1.103 540 7/10/2024
2.1.102 89 7/10/2024
2.1.101 78 7/10/2024
2.1.100 97 7/10/2024
2.1.99 76 7/10/2024
2.1.98 82 7/10/2024
2.1.97 94 7/10/2024
2.1.96 93 7/10/2024
2.1.95 77 7/10/2024
2.1.94 84 7/10/2024
2.1.93 671 7/10/2024
2.1.92 87 7/10/2024
2.1.91 197 7/10/2024
2.1.90 88 7/10/2024
2.1.89 85 7/10/2024
2.1.88 151 7/10/2024
2.1.87 84 7/10/2024
2.1.86 145 7/10/2024
2.1.85 86 7/10/2024
2.1.84 192 7/10/2024
2.1.83 81 7/10/2024
2.1.82 164 7/10/2024
2.1.81 96 7/10/2024
2.1.79 158 7/10/2024
2.1.78 160 7/10/2024
2.1.77 96 7/10/2024
2.1.76 181 7/9/2024
2.1.73 154 7/9/2024
2.1.72 78 7/9/2024
2.1.71 96 7/9/2024
2.1.70 925 7/9/2024
2.1.69 82 7/9/2024
2.1.68 78 7/9/2024
2.1.67 76 7/9/2024
2.1.66 3,030 7/9/2024
2.1.65 92 7/9/2024
2.1.64 374 7/9/2024
2.1.63 87 7/9/2024
2.1.62 91 7/9/2024
2.1.61 95 7/9/2024
2.1.60 439 7/9/2024
2.1.59 97 7/9/2024
2.1.57 84 7/8/2024
2.1.56 106 7/8/2024
2.1.55 100 7/8/2024
2.1.54 467 7/8/2024
2.1.53 89 7/8/2024
2.1.52 220 7/8/2024
2.1.51 102 7/8/2024
2.1.50 447 7/8/2024
2.1.49 136 7/8/2024
2.1.48 203 7/8/2024
2.1.47 92 7/8/2024
2.1.46 350 7/8/2024
2.1.45 105 7/7/2024
2.1.44 99 7/7/2024
2.1.43 351 7/7/2024
2.1.42 102 7/7/2024
2.1.41 101 7/7/2024
2.1.40 158 7/7/2024
2.1.39 197 7/7/2024
2.1.38 110 7/7/2024
2.1.37 370 7/7/2024
2.1.36 220 7/7/2024
2.1.35 385 7/5/2024
2.1.34 478 7/3/2024
2.1.33 209 7/3/2024
2.1.32 194 7/3/2024
2.1.31 197 7/3/2024
2.1.30 182 7/3/2024
2.1.29 225 7/3/2024
2.1.28 106 7/3/2024
2.1.27 104 7/3/2024
2.1.26 103 7/3/2024
2.1.25 214 7/3/2024
2.1.24 179 7/3/2024
2.1.23 108 7/3/2024
2.1.22 374 7/3/2024
2.1.21 106 7/3/2024
2.1.20 380 7/3/2024
2.1.19 110 7/3/2024
2.1.18 428 7/2/2024
2.1.17 292 6/30/2024
2.1.16 234 6/30/2024
2.1.15 126 6/30/2024
2.1.14 118 6/30/2024
2.1.13 101 6/30/2024
2.1.12 255 6/30/2024
2.1.11 379 6/28/2024
2.1.10 115 6/28/2024
2.1.9 206 6/28/2024
2.1.8 136 6/28/2024
2.1.7 206 6/27/2024
2.1.6 158 6/27/2024
2.1.5 106 6/27/2024
2.1.4 456 6/27/2024
2.1.3 498 6/23/2024
2.1.2 110 6/23/2024
2.1.1 118 6/23/2024