Skip to content

Commit

Permalink
Deploying to gh-pages from @ e245bcb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
datvm committed Oct 8, 2023
1 parent ed32a55 commit 6a2d269
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions _content/BlazorMaterialWeb/BlazorMaterialWeb.lib.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export function beforeStart() {
return await element[methodName](...args);
}

getArrayElement(array, index) {
return array[index];
}

#overrideDispatch() {
const original = EventTarget.prototype.dispatchEvent;

Expand Down
Binary file modified _framework/BlazorMaterialWeb.Bundled.dll
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.Bundled.dll.br
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.Bundled.dll.gz
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.Bundled.pdb.gz
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.Demo.dll
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.Demo.dll.br
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.Demo.dll.gz
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.Demo.pdb.gz
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.dll
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.dll.br
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.dll.gz
Binary file not shown.
Binary file modified _framework/BlazorMaterialWeb.pdb.gz
Binary file not shown.
Binary file modified _framework/System.Runtime.dll
Binary file not shown.
Binary file modified _framework/System.Runtime.dll.br
Binary file not shown.
Binary file modified _framework/System.Runtime.dll.gz
Binary file not shown.
10 changes: 5 additions & 5 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"linkerEnabled": true,
"resources": {
"assembly": {
"BlazorMaterialWeb.Bundled.dll": "sha256-1KwAfD6AEGqbczYWMrVrqMgDQtjsxBRHc7nFy60dloA=",
"BlazorMaterialWeb.Demo.dll": "sha256-4UG0ARuzpAdg\/Z512PVP7nkF5xfz7bkX+nEgIyHt4wM=",
"BlazorMaterialWeb.dll": "sha256-AgOIKjO+Yfk74Fym1mpdjci3QwfOiNZVyCyeP9SqGBU=",
"BlazorMaterialWeb.Bundled.dll": "sha256-5fPZ6n2GFQoO\/st9CliW5uqfBwnhpx4qWBg3UIz88Uk=",
"BlazorMaterialWeb.Demo.dll": "sha256-YTkBZcvLkwPkcE9ul+G17xX401xUzuU+w1CYNu1fmPs=",
"BlazorMaterialWeb.dll": "sha256-yk0lS\/Nx99QCkcH1hgodxqejlHINVW0KSxAuoAHDs2I=",
"Microsoft.AspNetCore.Components.dll": "sha256-CZphJvfCZFNUA4GTmA7ObCKUyumnjuMV4gHoUxTybaY=",
"Microsoft.AspNetCore.Components.Web.dll": "sha256-41+elv+It06SAo10kSNCmYMF9dn4ElE8qdm8LOvXrfk=",
"Microsoft.AspNetCore.Components.WebAssembly.dll": "sha256-5DSc6QTVfLfHnnEh406cPRuBfQEVf7u+1\/OFIR9zuSQ=",
Expand All @@ -34,7 +34,7 @@
"System.Net.Primitives.dll": "sha256-ASXBD9A+0syveymmc\/UzOs8n64Gt0\/lESe6rmhV9aK8=",
"System.Private.CoreLib.dll": "sha256-sFhK5xXbIGSYE9MwLeAcmfJP1Z+C5ertpqPPwpJq8wg=",
"System.Private.Uri.dll": "sha256-FtUR6HvOaRf91xEMqvUSL65dUFjwwRd4ODkPQR+4aKI=",
"System.Runtime.dll": "sha256-JQ+Db8ahsUtQdPLjR\/yV51x8loTWXy9+eWarlljZLLw=",
"System.Runtime.dll": "sha256-JrDLn8H1K7zgiKNxqKaKUHLwO\/+\/XLvMNPSx35DHzEg=",
"System.Runtime.InteropServices.JavaScript.dll": "sha256-dbqGRcWgNMOjykoJjO8s\/ZdZBoyVrcrE\/FLNjf\/YZu8=",
"System.Text.Encodings.Web.dll": "sha256-0cl9ZIr5FPoIXavnB5DaVQBTriPrXIR6uaSZwESfOX8=",
"System.Text.Json.dll": "sha256-AvuULknyoL9\/+CKkud5XRXQErmrKBxzWG9wA25j4nag="
Expand All @@ -44,7 +44,7 @@
"libraryInitializers": {
"BlazorMaterialWeb.Demo.lib.module.js": "sha256-TzeJw3ZoX0NZVQgDB4SpS+vNpKcmQp\/tYwJM0oD8bAg=",
"_content\/BlazorMaterialWeb.Bundled\/BlazorMaterialWeb.Bundled.lib.module.js": "sha256-AmdXDFNOQgXEo0JDzxWKu89\/vF9wmLhyH8yrp8hYXuk=",
"_content\/BlazorMaterialWeb\/BlazorMaterialWeb.lib.module.js": "sha256-yI3dX2cPR5lIZPU0m6ldoPxXoUGiufgDBu9xT6wcmXI="
"_content\/BlazorMaterialWeb\/BlazorMaterialWeb.lib.module.js": "sha256-UoZJNeSQ8lqPoY1GZe1VHv1Bjdn07rt7i\/cmNiguHeo="
},
"pdb": null,
"runtime": {
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.

0 comments on commit 6a2d269

Please sign in to comment.