From 89a799ece26ec8bbfd71815ae0635c627573400c Mon Sep 17 00:00:00 2001 From: Argo Date: Sun, 1 Jan 2023 13:02:06 +0000 Subject: [PATCH] =?UTF-8?q?!3715=20doc(#I68BXH):=20update=20DemoBlock=20pa?= =?UTF-8?q?rameter=20demo=20*=20refactor:=20=E7=A7=BB=E9=99=A4=20Demos=20?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=20*=20chore:=20=E6=9B=B4=E6=96=B0=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=96=87=E4=BB=B6=20*=20chore:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20wasm=20=E7=AB=AF=E5=8F=A3=20*=20doc:=20=E6=9B=B4=E6=96=B0=20?= =?UTF-8?q?Demo=20=E5=8F=98=E9=87=8F=E5=80=BC=20*=20refactor:=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=BB=A3=E7=A0=81=E7=89=87=E6=AE=B5=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=20*=20doc:=20Demo=20=E6=9B=B4=E6=94=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=B8=BA=20Type=20*=20doc:=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=20DemoComponentConverter=20=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appsettings.Development.json | 4 +-- .../Components/DemoBlock.razor | 2 +- .../Components/DemoBlock.razor.cs | 12 +++---- .../Extensions/CacheManagerExtensions.cs | 2 +- .../Extensions/ServicesExtensions.cs | 3 -- .../Samples/Ajaxs.razor | 4 +-- .../Samples/Alerts.razor | 12 +++---- .../Samples/AnchorLinks.razor | 2 +- .../Samples/Anchors.razor | 2 +- .../Samples/AutoCompletes.razor | 18 +++++----- .../Samples/AutoFills.razor | 6 ++-- .../Samples/AutoRedirects.razor | 2 +- .../Samples/Avatars.razor | 8 ++--- .../Samples/Badges.razor | 6 ++-- .../Samples/BarcodeReaders.razor | 4 +-- .../Samples/Blocks.razor | 10 +++--- .../Samples/Breadcrumbs.razor | 2 +- .../Samples/Buttons.razor | 20 +++++------ .../Samples/Calendars.razor | 12 +++---- .../Samples/Cameras.razor | 6 ++-- .../Samples/Captchas.razor | 6 ++-- .../Samples/Cards.razor | 16 ++++----- .../Samples/Carousels.razor | 22 ++++++------ .../Samples/Cascaders.razor | 16 ++++----- .../Samples/CheckboxLists.razor | 14 ++++---- .../Samples/Checkboxs.razor | 16 ++++----- .../Samples/CherryMarkdowns.razor | 10 +++--- .../Samples/Circles.razor | 8 ++--- .../Samples/Client.razor | 2 +- .../Samples/Collapses.razor | 10 +++--- .../Samples/ColorPickers.razor | 10 +++--- .../Samples/Consoles.razor | 10 +++--- .../Samples/DateTimePickers.razor | 28 +++++++-------- .../Samples/DateTimeRanges.razor | 16 ++++----- .../Samples/Dialogs.razor | 36 +++++++++---------- .../Samples/Dispatches.razor | 2 +- .../Samples/DropdownWidgets.razor | 2 +- .../Samples/FileIcons.razor | 8 ++--- .../Services/CodeSnippetService.cs | 4 +-- .../Services/DemoComponentConverter.cs | 27 -------------- .../wwwroot/js/bootstrap.blazor.chart.min.js | 2 +- .../Properties/launchSettings.json | 2 +- .../Properties/launchSettings.json | 2 +- 43 files changed, 187 insertions(+), 219 deletions(-) delete mode 100644 src/BootstrapBlazor.Shared/Services/DemoComponentConverter.cs diff --git a/src/BootstrapBlazor.Server/appsettings.Development.json b/src/BootstrapBlazor.Server/appsettings.Development.json index cc2a4eae9..5676712bb 100644 --- a/src/BootstrapBlazor.Server/appsettings.Development.json +++ b/src/BootstrapBlazor.Server/appsettings.Development.json @@ -8,7 +8,7 @@ }, "AllowOrigins": "http://localhost:5000", "WebsiteOptions": { - "ServerUrl": "http://localhost:50853", - "WasmUrl": "http://localhost:50855" + "ServerUrl": "http://localhost:5053", + "WasmUrl": "http://localhost:5055" } } diff --git a/src/BootstrapBlazor.Shared/Components/DemoBlock.razor b/src/BootstrapBlazor.Shared/Components/DemoBlock.razor index da162a1b4..4f04a2a63 100644 --- a/src/BootstrapBlazor.Shared/Components/DemoBlock.razor +++ b/src/BootstrapBlazor.Shared/Components/DemoBlock.razor @@ -15,7 +15,7 @@ {