├── Blazm.gif ├── BlazmFilter.gif ├── TelerikRect.png ├── .github └── FUNDING.yml ├── Blazm.Components ├── SampleServerSide │ ├── Pages │ │ ├── Index.razor │ │ ├── SaveAsTest.razor │ │ └── Counter.razor │ ├── wwwroot │ │ ├── favicon.ico │ │ └── css │ │ │ ├── fontawesome-free-5.13.0-web │ │ │ ├── svgs │ │ │ │ ├── solid │ │ │ │ │ ├── square-full.svg │ │ │ │ │ ├── egg.svg │ │ │ │ │ ├── circle.svg │ │ │ │ │ ├── bookmark.svg │ │ │ │ │ ├── sort-down.svg │ │ │ │ │ ├── sort-up.svg │ │ │ │ │ ├── stop.svg │ │ │ │ │ ├── square.svg │ │ │ │ │ ├── play.svg │ │ │ │ │ ├── minus.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── caret-down.svg │ │ │ │ │ ├── volume-off.svg │ │ │ │ │ ├── cheese.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── ice-cream.svg │ │ │ │ │ ├── mouse.svg │ │ │ │ │ ├── comment-alt.svg │ │ │ │ │ ├── star-half.svg │ │ │ │ │ ├── sd-card.svg │ │ │ │ │ ├── caret-right.svg │ │ │ │ │ ├── genderless.svg │ │ │ │ │ ├── hockey-puck.svg │ │ │ │ │ ├── adjust.svg │ │ │ │ │ ├── caret-up.svg │ │ │ │ │ ├── columns.svg │ │ │ │ │ ├── bread-slice.svg │ │ │ │ │ ├── caret-left.svg │ │ │ │ │ ├── location-arrow.svg │ │ │ │ │ ├── map-marker.svg │ │ │ │ │ ├── border-all.svg │ │ │ │ │ ├── dot-circle.svg │ │ │ │ │ ├── minus-circle.svg │ │ │ │ │ ├── mobile.svg │ │ │ │ │ ├── stop-circle.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── voicemail.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── paragraph.svg │ │ │ │ │ ├── play-circle.svg │ │ │ │ │ ├── file.svg │ │ │ │ │ ├── glass-whiskey.svg │ │ │ │ │ ├── angle-left.svg │ │ │ │ │ ├── angle-up.svg │ │ │ │ │ ├── dice-one.svg │ │ │ │ │ ├── slash.svg │ │ │ │ │ ├── step-backward.svg │ │ │ │ │ ├── step-forward.svg │ │ │ │ │ ├── sticky-note.svg │ │ │ │ │ ├── toggle-on.svg │ │ │ │ │ ├── angle-down.svg │ │ │ │ │ ├── angle-right.svg │ │ │ │ │ ├── sort.svg │ │ │ │ │ ├── grip-lines.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── bolt.svg │ │ │ │ │ ├── burn.svg │ │ │ │ │ ├── chalkboard.svg │ │ │ │ │ ├── filter.svg │ │ │ │ │ ├── heart.svg │ │ │ │ │ ├── italic.svg │ │ │ │ │ ├── glass-martini.svg │ │ │ │ │ ├── grip-lines-vertical.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── minus-square.svg │ │ │ │ │ ├── pause.svg │ │ │ │ │ ├── seedling.svg │ │ │ │ │ ├── tv.svg │ │ │ │ │ ├── ellipsis-v.svg │ │ │ │ │ ├── meh-blank.svg │ │ │ │ │ ├── paper-plane.svg │ │ │ │ │ ├── battery-empty.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── comment.svg │ │ │ │ │ ├── ellipsis-h.svg │ │ │ │ │ ├── forward.svg │ │ │ │ │ ├── qrcode.svg │ │ │ │ │ ├── record-vinyl.svg │ │ │ │ │ ├── suitcase.svg │ │ │ │ │ ├── caret-square-down.svg │ │ │ │ │ ├── neuter.svg │ │ │ │ │ ├── sign.svg │ │ │ │ │ ├── utensil-spoon.svg │ │ │ │ │ ├── backward.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── equals.svg │ │ │ │ │ ├── trash.svg │ │ │ │ │ ├── coffee.svg │ │ │ │ │ ├── cross.svg │ │ │ │ │ ├── long-arrow-alt-up.svg │ │ │ │ │ ├── map.svg │ │ │ │ │ ├── plug.svg │ │ │ │ │ ├── plus.svg │ │ │ │ │ ├── video.svg │ │ │ │ │ ├── battery-full.svg │ │ │ │ │ ├── battery-half.svg │ │ │ │ │ ├── chart-area.svg │ │ │ │ │ ├── clone.svg │ │ │ │ │ ├── folder-minus.svg │ │ │ │ │ ├── heart-broken.svg │ │ │ │ │ ├── icicles.svg │ │ │ │ │ ├── long-arrow-alt-down.svg │ │ │ │ │ ├── long-arrow-alt-left.svg │ │ │ │ │ ├── long-arrow-alt-right.svg │ │ │ │ │ ├── music.svg │ │ │ │ │ ├── pen.svg │ │ │ │ │ ├── arrow-alt-circle-up.svg │ │ │ │ │ ├── battery-quarter.svg │ │ │ │ │ ├── chevron-left.svg │ │ │ │ │ ├── hard-hat.svg │ │ │ │ │ ├── industry.svg │ │ │ │ │ ├── tenge.svg │ │ │ │ │ ├── user-alt.svg │ │ │ │ │ ├── arrow-alt-circle-right.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── battery-three-quarters.svg │ │ │ │ │ ├── cloud.svg │ │ │ │ │ ├── map-marker-alt.svg │ │ │ │ │ ├── user-tie.svg │ │ │ │ │ ├── wave-square.svg │ │ │ │ │ ├── arrow-alt-circle-down.svg │ │ │ │ │ ├── arrow-alt-circle-left.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── glass-martini-alt.svg │ │ │ │ │ ├── star.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── laptop.svg │ │ │ │ │ ├── mountain.svg │ │ │ │ │ ├── shield-alt.svg │ │ │ │ │ ├── archive.svg │ │ │ │ │ ├── chevron-circle-up.svg │ │ │ │ │ ├── ethernet.svg │ │ │ │ │ ├── mitten.svg │ │ │ │ │ ├── phone-alt.svg │ │ │ │ │ ├── briefcase.svg │ │ │ │ │ ├── brush.svg │ │ │ │ │ ├── check.svg │ │ │ │ │ ├── chevron-circle-right.svg │ │ │ │ │ ├── compact-disc.svg │ │ │ │ │ ├── dice-two.svg │ │ │ │ │ ├── divide.svg │ │ │ │ │ ├── exclamation.svg │ │ │ │ │ ├── fast-backward.svg │ │ │ │ │ ├── fire.svg │ │ │ │ │ ├── gem.svg │ │ │ │ │ ├── hospital-symbol.svg │ │ │ │ │ ├── meh.svg │ │ │ │ │ ├── chevron-circle-down.svg │ │ │ │ │ ├── chevron-circle-left.svg │ │ │ │ │ ├── door-closed.svg │ │ │ │ │ ├── fast-forward.svg │ │ │ │ │ ├── pause-circle.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── lock-open.svg │ │ │ │ │ ├── mobile-alt.svg │ │ │ │ │ ├── parking.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── plus-circle.svg │ │ │ │ │ ├── tablet-alt.svg │ │ │ │ │ ├── tape.svg │ │ │ │ │ ├── wine-glass.svg │ │ │ │ │ ├── caret-square-up.svg │ │ │ │ │ ├── chevron-down.svg │ │ │ │ │ ├── chevron-right.svg │ │ │ │ │ ├── chevron-up.svg │ │ │ │ │ ├── eject.svg │ │ │ │ │ ├── surprise.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── bowling-ball.svg │ │ │ │ │ ├── caret-square-left.svg │ │ │ │ │ ├── caret-square-right.svg │ │ │ │ │ ├── cube.svg │ │ │ │ │ ├── less-than.svg │ │ │ │ │ ├── level-down-alt.svg │ │ │ │ │ ├── level-up-alt.svg │ │ │ │ │ ├── mouse-pointer.svg │ │ │ │ │ ├── tint.svg │ │ │ │ │ ├── wallet.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── flask.svg │ │ │ │ │ ├── pager.svg │ │ │ │ │ ├── screwdriver.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── store-alt.svg │ │ │ │ │ ├── vial.svg │ │ │ │ │ ├── bed.svg │ │ │ │ │ ├── greater-than.svg │ │ │ │ │ ├── male.svg │ │ │ │ │ ├── moon.svg │ │ │ │ │ ├── box-tissue.svg │ │ │ │ │ ├── chess-king.svg │ │ │ │ │ ├── concierge-bell.svg │ │ │ │ │ ├── folder-plus.svg │ │ │ │ │ ├── inbox.svg │ │ │ │ │ ├── info.svg │ │ │ │ │ ├── mars.svg │ │ │ │ │ ├── bold.svg │ │ │ │ │ ├── calendar.svg │ │ │ │ │ ├── crop-alt.svg │ │ │ │ │ ├── plus-square.svg │ │ │ │ │ ├── prescription-bottle.svg │ │ │ │ │ ├── share.svg │ │ │ │ │ ├── ban.svg │ │ │ │ │ ├── clipboard.svg │ │ │ │ │ ├── hand-holding.svg │ │ │ │ │ ├── reply.svg │ │ │ │ │ ├── scroll.svg │ │ │ │ │ ├── sim-card.svg │ │ │ │ │ ├── stream.svg │ │ │ │ │ ├── tshirt.svg │ │ │ │ │ ├── wine-glass-alt.svg │ │ │ │ │ ├── archway.svg │ │ │ │ │ ├── arrow-circle-up.svg │ │ │ │ │ ├── credit-card.svg │ │ │ │ │ ├── eye.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── laugh.svg │ │ │ │ │ ├── user-slash.svg │ │ │ │ │ ├── venus.svg │ │ │ │ │ ├── arrow-circle-left.svg │ │ │ │ │ ├── first-aid.svg │ │ │ │ │ ├── image.svg │ │ │ │ │ ├── map-pin.svg │ │ │ │ │ ├── ruler-vertical.svg │ │ │ │ │ ├── user-alt-slash.svg │ │ │ │ │ ├── arrow-circle-down.svg │ │ │ │ │ ├── arrow-circle-right.svg │ │ │ │ │ ├── calendar-day.svg │ │ │ │ │ ├── eraser.svg │ │ │ │ │ ├── arrows-alt-h.svg │ │ │ │ │ ├── arrows-alt-v.svg │ │ │ │ │ ├── bars.svg │ │ │ │ │ ├── calendar-week.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── door-open.svg │ │ │ │ │ ├── fish.svg │ │ │ │ │ ├── hat-wizard.svg │ │ │ │ │ ├── redo.svg │ │ │ │ │ ├── sign-in-alt.svg │ │ │ │ │ └── toggle-off.svg │ │ │ │ ├── brands │ │ │ │ │ ├── houzz.svg │ │ │ │ │ ├── flipboard.svg │ │ │ │ │ ├── yandex-international.svg │ │ │ │ │ ├── ethereum.svg │ │ │ │ │ ├── black-tie.svg │ │ │ │ │ ├── adobe.svg │ │ │ │ │ ├── strava.svg │ │ │ │ │ ├── microsoft.svg │ │ │ │ │ ├── bandcamp.svg │ │ │ │ │ ├── gitter.svg │ │ │ │ │ ├── vuejs.svg │ │ │ │ │ ├── css3.svg │ │ │ │ │ ├── think-peaks.svg │ │ │ │ │ ├── windows.svg │ │ │ │ │ ├── y-combinator.svg │ │ │ │ │ ├── mix.svg │ │ │ │ │ ├── google-drive.svg │ │ │ │ │ ├── uikit.svg │ │ │ │ │ ├── viacoin.svg │ │ │ │ │ ├── angular.svg │ │ │ │ │ ├── patreon.svg │ │ │ │ │ ├── modx.svg │ │ │ │ │ ├── npm.svg │ │ │ │ │ ├── deviantart.svg │ │ │ │ │ ├── facebook-f.svg │ │ │ │ │ ├── servicestack.svg │ │ │ │ │ ├── dyalog.svg │ │ │ │ │ ├── figma.svg │ │ │ │ │ ├── adn.svg │ │ │ │ │ ├── dochub.svg │ │ │ │ │ ├── hacker-news.svg │ │ │ │ │ ├── firstdraft.svg │ │ │ │ │ ├── artstation.svg │ │ │ │ │ ├── html5.svg │ │ │ │ │ ├── magento.svg │ │ │ │ │ ├── yandex.svg │ │ │ │ │ ├── autoprefixer.svg │ │ │ │ │ ├── twitch.svg │ │ │ │ │ ├── jira.svg │ │ │ │ │ ├── monero.svg │ │ │ │ │ ├── buysellads.svg │ │ │ │ │ ├── cloudsmith.svg │ │ │ │ │ ├── maxcdn.svg │ │ │ │ │ ├── stack-overflow.svg │ │ │ │ │ ├── bitbucket.svg │ │ │ │ │ ├── dropbox.svg │ │ │ │ │ ├── stack-exchange.svg │ │ │ │ │ ├── css3-alt.svg │ │ │ │ │ ├── dashcube.svg │ │ │ │ │ ├── kaggle.svg │ │ │ │ │ ├── google.svg │ │ │ │ │ ├── elementor.svg │ │ │ │ │ ├── google-play.svg │ │ │ │ │ ├── korvue.svg │ │ │ │ │ ├── telegram-plane.svg │ │ │ │ │ ├── cuttlefish.svg │ │ │ │ │ ├── gg.svg │ │ │ │ │ ├── gratipay.svg │ │ │ │ │ ├── openid.svg │ │ │ │ │ ├── product-hunt.svg │ │ │ │ │ ├── fulcrum.svg │ │ │ │ │ ├── sourcetree.svg │ │ │ │ │ ├── discourse.svg │ │ │ │ │ ├── facebook-square.svg │ │ │ │ │ ├── facebook.svg │ │ │ │ │ ├── rockrms.svg │ │ │ │ │ ├── unity.svg │ │ │ │ │ ├── hotjar.svg │ │ │ │ │ ├── gitlab.svg │ │ │ │ │ ├── hacker-news-square.svg │ │ │ │ │ ├── markdown.svg │ │ │ │ │ ├── sistrix.svg │ │ │ │ │ ├── yahoo.svg │ │ │ │ │ ├── envira.svg │ │ │ │ │ ├── atlassian.svg │ │ │ │ │ ├── bluetooth-b.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── pied-piper-square.svg │ │ │ │ │ ├── android.svg │ │ │ │ │ ├── digg.svg │ │ │ │ │ ├── flickr.svg │ │ │ │ │ ├── kickstarter-k.svg │ │ │ │ │ ├── telegram.svg │ │ │ │ │ ├── digital-ocean.svg │ │ │ │ │ ├── linkedin-in.svg │ │ │ │ │ ├── stripe-s.svg │ │ │ │ │ ├── creative-commons-nd.svg │ │ │ │ │ ├── typo3.svg │ │ │ │ │ ├── superpowers.svg │ │ │ │ │ ├── affiliatetheme.svg │ │ │ │ │ ├── renren.svg │ │ │ │ │ ├── sketch.svg │ │ │ │ │ ├── gg-circle.svg │ │ │ │ │ ├── medium-m.svg │ │ │ │ │ ├── medium.svg │ │ │ │ │ └── quinscape.svg │ │ │ │ └── regular │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── bookmark.svg │ │ │ │ │ ├── circle.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── square.svg │ │ │ │ │ ├── star-half.svg │ │ │ │ │ ├── file.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── stop-circle.svg │ │ │ │ │ ├── calendar.svg │ │ │ │ │ ├── play-circle.svg │ │ │ │ │ ├── sticky-note.svg │ │ │ │ │ ├── comment-alt.svg │ │ │ │ │ ├── dot-circle.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── meh-blank.svg │ │ │ │ │ ├── minus-square.svg │ │ │ │ │ ├── arrow-alt-circle-left.svg │ │ │ │ │ ├── caret-square-up.svg │ │ │ │ │ ├── arrow-alt-circle-down.svg │ │ │ │ │ ├── arrow-alt-circle-up.svg │ │ │ │ │ ├── caret-square-down.svg │ │ │ │ │ ├── caret-square-left.svg │ │ │ │ │ ├── caret-square-right.svg │ │ │ │ │ ├── arrow-alt-circle-right.svg │ │ │ │ │ └── clock.svg │ │ │ ├── less │ │ │ │ ├── _screen-reader.less │ │ │ │ ├── _fixed-width.less │ │ │ │ ├── v4-shims.less │ │ │ │ ├── _core.less │ │ │ │ ├── _animated.less │ │ │ │ └── _list.less │ │ │ ├── scss │ │ │ │ ├── _fixed-width.scss │ │ │ │ ├── _screen-reader.scss │ │ │ │ ├── v4-shims.scss │ │ │ │ ├── _animated.scss │ │ │ │ └── _list.scss │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.eot │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-solid-900.eot │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-solid-900.woff │ │ │ │ ├── fa-brands-400.woff │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.eot │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-regular-400.woff │ │ │ │ ├── fa-solid-900.woff2 │ │ │ │ └── fa-regular-400.woff2 │ │ │ └── open-iconic │ │ │ └── font │ │ │ └── fonts │ │ │ ├── open-iconic.eot │ │ │ ├── open-iconic.otf │ │ │ ├── open-iconic.ttf │ │ │ └── open-iconic.woff │ ├── Data │ │ └── WeatherForecastService.cs │ ├── appsettings.json │ ├── appsettings.Development.json │ ├── SampleServerSide.csproj │ ├── Shared │ │ └── MainLayout.razor │ ├── _Imports.razor │ └── App.razor ├── BlazmWebAssemblyDemo │ ├── wwwroot │ │ ├── favicon.ico │ │ ├── icon-192.png │ │ └── css │ │ │ └── open-iconic │ │ │ └── font │ │ │ └── fonts │ │ │ ├── open-iconic.eot │ │ │ ├── open-iconic.otf │ │ │ ├── open-iconic.ttf │ │ │ └── open-iconic.woff │ ├── Pages │ │ ├── SaveAsTest.razor │ │ └── Counter.razor │ ├── _Imports.razor │ └── Shared │ │ └── MainLayout.razor ├── BlazmBlazorServerDemo │ ├── wwwroot │ │ ├── favicon.ico │ │ └── css │ │ │ └── open-iconic │ │ │ └── font │ │ │ └── fonts │ │ │ ├── open-iconic.eot │ │ │ ├── open-iconic.otf │ │ │ ├── open-iconic.ttf │ │ │ └── open-iconic.woff │ ├── appsettings.json │ ├── appsettings.Development.json │ ├── Pages │ │ └── _Host.cshtml │ ├── BlazmBlazorServerDemo.csproj │ └── _Imports.razor ├── Blazm.Components │ ├── Grid │ │ ├── FilterType.cs │ │ └── Filter.cs │ ├── wwwroot │ │ └── Scripts │ │ │ └── OpenInNewWindow.js │ ├── compilerconfig.json │ └── _Imports.razor └── Blazm.Components.Tests │ └── _Imports.razor └── Display Ads Horizontal Leaderboard 728x90 TOP_RITM0148003.png /Blazm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.gif -------------------------------------------------------------------------------- /BlazmFilter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/BlazmFilter.gif -------------------------------------------------------------------------------- /TelerikRect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/TelerikRect.png -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: EngstromJimmy 4 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/Pages/Index.razor: -------------------------------------------------------------------------------- 1 | @page "/" 2 | 3 |

Hello, world!

4 | 5 | Welcome to your new app. 6 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/favicon.ico -------------------------------------------------------------------------------- /Blazm.Components/BlazmWebAssemblyDemo/wwwroot/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmWebAssemblyDemo/wwwroot/favicon.ico -------------------------------------------------------------------------------- /Blazm.Components/BlazmBlazorServerDemo/wwwroot/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmBlazorServerDemo/wwwroot/favicon.ico -------------------------------------------------------------------------------- /Blazm.Components/BlazmWebAssemblyDemo/wwwroot/icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmWebAssemblyDemo/wwwroot/icon-192.png -------------------------------------------------------------------------------- /Display Ads Horizontal Leaderboard 728x90 TOP_RITM0148003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Display Ads Horizontal Leaderboard 728x90 TOP_RITM0148003.png -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/Data/WeatherForecastService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/Data/WeatherForecastService.cs -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/square-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/Blazm.Components/Grid/FilterType.cs: -------------------------------------------------------------------------------- 1 | namespace Blazm.Components 2 | { 3 | public enum FilterType 4 | { 5 | Equal, 6 | GreaterThanOrEqual, 7 | LessThanOrEqual 8 | } 9 | } -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/less/_screen-reader.less: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { .sr-only(); } 5 | .sr-only-focusable { .sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/houzz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/egg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/open-iconic/font/fonts/open-iconic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/open-iconic/font/fonts/open-iconic.eot -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/open-iconic/font/fonts/open-iconic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/open-iconic/font/fonts/open-iconic.otf -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/open-iconic/font/fonts/open-iconic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/open-iconic/font/fonts/open-iconic.woff -------------------------------------------------------------------------------- /Blazm.Components/BlazmBlazorServerDemo/appsettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "Logging": { 3 | "LogLevel": { 4 | "Default": "Information", 5 | "Microsoft.AspNetCore": "Warning" 6 | } 7 | }, 8 | "AllowedHosts": "*" 9 | } 10 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/less/_fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | text-align: center; 5 | width: (20em / 16); 6 | } 7 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | text-align: center; 5 | width: $fa-fw-width; 6 | } 7 | -------------------------------------------------------------------------------- /Blazm.Components/BlazmBlazorServerDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmBlazorServerDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.eot -------------------------------------------------------------------------------- /Blazm.Components/BlazmBlazorServerDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmBlazorServerDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.otf -------------------------------------------------------------------------------- /Blazm.Components/BlazmBlazorServerDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmBlazorServerDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf -------------------------------------------------------------------------------- /Blazm.Components/BlazmBlazorServerDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmBlazorServerDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.woff -------------------------------------------------------------------------------- /Blazm.Components/BlazmWebAssemblyDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmWebAssemblyDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.eot -------------------------------------------------------------------------------- /Blazm.Components/BlazmWebAssemblyDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmWebAssemblyDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.otf -------------------------------------------------------------------------------- /Blazm.Components/BlazmWebAssemblyDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmWebAssemblyDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf -------------------------------------------------------------------------------- /Blazm.Components/BlazmWebAssemblyDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/BlazmWebAssemblyDemo/wwwroot/css/open-iconic/font/fonts/open-iconic.woff -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/scss/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { @include sr-only; } 5 | .sr-only-focusable { @include sr-only-focusable; } 6 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/Blazm.Components/wwwroot/Scripts/OpenInNewWindow.js: -------------------------------------------------------------------------------- 1 | export function OpenInNewWindow(url, message) { 2 | var newwindow = window.open('', '_blank'); 3 | newwindow.document.write(message); 4 | newwindow.location.href = url; 5 | } -------------------------------------------------------------------------------- /Blazm.Components/BlazmBlazorServerDemo/appsettings.Development.json: -------------------------------------------------------------------------------- 1 | { 2 | "DetailedErrors": true, 3 | "Logging": { 4 | "LogLevel": { 5 | "Default": "Information", 6 | "Microsoft.AspNetCore": "Warning" 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/flipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/yandex-international.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/ethereum.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/black-tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/window-minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/sort-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/sort-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EngstromJimmy/Blazm.Components/master/Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/appsettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "Logging": { 3 | "LogLevel": { 4 | "Default": "Information", 5 | "Microsoft": "Warning", 6 | "Microsoft.Hosting.Lifetime": "Information" 7 | } 8 | }, 9 | "AllowedHosts": "*" 10 | } 11 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/adobe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/strava.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/Blazm.Components/compilerconfig.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "outputFile": "wwwroot/css/styles.css", 4 | "inputFile": "styles/styles.scss" 5 | }, 6 | { 7 | "outputFile": "Scripts/JSInterop.es5.js", 8 | "inputFile": "Scripts/JSInterop.js" 9 | } 10 | ] -------------------------------------------------------------------------------- /Blazm.Components/BlazmBlazorServerDemo/Pages/_Host.cshtml: -------------------------------------------------------------------------------- 1 | @page "/" 2 | @namespace BlazmBlazorServerDemo.Pages 3 | @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers 4 | @{ 5 | Layout = "_Layout"; 6 | } 7 | 8 | 9 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/microsoft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/bandcamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/gitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/window-minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/appsettings.Development.json: -------------------------------------------------------------------------------- 1 | { 2 | "DetailedErrors": true, 3 | "Logging": { 4 | "LogLevel": { 5 | "Default": "Information", 6 | "Microsoft": "Warning", 7 | "Microsoft.Hosting.Lifetime": "Information" 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/vuejs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/caret-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/volume-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/css3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/cheese.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/ice-cream.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/think-peaks.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/windows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/y-combinator.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/mix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/mouse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/google-drive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/comment-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/star-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/sd-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/uikit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/viacoin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/caret-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/genderless.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/hockey-puck.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/angular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/patreon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/adjust.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/caret-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/columns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/scss/v4-shims.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @import 'variables'; 6 | @import 'shims'; 7 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/modx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/bread-slice.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/caret-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/location-arrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/map-marker.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/npm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/window-maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/border-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/less/v4-shims.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | @import '_variables.less'; 6 | @import '_shims.less'; 7 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/deviantart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/facebook-f.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/servicestack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/dot-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/minus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/mobile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/stop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/voicemail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/window-maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/SampleServerSide.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | net6.0 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/dyalog.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/figma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/paragraph.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/play-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/adn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/dochub.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/hacker-news.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/glass-whiskey.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/firstdraft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/angle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/angle-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/dice-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/step-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/step-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/sticky-note.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/toggle-on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/artstation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/angle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/angle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/sort.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/html5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/magento.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/yandex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/grip-lines.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/autoprefixer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/twitch.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/star-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/bolt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/burn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chalkboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/heart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/BlazmWebAssemblyDemo/Pages/SaveAsTest.razor: -------------------------------------------------------------------------------- 1 | @page "/SaveAsTest" 2 | @inject IJSRuntime jsruntime; 3 | 4 | 5 | 6 | 7 | 8 | 9 | @code{ 10 | protected async void DownloadFile() 11 | { 12 | await jsruntime.SaveAsFileAsync("apa.txt", new byte[] { 0x74, 0x65, 0x73, 0x74 }); 13 | } 14 | } -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/Pages/SaveAsTest.razor: -------------------------------------------------------------------------------- 1 | @page "/SaveAsTest" 2 | @inject IJSRuntime jsruntime; 3 | 4 | 5 | 6 | 7 | 8 | 9 | @code{ 10 | protected async void DownloadFile() 11 | { 12 | await jsruntime.SaveAsFileAsync("apa.txt", new byte[] { 0x74, 0x65, 0x73, 0x74 }); 13 | } 14 | } -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/glass-martini.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/grip-lines-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/minus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/seedling.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/jira.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/monero.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/ellipsis-v.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/meh-blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/paper-plane.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/buysellads.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/cloudsmith.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/maxcdn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/battery-empty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/comment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/ellipsis-h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/qrcode.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/record-vinyl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/suitcase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/Blazm.Components/Grid/Filter.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | 7 | namespace Blazm.Components 8 | { 9 | public class Filter 10 | { 11 | public FilterType FilterType { get; set; } 12 | public string? FilterValue { get; set; } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Blazm.Components/BlazmWebAssemblyDemo/Pages/Counter.razor: -------------------------------------------------------------------------------- 1 | @page "/counter" 2 | 3 |

Counter

4 | 5 |

Current count: @currentCount

6 | 7 | 8 | 9 | @code { 10 | private int currentCount = 0; 11 | 12 | private void IncrementCount() 13 | { 14 | currentCount++; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/Pages/Counter.razor: -------------------------------------------------------------------------------- 1 | @page "/counter" 2 | 3 |

Counter

4 | 5 |

Current count: @currentCount

6 | 7 | 8 | 9 | @code { 10 | private int currentCount = 0; 11 | 12 | private void IncrementCount() 13 | { 14 | currentCount++; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/stack-overflow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/caret-square-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/neuter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/utensil-spoon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/bitbucket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/dropbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/stack-exchange.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/desktop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/equals.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/trash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/coffee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/cross.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/long-arrow-alt-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/plug.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/Shared/MainLayout.razor: -------------------------------------------------------------------------------- 1 | @inherits LayoutComponentBase 2 | 3 | 6 | 7 |
8 |
9 | About 10 |
11 | 12 |
13 | @Body 14 |
15 |
16 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/css3-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/dashcube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/kaggle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/battery-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/battery-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chart-area.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/clone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/folder-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/heart-broken.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/icicles.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/long-arrow-alt-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/long-arrow-alt-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/long-arrow-alt-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/music.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/pen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/google.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/window-restore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-alt-circle-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/battery-quarter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/hard-hat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/industry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/tenge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/user-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/elementor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/google-play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/korvue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/telegram-plane.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-alt-circle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/battery-three-quarters.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/map-marker-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/user-tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/wave-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/_Imports.razor: -------------------------------------------------------------------------------- 1 | @using System.Net.Http 2 | @using Microsoft.AspNetCore.Authorization 3 | @using Microsoft.AspNetCore.Components.Authorization 4 | @using Microsoft.AspNetCore.Components.Forms 5 | @using Microsoft.AspNetCore.Components.Routing 6 | @using Microsoft.AspNetCore.Components.Web 7 | @using Microsoft.JSInterop 8 | @using SampleServerSide 9 | @using SampleServerSide.Shared 10 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/cuttlefish.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/gg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/gratipay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/openid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/product-hunt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-alt-circle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-alt-circle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/glass-martini-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/fulcrum.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/sourcetree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/laptop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/mountain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/shield-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/App.razor: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

Sorry, there's nothing at this address.

8 |
9 |
10 |
11 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/discourse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/facebook-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/rockrms.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/unity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/stop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chevron-circle-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/ethernet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/mitten.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/phone-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/less/_core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}, .fas, .far, .fal, .fad, .fab { 5 | -moz-osx-font-smoothing: grayscale; 6 | -webkit-font-smoothing: antialiased; 7 | display: inline-block; 8 | font-style: normal; 9 | font-variant: normal; 10 | text-rendering: auto; 11 | line-height: 1; 12 | } 13 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/hotjar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/calendar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/play-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/sticky-note.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/briefcase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/brush.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chevron-circle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/compact-disc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/dice-two.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/divide.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/exclamation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/fast-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/fire.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/gem.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/hospital-symbol.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/meh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/Blazm.Components/_Imports.razor: -------------------------------------------------------------------------------- 1 | @using Microsoft.AspNetCore.Components.Web 2 | @using BlazorPro.BlazorSize 3 | @using Microsoft.JSInterop; 4 | @using Microsoft.AspNetCore.Components 5 | @using System.ComponentModel 6 | @using Microsoft.AspNetCore.Components.Forms 7 | @using System.ComponentModel.DataAnnotations; 8 | @using System; 9 | @using System.Reflection; 10 | @using Microsoft.AspNetCore.Components.Web.Virtualization; -------------------------------------------------------------------------------- /Blazm.Components/BlazmBlazorServerDemo/BlazmBlazorServerDemo.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | net7.0 5 | enable 6 | enable 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/gitlab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chevron-circle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chevron-circle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/door-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/fast-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/pause-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/unlock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/hacker-news-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/markdown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/sistrix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/yahoo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/lock-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/mobile-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/parking.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/phone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/plus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/tablet-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/tape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/wine-glass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/Blazm.Components.Tests/_Imports.razor: -------------------------------------------------------------------------------- 1 | @using Microsoft.AspNetCore.Components.Forms 2 | @using Microsoft.AspNetCore.Components.Routing 3 | @using Microsoft.AspNetCore.Components.Web 4 | @using Microsoft.JSInterop 5 | @using Microsoft.Extensions.DependencyInjection 6 | @using AngleSharp.Dom 7 | @using Bunit 8 | @using Bunit.TestDoubles 9 | @using Xunit 10 | @using System.ComponentModel.DataAnnotations 11 | @using FluentAssertions 12 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/envira.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/caret-square-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/eject.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/surprise.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/tag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/atlassian.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/comment-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/bowling-ball.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/caret-square-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/caret-square-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/cube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/less-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/level-down-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/level-up-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/mouse-pointer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/tint.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/wallet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/window-restore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/bluetooth-b.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/bluetooth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/pied-piper-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/dot-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/folder-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/flask.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/pager.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/screwdriver.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/shapes.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/store-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/vial.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/android.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/digg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/flickr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/kickstarter-k.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/telegram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/meh-blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/bed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/greater-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/male.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/moon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/digital-ocean.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/linkedin-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/stripe-s.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/minus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/box-tissue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/chess-king.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/concierge-bell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/folder-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/mars.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/less/_animated.less: -------------------------------------------------------------------------------- 1 | // Animated Icons 2 | // -------------------------- 3 | 4 | .@{fa-css-prefix}-spin { 5 | animation: fa-spin 2s infinite linear; 6 | } 7 | 8 | .@{fa-css-prefix}-pulse { 9 | animation: fa-spin 1s infinite steps(8); 10 | } 11 | 12 | @keyframes fa-spin { 13 | 0% { 14 | transform: rotate(0deg); 15 | } 16 | 100% { 17 | transform: rotate(360deg); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Blazm.Components/BlazmWebAssemblyDemo/_Imports.razor: -------------------------------------------------------------------------------- 1 | @using System.Net.Http 2 | @using System.Net.Http.Json 3 | @using Microsoft.AspNetCore.Components.Forms 4 | @using Microsoft.AspNetCore.Components.Routing 5 | @using Microsoft.AspNetCore.Components.Web 6 | @using Microsoft.AspNetCore.Components.Web.Virtualization 7 | @using Microsoft.AspNetCore.Components.WebAssembly.Http 8 | @using Microsoft.JSInterop 9 | @using BlazmWebAssemblyDemo 10 | @using BlazmWebAssemblyDemo.Shared 11 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/arrow-alt-circle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/caret-square-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/calendar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/crop-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/plus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/prescription-bottle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/BlazmWebAssemblyDemo/Shared/MainLayout.razor: -------------------------------------------------------------------------------- 1 | @inherits LayoutComponentBase 2 | 3 |
4 | 7 | 8 |
9 |
10 | About 11 |
12 | 13 |
14 | @Body 15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/scss/_animated.scss: -------------------------------------------------------------------------------- 1 | // Animated Icons 2 | // -------------------------- 3 | 4 | .#{$fa-css-prefix}-spin { 5 | animation: fa-spin 2s infinite linear; 6 | } 7 | 8 | .#{$fa-css-prefix}-pulse { 9 | animation: fa-spin 1s infinite steps(8); 10 | } 11 | 12 | @keyframes fa-spin { 13 | 0% { 14 | transform: rotate(0deg); 15 | } 16 | 17 | 100% { 18 | transform: rotate(360deg); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/creative-commons-nd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/typo3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/arrow-alt-circle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/arrow-alt-circle-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/caret-square-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/caret-square-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/caret-square-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/ban.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/clipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/hand-holding.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/reply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/scroll.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/sim-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/stream.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/tshirt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/wine-glass-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/less/_list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | list-style-type: none; 6 | margin-left: (@fa-li-width * 5/4); 7 | padding-left: 0; 8 | 9 | > li { position: relative; } 10 | } 11 | 12 | .@{fa-css-prefix}-li { 13 | left: -@fa-li-width; 14 | position: absolute; 15 | text-align: center; 16 | width: @fa-li-width; 17 | line-height: inherit; 18 | } 19 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | list-style-type: none; 6 | margin-left: $fa-li-width * 5/4; 7 | padding-left: 0; 8 | 9 | > li { position: relative; } 10 | } 11 | 12 | .#{$fa-css-prefix}-li { 13 | left: -$fa-li-width; 14 | position: absolute; 15 | text-align: center; 16 | width: $fa-li-width; 17 | line-height: inherit; 18 | } 19 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/superpowers.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/arrow-alt-circle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/regular/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/archway.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-circle-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/credit-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/eye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/folder-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/font.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/laugh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/user-slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/venus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/BlazmBlazorServerDemo/_Imports.razor: -------------------------------------------------------------------------------- 1 | @using System.Net.Http 2 | @using Microsoft.AspNetCore.Authorization 3 | @using Microsoft.AspNetCore.Components.Authorization 4 | @using Microsoft.AspNetCore.Components.Forms 5 | @using Microsoft.AspNetCore.Components.Routing 6 | @using Microsoft.AspNetCore.Components.Web 7 | @using Microsoft.AspNetCore.Components.Web.Virtualization 8 | @using Microsoft.JSInterop 9 | @using BlazmBlazorServerDemo 10 | @using BlazmBlazorServerDemo.Shared 11 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/affiliatetheme.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/renren.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/sketch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-circle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/first-aid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/map-pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/ruler-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/user-alt-slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/gg-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/medium-m.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/brands/quinscape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-circle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrow-circle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/calendar-day.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/eraser.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrows-alt-h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/arrows-alt-v.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/bars.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/calendar-week.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/door-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/fish.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/hat-wizard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/redo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/sign-in-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Blazm.Components/SampleServerSide/wwwroot/css/fontawesome-free-5.13.0-web/svgs/solid/toggle-off.svg: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------