diff --git a/BootstrapBlazor.sln b/BootstrapBlazor.sln index 16eedd6160f..8cad0d1f837 100644 --- a/BootstrapBlazor.sln +++ b/BootstrapBlazor.sln @@ -66,14 +66,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{02EA681E-C README.zh-CN.md = README.zh-CN.md EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BootstrapBlazor.Shared", "src\BootstrapBlazor.Shared\BootstrapBlazor.Shared.csproj", "{A6E8F478-213E-44EC-BF4D-7C9342C3DEED}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BootstrapBlazorAuto", "src\BootstrapBlazorAuto\BootstrapBlazorAuto\BootstrapBlazorAuto.csproj", "{2A69B4F8-7C7D-4AC3-BE13-B862DE078F6E}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BootstrapBlazorAuto.Client", "src\BootstrapBlazorAuto\BootstrapBlazorAuto.Client\BootstrapBlazorAuto.Client.csproj", "{7D3FFBD8-A43C-490F-92D1-4F669E7E550F}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "auto", "auto", "{0C783146-82BE-4E81-99A2-EEFF356F1BCC}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -108,18 +100,6 @@ Global {01DA4687-0973-4CA6-97F5-04E0B8DD1B13}.Debug|Any CPU.Build.0 = Debug|Any CPU {01DA4687-0973-4CA6-97F5-04E0B8DD1B13}.Release|Any CPU.ActiveCfg = Release|Any CPU {01DA4687-0973-4CA6-97F5-04E0B8DD1B13}.Release|Any CPU.Build.0 = Release|Any CPU - {A6E8F478-213E-44EC-BF4D-7C9342C3DEED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A6E8F478-213E-44EC-BF4D-7C9342C3DEED}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A6E8F478-213E-44EC-BF4D-7C9342C3DEED}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A6E8F478-213E-44EC-BF4D-7C9342C3DEED}.Release|Any CPU.Build.0 = Release|Any CPU - {2A69B4F8-7C7D-4AC3-BE13-B862DE078F6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2A69B4F8-7C7D-4AC3-BE13-B862DE078F6E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2A69B4F8-7C7D-4AC3-BE13-B862DE078F6E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2A69B4F8-7C7D-4AC3-BE13-B862DE078F6E}.Release|Any CPU.Build.0 = Release|Any CPU - {7D3FFBD8-A43C-490F-92D1-4F669E7E550F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7D3FFBD8-A43C-490F-92D1-4F669E7E550F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7D3FFBD8-A43C-490F-92D1-4F669E7E550F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7D3FFBD8-A43C-490F-92D1-4F669E7E550F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -135,10 +115,6 @@ Global {6D73FED6-0086-460B-84FA-1FA78176BF59} = {7C1D79F1-87BC-42C1-BD5A-CDE4044AC1BD} {D8AEAFE7-10AF-4A5B-BC67-FE740A2CA1DF} = {7C1D79F1-87BC-42C1-BD5A-CDE4044AC1BD} {01DA4687-0973-4CA6-97F5-04E0B8DD1B13} = {7C1D79F1-87BC-42C1-BD5A-CDE4044AC1BD} - {A6E8F478-213E-44EC-BF4D-7C9342C3DEED} = {A2182155-43ED-44C1-BF6F-1B70EBD2DFFE} - {2A69B4F8-7C7D-4AC3-BE13-B862DE078F6E} = {0C783146-82BE-4E81-99A2-EEFF356F1BCC} - {7D3FFBD8-A43C-490F-92D1-4F669E7E550F} = {0C783146-82BE-4E81-99A2-EEFF356F1BCC} - {0C783146-82BE-4E81-99A2-EEFF356F1BCC} = {A2182155-43ED-44C1-BF6F-1B70EBD2DFFE} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {0DCB0756-34FA-4FD0-AE1D-D3F08B5B3A6B} diff --git a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj index 72d11729d58..b318c5d6181 100644 --- a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj +++ b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj @@ -1,10 +1,70 @@ - + true dd866c36-9a9b-4dda-bce0-44c91d3094cc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -12,13 +72,23 @@ - + - + + + + + + + + + + + diff --git a/src/BootstrapBlazor.Server/Components/App.razor b/src/BootstrapBlazor.Server/Components/App.razor index 67907495568..04b4760bb27 100644 --- a/src/BootstrapBlazor.Server/Components/App.razor +++ b/src/BootstrapBlazor.Server/Components/App.razor @@ -24,8 +24,8 @@ - - + + diff --git a/src/BootstrapBlazor.Shared/Components/Components/AttributeTable.razor b/src/BootstrapBlazor.Server/Components/Components/AttributeTable.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/AttributeTable.razor rename to src/BootstrapBlazor.Server/Components/Components/AttributeTable.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/AttributeTable.razor.cs b/src/BootstrapBlazor.Server/Components/Components/AttributeTable.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Components/AttributeTable.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/AttributeTable.razor.cs index 202994521d7..9d5f1ab4b8c 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/AttributeTable.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/AttributeTable.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/BBLogo.razor b/src/BootstrapBlazor.Server/Components/Components/BBLogo.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/BBLogo.razor rename to src/BootstrapBlazor.Server/Components/Components/BBLogo.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/BBLogo.razor.css b/src/BootstrapBlazor.Server/Components/Components/BBLogo.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/BBLogo.razor.css rename to src/BootstrapBlazor.Server/Components/Components/BBLogo.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/BarcodeGenerateSettings.razor b/src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/BarcodeGenerateSettings.razor rename to src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/BarcodeGenerateSettings.razor.cs b/src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Components/BarcodeGenerateSettings.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor.cs index b8b96b95b5f..d5e3f6e3df7 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/BarcodeGenerateSettings.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/BarcodeGenerateSettings.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// BarcodeGenerateSettings 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/BlazorReconnector.razor b/src/BootstrapBlazor.Server/Components/Components/BlazorReconnector.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/BlazorReconnector.razor rename to src/BootstrapBlazor.Server/Components/Components/BlazorReconnector.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CalendarCrewCell.razor b/src/BootstrapBlazor.Server/Components/Components/CalendarCrewCell.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CalendarCrewCell.razor rename to src/BootstrapBlazor.Server/Components/Components/CalendarCrewCell.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CalendarCrewCell.razor.cs b/src/BootstrapBlazor.Server/Components/Components/CalendarCrewCell.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Components/CalendarCrewCell.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/CalendarCrewCell.razor.cs index 0420604274a..74fcf6500fa 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/CalendarCrewCell.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/CalendarCrewCell.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/CalendarCrewCell.razor.css b/src/BootstrapBlazor.Server/Components/Components/CalendarCrewCell.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CalendarCrewCell.razor.css rename to src/BootstrapBlazor.Server/Components/Components/CalendarCrewCell.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/CalendarCrewDialogBody.razor b/src/BootstrapBlazor.Server/Components/Components/CalendarCrewDialogBody.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CalendarCrewDialogBody.razor rename to src/BootstrapBlazor.Server/Components/Components/CalendarCrewDialogBody.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CalendarCrewDialogBody.razor.cs b/src/BootstrapBlazor.Server/Components/Components/CalendarCrewDialogBody.razor.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Components/Components/CalendarCrewDialogBody.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/CalendarCrewDialogBody.razor.cs index 841b1c7ae0b..9ea2841651d 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/CalendarCrewDialogBody.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/CalendarCrewDialogBody.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/CalendarCrewDialogBody.razor.css b/src/BootstrapBlazor.Server/Components/Components/CalendarCrewDialogBody.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CalendarCrewDialogBody.razor.css rename to src/BootstrapBlazor.Server/Components/Components/CalendarCrewDialogBody.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/CommitItem.razor b/src/BootstrapBlazor.Server/Components/Components/CommitItem.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CommitItem.razor rename to src/BootstrapBlazor.Server/Components/Components/CommitItem.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CommitItem.razor.cs b/src/BootstrapBlazor.Server/Components/Components/CommitItem.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Components/CommitItem.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/CommitItem.razor.cs index 7e3e7beae21..55e8203ba06 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/CommitItem.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/CommitItem.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/ComponentCard.razor b/src/BootstrapBlazor.Server/Components/Components/ComponentCard.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ComponentCard.razor rename to src/BootstrapBlazor.Server/Components/Components/ComponentCard.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/ComponentCard.razor.cs b/src/BootstrapBlazor.Server/Components/Components/ComponentCard.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Components/ComponentCard.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/ComponentCard.razor.cs index 08056da1758..6e8a022a361 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/ComponentCard.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/ComponentCard.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/ComponentCard.razor.css b/src/BootstrapBlazor.Server/Components/Components/ComponentCard.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ComponentCard.razor.css rename to src/BootstrapBlazor.Server/Components/Components/ComponentCard.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/ComponentCategory.razor b/src/BootstrapBlazor.Server/Components/Components/ComponentCategory.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ComponentCategory.razor rename to src/BootstrapBlazor.Server/Components/Components/ComponentCategory.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/ComponentCategory.razor.cs b/src/BootstrapBlazor.Server/Components/Components/ComponentCategory.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Components/ComponentCategory.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/ComponentCategory.razor.cs index 178078c1268..b1dae519bba 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/ComponentCategory.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/ComponentCategory.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/ComponentCategory.razor.css b/src/BootstrapBlazor.Server/Components/Components/ComponentCategory.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ComponentCategory.razor.css rename to src/BootstrapBlazor.Server/Components/Components/ComponentCategory.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/ContextMenuList.razor b/src/BootstrapBlazor.Server/Components/Components/ContextMenuList.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ContextMenuList.razor rename to src/BootstrapBlazor.Server/Components/Components/ContextMenuList.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/Counter.razor b/src/BootstrapBlazor.Server/Components/Components/Counter.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/Counter.razor rename to src/BootstrapBlazor.Server/Components/Components/Counter.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CultureChooser.razor b/src/BootstrapBlazor.Server/Components/Components/CultureChooser.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CultureChooser.razor rename to src/BootstrapBlazor.Server/Components/Components/CultureChooser.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CultureChooser.razor.cs b/src/BootstrapBlazor.Server/Components/Components/CultureChooser.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Components/CultureChooser.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/CultureChooser.razor.cs index 1986e5736d7..4ab70af7709 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/CultureChooser.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/CultureChooser.razor.cs @@ -7,7 +7,7 @@ using Microsoft.JSInterop; using System.Globalization; -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/CultureChooser.razor.css b/src/BootstrapBlazor.Server/Components/Components/CultureChooser.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CultureChooser.razor.css rename to src/BootstrapBlazor.Server/Components/Components/CultureChooser.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/CustomPopConfirmContent.razor b/src/BootstrapBlazor.Server/Components/Components/CustomPopConfirmContent.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CustomPopConfirmContent.razor rename to src/BootstrapBlazor.Server/Components/Components/CustomPopConfirmContent.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CustomPopConfirmContent.razor.cs b/src/BootstrapBlazor.Server/Components/Components/CustomPopConfirmContent.razor.cs similarity index 92% rename from src/BootstrapBlazor.Shared/Components/Components/CustomPopConfirmContent.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/CustomPopConfirmContent.razor.cs index 06dcae8bcef..e9bffc4fbfb 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/CustomPopConfirmContent.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/CustomPopConfirmContent.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// CustomPopConfirmContent 自定义组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/CustomTableRow.razor b/src/BootstrapBlazor.Server/Components/Components/CustomTableRow.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CustomTableRow.razor rename to src/BootstrapBlazor.Server/Components/Components/CustomTableRow.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CustomTableRow.razor.cs b/src/BootstrapBlazor.Server/Components/Components/CustomTableRow.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Components/CustomTableRow.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/CustomTableRow.razor.cs index 200c4539379..6f9b3f327a1 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/CustomTableRow.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/CustomTableRow.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// 自定义行组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/CustomWinBoxContent.razor b/src/BootstrapBlazor.Server/Components/Components/CustomWinBoxContent.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CustomWinBoxContent.razor rename to src/BootstrapBlazor.Server/Components/Components/CustomWinBoxContent.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CustomWinBoxContent.razor.cs b/src/BootstrapBlazor.Server/Components/Components/CustomWinBoxContent.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Components/CustomWinBoxContent.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/CustomWinBoxContent.razor.cs index 3c1282ae7ae..85d6b49b98b 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/CustomWinBoxContent.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/CustomWinBoxContent.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// CustomWinBoxContent 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/CustomerFilter.razor b/src/BootstrapBlazor.Server/Components/Components/CustomerFilter.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CustomerFilter.razor rename to src/BootstrapBlazor.Server/Components/Components/CustomerFilter.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CustomerSelectDialog.razor b/src/BootstrapBlazor.Server/Components/Components/CustomerSelectDialog.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/CustomerSelectDialog.razor rename to src/BootstrapBlazor.Server/Components/Components/CustomerSelectDialog.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/CustomerSelectDialog.razor.cs b/src/BootstrapBlazor.Server/Components/Components/CustomerSelectDialog.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Components/CustomerSelectDialog.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/CustomerSelectDialog.razor.cs index 0cbac7d3ef9..deb07c21ec5 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/CustomerSelectDialog.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/CustomerSelectDialog.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/DataDialogComponent.razor b/src/BootstrapBlazor.Server/Components/Components/DataDialogComponent.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DataDialogComponent.razor rename to src/BootstrapBlazor.Server/Components/Components/DataDialogComponent.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/DemoBlock.razor b/src/BootstrapBlazor.Server/Components/Components/DemoBlock.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DemoBlock.razor rename to src/BootstrapBlazor.Server/Components/Components/DemoBlock.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/DemoBlock.razor.cs b/src/BootstrapBlazor.Server/Components/Components/DemoBlock.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Components/DemoBlock.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/DemoBlock.razor.cs index 6e3eab5fff2..19318c3c556 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/DemoBlock.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/DemoBlock.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// DemoBlock 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/DemoBlock.razor.css b/src/BootstrapBlazor.Server/Components/Components/DemoBlock.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DemoBlock.razor.css rename to src/BootstrapBlazor.Server/Components/Components/DemoBlock.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/DemoComponent.razor b/src/BootstrapBlazor.Server/Components/Components/DemoComponent.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DemoComponent.razor rename to src/BootstrapBlazor.Server/Components/Components/DemoComponent.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/DemoHobbyTemplate.razor b/src/BootstrapBlazor.Server/Components/Components/DemoHobbyTemplate.razor similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Components/DemoHobbyTemplate.razor rename to src/BootstrapBlazor.Server/Components/Components/DemoHobbyTemplate.razor index 6517334a733..4644691af67 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/DemoHobbyTemplate.razor +++ b/src/BootstrapBlazor.Server/Components/Components/DemoHobbyTemplate.razor @@ -1,4 +1,4 @@ -@using BootstrapBlazor.Shared.Components.Samples.Table +@using BootstrapBlazor.Server.Components.Samples.Table @inject IStringLocalizer LocalizerFoo
diff --git a/src/BootstrapBlazor.Shared/Components/Components/DemoTabItem.razor b/src/BootstrapBlazor.Server/Components/Components/DemoTabItem.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DemoTabItem.razor rename to src/BootstrapBlazor.Server/Components/Components/DemoTabItem.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/DemoTabItem.razor.cs b/src/BootstrapBlazor.Server/Components/Components/DemoTabItem.razor.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Components/Components/DemoTabItem.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/DemoTabItem.razor.cs index 8901ec0957b..35a0088877e 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/DemoTabItem.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/DemoTabItem.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// DemoTabItem 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/DemoTabItemSetText.razor b/src/BootstrapBlazor.Server/Components/Components/DemoTabItemSetText.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DemoTabItemSetText.razor rename to src/BootstrapBlazor.Server/Components/Components/DemoTabItemSetText.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/DemoTabItemSetText.razor.cs b/src/BootstrapBlazor.Server/Components/Components/DemoTabItemSetText.razor.cs similarity index 92% rename from src/BootstrapBlazor.Shared/Components/Components/DemoTabItemSetText.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/DemoTabItemSetText.razor.cs index 0d126056174..eb50a3c88af 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/DemoTabItemSetText.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/DemoTabItemSetText.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// DemoTabItem 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/DemoTableEditTemplate.razor b/src/BootstrapBlazor.Server/Components/Components/DemoTableEditTemplate.razor similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Components/DemoTableEditTemplate.razor rename to src/BootstrapBlazor.Server/Components/Components/DemoTableEditTemplate.razor index e20b36ee6e9..39c245c6e0a 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/DemoTableEditTemplate.razor +++ b/src/BootstrapBlazor.Server/Components/Components/DemoTableEditTemplate.razor @@ -1,4 +1,4 @@ -@using BootstrapBlazor.Shared.Components.Samples.Table +@using BootstrapBlazor.Server.Components.Samples.Table @inject IStringLocalizer LocalizerFoo @inject IStringLocalizer Localizer diff --git a/src/BootstrapBlazor.Shared/Components/Components/DialogBodyFoo.razor b/src/BootstrapBlazor.Server/Components/Components/DialogBodyFoo.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DialogBodyFoo.razor rename to src/BootstrapBlazor.Server/Components/Components/DialogBodyFoo.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/DialogBodyFoo.razor.cs b/src/BootstrapBlazor.Server/Components/Components/DialogBodyFoo.razor.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Components/Components/DialogBodyFoo.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/DialogBodyFoo.razor.cs index dd0b74f594b..2af74730aa0 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/DialogBodyFoo.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/DialogBodyFoo.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/DialogDemo.razor b/src/BootstrapBlazor.Server/Components/Components/DialogDemo.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DialogDemo.razor rename to src/BootstrapBlazor.Server/Components/Components/DialogDemo.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/DialogDemo.razor.cs b/src/BootstrapBlazor.Server/Components/Components/DialogDemo.razor.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Components/Components/DialogDemo.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/DialogDemo.razor.cs index f0d63c3accb..a1b65e6f60a 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/DialogDemo.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/DialogDemo.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/DialogHeaderFoo.razor b/src/BootstrapBlazor.Server/Components/Components/DialogHeaderFoo.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DialogHeaderFoo.razor rename to src/BootstrapBlazor.Server/Components/Components/DialogHeaderFoo.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/DialogHeaderFoo.razor.cs b/src/BootstrapBlazor.Server/Components/Components/DialogHeaderFoo.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Components/DialogHeaderFoo.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/DialogHeaderFoo.razor.cs index c4bf16e9879..fb2caa30099 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/DialogHeaderFoo.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/DialogHeaderFoo.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/DialogSaveDetail.razor b/src/BootstrapBlazor.Server/Components/Components/DialogSaveDetail.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DialogSaveDetail.razor rename to src/BootstrapBlazor.Server/Components/Components/DialogSaveDetail.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/DockViewTitleTemplateDemo.razor b/src/BootstrapBlazor.Server/Components/Components/DockViewTitleTemplateDemo.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DockViewTitleTemplateDemo.razor rename to src/BootstrapBlazor.Server/Components/Components/DockViewTitleTemplateDemo.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/DockViewTitleTemplateDemo.razor.css b/src/BootstrapBlazor.Server/Components/Components/DockViewTitleTemplateDemo.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/DockViewTitleTemplateDemo.razor.css rename to src/BootstrapBlazor.Server/Components/Components/DockViewTitleTemplateDemo.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/ErrorCounter.razor b/src/BootstrapBlazor.Server/Components/Components/ErrorCounter.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ErrorCounter.razor rename to src/BootstrapBlazor.Server/Components/Components/ErrorCounter.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/EventTable.razor b/src/BootstrapBlazor.Server/Components/Components/EventTable.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/EventTable.razor rename to src/BootstrapBlazor.Server/Components/Components/EventTable.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/FetchData.razor b/src/BootstrapBlazor.Server/Components/Components/FetchData.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/FetchData.razor rename to src/BootstrapBlazor.Server/Components/Components/FetchData.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/FooSearch.razor b/src/BootstrapBlazor.Server/Components/Components/FooSearch.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/FooSearch.razor rename to src/BootstrapBlazor.Server/Components/Components/FooSearch.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/FooSearch.razor.cs b/src/BootstrapBlazor.Server/Components/Components/FooSearch.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Components/FooSearch.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/FooSearch.razor.cs index 1a3ff4eb4fb..476985ee2cb 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/FooSearch.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/FooSearch.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/FooSortableListItem.razor b/src/BootstrapBlazor.Server/Components/Components/FooSortableListItem.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/FooSortableListItem.razor rename to src/BootstrapBlazor.Server/Components/Components/FooSortableListItem.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/FooSortableListItem.razor.cs b/src/BootstrapBlazor.Server/Components/Components/FooSortableListItem.razor.cs similarity index 90% rename from src/BootstrapBlazor.Shared/Components/Components/FooSortableListItem.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/FooSortableListItem.razor.cs index 28be5af5d4f..86f8d3f700e 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/FooSortableListItem.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/FooSortableListItem.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// FooSortableListItem 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/FooSortableListItem.razor.css b/src/BootstrapBlazor.Server/Components/Components/FooSortableListItem.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/FooSortableListItem.razor.css rename to src/BootstrapBlazor.Server/Components/Components/FooSortableListItem.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/FooSortableListRightItem.razor b/src/BootstrapBlazor.Server/Components/Components/FooSortableListRightItem.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/FooSortableListRightItem.razor rename to src/BootstrapBlazor.Server/Components/Components/FooSortableListRightItem.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/FooSortableListRightItem.razor.cs b/src/BootstrapBlazor.Server/Components/Components/FooSortableListRightItem.razor.cs similarity index 90% rename from src/BootstrapBlazor.Shared/Components/Components/FooSortableListRightItem.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/FooSortableListRightItem.razor.cs index 7e8d91453e8..c5d66ad157c 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/FooSortableListRightItem.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/FooSortableListRightItem.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// FooSortableListRightItem 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/FooSortableListRightItem.razor.css b/src/BootstrapBlazor.Server/Components/Components/FooSortableListRightItem.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/FooSortableListRightItem.razor.css rename to src/BootstrapBlazor.Server/Components/Components/FooSortableListRightItem.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/FormInlineSwitch.razor b/src/BootstrapBlazor.Server/Components/Components/FormInlineSwitch.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/FormInlineSwitch.razor rename to src/BootstrapBlazor.Server/Components/Components/FormInlineSwitch.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/FormInlineSwitch.razor.cs b/src/BootstrapBlazor.Server/Components/Components/FormInlineSwitch.razor.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Components/Components/FormInlineSwitch.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/FormInlineSwitch.razor.cs index f8cabde9fac..fd4ac9c3b6f 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/FormInlineSwitch.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/FormInlineSwitch.razor.cs @@ -3,9 +3,9 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -using BootstrapBlazor.Shared.Components.Samples; +using BootstrapBlazor.Server.Components.Samples; -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// 内部组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/GlobalSearch.razor b/src/BootstrapBlazor.Server/Components/Components/GlobalSearch.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/GlobalSearch.razor rename to src/BootstrapBlazor.Server/Components/Components/GlobalSearch.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/Header.razor b/src/BootstrapBlazor.Server/Components/Components/Header.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/Header.razor rename to src/BootstrapBlazor.Server/Components/Components/Header.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/Header.razor.cs b/src/BootstrapBlazor.Server/Components/Components/Header.razor.cs similarity index 86% rename from src/BootstrapBlazor.Shared/Components/Components/Header.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/Header.razor.cs index 7cba6c986ed..42252c1801e 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/Header.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/Header.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// Header 组件 @@ -39,7 +39,7 @@ public partial class Header [NotNull] private string? TutorialsText { get; set; } - private string DownloadUrl => "https://github.com/dotnetcore/BootstrapBlazor/releases?wt.mc_id=DT-MVP-5004174"; + private const string DownloadUrl = "https://github.com/dotnetcore/BootstrapBlazor/releases?wt.mc_id=DT-MVP-5004174"; private string _versionString = ""; @@ -58,5 +58,5 @@ protected override void OnInitialized() _versionString = $"v{PackageVersionService.Version}"; } - private Task OnThemeChangedAsync(ThemeValue themeName) => InvokeVoidAsync("updateTheme", themeName); + private Task OnThemeChangedAsync(ThemeValue themeName) => InvokeVoidAsync("updateTheme", themeName, WebsiteOption.CurrentValue.AssetRootPath); } diff --git a/src/BootstrapBlazor.Shared/Components/Components/Header.razor.css b/src/BootstrapBlazor.Server/Components/Components/Header.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/Header.razor.css rename to src/BootstrapBlazor.Server/Components/Components/Header.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/Header.razor.js b/src/BootstrapBlazor.Server/Components/Components/Header.razor.js similarity index 80% rename from src/BootstrapBlazor.Shared/Components/Components/Header.razor.js rename to src/BootstrapBlazor.Server/Components/Components/Header.razor.js index ada9b59ce9a..204e7bbeda6 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/Header.razor.js +++ b/src/BootstrapBlazor.Server/Components/Components/Header.razor.js @@ -1,5 +1,5 @@ import { switchTheme as syncTheme } from "./Pre.razor.js" -import EventHandler from "../../../BootstrapBlazor/modules/event-handler.js" +import EventHandler from "../../_content/BootstrapBlazor/modules/event-handler.js" export function init(id) { const scrollTop = () => (document.documentElement && document.documentElement.scrollTop) || document.body.scrollTop @@ -17,8 +17,8 @@ export function init(id) { }); } -export async function updateTheme(theme) { - await syncTheme(theme); +export async function updateTheme(theme, assetPath) { + await syncTheme(theme, assetPath); } export function dispose(id) { diff --git a/src/BootstrapBlazor.Shared/Components/Components/InstallContent.razor b/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/InstallContent.razor rename to src/BootstrapBlazor.Server/Components/Components/InstallContent.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/InstallContent.razor.cs b/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Components/InstallContent.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/InstallContent.razor.cs index bac73155ae5..86dcabb08a1 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/InstallContent.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/MethodTable.razor b/src/BootstrapBlazor.Server/Components/Components/MethodTable.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/MethodTable.razor rename to src/BootstrapBlazor.Server/Components/Components/MethodTable.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/MethodTable.razor.cs b/src/BootstrapBlazor.Server/Components/Components/MethodTable.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Components/MethodTable.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/MethodTable.razor.cs index fce681423d9..2cf6f641b7c 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/MethodTable.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/MethodTable.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/MockError.razor b/src/BootstrapBlazor.Server/Components/Components/MockError.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/MockError.razor rename to src/BootstrapBlazor.Server/Components/Components/MockError.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/PackageTips.razor b/src/BootstrapBlazor.Server/Components/Components/PackageTips.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/PackageTips.razor rename to src/BootstrapBlazor.Server/Components/Components/PackageTips.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/Pre.razor b/src/BootstrapBlazor.Server/Components/Components/Pre.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/Pre.razor rename to src/BootstrapBlazor.Server/Components/Components/Pre.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/Pre.razor.cs b/src/BootstrapBlazor.Server/Components/Components/Pre.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Components/Pre.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/Pre.razor.cs index 4ef0d7e8b5a..7077a5f9adc 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/Pre.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/Pre.razor.cs @@ -5,7 +5,7 @@ using System.Text.RegularExpressions; -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// Pre 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/Pre.razor.css b/src/BootstrapBlazor.Server/Components/Components/Pre.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/Pre.razor.css rename to src/BootstrapBlazor.Server/Components/Components/Pre.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/Pre.razor.js b/src/BootstrapBlazor.Server/Components/Components/Pre.razor.js similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Components/Pre.razor.js rename to src/BootstrapBlazor.Server/Components/Components/Pre.razor.js index 774de32124f..35247026b4e 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/Pre.razor.js +++ b/src/BootstrapBlazor.Server/Components/Components/Pre.razor.js @@ -1,5 +1,5 @@ -import { copy, getDescribedElement, addLink, removeLink, addScript, getHeight, getPreferredTheme } from "../../../BootstrapBlazor/modules/utility.js" -import EventHandler from "../../../BootstrapBlazor/modules/event-handler.js" +import { copy, getDescribedElement, addLink, removeLink, addScript, getHeight, getPreferredTheme } from "../../_content/BootstrapBlazor/modules/utility.js" +import EventHandler from "../../_content/BootstrapBlazor/modules/event-handler.js" export async function init(id, title, assetRoot) { const el = document.getElementById(id); diff --git a/src/BootstrapBlazor.Shared/Components/Components/QQGroup.razor b/src/BootstrapBlazor.Server/Components/Components/QQGroup.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/QQGroup.razor rename to src/BootstrapBlazor.Server/Components/Components/QQGroup.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/RebootCountDown.razor b/src/BootstrapBlazor.Server/Components/Components/RebootCountDown.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/RebootCountDown.razor rename to src/BootstrapBlazor.Server/Components/Components/RebootCountDown.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/RebootCountDown.razor.css b/src/BootstrapBlazor.Server/Components/Components/RebootCountDown.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/RebootCountDown.razor.css rename to src/BootstrapBlazor.Server/Components/Components/RebootCountDown.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/ResultDialogDemo.razor b/src/BootstrapBlazor.Server/Components/Components/ResultDialogDemo.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ResultDialogDemo.razor rename to src/BootstrapBlazor.Server/Components/Components/ResultDialogDemo.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/ResultDialogDemo.razor.cs b/src/BootstrapBlazor.Server/Components/Components/ResultDialogDemo.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Components/ResultDialogDemo.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/ResultDialogDemo.razor.cs index 5a660c4f76a..3a8b78c703e 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/ResultDialogDemo.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/ResultDialogDemo.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/ResultDialogDemo2.razor b/src/BootstrapBlazor.Server/Components/Components/ResultDialogDemo2.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ResultDialogDemo2.razor rename to src/BootstrapBlazor.Server/Components/Components/ResultDialogDemo2.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/ResultDialogDemo2.razor.cs b/src/BootstrapBlazor.Server/Components/Components/ResultDialogDemo2.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Components/ResultDialogDemo2.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/ResultDialogDemo2.razor.cs index e32725c1264..6e8dcf21322 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/ResultDialogDemo2.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/ResultDialogDemo2.razor.cs @@ -5,7 +5,7 @@ using System.ComponentModel; -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/ShownCallbackDummy.razor b/src/BootstrapBlazor.Server/Components/Components/ShownCallbackDummy.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ShownCallbackDummy.razor rename to src/BootstrapBlazor.Server/Components/Components/ShownCallbackDummy.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/State.razor b/src/BootstrapBlazor.Server/Components/Components/State.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/State.razor rename to src/BootstrapBlazor.Server/Components/Components/State.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/State.razor.cs b/src/BootstrapBlazor.Server/Components/Components/State.razor.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Components/Components/State.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/State.razor.cs index e48d494f531..d0b735418ad 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/State.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/State.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Components/SwalFooter.razor b/src/BootstrapBlazor.Server/Components/Components/SwalFooter.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/SwalFooter.razor rename to src/BootstrapBlazor.Server/Components/Components/SwalFooter.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/ThemeChooser.razor b/src/BootstrapBlazor.Server/Components/Components/ThemeChooser.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ThemeChooser.razor rename to src/BootstrapBlazor.Server/Components/Components/ThemeChooser.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/ThemeChooser.razor.cs b/src/BootstrapBlazor.Server/Components/Components/ThemeChooser.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Components/ThemeChooser.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/ThemeChooser.razor.cs index 70ad2ea2399..13f01903da4 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/ThemeChooser.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/ThemeChooser.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// 主题选择器组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/ThemeChooser.razor.css b/src/BootstrapBlazor.Server/Components/Components/ThemeChooser.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ThemeChooser.razor.css rename to src/BootstrapBlazor.Server/Components/Components/ThemeChooser.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/ThemeChooser.razor.js b/src/BootstrapBlazor.Server/Components/Components/ThemeChooser.razor.js similarity index 83% rename from src/BootstrapBlazor.Shared/Components/Components/ThemeChooser.razor.js rename to src/BootstrapBlazor.Server/Components/Components/ThemeChooser.razor.js index 49f418c6373..36809694e2f 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/ThemeChooser.razor.js +++ b/src/BootstrapBlazor.Server/Components/Components/ThemeChooser.razor.js @@ -1,6 +1,6 @@ -import { insertAfter } from "../../../BootstrapBlazor/modules/utility.js" -import Data from "../../../BootstrapBlazor/modules/data.js" -import EventHandler from "../../../BootstrapBlazor/modules/event-handler.js" +import { insertAfter } from "../../_content/BootstrapBlazor/modules/utility.js" +import Data from "../../_content/BootstrapBlazor/modules/data.js" +import EventHandler from "../../_content/BootstrapBlazor/modules/event-handler.js" export function init(id) { const el = document.getElementById(id) diff --git a/src/BootstrapBlazor.Shared/Components/Components/ThemeMode.razor b/src/BootstrapBlazor.Server/Components/Components/ThemeMode.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ThemeMode.razor rename to src/BootstrapBlazor.Server/Components/Components/ThemeMode.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/ThemeMode.razor.cs b/src/BootstrapBlazor.Server/Components/Components/ThemeMode.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Components/ThemeMode.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/ThemeMode.razor.cs index 5033c543bc1..f996d2122dd 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/ThemeMode.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/ThemeMode.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// ThemeMode 页面 diff --git a/src/BootstrapBlazor.Shared/Components/Components/ThemeMode.razor.js b/src/BootstrapBlazor.Server/Components/Components/ThemeMode.razor.js similarity index 75% rename from src/BootstrapBlazor.Shared/Components/Components/ThemeMode.razor.js rename to src/BootstrapBlazor.Server/Components/Components/ThemeMode.razor.js index 8bed40daf09..2e29d66b745 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/ThemeMode.razor.js +++ b/src/BootstrapBlazor.Server/Components/Components/ThemeMode.razor.js @@ -1,5 +1,5 @@ -import { getTheme, switchTheme } from "../../../BootstrapBlazor/modules/utility.js" -import EventHandler from "../../../BootstrapBlazor/modules/event-handler.js" +import { getTheme, switchTheme } from "../../_content/BootstrapBlazor/modules/utility.js" +import EventHandler from "../../_content/BootstrapBlazor/modules/event-handler.js" export function init(id) { const el = document.getElementById(id); diff --git a/src/BootstrapBlazor.Shared/Components/Components/Tips.razor b/src/BootstrapBlazor.Server/Components/Components/Tips.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/Tips.razor rename to src/BootstrapBlazor.Server/Components/Components/Tips.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/UpdateIntro.razor b/src/BootstrapBlazor.Server/Components/Components/UpdateIntro.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/UpdateIntro.razor rename to src/BootstrapBlazor.Server/Components/Components/UpdateIntro.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/UpdateIntro.razor.cs b/src/BootstrapBlazor.Server/Components/Components/UpdateIntro.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Components/UpdateIntro.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/UpdateIntro.razor.cs index ac21b582f96..54d861ef7df 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/UpdateIntro.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/UpdateIntro.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// 更新日志介绍组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/UpdateIntro.razor.css b/src/BootstrapBlazor.Server/Components/Components/UpdateIntro.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/UpdateIntro.razor.css rename to src/BootstrapBlazor.Server/Components/Components/UpdateIntro.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Components/UpdateIntro.razor.js b/src/BootstrapBlazor.Server/Components/Components/UpdateIntro.razor.js similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Components/UpdateIntro.razor.js rename to src/BootstrapBlazor.Server/Components/Components/UpdateIntro.razor.js index 2ebe1492492..ed2ec96cbad 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/UpdateIntro.razor.js +++ b/src/BootstrapBlazor.Server/Components/Components/UpdateIntro.razor.js @@ -1,5 +1,5 @@ -import Data from "../../../BootstrapBlazor/modules/data.js" -import EventHandler from "../../../BootstrapBlazor/modules/event-handler.js" +import Data from "../../_content/BootstrapBlazor/modules/data.js" +import EventHandler from "../../_content/BootstrapBlazor/modules/event-handler.js" export function init(id, version) { const el = document.getElementById(id) diff --git a/src/BootstrapBlazor.Shared/Components/Components/ValueCounter.razor b/src/BootstrapBlazor.Server/Components/Components/ValueCounter.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/ValueCounter.razor rename to src/BootstrapBlazor.Server/Components/Components/ValueCounter.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/Video.razor b/src/BootstrapBlazor.Server/Components/Components/Video.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/Video.razor rename to src/BootstrapBlazor.Server/Components/Components/Video.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/VideoDemo.razor b/src/BootstrapBlazor.Server/Components/Components/VideoDemo.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/VideoDemo.razor rename to src/BootstrapBlazor.Server/Components/Components/VideoDemo.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/VideoDemo.razor.cs b/src/BootstrapBlazor.Server/Components/Components/VideoDemo.razor.cs similarity index 92% rename from src/BootstrapBlazor.Shared/Components/Components/VideoDemo.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/VideoDemo.razor.cs index 027eea495f1..cb223b52265 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/VideoDemo.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/VideoDemo.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// VideoDemo 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/VideoDemo.razor.js b/src/BootstrapBlazor.Server/Components/Components/VideoDemo.razor.js similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/VideoDemo.razor.js rename to src/BootstrapBlazor.Server/Components/Components/VideoDemo.razor.js diff --git a/src/BootstrapBlazor.Shared/Components/Components/WebSiteModuleComponentBase.cs b/src/BootstrapBlazor.Server/Components/Components/WebSiteModuleComponentBase.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Components/Components/WebSiteModuleComponentBase.cs rename to src/BootstrapBlazor.Server/Components/Components/WebSiteModuleComponentBase.cs index 071047a435a..0efc9b04d02 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/WebSiteModuleComponentBase.cs +++ b/src/BootstrapBlazor.Server/Components/Components/WebSiteModuleComponentBase.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// WebSiteModuleComponentBase 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/Widget.razor b/src/BootstrapBlazor.Server/Components/Components/Widget.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/Widget.razor rename to src/BootstrapBlazor.Server/Components/Components/Widget.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/WinButton.razor b/src/BootstrapBlazor.Server/Components/Components/WinButton.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/WinButton.razor rename to src/BootstrapBlazor.Server/Components/Components/WinButton.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/Wwads.razor b/src/BootstrapBlazor.Server/Components/Components/Wwads.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/Wwads.razor rename to src/BootstrapBlazor.Server/Components/Components/Wwads.razor diff --git a/src/BootstrapBlazor.Shared/Components/Components/Wwads.razor.cs b/src/BootstrapBlazor.Server/Components/Components/Wwads.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Components/Wwads.razor.cs rename to src/BootstrapBlazor.Server/Components/Components/Wwads.razor.cs index ebd5a8ab18c..f8478b6031e 100644 --- a/src/BootstrapBlazor.Shared/Components/Components/Wwads.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Components/Wwads.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Components; +namespace BootstrapBlazor.Server.Components.Components; /// /// 广告组件 diff --git a/src/BootstrapBlazor.Shared/Components/Components/Wwads.razor.js b/src/BootstrapBlazor.Server/Components/Components/Wwads.razor.js similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Components/Wwads.razor.js rename to src/BootstrapBlazor.Server/Components/Components/Wwads.razor.js diff --git a/src/BootstrapBlazor.Shared/Components/Layout/BaseLayout.razor b/src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/BaseLayout.razor rename to src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/BaseLayout.razor.cs b/src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Layout/BaseLayout.razor.cs rename to src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.cs index 20d0f7eaccf..58571937e45 100644 --- a/src/BootstrapBlazor.Shared/Components/Layout/BaseLayout.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Layout; +namespace BootstrapBlazor.Server.Components.Layout; /// /// 母版页基类 diff --git a/src/BootstrapBlazor.Shared/Components/Layout/BaseLayout.razor.css b/src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/BaseLayout.razor.css rename to src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Layout/ComponentLayout.razor b/src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/ComponentLayout.razor rename to src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/ComponentLayout.razor.cs b/src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Layout/ComponentLayout.razor.cs rename to src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor.cs index 6ac01bb9070..c2f37a5b5a6 100644 --- a/src/BootstrapBlazor.Shared/Components/Layout/ComponentLayout.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor.cs @@ -6,7 +6,7 @@ using Microsoft.Extensions.Options; using Microsoft.JSInterop; -namespace BootstrapBlazor.Shared.Components.Layout; +namespace BootstrapBlazor.Server.Components.Layout; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Layout/ComponentLayout.razor.css b/src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/ComponentLayout.razor.css rename to src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Layout/ComponentLayout.razor.js b/src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor.js similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/ComponentLayout.razor.js rename to src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor.js diff --git a/src/BootstrapBlazor.Shared/Components/Layout/DockLayout.razor b/src/BootstrapBlazor.Server/Components/Layout/DockLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/DockLayout.razor rename to src/BootstrapBlazor.Server/Components/Layout/DockLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/DockLayout.razor.cs b/src/BootstrapBlazor.Server/Components/Layout/DockLayout.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Layout/DockLayout.razor.cs rename to src/BootstrapBlazor.Server/Components/Layout/DockLayout.razor.cs index 24838a53d0b..35359c74647 100644 --- a/src/BootstrapBlazor.Shared/Components/Layout/DockLayout.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Layout/DockLayout.razor.cs @@ -6,7 +6,7 @@ using Microsoft.Extensions.Options; using Microsoft.JSInterop; -namespace BootstrapBlazor.Shared.Components.Layout; +namespace BootstrapBlazor.Server.Components.Layout; /// /// DockLayout 布局组件 diff --git a/src/BootstrapBlazor.Shared/Components/Layout/DockLayout.razor.js b/src/BootstrapBlazor.Server/Components/Layout/DockLayout.razor.js similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/DockLayout.razor.js rename to src/BootstrapBlazor.Server/Components/Layout/DockLayout.razor.js diff --git a/src/BootstrapBlazor.Shared/Components/Layout/HomeLayout.razor b/src/BootstrapBlazor.Server/Components/Layout/HomeLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/HomeLayout.razor rename to src/BootstrapBlazor.Server/Components/Layout/HomeLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/HomeLayout.razor.cs b/src/BootstrapBlazor.Server/Components/Layout/HomeLayout.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Layout/HomeLayout.razor.cs rename to src/BootstrapBlazor.Server/Components/Layout/HomeLayout.razor.cs index a3fdb74b579..fa8a41826f1 100644 --- a/src/BootstrapBlazor.Shared/Components/Layout/HomeLayout.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Layout/HomeLayout.razor.cs @@ -6,7 +6,7 @@ using Microsoft.Extensions.Options; using System.Globalization; -namespace BootstrapBlazor.Shared.Components.Layout; +namespace BootstrapBlazor.Server.Components.Layout; /// /// Home 模板 diff --git a/src/BootstrapBlazor.Shared/Components/Layout/HomeLayout.razor.css b/src/BootstrapBlazor.Server/Components/Layout/HomeLayout.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/HomeLayout.razor.css rename to src/BootstrapBlazor.Server/Components/Layout/HomeLayout.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Layout/MainLayout.razor b/src/BootstrapBlazor.Server/Components/Layout/MainLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/MainLayout.razor rename to src/BootstrapBlazor.Server/Components/Layout/MainLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/MainLayout.razor.cs b/src/BootstrapBlazor.Server/Components/Layout/MainLayout.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Layout/MainLayout.razor.cs rename to src/BootstrapBlazor.Server/Components/Layout/MainLayout.razor.cs index cb522dd7999..c4ddfb33548 100644 --- a/src/BootstrapBlazor.Shared/Components/Layout/MainLayout.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Layout/MainLayout.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Layout; +namespace BootstrapBlazor.Server.Components.Layout; /// /// MainLayout 模板 diff --git a/src/BootstrapBlazor.Shared/Components/Layout/MainLayout.razor.css b/src/BootstrapBlazor.Server/Components/Layout/MainLayout.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/MainLayout.razor.css rename to src/BootstrapBlazor.Server/Components/Layout/MainLayout.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Layout/NavMenu.razor b/src/BootstrapBlazor.Server/Components/Layout/NavMenu.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/NavMenu.razor rename to src/BootstrapBlazor.Server/Components/Layout/NavMenu.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/NavMenu.razor.cs b/src/BootstrapBlazor.Server/Components/Layout/NavMenu.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Layout/NavMenu.razor.cs rename to src/BootstrapBlazor.Server/Components/Layout/NavMenu.razor.cs index bf85e313a78..38c90a4bee1 100644 --- a/src/BootstrapBlazor.Shared/Components/Layout/NavMenu.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Layout/NavMenu.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Layout; +namespace BootstrapBlazor.Server.Components.Layout; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Layout/NavMenu.razor.css b/src/BootstrapBlazor.Server/Components/Layout/NavMenu.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/NavMenu.razor.css rename to src/BootstrapBlazor.Server/Components/Layout/NavMenu.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Layout/NavMenu.razor.js b/src/BootstrapBlazor.Server/Components/Layout/NavMenu.razor.js similarity index 87% rename from src/BootstrapBlazor.Shared/Components/Layout/NavMenu.razor.js rename to src/BootstrapBlazor.Server/Components/Layout/NavMenu.razor.js index 6cb2f91be2d..854cefcec85 100644 --- a/src/BootstrapBlazor.Shared/Components/Layout/NavMenu.razor.js +++ b/src/BootstrapBlazor.Server/Components/Layout/NavMenu.razor.js @@ -1,6 +1,6 @@ -import Data from "../../../BootstrapBlazor/modules/data.js" -import Drag from "../../../BootstrapBlazor/modules/drag.js" -import EventHandler from "../../../BootstrapBlazor/modules/event-handler.js" +import Data from "../../_content/BootstrapBlazor/modules/data.js" +import Drag from "../../_content/BootstrapBlazor/modules/drag.js" +import EventHandler from "../../_content/BootstrapBlazor/modules/event-handler.js" export function init(id) { const navmenu = { diff --git a/src/BootstrapBlazor.Shared/Components/Layout/PageLayout.razor b/src/BootstrapBlazor.Server/Components/Layout/PageLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/PageLayout.razor rename to src/BootstrapBlazor.Server/Components/Layout/PageLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/PageLayout.razor.cs b/src/BootstrapBlazor.Server/Components/Layout/PageLayout.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Layout/PageLayout.razor.cs rename to src/BootstrapBlazor.Server/Components/Layout/PageLayout.razor.cs index 4621ce091dd..aee61e9b12b 100644 --- a/src/BootstrapBlazor.Shared/Components/Layout/PageLayout.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Layout/PageLayout.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Layout; +namespace BootstrapBlazor.Server.Components.Layout; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Layout/PrintLayout.razor b/src/BootstrapBlazor.Server/Components/Layout/PrintLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/PrintLayout.razor rename to src/BootstrapBlazor.Server/Components/Layout/PrintLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/TutorialsLayout.razor b/src/BootstrapBlazor.Server/Components/Layout/TutorialsLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/TutorialsLayout.razor rename to src/BootstrapBlazor.Server/Components/Layout/TutorialsLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/TutorialsLayout.razor.css b/src/BootstrapBlazor.Server/Components/Layout/TutorialsLayout.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/TutorialsLayout.razor.css rename to src/BootstrapBlazor.Server/Components/Layout/TutorialsLayout.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Layout/TutorialsLoginLayout.razor b/src/BootstrapBlazor.Server/Components/Layout/TutorialsLoginLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/TutorialsLoginLayout.razor rename to src/BootstrapBlazor.Server/Components/Layout/TutorialsLoginLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/TutorialsLoginLayout.razor.css b/src/BootstrapBlazor.Server/Components/Layout/TutorialsLoginLayout.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/TutorialsLoginLayout.razor.css rename to src/BootstrapBlazor.Server/Components/Layout/TutorialsLoginLayout.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Layout/TutorialsNavMenu.razor b/src/BootstrapBlazor.Server/Components/Layout/TutorialsNavMenu.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/TutorialsNavMenu.razor rename to src/BootstrapBlazor.Server/Components/Layout/TutorialsNavMenu.razor diff --git a/src/BootstrapBlazor.Shared/Components/Layout/TutorialsNavMenu.razor.cs b/src/BootstrapBlazor.Server/Components/Layout/TutorialsNavMenu.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Layout/TutorialsNavMenu.razor.cs rename to src/BootstrapBlazor.Server/Components/Layout/TutorialsNavMenu.razor.cs index 3d28d81832a..3ee57f35c32 100644 --- a/src/BootstrapBlazor.Shared/Components/Layout/TutorialsNavMenu.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Layout/TutorialsNavMenu.razor.cs @@ -3,11 +3,11 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -using BootstrapBlazor.Shared.Components.Pages; +using BootstrapBlazor.Server.Components.Pages; using Microsoft.AspNetCore.Components.Web; using System.Text; -namespace BootstrapBlazor.Shared.Components.Layout; +namespace BootstrapBlazor.Server.Components.Layout; /// /// 实战栏目侧边菜单 diff --git a/src/BootstrapBlazor.Shared/Components/Layout/TutorialsNavMenu.razor.css b/src/BootstrapBlazor.Server/Components/Layout/TutorialsNavMenu.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Layout/TutorialsNavMenu.razor.css rename to src/BootstrapBlazor.Server/Components/Layout/TutorialsNavMenu.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Breakpoints.razor b/src/BootstrapBlazor.Server/Components/Pages/Breakpoints.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Breakpoints.razor rename to src/BootstrapBlazor.Server/Components/Pages/Breakpoints.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Breakpoints.razor.css b/src/BootstrapBlazor.Server/Components/Pages/Breakpoints.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Breakpoints.razor.css rename to src/BootstrapBlazor.Server/Components/Pages/Breakpoints.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Chats.razor b/src/BootstrapBlazor.Server/Components/Pages/Chats.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Chats.razor rename to src/BootstrapBlazor.Server/Components/Pages/Chats.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Chats.razor.cs b/src/BootstrapBlazor.Server/Components/Pages/Chats.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Pages/Chats.razor.cs rename to src/BootstrapBlazor.Server/Components/Pages/Chats.razor.cs index ee8c2356749..33a263063b0 100644 --- a/src/BootstrapBlazor.Shared/Components/Pages/Chats.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Pages/Chats.razor.cs @@ -5,7 +5,7 @@ using System.Collections.Concurrent; -namespace BootstrapBlazor.Shared.Components.Pages; +namespace BootstrapBlazor.Server.Components.Pages; /// /// AI 聊天示例 diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Chats.razor.css b/src/BootstrapBlazor.Server/Components/Pages/Chats.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Chats.razor.css rename to src/BootstrapBlazor.Server/Components/Pages/Chats.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Chats.razor.js b/src/BootstrapBlazor.Server/Components/Pages/Chats.razor.js similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Pages/Chats.razor.js rename to src/BootstrapBlazor.Server/Components/Pages/Chats.razor.js index 8f319a0b6eb..bf16b72fa24 100644 --- a/src/BootstrapBlazor.Shared/Components/Pages/Chats.razor.js +++ b/src/BootstrapBlazor.Server/Components/Pages/Chats.razor.js @@ -1,4 +1,4 @@ -import EventHandler from "../../../BootstrapBlazor/modules/event-handler.js" +import EventHandler from "../../_content/BootstrapBlazor/modules/event-handler.js" export function init(id) { const el = document.getElementById(id) diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Coms.razor b/src/BootstrapBlazor.Server/Components/Pages/Coms.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Coms.razor rename to src/BootstrapBlazor.Server/Components/Pages/Coms.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Coms.razor.cs b/src/BootstrapBlazor.Server/Components/Pages/Coms.razor.cs similarity index 92% rename from src/BootstrapBlazor.Shared/Components/Pages/Coms.razor.cs rename to src/BootstrapBlazor.Server/Components/Pages/Coms.razor.cs index e224b4ccf9d..d7fa7f3f496 100644 --- a/src/BootstrapBlazor.Shared/Components/Pages/Coms.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Pages/Coms.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Pages; +namespace BootstrapBlazor.Server.Components.Pages; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Coms.razor.css b/src/BootstrapBlazor.Server/Components/Pages/Coms.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Coms.razor.css rename to src/BootstrapBlazor.Server/Components/Pages/Coms.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Error.razor b/src/BootstrapBlazor.Server/Components/Pages/Error.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Error.razor rename to src/BootstrapBlazor.Server/Components/Pages/Error.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/GlobalOption.razor b/src/BootstrapBlazor.Server/Components/Pages/GlobalOption.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/GlobalOption.razor rename to src/BootstrapBlazor.Server/Components/Pages/GlobalOption.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Globalization.razor b/src/BootstrapBlazor.Server/Components/Pages/Globalization.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Globalization.razor rename to src/BootstrapBlazor.Server/Components/Pages/Globalization.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Index.razor b/src/BootstrapBlazor.Server/Components/Pages/Index.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Index.razor rename to src/BootstrapBlazor.Server/Components/Pages/Index.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Index.razor.cs b/src/BootstrapBlazor.Server/Components/Pages/Index.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Pages/Index.razor.cs rename to src/BootstrapBlazor.Server/Components/Pages/Index.razor.cs index f219ff63907..259136b28c6 100644 --- a/src/BootstrapBlazor.Shared/Components/Pages/Index.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Pages/Index.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Pages; +namespace BootstrapBlazor.Server.Components.Pages; /// /// Index 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Index.razor.css b/src/BootstrapBlazor.Server/Components/Pages/Index.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Index.razor.css rename to src/BootstrapBlazor.Server/Components/Pages/Index.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Install.razor b/src/BootstrapBlazor.Server/Components/Pages/Install.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Install.razor rename to src/BootstrapBlazor.Server/Components/Pages/Install.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Install.razor.css b/src/BootstrapBlazor.Server/Components/Pages/Install.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Install.razor.css rename to src/BootstrapBlazor.Server/Components/Pages/Install.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Install_Maui.razor b/src/BootstrapBlazor.Server/Components/Pages/Install_Maui.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Install_Maui.razor rename to src/BootstrapBlazor.Server/Components/Pages/Install_Maui.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Install_Server.razor b/src/BootstrapBlazor.Server/Components/Pages/Install_Server.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Install_Server.razor rename to src/BootstrapBlazor.Server/Components/Pages/Install_Server.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Install_WebApp.razor b/src/BootstrapBlazor.Server/Components/Pages/Install_WebApp.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Install_WebApp.razor rename to src/BootstrapBlazor.Server/Components/Pages/Install_WebApp.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Install_wasm.razor b/src/BootstrapBlazor.Server/Components/Pages/Install_wasm.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Install_wasm.razor rename to src/BootstrapBlazor.Server/Components/Pages/Install_wasm.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Introduction.razor b/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Introduction.razor rename to src/BootstrapBlazor.Server/Components/Pages/Introduction.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Introduction.razor.cs b/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Pages/Introduction.razor.cs rename to src/BootstrapBlazor.Server/Components/Pages/Introduction.razor.cs index d57255aaea9..5042bbebadf 100644 --- a/src/BootstrapBlazor.Shared/Components/Pages/Introduction.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Pages/Introduction.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Pages; +namespace BootstrapBlazor.Server.Components.Pages; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Layout.razor b/src/BootstrapBlazor.Server/Components/Pages/Layout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Layout.razor rename to src/BootstrapBlazor.Server/Components/Pages/Layout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Layout.razor.cs b/src/BootstrapBlazor.Server/Components/Pages/Layout.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Pages/Layout.razor.cs rename to src/BootstrapBlazor.Server/Components/Pages/Layout.razor.cs index c48bd3add02..8ef9304c377 100644 --- a/src/BootstrapBlazor.Shared/Components/Pages/Layout.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Pages/Layout.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Pages; +namespace BootstrapBlazor.Server.Components.Pages; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Localization.razor b/src/BootstrapBlazor.Server/Components/Pages/Localization.razor similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Pages/Localization.razor rename to src/BootstrapBlazor.Server/Components/Pages/Localization.razor index f395c7f3f35..4adb29a8e53 100644 --- a/src/BootstrapBlazor.Shared/Components/Pages/Localization.razor +++ b/src/BootstrapBlazor.Server/Components/Pages/Localization.razor @@ -235,7 +235,7 @@ public class CultureController : Controller options.ResourceManagerStringLocalizerType = typeof(Program); // @Localizer["N48"] - options.AdditionalJsonAssemblies = new[] { typeof(BootstrapBlazor.Shared.App).Assembly }; + options.AdditionalJsonAssemblies = new[] { typeof(BootstrapBlazor.Server.App).Assembly }; // @Localizer["N49"] options.AdditionalJsonFiles = new string[] @@ -260,14 +260,14 @@ public class CultureController : Controller // @Localizer["N52"] options.AdditionalJsonAssemblies = new Assembly[] { - typeof(BootstrapBlazor.Shared.App).Assembly, + typeof(BootstrapBlazor.Server.App).Assembly, }; // @Localizer["N53"] options.AdditionalJsonFiles = new string[] { - @@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Shared\Locales\zh-TW.json", - @@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Shared\Locales\zh-CN.json" + @@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Server\Locales\zh-TW.json", + @@"D:\Argo\src\BootstrapBlazor\src\BootstrapBlazor.Server\Locales\zh-CN.json" }; }); } diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Localization.razor.css b/src/BootstrapBlazor.Server/Components/Pages/Localization.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Localization.razor.css rename to src/BootstrapBlazor.Server/Components/Pages/Localization.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Online.razor b/src/BootstrapBlazor.Server/Components/Pages/Online.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Online.razor rename to src/BootstrapBlazor.Server/Components/Pages/Online.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Online.razor.cs b/src/BootstrapBlazor.Server/Components/Pages/Online.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Pages/Online.razor.cs rename to src/BootstrapBlazor.Server/Components/Pages/Online.razor.cs index e0761693d82..529d8b8fc88 100644 --- a/src/BootstrapBlazor.Shared/Components/Pages/Online.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Pages/Online.razor.cs @@ -5,7 +5,7 @@ using System.Data; -namespace BootstrapBlazor.Shared.Components.Pages; +namespace BootstrapBlazor.Server.Components.Pages; /// /// 在线人数统计 diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Online.razor.css b/src/BootstrapBlazor.Server/Components/Pages/Online.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Online.razor.css rename to src/BootstrapBlazor.Server/Components/Pages/Online.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Template.razor b/src/BootstrapBlazor.Server/Components/Pages/Template.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Template.razor rename to src/BootstrapBlazor.Server/Components/Pages/Template.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Template.razor.cs b/src/BootstrapBlazor.Server/Components/Pages/Template.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Pages/Template.razor.cs rename to src/BootstrapBlazor.Server/Components/Pages/Template.razor.cs index af22d37db7c..a73b08434af 100644 --- a/src/BootstrapBlazor.Shared/Components/Pages/Template.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Pages/Template.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Pages; +namespace BootstrapBlazor.Server.Components.Pages; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Theme.razor b/src/BootstrapBlazor.Server/Components/Pages/Theme.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Theme.razor rename to src/BootstrapBlazor.Server/Components/Pages/Theme.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Tutorials.razor b/src/BootstrapBlazor.Server/Components/Pages/Tutorials.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Tutorials.razor rename to src/BootstrapBlazor.Server/Components/Pages/Tutorials.razor diff --git a/src/BootstrapBlazor.Shared/Components/Pages/Tutorials.razor.css b/src/BootstrapBlazor.Server/Components/Pages/Tutorials.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Pages/Tutorials.razor.css rename to src/BootstrapBlazor.Server/Components/Pages/Tutorials.razor.css diff --git a/src/BootstrapBlazor.Server/Components/Routes.razor b/src/BootstrapBlazor.Server/Components/Routes.razor index 41680e4be5a..f90a06ec137 100644 --- a/src/BootstrapBlazor.Server/Components/Routes.razor +++ b/src/BootstrapBlazor.Server/Components/Routes.razor @@ -1,4 +1,4 @@ - + diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Ajaxs.razor b/src/BootstrapBlazor.Server/Components/Samples/Ajaxs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Ajaxs.razor rename to src/BootstrapBlazor.Server/Components/Samples/Ajaxs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Ajaxs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Ajaxs.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Ajaxs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Ajaxs.razor.cs index e3906b32f16..9913abca239 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Ajaxs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Ajaxs.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Ajax 组件代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Alerts.razor b/src/BootstrapBlazor.Server/Components/Samples/Alerts.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Alerts.razor rename to src/BootstrapBlazor.Server/Components/Samples/Alerts.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Alerts.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Alerts.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Alerts.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Alerts.razor.cs index f26db19fe68..99d0edf2b9b 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Alerts.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Alerts.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Alert 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/AnchorLinks.razor b/src/BootstrapBlazor.Server/Components/Samples/AnchorLinks.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/AnchorLinks.razor rename to src/BootstrapBlazor.Server/Components/Samples/AnchorLinks.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/AnchorLinks.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/AnchorLinks.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/AnchorLinks.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/AnchorLinks.razor.cs index 089a5672764..4ceef5f8b2f 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/AnchorLinks.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/AnchorLinks.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Anchors.razor b/src/BootstrapBlazor.Server/Components/Samples/Anchors.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Anchors.razor rename to src/BootstrapBlazor.Server/Components/Samples/Anchors.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Anchors.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Anchors.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Anchors.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Anchors.razor.cs index bc06831d411..822a2c8ca4b 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Anchors.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Anchors.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Anchors 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/AutoCompletes.razor b/src/BootstrapBlazor.Server/Components/Samples/AutoCompletes.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/AutoCompletes.razor rename to src/BootstrapBlazor.Server/Components/Samples/AutoCompletes.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/AutoCompletes.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/AutoCompletes.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/AutoCompletes.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/AutoCompletes.razor.cs index eca471eab9e..74bde18ff53 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/AutoCompletes.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/AutoCompletes.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/AutoFills.razor b/src/BootstrapBlazor.Server/Components/Samples/AutoFills.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/AutoFills.razor rename to src/BootstrapBlazor.Server/Components/Samples/AutoFills.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/AutoFills.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/AutoFills.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/AutoFills.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/AutoFills.razor.cs index 35b75fcf63e..3ff508c8fe2 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/AutoFills.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/AutoFills.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/AutoRedirects.razor b/src/BootstrapBlazor.Server/Components/Samples/AutoRedirects.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/AutoRedirects.razor rename to src/BootstrapBlazor.Server/Components/Samples/AutoRedirects.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/AutoRedirects.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/AutoRedirects.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/AutoRedirects.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/AutoRedirects.razor.cs index 602516e8d30..817b89f4c19 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/AutoRedirects.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/AutoRedirects.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// AutoRedirects diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Avatars.razor b/src/BootstrapBlazor.Server/Components/Samples/Avatars.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Avatars.razor rename to src/BootstrapBlazor.Server/Components/Samples/Avatars.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Avatars.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Avatars.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Avatars.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Avatars.razor.cs index 243d1100209..b875cf1889a 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Avatars.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Avatars.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Avatars 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Badges.razor b/src/BootstrapBlazor.Server/Components/Samples/Badges.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Badges.razor rename to src/BootstrapBlazor.Server/Components/Samples/Badges.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Badges.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Badges.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Badges.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Badges.razor.cs index bad1b212fdf..2c5109c38d8 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Badges.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Badges.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Badge 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Badges.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Badges.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Badges.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Badges.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/BaiduOcr.razor b/src/BootstrapBlazor.Server/Components/Samples/BaiduOcr.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/BaiduOcr.razor rename to src/BootstrapBlazor.Server/Components/Samples/BaiduOcr.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/BaiduOcr.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/BaiduOcr.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/BaiduOcr.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/BaiduOcr.razor.cs index 9187b496374..aa4a2ca02c9 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/BaiduOcr.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/BaiduOcr.razor.cs @@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Components.Forms; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 百度文字识别示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/BarcodeGenerators.razor b/src/BootstrapBlazor.Server/Components/Samples/BarcodeGenerators.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/BarcodeGenerators.razor rename to src/BootstrapBlazor.Server/Components/Samples/BarcodeGenerators.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/BarcodeGenerators.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/BarcodeGenerators.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/BarcodeGenerators.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/BarcodeGenerators.razor.cs index 6799623e106..a6e1a0bbf84 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/BarcodeGenerators.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/BarcodeGenerators.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// BarcodeGenerators diff --git a/src/BootstrapBlazor.Shared/Components/Samples/BarcodeReaders.razor b/src/BootstrapBlazor.Server/Components/Samples/BarcodeReaders.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/BarcodeReaders.razor rename to src/BootstrapBlazor.Server/Components/Samples/BarcodeReaders.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/BarcodeReaders.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/BarcodeReaders.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/BarcodeReaders.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/BarcodeReaders.razor.cs index e22fda60b76..8749ec93e5b 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/BarcodeReaders.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/BarcodeReaders.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Blocks.razor b/src/BootstrapBlazor.Server/Components/Samples/Blocks.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Blocks.razor rename to src/BootstrapBlazor.Server/Components/Samples/Blocks.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Blocks.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Blocks.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Blocks.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Blocks.razor.cs index 06359b1af7c..47883f6c02b 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Blocks.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Blocks.razor.cs @@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Components.Authorization; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Bluetooth.razor b/src/BootstrapBlazor.Server/Components/Samples/Bluetooth.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Bluetooth.razor rename to src/BootstrapBlazor.Server/Components/Samples/Bluetooth.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Bluetooth.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Bluetooth.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Bluetooth.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Bluetooth.razor.cs index 10d453caf50..481e979088c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Bluetooth.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Bluetooth.razor.cs @@ -5,7 +5,7 @@ using System.Reflection; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Bluetooth diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Bluetooth.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Bluetooth.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Bluetooth.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Bluetooth.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/BootstrapBlazorIcons.razor b/src/BootstrapBlazor.Server/Components/Samples/BootstrapBlazorIcons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/BootstrapBlazorIcons.razor rename to src/BootstrapBlazor.Server/Components/Samples/BootstrapBlazorIcons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/BootstrapBlazorIcons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/BootstrapBlazorIcons.razor.cs similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Samples/BootstrapBlazorIcons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/BootstrapBlazorIcons.razor.cs index 957d10b8183..a490d3aca87 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/BootstrapBlazorIcons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/BootstrapBlazorIcons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Icon 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Breadcrumbs.razor b/src/BootstrapBlazor.Server/Components/Samples/Breadcrumbs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Breadcrumbs.razor rename to src/BootstrapBlazor.Server/Components/Samples/Breadcrumbs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Breadcrumbs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Breadcrumbs.razor.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Components/Samples/Breadcrumbs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Breadcrumbs.razor.cs index 9839ee96fea..fbb7d7b8deb 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Breadcrumbs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Breadcrumbs.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Breadcrumbs 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/BrowserFingers.razor b/src/BootstrapBlazor.Server/Components/Samples/BrowserFingers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/BrowserFingers.razor rename to src/BootstrapBlazor.Server/Components/Samples/BrowserFingers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/BrowserFingers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/BrowserFingers.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Samples/BrowserFingers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/BrowserFingers.razor.cs index c11d5e5041a..6641b3f46d9 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/BrowserFingers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/BrowserFingers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 浏览器指纹服务示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Buttons.razor b/src/BootstrapBlazor.Server/Components/Samples/Buttons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Buttons.razor rename to src/BootstrapBlazor.Server/Components/Samples/Buttons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Buttons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Buttons.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Buttons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Buttons.razor.cs index c0b7c7e2cd9..be2746921fe 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Buttons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Buttons.razor.cs @@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Components.Web; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Calendars.razor b/src/BootstrapBlazor.Server/Components/Samples/Calendars.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Calendars.razor rename to src/BootstrapBlazor.Server/Components/Samples/Calendars.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Calendars.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Calendars.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Calendars.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Calendars.razor.cs index 67159e5d7bf..91969ba4401 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Calendars.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Calendars.razor.cs @@ -5,7 +5,7 @@ using System.Collections.Concurrent; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Calendars.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Calendars.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Calendars.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Calendars.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Cameras.razor b/src/BootstrapBlazor.Server/Components/Samples/Cameras.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Cameras.razor rename to src/BootstrapBlazor.Server/Components/Samples/Cameras.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Cameras.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Cameras.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Cameras.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Cameras.razor.cs index b3c377ea443..24df426c884 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Cameras.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Cameras.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Captchas.razor b/src/BootstrapBlazor.Server/Components/Samples/Captchas.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Captchas.razor rename to src/BootstrapBlazor.Server/Components/Samples/Captchas.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Captchas.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Captchas.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Captchas.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Captchas.razor.cs index 143305881ac..81d509cd928 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Captchas.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Captchas.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Cards.razor b/src/BootstrapBlazor.Server/Components/Samples/Cards.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Cards.razor rename to src/BootstrapBlazor.Server/Components/Samples/Cards.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Cards.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Cards.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Cards.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Cards.razor.cs index b63931b98f1..b73e7a09938 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Cards.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Cards.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Card展示组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Carousels.razor b/src/BootstrapBlazor.Server/Components/Samples/Carousels.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Carousels.razor rename to src/BootstrapBlazor.Server/Components/Samples/Carousels.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Carousels.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Carousels.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Carousels.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Carousels.razor.cs index 702ccd4bb6a..6c5ed784259 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Carousels.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Carousels.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Carousels diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Carousels.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Carousels.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Carousels.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Carousels.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Cascaders.razor b/src/BootstrapBlazor.Server/Components/Samples/Cascaders.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Cascaders.razor rename to src/BootstrapBlazor.Server/Components/Samples/Cascaders.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Cascaders.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Cascaders.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Cascaders.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Cascaders.razor.cs index a2fb3842a24..ce069e39dbd 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Cascaders.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Cascaders.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Cascader 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Bar.razor b/src/BootstrapBlazor.Server/Components/Samples/Charts/Bar.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Bar.razor rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Bar.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Bar.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Charts/Bar.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Bar.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Bar.razor.cs index d444e4a8f61..dd2d0a3f529 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Bar.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Charts/Bar.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Charts; +namespace BootstrapBlazor.Server.Components.Samples.Charts; /// /// Bar 图表示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Bubble.razor b/src/BootstrapBlazor.Server/Components/Samples/Charts/Bubble.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Bubble.razor rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Bubble.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Bubble.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Charts/Bubble.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Bubble.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Bubble.razor.cs index 0e671b4b41c..12e6391647c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Bubble.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Charts/Bubble.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Charts; +namespace BootstrapBlazor.Server.Components.Samples.Charts; /// /// Bubble 图例示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Doughnut.razor b/src/BootstrapBlazor.Server/Components/Samples/Charts/Doughnut.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Doughnut.razor rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Doughnut.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Doughnut.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Charts/Doughnut.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Doughnut.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Doughnut.razor.cs index 31edb9aad43..aa0622810e5 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Doughnut.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Charts/Doughnut.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Charts; +namespace BootstrapBlazor.Server.Components.Samples.Charts; /// /// Doughnut 图例示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Index.razor b/src/BootstrapBlazor.Server/Components/Samples/Charts/Index.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Index.razor rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Index.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Index.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Charts/Index.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Index.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Index.razor.cs index d6d88f2795c..1b4eadf7620 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Index.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Charts/Index.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Charts; +namespace BootstrapBlazor.Server.Components.Samples.Charts; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Line.razor b/src/BootstrapBlazor.Server/Components/Samples/Charts/Line.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Line.razor rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Line.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Line.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Charts/Line.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Line.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Line.razor.cs index f82e45b6496..e80df3752a8 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Line.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Charts/Line.razor.cs @@ -5,7 +5,7 @@ using Microsoft.JSInterop; -namespace BootstrapBlazor.Shared.Components.Samples.Charts; +namespace BootstrapBlazor.Server.Components.Samples.Charts; /// /// Line 图表示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Line.razor.js b/src/BootstrapBlazor.Server/Components/Samples/Charts/Line.razor.js similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Line.razor.js rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Line.razor.js index 572e44f5481..4f554428cfc 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Line.razor.js +++ b/src/BootstrapBlazor.Server/Components/Samples/Charts/Line.razor.js @@ -1,6 +1,6 @@ //通过相对路径导入BootstrapBlazor.Chart的Chart.JS模块 -import '../../../../BootstrapBlazor.Chart/js/chart.umd.js' -import Data from '../../../../BootstrapBlazor/modules/data.js' +import '../../../_content/BootstrapBlazor.Chart/js/chart.umd.js' +import Data from '../../../_content/BootstrapBlazor/modules/data.js' export function init(id, chartData) { const ctx = document.getElementById(id); diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Pie.razor b/src/BootstrapBlazor.Server/Components/Samples/Charts/Pie.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Pie.razor rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Pie.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Pie.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Charts/Pie.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Pie.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Pie.razor.cs index d65a165b823..6c8e4d42254 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Pie.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Charts/Pie.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Charts; +namespace BootstrapBlazor.Server.Components.Samples.Charts; /// /// Pie 图表示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Utility.cs b/src/BootstrapBlazor.Server/Components/Samples/Charts/Utility.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Charts/Utility.cs rename to src/BootstrapBlazor.Server/Components/Samples/Charts/Utility.cs index a87573b04d4..7cc13ce6037 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Charts/Utility.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Charts/Utility.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Charts; +namespace BootstrapBlazor.Server.Components.Samples.Charts; /// /// Chart 工具类 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CheckboxLists.razor b/src/BootstrapBlazor.Server/Components/Samples/CheckboxLists.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/CheckboxLists.razor rename to src/BootstrapBlazor.Server/Components/Samples/CheckboxLists.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CheckboxLists.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/CheckboxLists.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/CheckboxLists.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/CheckboxLists.razor.cs index 1e4855b03cc..e7f7d113eb2 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/CheckboxLists.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/CheckboxLists.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// CheckboxLists diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Checkboxs.razor b/src/BootstrapBlazor.Server/Components/Samples/Checkboxs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Checkboxs.razor rename to src/BootstrapBlazor.Server/Components/Samples/Checkboxs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Checkboxs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Checkboxs.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Checkboxs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Checkboxs.razor.cs index 7cc08aab39a..3adef5c9c4a 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Checkboxs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Checkboxs.razor.cs @@ -5,7 +5,7 @@ using System.ComponentModel; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Checkboxs diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CherryMarkdowns.razor b/src/BootstrapBlazor.Server/Components/Samples/CherryMarkdowns.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/CherryMarkdowns.razor rename to src/BootstrapBlazor.Server/Components/Samples/CherryMarkdowns.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CherryMarkdowns.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/CherryMarkdowns.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/CherryMarkdowns.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/CherryMarkdowns.razor.cs index 76c2168ffbf..915e057bb06 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/CherryMarkdowns.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/CherryMarkdowns.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// CherryMarkdowns diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Circles.razor b/src/BootstrapBlazor.Server/Components/Samples/Circles.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Circles.razor rename to src/BootstrapBlazor.Server/Components/Samples/Circles.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Circles.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Circles.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Circles.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Circles.razor.cs index ecce82caace..897ed8eff9e 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Circles.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Circles.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Circles diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Circles.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Circles.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Circles.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Circles.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Client.razor b/src/BootstrapBlazor.Server/Components/Samples/Client.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Client.razor rename to src/BootstrapBlazor.Server/Components/Samples/Client.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Client.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Client.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/Client.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Client.razor.cs index fdc5a172608..6fb97920013 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Client.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Client.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Client 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Clipboards.razor b/src/BootstrapBlazor.Server/Components/Samples/Clipboards.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Clipboards.razor rename to src/BootstrapBlazor.Server/Components/Samples/Clipboards.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Clipboards.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Clipboards.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Clipboards.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Clipboards.razor.cs index 5fb138f4664..f0cf5890652 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Clipboards.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Clipboards.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 剪切板示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ClockPickers.razor b/src/BootstrapBlazor.Server/Components/Samples/ClockPickers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ClockPickers.razor rename to src/BootstrapBlazor.Server/Components/Samples/ClockPickers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ClockPickers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/ClockPickers.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/ClockPickers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/ClockPickers.razor.cs index 4f0bde9d1c5..e66350cf4bf 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/ClockPickers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/ClockPickers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// ClockPicker 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CodeEditors.razor b/src/BootstrapBlazor.Server/Components/Samples/CodeEditors.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/CodeEditors.razor rename to src/BootstrapBlazor.Server/Components/Samples/CodeEditors.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CodeEditors.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/CodeEditors.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/CodeEditors.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/CodeEditors.razor.cs index a2e37eb1f7a..c7b32b9cb36 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/CodeEditors.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/CodeEditors.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// CodeEditor 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Collapses.razor b/src/BootstrapBlazor.Server/Components/Samples/Collapses.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Collapses.razor rename to src/BootstrapBlazor.Server/Components/Samples/Collapses.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Collapses.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Collapses.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Collapses.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Collapses.razor.cs index 2dc821caf5d..12d9165666f 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Collapses.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Collapses.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Collapses diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ColorPickers.razor b/src/BootstrapBlazor.Server/Components/Samples/ColorPickers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ColorPickers.razor rename to src/BootstrapBlazor.Server/Components/Samples/ColorPickers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ColorPickers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/ColorPickers.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/ColorPickers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/ColorPickers.razor.cs index 3bcd6d97beb..e1a1378cad4 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/ColorPickers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/ColorPickers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// ColorPickers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ConnectionServices.razor b/src/BootstrapBlazor.Server/Components/Samples/ConnectionServices.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ConnectionServices.razor rename to src/BootstrapBlazor.Server/Components/Samples/ConnectionServices.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Consoles.razor b/src/BootstrapBlazor.Server/Components/Samples/Consoles.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Consoles.razor rename to src/BootstrapBlazor.Server/Components/Samples/Consoles.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Consoles.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Consoles.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Consoles.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Consoles.razor.cs index 48847b66ef7..2d0f052b962 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Consoles.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Consoles.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Consoles diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ContextMenus.razor b/src/BootstrapBlazor.Server/Components/Samples/ContextMenus.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ContextMenus.razor rename to src/BootstrapBlazor.Server/Components/Samples/ContextMenus.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ContextMenus.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/ContextMenus.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/ContextMenus.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/ContextMenus.razor.cs index f915db0c086..92e164927fa 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/ContextMenus.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/ContextMenus.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// ContextMenu 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CountButtons.razor b/src/BootstrapBlazor.Server/Components/Samples/CountButtons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/CountButtons.razor rename to src/BootstrapBlazor.Server/Components/Samples/CountButtons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CountButtons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/CountButtons.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/CountButtons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/CountButtons.razor.cs index cb69b0ccd8e..5ba51961b72 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/CountButtons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/CountButtons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 倒计时按钮组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CountUps.razor b/src/BootstrapBlazor.Server/Components/Samples/CountUps.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/CountUps.razor rename to src/BootstrapBlazor.Server/Components/Samples/CountUps.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CountUps.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/CountUps.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/CountUps.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/CountUps.razor.cs index f7c39dbdead..c90205f9a61 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/CountUps.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/CountUps.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// CountUps diff --git a/src/BootstrapBlazor.Shared/Components/Samples/CountUps.razor.css b/src/BootstrapBlazor.Server/Components/Samples/CountUps.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/CountUps.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/CountUps.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DateTimePickers.razor b/src/BootstrapBlazor.Server/Components/Samples/DateTimePickers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DateTimePickers.razor rename to src/BootstrapBlazor.Server/Components/Samples/DateTimePickers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DateTimePickers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DateTimePickers.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/DateTimePickers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DateTimePickers.razor.cs index aedbd1bec00..2b87c4a60b1 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DateTimePickers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DateTimePickers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// DateTimePickers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DateTimePickers.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DateTimePickers.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DateTimePickers.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DateTimePickers.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DateTimeRanges.razor b/src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DateTimeRanges.razor rename to src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DateTimeRanges.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/DateTimeRanges.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor.cs index 46c807ae711..b1306cf9377 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DateTimeRanges.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// DateTimeRanges diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DialButtons.razor b/src/BootstrapBlazor.Server/Components/Samples/DialButtons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DialButtons.razor rename to src/BootstrapBlazor.Server/Components/Samples/DialButtons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DialButtons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DialButtons.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/DialButtons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DialButtons.razor.cs index 47d6da4aa98..eac4f2ebd0c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DialButtons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DialButtons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// DialButton 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DialButtons.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DialButtons.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DialButtons.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DialButtons.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DialogServices.razor b/src/BootstrapBlazor.Server/Components/Samples/DialogServices.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DialogServices.razor rename to src/BootstrapBlazor.Server/Components/Samples/DialogServices.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DialogServices.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DialogServices.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DialogServices.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DialogServices.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Dialogs.razor b/src/BootstrapBlazor.Server/Components/Samples/Dialogs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Dialogs.razor rename to src/BootstrapBlazor.Server/Components/Samples/Dialogs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Dialogs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Dialogs.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Dialogs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Dialogs.razor.cs index 5c236e67c60..31e142b7180 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Dialogs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Dialogs.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 弹窗组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Dispatches.razor b/src/BootstrapBlazor.Server/Components/Samples/Dispatches.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Dispatches.razor rename to src/BootstrapBlazor.Server/Components/Samples/Dispatches.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Dispatches.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Dispatches.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Dispatches.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Dispatches.razor.cs index a2ffe71d26a..f0bf1632b8e 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Dispatches.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Dispatches.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Dispatches 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Displays.razor b/src/BootstrapBlazor.Server/Components/Samples/Displays.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Displays.razor rename to src/BootstrapBlazor.Server/Components/Samples/Displays.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Displays.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Displays.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Displays.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Displays.razor.cs index 7b3567eeeb6..53d93ce14f0 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Displays.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Displays.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Display 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Dividers.razor b/src/BootstrapBlazor.Server/Components/Samples/Dividers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Dividers.razor rename to src/BootstrapBlazor.Server/Components/Samples/Dividers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Dividers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Dividers.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Dividers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Dividers.razor.cs index 359b04d76ea..dbcff238727 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Dividers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Dividers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Dividers 组件示例文档 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/BaseDockView.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews/BaseDockView.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/BaseDockView.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/BaseDockView.cs index 3806f6db65b..f8960886800 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/BaseDockView.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews/BaseDockView.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews; +namespace BootstrapBlazor.Server.Components.Samples.DockViews; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewCol.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewCol.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewCol.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewCol.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewCol.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewCol.razor.cs similarity index 91% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewCol.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewCol.razor.cs index ac4ae8cf783..340ad093d3f 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewCol.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewCol.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews; +namespace BootstrapBlazor.Server.Components.Samples.DockViews; /// /// DockView 列布局示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewCol.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewCol.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewCol.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewCol.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewComplex.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewComplex.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewComplex.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewComplex.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewComplex.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewComplex.razor.cs similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewComplex.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewComplex.razor.cs index 112304e21e6..2072f09775d 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewComplex.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewComplex.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews; +namespace BootstrapBlazor.Server.Components.Samples.DockViews; /// /// DockViewComplex 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewComplex.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewComplex.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewComplex.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewComplex.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLayout.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLayout.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLayout.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLayout.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLayout.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLayout.razor.cs index b18fe48d4a8..777ee0fe1b5 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLayout.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLayout.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews; +namespace BootstrapBlazor.Server.Components.Samples.DockViews; /// /// DockViewLayout 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLayout.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLayout.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLayout.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLayout.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLock.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLock.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLock.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLock.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLock.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLock.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLock.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLock.razor.cs index 34b48471fcc..3c26815fe19 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLock.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLock.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews; +namespace BootstrapBlazor.Server.Components.Samples.DockViews; /// /// DockViewLock 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLock.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLock.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewLock.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewLock.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewNest.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewNest.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewNest.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewNest.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewNest.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewNest.razor.cs similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewNest.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewNest.razor.cs index bab58739450..38ec1d94e25 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewNest.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewNest.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews; +namespace BootstrapBlazor.Server.Components.Samples.DockViews; /// /// DockViewNest 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewNest.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewNest.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewNest.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewNest.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewRow.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewRow.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewRow.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewRow.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewRow.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewRow.razor.cs similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewRow.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewRow.razor.cs index b65d5bcdc6e..acb8dc4e031 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewRow.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewRow.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews; +namespace BootstrapBlazor.Server.Components.Samples.DockViews; /// /// DockViewRow 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewRow.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewRow.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewRow.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewRow.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewStack.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewStack.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewStack.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewStack.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewStack.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewStack.razor.cs similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewStack.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewStack.razor.cs index 5befe2561c1..35f49c81ce8 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewStack.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewStack.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews; +namespace BootstrapBlazor.Server.Components.Samples.DockViews; /// /// DockViewStack 示例文档 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewStack.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewStack.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewStack.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewStack.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewVisible.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewVisible.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewVisible.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewVisible.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewVisible.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewVisible.razor.cs similarity index 92% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewVisible.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewVisible.razor.cs index d7a1423672d..d490aca2347 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewVisible.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewVisible.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews; +namespace BootstrapBlazor.Server.Components.Samples.DockViews; /// /// DockViewVisible 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewVisible.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewVisible.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/DockViewVisible.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/DockViewVisible.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/Index.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews/Index.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/Index.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/Index.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/Index.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews/Index.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/Index.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/Index.razor.cs index 8d7c1c0df3e..85172256819 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/Index.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews/Index.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews; +namespace BootstrapBlazor.Server.Components.Samples.DockViews; /// /// Index 文档 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/Index.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews/Index.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/Index.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/Index.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews/_Imports.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews/_Imports.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews/_Imports.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews/_Imports.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/BaseDockView.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/BaseDockView.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/BaseDockView.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/BaseDockView.cs index 2a238dca154..c7bb00fc102 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/BaseDockView.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/BaseDockView.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// DockView 基类 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewCol.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewCol.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewCol.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewCol.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewCol.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewCol.razor.cs similarity index 87% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewCol.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewCol.razor.cs index 6a6f167f747..7908491dcc5 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewCol.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewCol.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// 列布局示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewCol.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewCol.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewCol.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewCol.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewComplex.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewComplex.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewComplex.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewComplex.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewComplex.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewComplex.razor.cs similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewComplex.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewComplex.razor.cs index 8ac308f0dfd..e45a8646c2c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewComplex.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewComplex.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// DockViewComplex 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewComplex.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewComplex.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewComplex.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewComplex.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewGroup.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewGroup.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewGroup.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewGroup.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewGroup.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewGroup.razor.cs similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewGroup.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewGroup.razor.cs index 928e9daad6a..421fe60224e 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewGroup.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewGroup.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// DockViewGroup 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewGroup.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewGroup.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewGroup.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewGroup.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLayout.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLayout.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLayout.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLayout.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLayout.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLayout.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLayout.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLayout.razor.cs index 59b34bdc742..ec41905444e 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLayout.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLayout.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// DockViewLayout 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLayout.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLayout.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLayout.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLayout.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLock.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLock.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLock.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLock.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLock.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLock.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLock.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLock.razor.cs index 2fd74e5263b..1a04e6e3f5d 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLock.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLock.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// 锁定示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLock.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLock.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewLock.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewLock.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewNest.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewNest.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewNest.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewNest.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewNest.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewNest.razor.cs similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewNest.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewNest.razor.cs index eeb2776bdb5..217a70f4870 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewNest.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewNest.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// DockViewNest 嵌套示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewNest.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewNest.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewNest.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewNest.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewRow.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewRow.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewRow.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewRow.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewRow.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewRow.razor.cs similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewRow.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewRow.razor.cs index 80ee34d6d4d..a3380f049b3 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewRow.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewRow.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// DockViewRow 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewRow.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewRow.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewRow.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewRow.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewTitle.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewTitle.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewTitle.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewTitle.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewTitle.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewTitle.razor.cs similarity index 91% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewTitle.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewTitle.razor.cs index 74541ae5faa..b00651e3e13 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewTitle.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewTitle.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// DockViewTitle 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewTitle.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewTitle.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewTitle.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewTitle.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewVisible.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewVisible.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewVisible.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewVisible.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewVisible.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewVisible.razor.cs similarity index 92% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewVisible.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewVisible.razor.cs index 7bff028ec78..f51093c4804 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewVisible.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewVisible.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// 可视化示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewVisible.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewVisible.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/DockViewVisible.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/DockViewVisible.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/Index.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/Index.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/Index.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/Index.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/Index.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/Index.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/Index.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/Index.razor.cs index ae1a02e7e5f..e6475953f53 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/Index.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/Index.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.DockViews2; +namespace BootstrapBlazor.Server.Components.Samples.DockViews2; /// /// Index 文档 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/Index.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/Index.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/Index.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/Index.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DockViews2/_Imports.razor b/src/BootstrapBlazor.Server/Components/Samples/DockViews2/_Imports.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DockViews2/_Imports.razor rename to src/BootstrapBlazor.Server/Components/Samples/DockViews2/_Imports.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Downloads.razor b/src/BootstrapBlazor.Server/Components/Samples/Downloads.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Downloads.razor rename to src/BootstrapBlazor.Server/Components/Samples/Downloads.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Downloads.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Downloads.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Downloads.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Downloads.razor.cs index 933f0234f8f..1a1713ee22d 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Downloads.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Downloads.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Title 网站标题示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DragDrops.razor b/src/BootstrapBlazor.Server/Components/Samples/DragDrops.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DragDrops.razor rename to src/BootstrapBlazor.Server/Components/Samples/DragDrops.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DragDrops.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DragDrops.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/DragDrops.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DragDrops.razor.cs index fd53c799f13..c767bedce4a 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DragDrops.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DragDrops.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// DragDrops diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DrawerServices.razor b/src/BootstrapBlazor.Server/Components/Samples/DrawerServices.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DrawerServices.razor rename to src/BootstrapBlazor.Server/Components/Samples/DrawerServices.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DrawerServices.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DrawerServices.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DrawerServices.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DrawerServices.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Drawers.razor b/src/BootstrapBlazor.Server/Components/Samples/Drawers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Drawers.razor rename to src/BootstrapBlazor.Server/Components/Samples/Drawers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Drawers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Drawers.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Drawers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Drawers.razor.cs index 3e87952c6be..21a6b7dd156 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Drawers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Drawers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Drawers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DriverDotnetJs.razor b/src/BootstrapBlazor.Server/Components/Samples/DriverDotnetJs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DriverDotnetJs.razor rename to src/BootstrapBlazor.Server/Components/Samples/DriverDotnetJs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DriverDotnetJs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DriverDotnetJs.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/DriverDotnetJs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DriverDotnetJs.razor.cs index 4f955e46d48..7d23e90274b 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DriverDotnetJs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DriverDotnetJs.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// FocusGuide 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DropdownWidgets.razor b/src/BootstrapBlazor.Server/Components/Samples/DropdownWidgets.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DropdownWidgets.razor rename to src/BootstrapBlazor.Server/Components/Samples/DropdownWidgets.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DropdownWidgets.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/DropdownWidgets.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/DropdownWidgets.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/DropdownWidgets.razor.cs index 6fad0fa636b..f8bcc384a10 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/DropdownWidgets.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/DropdownWidgets.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/DropdownWidgets.razor.css b/src/BootstrapBlazor.Server/Components/Samples/DropdownWidgets.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/DropdownWidgets.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/DropdownWidgets.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Dropdowns.razor b/src/BootstrapBlazor.Server/Components/Samples/Dropdowns.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Dropdowns.razor rename to src/BootstrapBlazor.Server/Components/Samples/Dropdowns.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Dropdowns.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Dropdowns.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Dropdowns.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Dropdowns.razor.cs index e93d22609cb..a47abc52468 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Dropdowns.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Dropdowns.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Dropdown 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/EditDialogs.razor b/src/BootstrapBlazor.Server/Components/Samples/EditDialogs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/EditDialogs.razor rename to src/BootstrapBlazor.Server/Components/Samples/EditDialogs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/EditDialogs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/EditDialogs.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/EditDialogs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/EditDialogs.razor.cs index 7db36adf758..59abcd797c6 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/EditDialogs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/EditDialogs.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// EditDialogs diff --git a/src/BootstrapBlazor.Shared/Components/Samples/EditorForms.razor b/src/BootstrapBlazor.Server/Components/Samples/EditorForms.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/EditorForms.razor rename to src/BootstrapBlazor.Server/Components/Samples/EditorForms.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/EditorForms.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/EditorForms.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/EditorForms.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/EditorForms.razor.cs index 4defc66fb74..c928695e80f 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/EditorForms.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/EditorForms.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// EditorForms diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Editors.razor b/src/BootstrapBlazor.Server/Components/Samples/Editors.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Editors.razor rename to src/BootstrapBlazor.Server/Components/Samples/Editors.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Editors.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Editors.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Editors.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Editors.razor.cs index aea996d24dc..cd97b1d1478 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Editors.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Editors.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Editor 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Empties.razor b/src/BootstrapBlazor.Server/Components/Samples/Empties.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Empties.razor rename to src/BootstrapBlazor.Server/Components/Samples/Empties.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Empties.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Empties.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Empties.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Empties.razor.cs index 1a572d3d4d6..ea17edcc852 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Empties.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Empties.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Empties diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ExportPdfButtons.razor b/src/BootstrapBlazor.Server/Components/Samples/ExportPdfButtons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ExportPdfButtons.razor rename to src/BootstrapBlazor.Server/Components/Samples/ExportPdfButtons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ExportPdfButtons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/ExportPdfButtons.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/ExportPdfButtons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/ExportPdfButtons.razor.cs index b503d07e038..ef2b7fd301b 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/ExportPdfButtons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/ExportPdfButtons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// ExportPdfButtons 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/EyeDroppers.razor b/src/BootstrapBlazor.Server/Components/Samples/EyeDroppers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/EyeDroppers.razor rename to src/BootstrapBlazor.Server/Components/Samples/EyeDroppers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/EyeDroppers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/EyeDroppers.razor.cs similarity index 92% rename from src/BootstrapBlazor.Shared/Components/Samples/EyeDroppers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/EyeDroppers.razor.cs index ed687d529f0..d3c0049020c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/EyeDroppers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/EyeDroppers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// EyeDroppers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Festivals.razor b/src/BootstrapBlazor.Server/Components/Samples/Festivals.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Festivals.razor rename to src/BootstrapBlazor.Server/Components/Samples/Festivals.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/FileIcons.razor b/src/BootstrapBlazor.Server/Components/Samples/FileIcons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/FileIcons.razor rename to src/BootstrapBlazor.Server/Components/Samples/FileIcons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/FileIcons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/FileIcons.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Samples/FileIcons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/FileIcons.razor.cs index b30e256d6ec..c35de94d8b2 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/FileIcons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/FileIcons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 图标库 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/FileIcons.razor.css b/src/BootstrapBlazor.Server/Components/Samples/FileIcons.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/FileIcons.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/FileIcons.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/FileViewers.razor b/src/BootstrapBlazor.Server/Components/Samples/FileViewers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/FileViewers.razor rename to src/BootstrapBlazor.Server/Components/Samples/FileViewers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/FileViewers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/FileViewers.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/FileViewers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/FileViewers.razor.cs index 107e7ef3507..a6b5012f2d4 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/FileViewers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/FileViewers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// FileViewers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/FlipClocks.razor b/src/BootstrapBlazor.Server/Components/Samples/FlipClocks.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/FlipClocks.razor rename to src/BootstrapBlazor.Server/Components/Samples/FlipClocks.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/FlipClocks.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/FlipClocks.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/FlipClocks.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/FlipClocks.razor.cs index 3728bdca047..a0f1ec8a1ce 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/FlipClocks.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/FlipClocks.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// FlipClock 示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/FloatingLabels.razor b/src/BootstrapBlazor.Server/Components/Samples/FloatingLabels.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/FloatingLabels.razor rename to src/BootstrapBlazor.Server/Components/Samples/FloatingLabels.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/FloatingLabels.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/FloatingLabels.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/FloatingLabels.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/FloatingLabels.razor.cs index bd2d08662a5..6d8777f8327 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/FloatingLabels.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/FloatingLabels.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// FloatingLabel 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Footers.razor b/src/BootstrapBlazor.Server/Components/Samples/Footers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Footers.razor rename to src/BootstrapBlazor.Server/Components/Samples/Footers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Footers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Footers.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Footers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Footers.razor.cs index 9ffaee18589..d5636609199 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Footers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Footers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Footers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/FullScreens.razor b/src/BootstrapBlazor.Server/Components/Samples/FullScreens.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/FullScreens.razor rename to src/BootstrapBlazor.Server/Components/Samples/FullScreens.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Gantts.razor b/src/BootstrapBlazor.Server/Components/Samples/Gantts.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Gantts.razor rename to src/BootstrapBlazor.Server/Components/Samples/Gantts.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Gantts.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Gantts.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Gantts.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Gantts.razor.cs index 3ed91748421..250538f48c0 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Gantts.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Gantts.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Geolocations.razor b/src/BootstrapBlazor.Server/Components/Samples/Geolocations.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Geolocations.razor rename to src/BootstrapBlazor.Server/Components/Samples/Geolocations.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Geolocations.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Geolocations.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Geolocations.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Geolocations.razor.cs index d31c5a85df3..650392b9255 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Geolocations.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Geolocations.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Geolocations diff --git a/src/BootstrapBlazor.Shared/Components/Samples/GlobalException.razor b/src/BootstrapBlazor.Server/Components/Samples/GlobalException.razor similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/GlobalException.razor rename to src/BootstrapBlazor.Server/Components/Samples/GlobalException.razor index c6c0af24a3f..8ea7ec0e9cb 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/GlobalException.razor +++ b/src/BootstrapBlazor.Server/Components/Samples/GlobalException.razor @@ -47,7 +47,7 @@ Exception:: Attempted to divide by zero. ********************************************* System.DivideByZeroException: Attempted to divide by zero. - at BootstrapBlazor.Shared.Components.Samples.GlobalException.OnClick() in D:\Argo\src\BB\BootstrapBlazor\src\BootstrapBlazor.Shared\Components\Samples\GlobalException.razor.cs:line 30 + at BootstrapBlazor.Server.Components.Samples.GlobalException.OnClick() in D:\Argo\src\BB\BootstrapBlazor\src\BootstrapBlazor.Shared\Components\Samples\GlobalException.razor.cs:line 30

@((MarkupString)Localizer["Step5"].Value)

diff --git a/src/BootstrapBlazor.Shared/Components/Samples/GlobalException.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/GlobalException.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/GlobalException.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/GlobalException.razor.cs index 236167be26c..ed08275a408 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/GlobalException.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/GlobalException.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/GoTops.razor b/src/BootstrapBlazor.Server/Components/Samples/GoTops.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/GoTops.razor rename to src/BootstrapBlazor.Server/Components/Samples/GoTops.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/GoTops.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/GoTops.razor.cs similarity index 92% rename from src/BootstrapBlazor.Shared/Components/Samples/GoTops.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/GoTops.razor.cs index 4d0982308df..1974876f708 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/GoTops.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/GoTops.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// GoTops diff --git a/src/BootstrapBlazor.Shared/Components/Samples/GroupBoxes.razor b/src/BootstrapBlazor.Server/Components/Samples/GroupBoxes.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/GroupBoxes.razor rename to src/BootstrapBlazor.Server/Components/Samples/GroupBoxes.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/GroupBoxes.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/GroupBoxes.razor.cs similarity index 92% rename from src/BootstrapBlazor.Shared/Components/Samples/GroupBoxes.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/GroupBoxes.razor.cs index 710d2eb1ca2..f6c49d0db0c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/GroupBoxes.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/GroupBoxes.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// GroupBoxes diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Handwrittens.razor b/src/BootstrapBlazor.Server/Components/Samples/Handwrittens.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Handwrittens.razor rename to src/BootstrapBlazor.Server/Components/Samples/Handwrittens.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Handwrittens.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Handwrittens.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Handwrittens.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Handwrittens.razor.cs index a5bc7b35362..9a4cb364caf 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Handwrittens.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Handwrittens.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Handwritten 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Holidays.razor b/src/BootstrapBlazor.Server/Components/Samples/Holidays.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Holidays.razor rename to src/BootstrapBlazor.Server/Components/Samples/Holidays.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Html2Pdfs.razor b/src/BootstrapBlazor.Server/Components/Samples/Html2Pdfs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Html2Pdfs.razor rename to src/BootstrapBlazor.Server/Components/Samples/Html2Pdfs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Html2Pdfs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Html2Pdfs.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Html2Pdfs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Html2Pdfs.razor.cs index b1c8a3a680f..904fb3bef6e 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Html2Pdfs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Html2Pdfs.razor.cs @@ -5,7 +5,7 @@ using Microsoft.JSInterop; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Html2Pdf 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/HtmlRenderers.razor b/src/BootstrapBlazor.Server/Components/Samples/HtmlRenderers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/HtmlRenderers.razor rename to src/BootstrapBlazor.Server/Components/Samples/HtmlRenderers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/HtmlRenderers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/HtmlRenderers.razor.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Components/Samples/HtmlRenderers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/HtmlRenderers.razor.cs index 672e99a7317..a6342ab2ac3 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/HtmlRenderers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/HtmlRenderers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// HtmlRenderers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/IFrames.razor b/src/BootstrapBlazor.Server/Components/Samples/IFrames.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/IFrames.razor rename to src/BootstrapBlazor.Server/Components/Samples/IFrames.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/IFrames.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/IFrames.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Samples/IFrames.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/IFrames.razor.cs index 7efdb6b2736..45fc30991c9 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/IFrames.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/IFrames.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// IFrame 示例文档 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/AntDesignIcons.razor b/src/BootstrapBlazor.Server/Components/Samples/Icons/AntDesignIcons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/AntDesignIcons.razor rename to src/BootstrapBlazor.Server/Components/Samples/Icons/AntDesignIcons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/AntDesignIcons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Icons/AntDesignIcons.razor.cs similarity index 86% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/AntDesignIcons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Icons/AntDesignIcons.razor.cs index 0ad0c801db7..13e96516516 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Icons/AntDesignIcons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Icons/AntDesignIcons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Icons; +namespace BootstrapBlazor.Server.Components.Samples.Icons; /// /// IconPark 图标库示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/BootstrapIcons.razor b/src/BootstrapBlazor.Server/Components/Samples/Icons/BootstrapIcons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/BootstrapIcons.razor rename to src/BootstrapBlazor.Server/Components/Samples/Icons/BootstrapIcons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/BootstrapIcons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Icons/BootstrapIcons.razor.cs similarity index 86% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/BootstrapIcons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Icons/BootstrapIcons.razor.cs index 589a189e8f9..f0da1f9d272 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Icons/BootstrapIcons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Icons/BootstrapIcons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Icons; +namespace BootstrapBlazor.Server.Components.Samples.Icons; /// /// BootstrapIcons 示例页面 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/ElementIcons.razor b/src/BootstrapBlazor.Server/Components/Samples/Icons/ElementIcons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/ElementIcons.razor rename to src/BootstrapBlazor.Server/Components/Samples/Icons/ElementIcons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/ElementIcons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Icons/ElementIcons.razor.cs similarity index 86% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/ElementIcons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Icons/ElementIcons.razor.cs index 11cab7794d9..dea29a03f45 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Icons/ElementIcons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Icons/ElementIcons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Icons; +namespace BootstrapBlazor.Server.Components.Samples.Icons; /// /// ElementIcons 示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/FAIcons.razor b/src/BootstrapBlazor.Server/Components/Samples/Icons/FAIcons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/FAIcons.razor rename to src/BootstrapBlazor.Server/Components/Samples/Icons/FAIcons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/FAIcons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Icons/FAIcons.razor.cs similarity index 86% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/FAIcons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Icons/FAIcons.razor.cs index 74b23d6893b..3abdc60d670 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Icons/FAIcons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Icons/FAIcons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Icons; +namespace BootstrapBlazor.Server.Components.Samples.Icons; /// /// 图标库 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/IconParks.razor b/src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/IconParks.razor rename to src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/IconParks.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor.cs similarity index 86% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/IconParks.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor.cs index 9a873ac0242..b7a7a1da369 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Icons/IconParks.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Icons/IconParks.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Icons; +namespace BootstrapBlazor.Server.Components.Samples.Icons; /// /// IconPark 图标库示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/MaterialDesignIcons.razor b/src/BootstrapBlazor.Server/Components/Samples/Icons/MaterialDesignIcons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/MaterialDesignIcons.razor rename to src/BootstrapBlazor.Server/Components/Samples/Icons/MaterialDesignIcons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Icons/MaterialDesignIcons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Icons/MaterialDesignIcons.razor.cs similarity index 86% rename from src/BootstrapBlazor.Shared/Components/Samples/Icons/MaterialDesignIcons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Icons/MaterialDesignIcons.razor.cs index b1faef32f8e..4f77a0d352e 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Icons/MaterialDesignIcons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Icons/MaterialDesignIcons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Icons; +namespace BootstrapBlazor.Server.Components.Samples.Icons; /// /// MaterialIcons 示例页面 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ImageCroppers.razor b/src/BootstrapBlazor.Server/Components/Samples/ImageCroppers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ImageCroppers.razor rename to src/BootstrapBlazor.Server/Components/Samples/ImageCroppers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ImageCroppers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/ImageCroppers.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/ImageCroppers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/ImageCroppers.razor.cs index 25a218a76b8..8faaecf5873 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/ImageCroppers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/ImageCroppers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// ImageCropper 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ImageViewers.razor b/src/BootstrapBlazor.Server/Components/Samples/ImageViewers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ImageViewers.razor rename to src/BootstrapBlazor.Server/Components/Samples/ImageViewers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ImageViewers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/ImageViewers.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/ImageViewers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/ImageViewers.razor.cs index d29b5c09144..e58326d488a 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/ImageViewers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/ImageViewers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Images 示例类 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ImageViewers.razor.css b/src/BootstrapBlazor.Server/Components/Samples/ImageViewers.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ImageViewers.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/ImageViewers.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/InputGroups.razor b/src/BootstrapBlazor.Server/Components/Samples/InputGroups.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/InputGroups.razor rename to src/BootstrapBlazor.Server/Components/Samples/InputGroups.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/InputGroups.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/InputGroups.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/InputGroups.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/InputGroups.razor.cs index 1f536ee0cd1..f18f5071d94 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/InputGroups.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/InputGroups.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// InputGroup 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/InputNumbers.razor b/src/BootstrapBlazor.Server/Components/Samples/InputNumbers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/InputNumbers.razor rename to src/BootstrapBlazor.Server/Components/Samples/InputNumbers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/InputNumbers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/InputNumbers.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/InputNumbers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/InputNumbers.razor.cs index 02168ca34e1..ce3a6665a36 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/InputNumbers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/InputNumbers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// InputNumber 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/InputNumbers.razor.css b/src/BootstrapBlazor.Server/Components/Samples/InputNumbers.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/InputNumbers.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/InputNumbers.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Inputs.razor b/src/BootstrapBlazor.Server/Components/Samples/Inputs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Inputs.razor rename to src/BootstrapBlazor.Server/Components/Samples/Inputs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Inputs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Inputs.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Inputs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Inputs.razor.cs index 66f591fb89c..f84707d61fa 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Inputs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Inputs.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Input 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/IntersectionObservers.razor b/src/BootstrapBlazor.Server/Components/Samples/IntersectionObservers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/IntersectionObservers.razor rename to src/BootstrapBlazor.Server/Components/Samples/IntersectionObservers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/IntersectionObservers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/IntersectionObservers.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/IntersectionObservers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/IntersectionObservers.razor.cs index 7a12fac44d2..ff56a7a8f43 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/IntersectionObservers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/IntersectionObservers.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 交叉检测组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/IntersectionObservers.razor.css b/src/BootstrapBlazor.Server/Components/Samples/IntersectionObservers.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/IntersectionObservers.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/IntersectionObservers.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Ips.razor b/src/BootstrapBlazor.Server/Components/Samples/Ips.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Ips.razor rename to src/BootstrapBlazor.Server/Components/Samples/Ips.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Ips.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Ips.razor.cs similarity index 88% rename from src/BootstrapBlazor.Shared/Components/Samples/Ips.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Ips.razor.cs index 900c44fd63b..6df6625404c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Ips.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Ips.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Ips diff --git a/src/BootstrapBlazor.Shared/Components/Samples/JSRuntimeExtensions.razor b/src/BootstrapBlazor.Server/Components/Samples/JSRuntimeExtensions.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/JSRuntimeExtensions.razor rename to src/BootstrapBlazor.Server/Components/Samples/JSRuntimeExtensions.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/JSRuntimeExtensions.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/JSRuntimeExtensions.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/JSRuntimeExtensions.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/JSRuntimeExtensions.razor.cs index 6b63f4740b4..55e8f51d501 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/JSRuntimeExtensions.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/JSRuntimeExtensions.razor.cs @@ -5,7 +5,7 @@ using Microsoft.JSInterop; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// JSRuntimeExtensions Demo diff --git a/src/BootstrapBlazor.Shared/Components/Samples/JSRuntimeExtensions.razor.css b/src/BootstrapBlazor.Server/Components/Samples/JSRuntimeExtensions.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/JSRuntimeExtensions.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/JSRuntimeExtensions.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Labels.razor b/src/BootstrapBlazor.Server/Components/Samples/Labels.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Labels.razor rename to src/BootstrapBlazor.Server/Components/Samples/Labels.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Labels.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Labels.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/Labels.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Labels.razor.cs index 705af6f9f8c..c3fbd4e05a9 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Labels.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Labels.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Label 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/LayoutDemo.razor b/src/BootstrapBlazor.Server/Components/Samples/LayoutDemo.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/LayoutDemo.razor rename to src/BootstrapBlazor.Server/Components/Samples/LayoutDemo.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/LayoutPages.razor b/src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/LayoutPages.razor rename to src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/LayoutPages.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/LayoutPages.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor.cs index fa4b95459ec..6f73e9a9726 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/LayoutPages.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/LayoutPages.razor.css b/src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/LayoutPages.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/LayoutPages1.razor b/src/BootstrapBlazor.Server/Components/Samples/LayoutPages1.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/LayoutPages1.razor rename to src/BootstrapBlazor.Server/Components/Samples/LayoutPages1.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Layouts.razor b/src/BootstrapBlazor.Server/Components/Samples/Layouts.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Layouts.razor rename to src/BootstrapBlazor.Server/Components/Samples/Layouts.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Layouts.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Layouts.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Layouts.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Layouts.razor.cs index 54818c14117..fa34f814ee0 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Layouts.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Layouts.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Layout 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Layouts.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Layouts.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Layouts.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Layouts.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Lights.razor b/src/BootstrapBlazor.Server/Components/Samples/Lights.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Lights.razor rename to src/BootstrapBlazor.Server/Components/Samples/Lights.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Lights.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Lights.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Lights.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Lights.razor.cs index a74c9d417c4..559ed17c02e 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Lights.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Lights.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Lights diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Lights.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Lights.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Lights.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Lights.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/LinkButtons.razor b/src/BootstrapBlazor.Server/Components/Samples/LinkButtons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/LinkButtons.razor rename to src/BootstrapBlazor.Server/Components/Samples/LinkButtons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/LinkButtons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/LinkButtons.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/LinkButtons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/LinkButtons.razor.cs index 1a51d495f7b..c36d24ab7a5 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/LinkButtons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/LinkButtons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// LinkButton 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ListGroups.razor b/src/BootstrapBlazor.Server/Components/Samples/ListGroups.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ListGroups.razor rename to src/BootstrapBlazor.Server/Components/Samples/ListGroups.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ListGroups.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/ListGroups.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/ListGroups.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/ListGroups.razor.cs index 174e71811b5..1afe39e8d31 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/ListGroups.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/ListGroups.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// ListGroup 示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ListGroups.razor.css b/src/BootstrapBlazor.Server/Components/Samples/ListGroups.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ListGroups.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/ListGroups.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ListViews.razor b/src/BootstrapBlazor.Server/Components/Samples/ListViews.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ListViews.razor rename to src/BootstrapBlazor.Server/Components/Samples/ListViews.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ListViews.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/ListViews.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/ListViews.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/ListViews.razor.cs index 07b9b638930..7f665b21fe8 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/ListViews.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/ListViews.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// ListViews diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ListViews.razor.css b/src/BootstrapBlazor.Server/Components/Samples/ListViews.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ListViews.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/ListViews.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Live2DDisplays.razor b/src/BootstrapBlazor.Server/Components/Samples/Live2DDisplays.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Live2DDisplays.razor rename to src/BootstrapBlazor.Server/Components/Samples/Live2DDisplays.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Live2DDisplays.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Live2DDisplays.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Live2DDisplays.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Live2DDisplays.razor.cs index 189dc9fc3a0..ee342d55ca5 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Live2DDisplays.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Live2DDisplays.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Live2DDisplays diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Locators.razor b/src/BootstrapBlazor.Server/Components/Samples/Locators.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Locators.razor rename to src/BootstrapBlazor.Server/Components/Samples/Locators.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Locators.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Locators.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Locators.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Locators.razor.cs index 56f567f0b59..33e2bf80f14 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Locators.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Locators.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Locators diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Logouts.razor b/src/BootstrapBlazor.Server/Components/Samples/Logouts.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Logouts.razor rename to src/BootstrapBlazor.Server/Components/Samples/Logouts.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Logouts.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Logouts.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Logouts.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Logouts.razor.cs index d0a90d7a9a4..e01140700cc 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Logouts.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Logouts.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Logout 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Logouts.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Logouts.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Logouts.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Logouts.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Lookup.razor b/src/BootstrapBlazor.Server/Components/Samples/Lookup.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Lookup.razor rename to src/BootstrapBlazor.Server/Components/Samples/Lookup.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Markdowns.razor b/src/BootstrapBlazor.Server/Components/Samples/Markdowns.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Markdowns.razor rename to src/BootstrapBlazor.Server/Components/Samples/Markdowns.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Markdowns.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Markdowns.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Markdowns.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Markdowns.razor.cs index 28b5b042b28..5beb86e8036 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Markdowns.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Markdowns.razor.cs @@ -5,7 +5,7 @@ using System.Globalization; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Markdown 示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Marquees.razor b/src/BootstrapBlazor.Server/Components/Samples/Marquees.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Marquees.razor rename to src/BootstrapBlazor.Server/Components/Samples/Marquees.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Marquees.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Marquees.razor.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Components/Samples/Marquees.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Marquees.razor.cs index 702635671dc..085e7c324e2 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Marquees.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Marquees.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Marquee 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Marquees.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Marquees.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Marquees.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Marquees.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Masks.razor b/src/BootstrapBlazor.Server/Components/Samples/Masks.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Masks.razor rename to src/BootstrapBlazor.Server/Components/Samples/Masks.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Masks.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Masks.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Masks.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Masks.razor.cs index 967231a4e67..76abdd4d6e2 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Masks.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Masks.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Mask 组件示例文档 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Menus.razor b/src/BootstrapBlazor.Server/Components/Samples/Menus.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Menus.razor rename to src/BootstrapBlazor.Server/Components/Samples/Menus.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Menus.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Menus.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Menus.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Menus.razor.cs index 44967ac5434..71925e0cab5 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Menus.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Menus.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Menus diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Menus.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Menus.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Menus.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Menus.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Mermaids.razor b/src/BootstrapBlazor.Server/Components/Samples/Mermaids.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Mermaids.razor rename to src/BootstrapBlazor.Server/Components/Samples/Mermaids.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Mermaids.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Mermaids.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Mermaids.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Mermaids.razor.cs index fa928289503..babe874a3e7 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Mermaids.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Mermaids.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// MermaidViews diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Messages.razor b/src/BootstrapBlazor.Server/Components/Samples/Messages.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Messages.razor rename to src/BootstrapBlazor.Server/Components/Samples/Messages.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Messages.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Messages.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Messages.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Messages.razor.cs index 953b708fcf0..85fd810476e 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Messages.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Messages.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Messages diff --git a/src/BootstrapBlazor.Shared/Components/Samples/MindMaps.razor b/src/BootstrapBlazor.Server/Components/Samples/MindMaps.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/MindMaps.razor rename to src/BootstrapBlazor.Server/Components/Samples/MindMaps.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/MindMaps.razor.Data.cs b/src/BootstrapBlazor.Server/Components/Samples/MindMaps.razor.Data.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/MindMaps.razor.Data.cs rename to src/BootstrapBlazor.Server/Components/Samples/MindMaps.razor.Data.cs index a945dfdf181..4cad9f01b58 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/MindMaps.razor.Data.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/MindMaps.razor.Data.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// MindMaps diff --git a/src/BootstrapBlazor.Shared/Components/Samples/MindMaps.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/MindMaps.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/MindMaps.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/MindMaps.razor.cs index f54a3ec78cc..d39b0c2e3f4 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/MindMaps.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/MindMaps.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// MindMaps diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Modals.razor b/src/BootstrapBlazor.Server/Components/Samples/Modals.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Modals.razor rename to src/BootstrapBlazor.Server/Components/Samples/Modals.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Modals.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Modals.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Modals.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Modals.razor.cs index cd75e1af331..eb2530bfd71 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Modals.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Modals.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Modals diff --git a/src/BootstrapBlazor.Shared/Components/Samples/MouseFollowers.razor b/src/BootstrapBlazor.Server/Components/Samples/MouseFollowers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/MouseFollowers.razor rename to src/BootstrapBlazor.Server/Components/Samples/MouseFollowers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/MouseFollowers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/MouseFollowers.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/MouseFollowers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/MouseFollowers.razor.cs index 4a3a076f85a..c4e717209d2 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/MouseFollowers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/MouseFollowers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// MouseFollowers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/MultiSelects.razor b/src/BootstrapBlazor.Server/Components/Samples/MultiSelects.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/MultiSelects.razor rename to src/BootstrapBlazor.Server/Components/Samples/MultiSelects.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/MultiSelects.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/MultiSelects.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/MultiSelects.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/MultiSelects.razor.cs index 859c96f52a0..23e5b054c33 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/MultiSelects.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/MultiSelects.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// MultiSelects diff --git a/src/BootstrapBlazor.Shared/Components/Samples/MultiSelects.razor.css b/src/BootstrapBlazor.Server/Components/Samples/MultiSelects.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/MultiSelects.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/MultiSelects.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Navigation.razor b/src/BootstrapBlazor.Server/Components/Samples/Navigation.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Navigation.razor rename to src/BootstrapBlazor.Server/Components/Samples/Navigation.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Navigation.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Navigation.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Navigation.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Navigation.razor.cs index 62913b364c4..16edff23cbe 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Navigation.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Navigation.razor.cs @@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Components.Routing; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// navigation diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Notifications.razor b/src/BootstrapBlazor.Server/Components/Samples/Notifications.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Notifications.razor rename to src/BootstrapBlazor.Server/Components/Samples/Notifications.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Notifications.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Notifications.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Notifications.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Notifications.razor.cs index b41c199b2d4..7cd761ab74d 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Notifications.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Notifications.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Notifications 通知 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/OnScreenKeyboards.razor b/src/BootstrapBlazor.Server/Components/Samples/OnScreenKeyboards.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/OnScreenKeyboards.razor rename to src/BootstrapBlazor.Server/Components/Samples/OnScreenKeyboards.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/OnScreenKeyboards.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/OnScreenKeyboards.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/OnScreenKeyboards.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/OnScreenKeyboards.razor.cs index d15fe401491..cb91dede7ed 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/OnScreenKeyboards.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/OnScreenKeyboards.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 屏幕键盘 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/OnScreenKeyboards.razor.css b/src/BootstrapBlazor.Server/Components/Samples/OnScreenKeyboards.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/OnScreenKeyboards.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/OnScreenKeyboards.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Paginations.razor b/src/BootstrapBlazor.Server/Components/Samples/Paginations.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Paginations.razor rename to src/BootstrapBlazor.Server/Components/Samples/Paginations.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Paginations.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Paginations.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Paginations.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Paginations.razor.cs index 99b486fbad4..85eb6dcf495 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Paginations.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Paginations.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Paginations diff --git a/src/BootstrapBlazor.Shared/Components/Samples/PdfReaders.razor b/src/BootstrapBlazor.Server/Components/Samples/PdfReaders.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/PdfReaders.razor rename to src/BootstrapBlazor.Server/Components/Samples/PdfReaders.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/PdfReaders.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/PdfReaders.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/PdfReaders.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/PdfReaders.razor.cs index 5d114e163b5..ad77af24ebc 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/PdfReaders.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/PdfReaders.razor.cs @@ -5,7 +5,7 @@ using System.ComponentModel; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// PdfReaders diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Players.razor b/src/BootstrapBlazor.Server/Components/Samples/Players.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Players.razor rename to src/BootstrapBlazor.Server/Components/Samples/Players.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Players.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Players.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Players.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Players.razor.cs index e057f107269..37537884713 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Players.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Players.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Player 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/PopoverConfirms.razor b/src/BootstrapBlazor.Server/Components/Samples/PopoverConfirms.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/PopoverConfirms.razor rename to src/BootstrapBlazor.Server/Components/Samples/PopoverConfirms.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/PopoverConfirms.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/PopoverConfirms.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/PopoverConfirms.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/PopoverConfirms.razor.cs index 974144eb246..0fc4a7bacc7 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/PopoverConfirms.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/PopoverConfirms.razor.cs @@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Components.Forms; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// PopoverConfirms diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Popovers.razor b/src/BootstrapBlazor.Server/Components/Samples/Popovers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Popovers.razor rename to src/BootstrapBlazor.Server/Components/Samples/Popovers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Popovers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Popovers.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Popovers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Popovers.razor.cs index 3d039e007a4..40c694123cd 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Popovers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Popovers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Popovers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Popovers.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Popovers.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Popovers.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Popovers.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Print.razor b/src/BootstrapBlazor.Server/Components/Samples/Print.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Print.razor rename to src/BootstrapBlazor.Server/Components/Samples/Print.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Print.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Print.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Samples/Print.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Print.razor.cs index d9367cefcf8..58bac166c95 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Print.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Print.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 打印组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/PrintServices.razor b/src/BootstrapBlazor.Server/Components/Samples/PrintServices.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/PrintServices.razor rename to src/BootstrapBlazor.Server/Components/Samples/PrintServices.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/PrintView.razor b/src/BootstrapBlazor.Server/Components/Samples/PrintView.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/PrintView.razor rename to src/BootstrapBlazor.Server/Components/Samples/PrintView.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/PrintView.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/PrintView.razor.cs similarity index 92% rename from src/BootstrapBlazor.Shared/Components/Samples/PrintView.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/PrintView.razor.cs index f73f3cdcaa0..8d58244c8cb 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/PrintView.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/PrintView.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/PrintView.razor.css b/src/BootstrapBlazor.Server/Components/Samples/PrintView.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/PrintView.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/PrintView.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Progress.razor b/src/BootstrapBlazor.Server/Components/Samples/Progress.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Progress.razor rename to src/BootstrapBlazor.Server/Components/Samples/Progress.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Progress.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Progress.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Progress.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Progress.razor.cs index 1452209a01f..38cb1c30429 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Progress.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Progress.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Progress diff --git a/src/BootstrapBlazor.Shared/Components/Samples/PulseButtons.razor b/src/BootstrapBlazor.Server/Components/Samples/PulseButtons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/PulseButtons.razor rename to src/BootstrapBlazor.Server/Components/Samples/PulseButtons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/QRCodes.razor b/src/BootstrapBlazor.Server/Components/Samples/QRCodes.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/QRCodes.razor rename to src/BootstrapBlazor.Server/Components/Samples/QRCodes.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/QRCodes.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/QRCodes.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/QRCodes.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/QRCodes.razor.cs index 21d576d14de..527f53663c0 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/QRCodes.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/QRCodes.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// QRCodes diff --git a/src/BootstrapBlazor.Shared/Components/Samples/QueryBuilders.razor b/src/BootstrapBlazor.Server/Components/Samples/QueryBuilders.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/QueryBuilders.razor rename to src/BootstrapBlazor.Server/Components/Samples/QueryBuilders.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/QueryBuilders.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/QueryBuilders.razor.cs similarity index 90% rename from src/BootstrapBlazor.Shared/Components/Samples/QueryBuilders.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/QueryBuilders.razor.cs index 78fad27d884..939d3440038 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/QueryBuilders.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/QueryBuilders.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// QueryBuilders 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Radios.razor b/src/BootstrapBlazor.Server/Components/Samples/Radios.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Radios.razor rename to src/BootstrapBlazor.Server/Components/Samples/Radios.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Radios.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Radios.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Radios.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Radios.razor.cs index 5f56a062e23..af6d4f1c9a4 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Radios.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Radios.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Radios diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Rates.razor b/src/BootstrapBlazor.Server/Components/Samples/Rates.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Rates.razor rename to src/BootstrapBlazor.Server/Components/Samples/Rates.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Rates.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Rates.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Rates.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Rates.razor.cs index ccc84c0a09c..e515acb9058 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Rates.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Rates.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Rates diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Reconnectors.razor b/src/BootstrapBlazor.Server/Components/Samples/Reconnectors.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Reconnectors.razor rename to src/BootstrapBlazor.Server/Components/Samples/Reconnectors.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Reconnectors.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Reconnectors.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Reconnectors.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Reconnectors.razor.cs index 8ba6009839a..6d5d524593c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Reconnectors.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Reconnectors.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Reconnectors 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Repeaters.razor b/src/BootstrapBlazor.Server/Components/Samples/Repeaters.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Repeaters.razor rename to src/BootstrapBlazor.Server/Components/Samples/Repeaters.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Repeaters.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Repeaters.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Repeaters.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Repeaters.razor.cs index 6affd1507d4..e5339bc6f13 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Repeaters.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Repeaters.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Repeaters diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Responsives.razor b/src/BootstrapBlazor.Server/Components/Samples/Responsives.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Responsives.razor rename to src/BootstrapBlazor.Server/Components/Samples/Responsives.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Responsives.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Responsives.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/Responsives.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Responsives.razor.cs index c0ebeb563d6..3b1fcacf8e1 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Responsives.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Responsives.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Responsives diff --git a/src/BootstrapBlazor.Shared/Components/Samples/RibbonTabs.razor b/src/BootstrapBlazor.Server/Components/Samples/RibbonTabs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/RibbonTabs.razor rename to src/BootstrapBlazor.Server/Components/Samples/RibbonTabs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/RibbonTabs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/RibbonTabs.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/RibbonTabs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/RibbonTabs.razor.cs index 47645ca0227..cb4895c50e9 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/RibbonTabs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/RibbonTabs.razor.cs @@ -5,7 +5,7 @@ using System.Web; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// RibbonTabs diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Rows.razor b/src/BootstrapBlazor.Server/Components/Samples/Rows.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Rows.razor rename to src/BootstrapBlazor.Server/Components/Samples/Rows.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Rows.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Rows.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Rows.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Rows.razor.cs index cc0130ed9a4..ac2448bfa75 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Rows.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Rows.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Rows diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Scrolls.razor b/src/BootstrapBlazor.Server/Components/Samples/Scrolls.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Scrolls.razor rename to src/BootstrapBlazor.Server/Components/Samples/Scrolls.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Scrolls.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Scrolls.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/Scrolls.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Scrolls.razor.cs index ce34701bcee..bb9955d848a 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Scrolls.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Scrolls.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Scrolls diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Scrolls.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Scrolls.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Scrolls.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Scrolls.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SearchDialogs.razor b/src/BootstrapBlazor.Server/Components/Samples/SearchDialogs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SearchDialogs.razor rename to src/BootstrapBlazor.Server/Components/Samples/SearchDialogs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SearchDialogs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SearchDialogs.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/SearchDialogs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SearchDialogs.razor.cs index d3eda6241ca..cd436a72e4f 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SearchDialogs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SearchDialogs.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// SearchDialogs diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Searches.razor b/src/BootstrapBlazor.Server/Components/Samples/Searches.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Searches.razor rename to src/BootstrapBlazor.Server/Components/Samples/Searches.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Searches.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Searches.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Searches.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Searches.razor.cs index 4b8331ca6ea..fc761e7bb47 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Searches.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Searches.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Searches diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Segmenteds.razor b/src/BootstrapBlazor.Server/Components/Samples/Segmenteds.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Segmenteds.razor rename to src/BootstrapBlazor.Server/Components/Samples/Segmenteds.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Segmenteds.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Segmenteds.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Segmenteds.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Segmenteds.razor.cs index b5a8df4cf66..b443c27dd80 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Segmenteds.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Segmenteds.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SelectGenerics.razor b/src/BootstrapBlazor.Server/Components/Samples/SelectGenerics.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SelectGenerics.razor rename to src/BootstrapBlazor.Server/Components/Samples/SelectGenerics.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SelectGenerics.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SelectGenerics.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/SelectGenerics.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SelectGenerics.razor.cs index 9aaa30f9d36..131038fcd3a 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SelectGenerics.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SelectGenerics.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 下拉框操作类 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SelectGenerics.razor.css b/src/BootstrapBlazor.Server/Components/Samples/SelectGenerics.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SelectGenerics.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/SelectGenerics.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SelectObjects.razor b/src/BootstrapBlazor.Server/Components/Samples/SelectObjects.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SelectObjects.razor rename to src/BootstrapBlazor.Server/Components/Samples/SelectObjects.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SelectObjects.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SelectObjects.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/SelectObjects.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SelectObjects.razor.cs index ea5c7be8517..687080406ce 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SelectObjects.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SelectObjects.razor.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SelectTables.razor b/src/BootstrapBlazor.Server/Components/Samples/SelectTables.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SelectTables.razor rename to src/BootstrapBlazor.Server/Components/Samples/SelectTables.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SelectTables.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SelectTables.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/SelectTables.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SelectTables.razor.cs index 65ec7fd0088..f46d3c9466c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SelectTables.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SelectTables.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 可选择表格组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SelectTables.razor.css b/src/BootstrapBlazor.Server/Components/Samples/SelectTables.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SelectTables.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/SelectTables.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SelectTrees.razor b/src/BootstrapBlazor.Server/Components/Samples/SelectTrees.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SelectTrees.razor rename to src/BootstrapBlazor.Server/Components/Samples/SelectTrees.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SelectTrees.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SelectTrees.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/SelectTrees.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SelectTrees.razor.cs index 4c4652b1984..fb562eafa9c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SelectTrees.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SelectTrees.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Selects.razor b/src/BootstrapBlazor.Server/Components/Samples/Selects.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Selects.razor rename to src/BootstrapBlazor.Server/Components/Samples/Selects.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Selects.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Selects.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Selects.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Selects.razor.cs index c07134ba8de..27715adbe90 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Selects.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Selects.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 下拉框操作类 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Selects.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Selects.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Selects.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Selects.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SignaturePadPageResponsive.razor b/src/BootstrapBlazor.Server/Components/Samples/SignaturePadPageResponsive.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SignaturePadPageResponsive.razor rename to src/BootstrapBlazor.Server/Components/Samples/SignaturePadPageResponsive.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SignaturePads.razor b/src/BootstrapBlazor.Server/Components/Samples/SignaturePads.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SignaturePads.razor rename to src/BootstrapBlazor.Server/Components/Samples/SignaturePads.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SignaturePads.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SignaturePads.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/SignaturePads.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SignaturePads.razor.cs index 2eb33a6b6b9..2c3ae9a5fb5 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SignaturePads.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SignaturePads.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 签名演示 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Skeletons.razor b/src/BootstrapBlazor.Server/Components/Samples/Skeletons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Skeletons.razor rename to src/BootstrapBlazor.Server/Components/Samples/Skeletons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Skeletons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Skeletons.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Skeletons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Skeletons.razor.cs index 7cba6bd3779..568bcd7aa58 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Skeletons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Skeletons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Skeletons diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Skeletons.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Skeletons.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Skeletons.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Skeletons.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SlideButtons.razor b/src/BootstrapBlazor.Server/Components/Samples/SlideButtons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SlideButtons.razor rename to src/BootstrapBlazor.Server/Components/Samples/SlideButtons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SlideButtons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SlideButtons.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/SlideButtons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SlideButtons.razor.cs index 580670eb1e2..49aa9ce73fd 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SlideButtons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SlideButtons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// FloatButton 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SlideButtons.razor.css b/src/BootstrapBlazor.Server/Components/Samples/SlideButtons.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SlideButtons.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/SlideButtons.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Sliders.razor b/src/BootstrapBlazor.Server/Components/Samples/Sliders.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Sliders.razor rename to src/BootstrapBlazor.Server/Components/Samples/Sliders.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Sliders.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Sliders.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Sliders.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Sliders.razor.cs index 7e56d174de5..26323da236a 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Sliders.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Sliders.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Slider 组件示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Sliders.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Sliders.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Sliders.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Sliders.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SortableLists.razor b/src/BootstrapBlazor.Server/Components/Samples/SortableLists.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SortableLists.razor rename to src/BootstrapBlazor.Server/Components/Samples/SortableLists.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SortableLists.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SortableLists.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/SortableLists.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SortableLists.razor.cs index 55d74a05dc7..6dedbd39e24 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SortableLists.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SortableLists.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// SortableList 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SortableLists.razor.css b/src/BootstrapBlazor.Server/Components/Samples/SortableLists.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SortableLists.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/SortableLists.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/Index.razor b/src/BootstrapBlazor.Server/Components/Samples/Speeches/Index.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/Index.razor rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/Index.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/Index.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Speeches/Index.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/Index.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/Index.razor.cs index 1b490cc788d..2fa1f3aa09c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/Index.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Speeches/Index.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Speeches; +namespace BootstrapBlazor.Server.Components.Samples.Speeches; /// /// Speeches 示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/Recognizers.razor b/src/BootstrapBlazor.Server/Components/Samples/Speeches/Recognizers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/Recognizers.razor rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/Recognizers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/Recognizers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Speeches/Recognizers.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/Recognizers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/Recognizers.razor.cs index 81fc22ea78b..50ee4f8453c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/Recognizers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Speeches/Recognizers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Speeches; +namespace BootstrapBlazor.Server.Components.Samples.Speeches; /// /// 语音识别组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/SpeechWaves.razor b/src/BootstrapBlazor.Server/Components/Samples/Speeches/SpeechWaves.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/SpeechWaves.razor rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/SpeechWaves.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/SpeechWaves.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Speeches/SpeechWaves.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/SpeechWaves.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/SpeechWaves.razor.cs index 1c8ab06f28a..adc20163f98 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/SpeechWaves.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Speeches/SpeechWaves.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Speeches; +namespace BootstrapBlazor.Server.Components.Samples.Speeches; /// /// 语音识别波形图示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/Synthesizers.razor b/src/BootstrapBlazor.Server/Components/Samples/Speeches/Synthesizers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/Synthesizers.razor rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/Synthesizers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/Synthesizers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Speeches/Synthesizers.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/Synthesizers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/Synthesizers.razor.cs index 5dadcc9bcbe..f64b3430cca 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/Synthesizers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Speeches/Synthesizers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Speeches; +namespace BootstrapBlazor.Server.Components.Samples.Speeches; /// /// 语音合成组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/WebSpeeches.razor b/src/BootstrapBlazor.Server/Components/Samples/Speeches/WebSpeeches.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/WebSpeeches.razor rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/WebSpeeches.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/WebSpeeches.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Speeches/WebSpeeches.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/WebSpeeches.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/WebSpeeches.razor.cs index d6c2de41167..0c487d16dec 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/WebSpeeches.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Speeches/WebSpeeches.razor.cs @@ -5,7 +5,7 @@ using System.Globalization; -namespace BootstrapBlazor.Shared.Components.Samples.Speeches; +namespace BootstrapBlazor.Server.Components.Samples.Speeches; /// /// WebSpeech 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Speeches/WebSpeeches.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Speeches/WebSpeeches.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Speeches/WebSpeeches.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Speeches/WebSpeeches.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Spinners.razor b/src/BootstrapBlazor.Server/Components/Samples/Spinners.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Spinners.razor rename to src/BootstrapBlazor.Server/Components/Samples/Spinners.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Spinners.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Spinners.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Spinners.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Spinners.razor.cs index 2f549fafe5b..99fa6222323 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Spinners.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Spinners.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Splits.razor b/src/BootstrapBlazor.Server/Components/Samples/Splits.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Splits.razor rename to src/BootstrapBlazor.Server/Components/Samples/Splits.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Splits.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Splits.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Splits.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Splits.razor.cs index b5af87f4e30..64a5725acce 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Splits.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Splits.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Splits diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Splits.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Splits.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Splits.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Splits.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Splittings.razor b/src/BootstrapBlazor.Server/Components/Samples/Splittings.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Splittings.razor rename to src/BootstrapBlazor.Server/Components/Samples/Splittings.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Splittings.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Splittings.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Splittings.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Splittings.razor.cs index 4e38a81ece5..5353191fee9 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Splittings.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Splittings.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Loader 示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Splittings.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Splittings.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Splittings.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Splittings.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Stacks.razor b/src/BootstrapBlazor.Server/Components/Samples/Stacks.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Stacks.razor rename to src/BootstrapBlazor.Server/Components/Samples/Stacks.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Stacks.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Stacks.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Stacks.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Stacks.razor.cs index 990bc4e6a30..96c13e062c0 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Stacks.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Stacks.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Stacks.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Stacks.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Stacks.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Stacks.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Steps.razor b/src/BootstrapBlazor.Server/Components/Samples/Steps.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Steps.razor rename to src/BootstrapBlazor.Server/Components/Samples/Steps.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Steps.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Steps.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Steps.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Steps.razor.cs index b95a3c382c8..a269253e9f0 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Steps.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Steps.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Steps diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Steps.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Steps.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Steps.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Steps.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SvgEditors.razor b/src/BootstrapBlazor.Server/Components/Samples/SvgEditors.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SvgEditors.razor rename to src/BootstrapBlazor.Server/Components/Samples/SvgEditors.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SvgEditors.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SvgEditors.razor.cs similarity index 91% rename from src/BootstrapBlazor.Shared/Components/Samples/SvgEditors.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SvgEditors.razor.cs index 0b26bbbbe7a..ffbcb714a29 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SvgEditors.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SvgEditors.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// SvgEditor 示例文档 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SweetAlerts.razor b/src/BootstrapBlazor.Server/Components/Samples/SweetAlerts.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SweetAlerts.razor rename to src/BootstrapBlazor.Server/Components/Samples/SweetAlerts.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SweetAlerts.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SweetAlerts.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/SweetAlerts.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SweetAlerts.razor.cs index cef2c9619b6..5cde15e70c7 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SweetAlerts.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SweetAlerts.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// SweetAlerts diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SwitchButtons.razor b/src/BootstrapBlazor.Server/Components/Samples/SwitchButtons.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/SwitchButtons.razor rename to src/BootstrapBlazor.Server/Components/Samples/SwitchButtons.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/SwitchButtons.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/SwitchButtons.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/SwitchButtons.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/SwitchButtons.razor.cs index 908aab0b750..decdc5eaed6 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/SwitchButtons.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/SwitchButtons.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// SwitchButtons diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Switches.razor b/src/BootstrapBlazor.Server/Components/Samples/Switches.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Switches.razor rename to src/BootstrapBlazor.Server/Components/Samples/Switches.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Switches.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Switches.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Switches.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Switches.razor.cs index 1598cc67bbe..ae52a20f757 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Switches.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Switches.razor.cs @@ -5,7 +5,7 @@ using System.ComponentModel; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Switches diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/Tables.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/Tables.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/Tables.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/Tables.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/Tables.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/Tables.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/Tables.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/Tables.razor.cs index 0741fb19366..6d0e301c6e5 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/Tables.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/Tables.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 表格示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesAttribute.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesAttribute.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesAttribute.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesAttribute.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesAttribute.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesAttribute.razor.cs similarity index 86% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesAttribute.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesAttribute.razor.cs index ecc9888922f..f969db56bae 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesAttribute.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesAttribute.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// TablesAttribute 标签说明 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesAutoRefresh.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesAutoRefresh.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesAutoRefresh.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesAutoRefresh.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesAutoRefresh.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesAutoRefresh.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesAutoRefresh.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesAutoRefresh.razor.cs index bf6be0a82fb..9ba7b21e269 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesAutoRefresh.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesAutoRefresh.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 自动刷新示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesCell.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesCell.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesCell.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesCell.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesCell.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesCell.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesCell.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesCell.razor.cs index d0b9e56243f..54ce8e295bf 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesCell.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesCell.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// TablesCell diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumn.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumn.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumn.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumn.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumn.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumn.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumn.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumn.razor.cs index c3d900c4336..cc6ed9aea2a 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumn.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumn.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 列设置示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumn.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumn.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumn.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumn.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnDrag.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnDrag.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnDrag.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnDrag.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnDrag.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnDrag.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnDrag.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnDrag.razor.cs index cea23f6ca9f..26a09039b2f 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnDrag.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnDrag.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 拖动列示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnList.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnList.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnList.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnList.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnList.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnList.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnList.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnList.razor.cs index fe99f3b3d87..48683ae3ec9 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnList.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnList.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 列视图示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnResizing.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnResizing.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnResizing.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnResizing.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnResizing.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnResizing.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnResizing.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnResizing.razor.cs index 6f6d0532f79..6ae184f5b8d 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnResizing.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnResizing.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 设置列宽示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnTemplate.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnTemplate.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnTemplate.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnTemplate.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnTemplate.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnTemplate.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnTemplate.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnTemplate.razor.cs index 926935d028f..608d130c9ad 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesColumnTemplate.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnTemplate.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 列模板示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDetailRow.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDetailRow.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDetailRow.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesDetailRow.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDetailRow.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDetailRow.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDetailRow.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesDetailRow.razor.cs index 6b9cbc677f7..ae16284cdd8 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDetailRow.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDetailRow.razor.cs @@ -6,7 +6,7 @@ using System.Collections.Concurrent; using System.ComponentModel; -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 明细行示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDialog.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDialog.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDialog.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesDialog.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDialog.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDialog.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDialog.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesDialog.razor.cs index 93dab42fc63..d08dc8ff001 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDialog.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDialog.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 弹窗示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamic.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamic.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamic.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamic.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamic.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamic.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamic.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamic.razor.cs index 68bbabe2b58..44709f13f11 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamic.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamic.razor.cs @@ -5,7 +5,7 @@ using System.Data; -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 动态表格示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamicExcel.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamicExcel.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamicExcel.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamicExcel.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamicExcel.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamicExcel.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamicExcel.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamicExcel.razor.cs index 0ddb5ef10d5..ffd544e5731 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamicExcel.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamicExcel.razor.cs @@ -5,7 +5,7 @@ using System.Data; -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 动态表格示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamicObject.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamicObject.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamicObject.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamicObject.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamicObject.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamicObject.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamicObject.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamicObject.razor.cs index 01c609ebe38..c0b223eb962 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesDynamicObject.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamicObject.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 动态示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesEdit.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesEdit.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesEdit.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesEdit.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesEdit.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesEdit.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesEdit.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesEdit.razor.cs index e1fafd4b42b..f98d2bef142 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesEdit.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesEdit.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 表格编辑示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesExcel.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesExcel.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesExcel.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesExcel.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesExcel.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesExcel.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesExcel.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesExcel.razor.cs index 3c01bab9775..68af6d7054a 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesExcel.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesExcel.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// Excel 示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesExport.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesExport.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesExport.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesExport.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesExport.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesExport.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesExport.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesExport.razor.cs index 52c4269569d..045ee751662 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesExport.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesExport.razor.cs @@ -5,7 +5,7 @@ using System.Text; -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 导出示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFilter.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFilter.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFilter.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesFilter.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFilter.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFilter.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFilter.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesFilter.razor.cs index 42d1f20b7cf..7182f400bd4 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFilter.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFilter.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 数据过滤示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFixedColumn.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFixedColumn.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFixedColumn.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesFixedColumn.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFixedColumn.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFixedColumn.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFixedColumn.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesFixedColumn.razor.cs index 93f61a2d875..b8092359bc1 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFixedColumn.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFixedColumn.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 固定列示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFixedHeader.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFixedHeader.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFixedHeader.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesFixedHeader.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFixedHeader.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFixedHeader.razor.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFixedHeader.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesFixedHeader.razor.cs index ff821c67154..2f83b59415b 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFixedHeader.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFixedHeader.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 表头固定示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFooter.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFooter.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFooter.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesFooter.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFooter.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFooter.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFooter.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesFooter.razor.cs index 14c6e5b5384..439cdd76325 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFooter.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFooter.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 统计合并文档 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFooter.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesFooter.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesFooter.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesFooter.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesHeader.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesHeader.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesHeader.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesHeader.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesHeader.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesHeader.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesHeader.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesHeader.razor.cs index ac8e7e4af86..561d4ab5183 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesHeader.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesHeader.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 表头示例组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesLoading.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesLoading.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesLoading.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesLoading.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesLoading.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesLoading.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesLoading.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesLoading.razor.cs index eddeaf46da1..e67b5bc9572 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesLoading.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesLoading.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 加载示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesLookup.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesLookup.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesLookup.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesLookup.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesLookup.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesLookup.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesLookup.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesLookup.razor.cs index 70553ad1eae..aa2ae230b07 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesLookup.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesLookup.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 外键数据源示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesNameDrop.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesNameDrop.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesNameDrop.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesNameDrop.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesNameDrop.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesNameDrop.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesNameDrop.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesNameDrop.razor.cs index 783edf98e02..49dbbfb3abe 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesNameDrop.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesNameDrop.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesPages.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesPages.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesPages.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesPages.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesPages.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesPages.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesPages.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesPages.razor.cs index 2f08fbc84ba..a4d6fa24899 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesPages.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesPages.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 分页示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesRow.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesRow.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesRow.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesRow.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesRow.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesRow.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesRow.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesRow.razor.cs index c0898995b57..f2a0fefbc36 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesRow.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesRow.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 行设置示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesRow.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesRow.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesRow.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesRow.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSearch.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesSearch.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSearch.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesSearch.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSearch.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesSearch.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSearch.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesSearch.razor.cs index c4eb115567d..077278e34ee 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSearch.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesSearch.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 搜索示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesSelection.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesSelection.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesSelection.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesSelection.razor.cs index 8472503fd96..8ddaff1e5fa 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesSelection.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 选择行示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesSelection.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesSelection.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor.js b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesSelection.razor.js similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesSelection.razor.js rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesSelection.razor.js diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesToolbar.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesToolbar.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesToolbar.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesToolbar.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesToolbar.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesToolbar.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesToolbar.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesToolbar.razor.cs index ba9236aa254..5e5746b914f 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesToolbar.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesToolbar.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 工具栏示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesTracking.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesTracking.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesTracking.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesTracking.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesTracking.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesTracking.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesTracking.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesTracking.razor.cs index a7ef7e0e38d..b97372f9e67 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesTracking.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesTracking.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 跟踪模式示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesTree.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesTree.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesTree.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesTree.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesTree.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesTree.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesTree.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesTree.razor.cs index 9ea544cfdb4..9865b81d49b 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesTree.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesTree.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 树形数据示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesVirtualization.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesVirtualization.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesVirtualization.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesVirtualization.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesVirtualization.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesVirtualization.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesVirtualization.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesVirtualization.razor.cs index f7f2ab01caf..f903e6cfbc5 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesVirtualization.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesVirtualization.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 虚拟滚动示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesWrap.razor b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesWrap.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesWrap.razor rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesWrap.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesWrap.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesWrap.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Table/TablesWrap.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Table/TablesWrap.razor.cs index 728debd23e1..d39078e4bde 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Table/TablesWrap.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Table/TablesWrap.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Table; +namespace BootstrapBlazor.Server.Components.Samples.Table; /// /// 折行示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tabs.razor b/src/BootstrapBlazor.Server/Components/Samples/Tabs.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tabs.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tabs.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tabs.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Tabs.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Tabs.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tabs.razor.cs index 30d50a31109..12f4c081f89 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tabs.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tabs.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Tabs diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tabs.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Tabs.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tabs.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Tabs.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tags.razor b/src/BootstrapBlazor.Server/Components/Samples/Tags.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tags.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tags.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tags.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Tags.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Tags.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tags.razor.cs index 1dead862a5a..35e40f4a1e2 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tags.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tags.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Tags diff --git a/src/BootstrapBlazor.Shared/Components/Samples/TextAreas.razor b/src/BootstrapBlazor.Server/Components/Samples/TextAreas.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/TextAreas.razor rename to src/BootstrapBlazor.Server/Components/Samples/TextAreas.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/TextAreas.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/TextAreas.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/TextAreas.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/TextAreas.razor.cs index 22d83c7bcf5..66838488959 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/TextAreas.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/TextAreas.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// TextAreas diff --git a/src/BootstrapBlazor.Shared/Components/Samples/TextAreas.razor.css b/src/BootstrapBlazor.Server/Components/Samples/TextAreas.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/TextAreas.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/TextAreas.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ThemeProviders.razor b/src/BootstrapBlazor.Server/Components/Samples/ThemeProviders.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ThemeProviders.razor rename to src/BootstrapBlazor.Server/Components/Samples/ThemeProviders.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ThemeProviders.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/ThemeProviders.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/ThemeProviders.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/ThemeProviders.razor.cs index 480d6e8c5eb..5353499bd83 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/ThemeProviders.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/ThemeProviders.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// ThemeProvider 示例文档 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/TimePickers.razor b/src/BootstrapBlazor.Server/Components/Samples/TimePickers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/TimePickers.razor rename to src/BootstrapBlazor.Server/Components/Samples/TimePickers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/TimePickers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/TimePickers.razor.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Components/Samples/TimePickers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/TimePickers.razor.cs index e3cc1c0df47..cca942dd9e5 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/TimePickers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/TimePickers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// TimePicker 组件示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Timelines.razor b/src/BootstrapBlazor.Server/Components/Samples/Timelines.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Timelines.razor rename to src/BootstrapBlazor.Server/Components/Samples/Timelines.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Timelines.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Timelines.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Timelines.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Timelines.razor.cs index fbf0356b0d5..0585ab72461 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Timelines.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Timelines.razor.cs @@ -5,7 +5,7 @@ using System.Collections.Concurrent; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Timelines diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Timers.razor b/src/BootstrapBlazor.Server/Components/Samples/Timers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Timers.razor rename to src/BootstrapBlazor.Server/Components/Samples/Timers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Timers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Timers.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Timers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Timers.razor.cs index db65a8f445b..4da58475de8 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Timers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Timers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Timers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Titles.razor b/src/BootstrapBlazor.Server/Components/Samples/Titles.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Titles.razor rename to src/BootstrapBlazor.Server/Components/Samples/Titles.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Titles.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Titles.razor.cs similarity index 87% rename from src/BootstrapBlazor.Shared/Components/Samples/Titles.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Titles.razor.cs index 40d65587f45..6d6895b1e47 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Titles.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Titles.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Title 网站标题示例代码 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Toasts.razor b/src/BootstrapBlazor.Server/Components/Samples/Toasts.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Toasts.razor rename to src/BootstrapBlazor.Server/Components/Samples/Toasts.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Toasts.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Toasts.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Toasts.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Toasts.razor.cs index 97abf98def6..c4176703cbf 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Toasts.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Toasts.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Toasts diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Toasts.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Toasts.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Toasts.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Toasts.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Toggles.razor b/src/BootstrapBlazor.Server/Components/Samples/Toggles.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Toggles.razor rename to src/BootstrapBlazor.Server/Components/Samples/Toggles.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Toggles.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Toggles.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Toggles.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Toggles.razor.cs index 92957f8965a..ed4028e3f85 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Toggles.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Toggles.razor.cs @@ -5,7 +5,7 @@ using System.ComponentModel; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Toggles diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tooltips.razor b/src/BootstrapBlazor.Server/Components/Samples/Tooltips.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tooltips.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tooltips.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tooltips.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Tooltips.razor.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Components/Samples/Tooltips.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tooltips.razor.cs index b08a326a81a..f6392484fa3 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tooltips.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tooltips.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Tooltips diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tooltips.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Tooltips.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tooltips.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Tooltips.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Topologies.razor b/src/BootstrapBlazor.Server/Components/Samples/Topologies.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Topologies.razor rename to src/BootstrapBlazor.Server/Components/Samples/Topologies.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Topologies.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Topologies.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Topologies.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Topologies.razor.cs index 6900d479392..e7d9f15cbae 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Topologies.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Topologies.razor.cs @@ -5,7 +5,7 @@ using Microsoft.JSInterop; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 人机交互界面 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Topologies.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Topologies.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Topologies.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Topologies.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Topologies.razor.js b/src/BootstrapBlazor.Server/Components/Samples/Topologies.razor.js similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Topologies.razor.js rename to src/BootstrapBlazor.Server/Components/Samples/Topologies.razor.js diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Transfers.razor b/src/BootstrapBlazor.Server/Components/Samples/Transfers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Transfers.razor rename to src/BootstrapBlazor.Server/Components/Samples/Transfers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Transfers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Transfers.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Transfers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Transfers.razor.cs index d5e8bad5823..b12c088ae4b 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Transfers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Transfers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Transfers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Transitions.razor b/src/BootstrapBlazor.Server/Components/Samples/Transitions.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Transitions.razor rename to src/BootstrapBlazor.Server/Components/Samples/Transitions.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Transitions.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Transitions.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Transitions.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Transitions.razor.cs index b28850d2658..9db928d904c 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Transitions.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Transitions.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Transitions diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Translators.razor b/src/BootstrapBlazor.Server/Components/Samples/Translators.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Translators.razor rename to src/BootstrapBlazor.Server/Components/Samples/Translators.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Translators.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Translators.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Translators.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Translators.razor.cs index 18cace19ed7..6181cc431f9 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Translators.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Translators.razor.cs @@ -6,7 +6,7 @@ using Azure.AI.Translation.Text; using System.Globalization; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// 翻译示例 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/TreeViews.razor b/src/BootstrapBlazor.Server/Components/Samples/TreeViews.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/TreeViews.razor rename to src/BootstrapBlazor.Server/Components/Samples/TreeViews.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/TreeViews.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/TreeViews.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/TreeViews.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/TreeViews.razor.cs index f8182d65ed4..0d974a68948 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/TreeViews.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/TreeViews.razor.cs @@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Components.Rendering; using Microsoft.AspNetCore.Components.Web; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// TreeViews diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Admin.razor b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Admin.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Admin.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Admin.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Admin.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Admin.razor.cs similarity index 85% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Admin.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Admin.razor.cs index 3bef47cf8f9..dff337797e1 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Admin.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Admin.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Tutorials; +namespace BootstrapBlazor.Server.Components.Samples.Tutorials; /// /// Admin 介绍 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Admin.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Admin.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Admin.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Admin.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Dashboard.razor b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Dashboard.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Dashboard.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Dashboard.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Dashboard.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Dashboard.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Dashboard.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Dashboard.razor.cs index 685aeb4631a..276c721ad4e 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Dashboard.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Dashboard.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Tutorials; +namespace BootstrapBlazor.Server.Components.Samples.Tutorials; /// /// Dashboard 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Dashboard.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Dashboard.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Dashboard.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Dashboard.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DashboardData.cs b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/DashboardData.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DashboardData.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/DashboardData.cs index ab658d535de..97e472580a1 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DashboardData.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/DashboardData.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Tutorials; +namespace BootstrapBlazor.Server.Components.Samples.Tutorials; /// /// 仪表盘数据 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/DrawingApp.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/DrawingApp.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/DrawingApp.razor.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/DrawingApp.razor.cs index b27cc109a65..3ecdf7ed816 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/DrawingApp.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Tutorials; +namespace BootstrapBlazor.Server.Components.Samples.Tutorials; /// /// DrawingApp Tutorial diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/DrawingApp.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/DrawingApp.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor.js b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/DrawingApp.razor.js similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor.js rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/DrawingApp.razor.js index fbc5b8f5960..b0e4b5b0710 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/DrawingApp.razor.js +++ b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/DrawingApp.razor.js @@ -1,6 +1,6 @@ -import Data from '../../../../BootstrapBlazor/modules/data.js' -import EventHandler from "../../../../BootstrapBlazor/modules/event-handler.js" -import { isMobile } from "../../../../BootstrapBlazor/modules/utility.js" +import Data from '../../../_content/BootstrapBlazor/modules/data.js' +import EventHandler from "../../../_content/BootstrapBlazor/modules/event-handler.js" +import { isMobile } from "../../../_content/BootstrapBlazor/modules/utility.js" /** * 缓存绘图步骤 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template1.razor b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template1.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template1.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template1.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template1.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template1.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template1.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template1.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template2.razor b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template2.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template2.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template2.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template3.razor b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template3.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template3.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template3.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template3.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template3.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template3.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template3.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template4.razor b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template4.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template4.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template4.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template4.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template4.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/LoginAndRegister/Template4.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/LoginAndRegister/Template4.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/AzureTranslatorServiceExtensions.cs b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/AzureTranslatorServiceExtensions.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/AzureTranslatorServiceExtensions.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/AzureTranslatorServiceExtensions.cs index 80fd794ea9d..eff2e425503 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/AzureTranslatorServiceExtensions.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/AzureTranslatorServiceExtensions.cs @@ -5,7 +5,7 @@ using System.Text.Json; -namespace BootstrapBlazor.Shared.Components.Samples.Tutorials.Translation; +namespace BootstrapBlazor.Server.Components.Samples.Tutorials.Translation; static class AzureTranslatorServiceExtensions { diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/LanguageDataTable.cs b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/LanguageDataTable.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/LanguageDataTable.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/LanguageDataTable.cs index 76aeaa531c9..7fb01555208 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/LanguageDataTable.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/LanguageDataTable.cs @@ -5,7 +5,7 @@ using System.Data; -namespace BootstrapBlazor.Shared.Components.Samples.Tutorials.Translation; +namespace BootstrapBlazor.Server.Components.Samples.Tutorials.Translation; class LanguageDataTable { diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/LanguageWriter.cs b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/LanguageWriter.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/LanguageWriter.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/LanguageWriter.cs index 31de8d20e5b..8639a8bf85b 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/LanguageWriter.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/LanguageWriter.cs @@ -7,7 +7,7 @@ using System.Text.Json; using System.Text.Unicode; -namespace BootstrapBlazor.Shared.Components.Samples.Tutorials.Translation; +namespace BootstrapBlazor.Server.Components.Samples.Tutorials.Translation; class LanguageWriter : IDisposable { diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/Translator.razor b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/Translator.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/Translator.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/Translator.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/Translator.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/Translator.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/Translator.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/Translator.razor.cs index 6527198c927..3707bf6af61 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/Translator.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/Translator.razor.cs @@ -6,7 +6,7 @@ using System.Data; using System.Globalization; -namespace BootstrapBlazor.Shared.Components.Samples.Tutorials.Translation; +namespace BootstrapBlazor.Server.Components.Samples.Tutorials.Translation; /// /// UniTranslator 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/Translator.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/Translator.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Translation/Translator.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Translation/Translator.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Waterfall.razor b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Waterfall.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Waterfall.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Waterfall.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Waterfall.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Waterfall.razor.cs similarity index 90% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Waterfall.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Waterfall.razor.cs index 6199d75d7e8..500ba58704f 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Waterfall.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Waterfall.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples.Tutorials; +namespace BootstrapBlazor.Server.Components.Samples.Tutorials; /// /// 瀑布流组件示例文档 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Waterfall.razor.css b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/Waterfall.razor.css similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/Waterfall.razor.css rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/Waterfall.razor.css diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Tutorials/_Imports.razor b/src/BootstrapBlazor.Server/Components/Samples/Tutorials/_Imports.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Tutorials/_Imports.razor rename to src/BootstrapBlazor.Server/Components/Samples/Tutorials/_Imports.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Uploads.razor b/src/BootstrapBlazor.Server/Components/Samples/Uploads.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/Uploads.razor rename to src/BootstrapBlazor.Server/Components/Samples/Uploads.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/Uploads.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/Uploads.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/Uploads.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/Uploads.razor.cs index ffe08125a7f..b909105350d 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/Uploads.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/Uploads.razor.cs @@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Components.Forms; using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// Uploads diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ValidateForms.razor b/src/BootstrapBlazor.Server/Components/Samples/ValidateForms.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ValidateForms.razor rename to src/BootstrapBlazor.Server/Components/Samples/ValidateForms.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ValidateForms.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/ValidateForms.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/ValidateForms.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/ValidateForms.razor.cs index 3eb840c6c06..d464912959d 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/ValidateForms.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/ValidateForms.razor.cs @@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Components.Forms; using System.Collections.Concurrent; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// ValidateForms diff --git a/src/BootstrapBlazor.Shared/Components/Samples/VideoPlayers.razor b/src/BootstrapBlazor.Server/Components/Samples/VideoPlayers.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/VideoPlayers.razor rename to src/BootstrapBlazor.Server/Components/Samples/VideoPlayers.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/VideoPlayers.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/VideoPlayers.razor.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Components/Samples/VideoPlayers.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/VideoPlayers.razor.cs index a2ce7b7e66b..6ffee4666ea 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/VideoPlayers.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/VideoPlayers.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// VideoPlayers diff --git a/src/BootstrapBlazor.Shared/Components/Samples/WebSerials.razor b/src/BootstrapBlazor.Server/Components/Samples/WebSerials.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/WebSerials.razor rename to src/BootstrapBlazor.Server/Components/Samples/WebSerials.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/WebSerials.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/WebSerials.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/WebSerials.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/WebSerials.razor.cs index d7f6a0b8b1a..292e8671ed6 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/WebSerials.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/WebSerials.razor.cs @@ -5,7 +5,7 @@ using System.Text; -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// WebSerials 组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/WinBoxes.razor b/src/BootstrapBlazor.Server/Components/Samples/WinBoxes.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/WinBoxes.razor rename to src/BootstrapBlazor.Server/Components/Samples/WinBoxes.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/WinBoxes.razor.cs b/src/BootstrapBlazor.Server/Components/Samples/WinBoxes.razor.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Components/Samples/WinBoxes.razor.cs rename to src/BootstrapBlazor.Server/Components/Samples/WinBoxes.razor.cs index a55b180ef75..0c584516aa9 100644 --- a/src/BootstrapBlazor.Shared/Components/Samples/WinBoxes.razor.cs +++ b/src/BootstrapBlazor.Server/Components/Samples/WinBoxes.razor.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Components.Samples; +namespace BootstrapBlazor.Server.Components.Samples; /// /// WinBox 示例组件 diff --git a/src/BootstrapBlazor.Shared/Components/Samples/ZipArchives.razor b/src/BootstrapBlazor.Server/Components/Samples/ZipArchives.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/ZipArchives.razor rename to src/BootstrapBlazor.Server/Components/Samples/ZipArchives.razor diff --git a/src/BootstrapBlazor.Shared/Components/Samples/_Imports.razor b/src/BootstrapBlazor.Server/Components/Samples/_Imports.razor similarity index 100% rename from src/BootstrapBlazor.Shared/Components/Samples/_Imports.razor rename to src/BootstrapBlazor.Server/Components/Samples/_Imports.razor diff --git a/src/BootstrapBlazor.Server/Components/_Imports.razor b/src/BootstrapBlazor.Server/Components/_Imports.razor index 6059540e472..ee4335fb339 100644 --- a/src/BootstrapBlazor.Server/Components/_Imports.razor +++ b/src/BootstrapBlazor.Server/Components/_Imports.razor @@ -1,7 +1,8 @@ @using BootstrapBlazor.Components -@using BootstrapBlazor.Shared.Components.Components -@using BootstrapBlazor.Shared.Components.Layout +@using BootstrapBlazor.Server.Components.Components +@using BootstrapBlazor.Server.Components.Layout +@using BootstrapBlazor.Server.Data @using Microsoft.AspNetCore.Authorization @using Microsoft.AspNetCore.Components.Authorization diff --git a/src/BootstrapBlazor.Server/Controllers/WaterfallController.cs b/src/BootstrapBlazor.Server/Controllers/WaterfallController.cs index 0a7250f55ae..2a327c286f3 100644 --- a/src/BootstrapBlazor.Server/Controllers/WaterfallController.cs +++ b/src/BootstrapBlazor.Server/Controllers/WaterfallController.cs @@ -24,11 +24,7 @@ public async Task Index([FromServices] IOptions o var interval = Random.Shared.Next(1, 2000); await Task.Delay(interval); -#if DEBUG - var fileName = Path.Combine(options.Value.WebRootPath, "../../BootstrapBlazor.Shared/wwwroot/images/waterfall", $"{id}.jpeg"); -#else - var fileName = Path.Combine(options.Value.WebRootPath, "_content/BootstrapBlazor.Shared/wwwroot/images/waterfall", $"{id}.jpeg"); -#endif + var fileName = Path.Combine(options.Value.WebRootPath, "images/waterfall", $"{id}.jpeg"); return new PhysicalFileResult(fileName, "images/jpeg"); } } diff --git a/src/BootstrapBlazor.Shared/Data/AttributeItem.cs b/src/BootstrapBlazor.Server/Data/AttributeItem.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Data/AttributeItem.cs rename to src/BootstrapBlazor.Server/Data/AttributeItem.cs index ea803034771..fe24314716a 100644 --- a/src/BootstrapBlazor.Shared/Data/AttributeItem.cs +++ b/src/BootstrapBlazor.Server/Data/AttributeItem.cs @@ -5,7 +5,7 @@ using System.ComponentModel; -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// 属性说明类 diff --git a/src/BootstrapBlazor.Shared/Data/CalendarDemoDataHelper.cs b/src/BootstrapBlazor.Server/Data/CalendarDemoDataHelper.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Data/CalendarDemoDataHelper.cs rename to src/BootstrapBlazor.Server/Data/CalendarDemoDataHelper.cs index 9dd09dbcc61..ecaead7802c 100644 --- a/src/BootstrapBlazor.Shared/Data/CalendarDemoDataHelper.cs +++ b/src/BootstrapBlazor.Server/Data/CalendarDemoDataHelper.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; internal static class CalendarDemoDataHelper { diff --git a/src/BootstrapBlazor.Shared/Data/CustomDynamicColumnsObjectData.cs b/src/BootstrapBlazor.Server/Data/CustomDynamicColumnsObjectData.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Data/CustomDynamicColumnsObjectData.cs rename to src/BootstrapBlazor.Server/Data/CustomDynamicColumnsObjectData.cs index 6f3b0cebf75..2d36aacca4b 100644 --- a/src/BootstrapBlazor.Shared/Data/CustomDynamicColumnsObjectData.cs +++ b/src/BootstrapBlazor.Server/Data/CustomDynamicColumnsObjectData.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// diff --git a/src/BootstrapBlazor.Shared/Data/CustomDynamicData.cs b/src/BootstrapBlazor.Server/Data/CustomDynamicData.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Data/CustomDynamicData.cs rename to src/BootstrapBlazor.Server/Data/CustomDynamicData.cs index e3a81a7f8e1..86987bde0f3 100644 --- a/src/BootstrapBlazor.Shared/Data/CustomDynamicData.cs +++ b/src/BootstrapBlazor.Server/Data/CustomDynamicData.cs @@ -5,7 +5,7 @@ using System.Dynamic; -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// diff --git a/src/BootstrapBlazor.Shared/Data/CustomValidataModel.cs b/src/BootstrapBlazor.Server/Data/CustomValidataModel.cs similarity index 97% rename from src/BootstrapBlazor.Shared/Data/CustomValidataModel.cs rename to src/BootstrapBlazor.Server/Data/CustomValidataModel.cs index b4f64eef04b..d534d576bc5 100644 --- a/src/BootstrapBlazor.Shared/Data/CustomValidataModel.cs +++ b/src/BootstrapBlazor.Server/Data/CustomValidataModel.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// 公司模型类 diff --git a/src/BootstrapBlazor.Shared/Data/CustomValidateCollectionModel.cs b/src/BootstrapBlazor.Server/Data/CustomValidateCollectionModel.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Data/CustomValidateCollectionModel.cs rename to src/BootstrapBlazor.Server/Data/CustomValidateCollectionModel.cs index 207b4dea562..455a123b880 100644 --- a/src/BootstrapBlazor.Shared/Data/CustomValidateCollectionModel.cs +++ b/src/BootstrapBlazor.Server/Data/CustomValidateCollectionModel.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// 公司模型类 diff --git a/src/BootstrapBlazor.Shared/Data/EventItem.cs b/src/BootstrapBlazor.Server/Data/EventItem.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Data/EventItem.cs rename to src/BootstrapBlazor.Server/Data/EventItem.cs index 4d940d4fb7d..51167c921a5 100644 --- a/src/BootstrapBlazor.Shared/Data/EventItem.cs +++ b/src/BootstrapBlazor.Server/Data/EventItem.cs @@ -5,7 +5,7 @@ using System.ComponentModel; -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// 事件说明类 diff --git a/src/BootstrapBlazor.Shared/Data/Foo.cs b/src/BootstrapBlazor.Server/Data/Foo.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Data/Foo.cs rename to src/BootstrapBlazor.Server/Data/Foo.cs index fdae0e7761c..1a6cdfb01ad 100644 --- a/src/BootstrapBlazor.Shared/Data/Foo.cs +++ b/src/BootstrapBlazor.Server/Data/Foo.cs @@ -7,7 +7,7 @@ using System.Collections.Concurrent; using System.ComponentModel.DataAnnotations; -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// Demo示例数据 diff --git a/src/BootstrapBlazor.Shared/Data/FooSearchModel.cs b/src/BootstrapBlazor.Server/Data/FooSearchModel.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Data/FooSearchModel.cs rename to src/BootstrapBlazor.Server/Data/FooSearchModel.cs index 80b761b16e4..22e5aff5b81 100644 --- a/src/BootstrapBlazor.Shared/Data/FooSearchModel.cs +++ b/src/BootstrapBlazor.Server/Data/FooSearchModel.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// diff --git a/src/BootstrapBlazor.Shared/Data/GiteePushBody.cs b/src/BootstrapBlazor.Server/Data/GiteePushBody.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Data/GiteePushBody.cs rename to src/BootstrapBlazor.Server/Data/GiteePushBody.cs index cd7ecaa5b71..0394290c3a5 100644 --- a/src/BootstrapBlazor.Shared/Data/GiteePushBody.cs +++ b/src/BootstrapBlazor.Server/Data/GiteePushBody.cs @@ -5,7 +5,7 @@ using System.Text.Json.Serialization; -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// diff --git a/src/BootstrapBlazor.Shared/Data/LoginModel.cs b/src/BootstrapBlazor.Server/Data/LoginModel.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Data/LoginModel.cs rename to src/BootstrapBlazor.Server/Data/LoginModel.cs index 3b6bbfc7eca..8fb151d212e 100644 --- a/src/BootstrapBlazor.Shared/Data/LoginModel.cs +++ b/src/BootstrapBlazor.Server/Data/LoginModel.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// 登录模型 diff --git a/src/BootstrapBlazor.Shared/Data/Menus.cs b/src/BootstrapBlazor.Server/Data/Menus.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Data/Menus.cs rename to src/BootstrapBlazor.Server/Data/Menus.cs index 6851a2ce82d..0bb90b6a4d8 100644 --- a/src/BootstrapBlazor.Shared/Data/Menus.cs +++ b/src/BootstrapBlazor.Server/Data/Menus.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// diff --git a/src/BootstrapBlazor.Shared/Data/MessageItem.cs b/src/BootstrapBlazor.Server/Data/MessageItem.cs similarity index 91% rename from src/BootstrapBlazor.Shared/Data/MessageItem.cs rename to src/BootstrapBlazor.Server/Data/MessageItem.cs index e024ba96ded..3c704efed1a 100644 --- a/src/BootstrapBlazor.Shared/Data/MessageItem.cs +++ b/src/BootstrapBlazor.Server/Data/MessageItem.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// diff --git a/src/BootstrapBlazor.Shared/Data/MethodItem.cs b/src/BootstrapBlazor.Server/Data/MethodItem.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Data/MethodItem.cs rename to src/BootstrapBlazor.Server/Data/MethodItem.cs index 3c53e0569f0..4104040a660 100644 --- a/src/BootstrapBlazor.Shared/Data/MethodItem.cs +++ b/src/BootstrapBlazor.Server/Data/MethodItem.cs @@ -5,7 +5,7 @@ using System.ComponentModel; -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// 方法说明类 diff --git a/src/BootstrapBlazor.Shared/Data/ThemeOption.cs b/src/BootstrapBlazor.Server/Data/ThemeOption.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Data/ThemeOption.cs rename to src/BootstrapBlazor.Server/Data/ThemeOption.cs index 095417db320..c5fa405ec0d 100644 --- a/src/BootstrapBlazor.Shared/Data/ThemeOption.cs +++ b/src/BootstrapBlazor.Server/Data/ThemeOption.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// 样式项目类 diff --git a/src/BootstrapBlazor.Shared/Data/TreeDataFoo.cs b/src/BootstrapBlazor.Server/Data/TreeDataFoo.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Data/TreeDataFoo.cs rename to src/BootstrapBlazor.Server/Data/TreeDataFoo.cs index 3dec52b4267..c70be9a8881 100644 --- a/src/BootstrapBlazor.Shared/Data/TreeDataFoo.cs +++ b/src/BootstrapBlazor.Server/Data/TreeDataFoo.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; class TreeDataFoo { diff --git a/src/BootstrapBlazor.Shared/Data/TreeFoo.cs b/src/BootstrapBlazor.Server/Data/TreeFoo.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Data/TreeFoo.cs rename to src/BootstrapBlazor.Server/Data/TreeFoo.cs index f8ff6c0ce0a..ab9d67eabd5 100644 --- a/src/BootstrapBlazor.Shared/Data/TreeFoo.cs +++ b/src/BootstrapBlazor.Server/Data/TreeFoo.cs @@ -5,7 +5,7 @@ using System.ComponentModel.DataAnnotations; -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; class TreeFoo { diff --git a/src/BootstrapBlazor.Shared/Data/User.cs b/src/BootstrapBlazor.Server/Data/User.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Data/User.cs rename to src/BootstrapBlazor.Server/Data/User.cs index b107f438711..5d5c40a19c1 100644 --- a/src/BootstrapBlazor.Shared/Data/User.cs +++ b/src/BootstrapBlazor.Server/Data/User.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// 登录模拟类 diff --git a/src/BootstrapBlazor.Shared/Data/WeatherForecast.cs b/src/BootstrapBlazor.Server/Data/WeatherForecast.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Data/WeatherForecast.cs rename to src/BootstrapBlazor.Server/Data/WeatherForecast.cs index 1023285fc0b..bb7f9642a28 100644 --- a/src/BootstrapBlazor.Shared/Data/WeatherForecast.cs +++ b/src/BootstrapBlazor.Server/Data/WeatherForecast.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// diff --git a/src/BootstrapBlazor.Shared/Data/WebsiteOptions.cs b/src/BootstrapBlazor.Server/Data/WebsiteOptions.cs similarity index 94% rename from src/BootstrapBlazor.Shared/Data/WebsiteOptions.cs rename to src/BootstrapBlazor.Server/Data/WebsiteOptions.cs index 52f283ba34e..c1c36ab6512 100644 --- a/src/BootstrapBlazor.Shared/Data/WebsiteOptions.cs +++ b/src/BootstrapBlazor.Server/Data/WebsiteOptions.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Data; +namespace BootstrapBlazor.Server.Data; /// /// @@ -83,16 +83,16 @@ public class WebsiteOptions public string? ContentRootPath { get; set; } /// - /// 获得/设置 资源文件根目录 默认值为 "./_content/BootstrapBlazor.Shared/" + /// 获得/设置 资源文件根目录 默认值为 "./" /// [NotNull] - public string? AssetRootPath { get; set; } = "./_content/BootstrapBlazor.Shared/"; + public string? AssetRootPath { get; set; } = "./"; /// /// 获得/设置 脚本根路径 /// [NotNull] - public string JSModuleRootPath { get; set; } = "./_content/BootstrapBlazor.Shared/Components/"; + public string JSModuleRootPath { get; set; } = "./Components/"; /// /// 获得/设置 视频地址 diff --git a/src/BootstrapBlazor.Shared/Extensions/CacheManagerExtensions.cs b/src/BootstrapBlazor.Server/Extensions/CacheManagerExtensions.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Extensions/CacheManagerExtensions.cs rename to src/BootstrapBlazor.Server/Extensions/CacheManagerExtensions.cs index 48198532b84..5d07de3f5a6 100644 --- a/src/BootstrapBlazor.Shared/Extensions/CacheManagerExtensions.cs +++ b/src/BootstrapBlazor.Server/Extensions/CacheManagerExtensions.cs @@ -6,7 +6,7 @@ using Microsoft.Extensions.Caching.Memory; using System.Globalization; -namespace BootstrapBlazor.Shared.Extensions; +namespace BootstrapBlazor.Server.Extensions; /// /// CacheManager 扩展类 @@ -26,7 +26,7 @@ public static IEnumerable GetLocalizedStrings(this ICacheManage return cache.GetOrCreate(key, entry => { var type = typeName.Replace('\\', '.'); - return Utility.GetJsonStringByTypeName(options, typeof(CodeSnippetService).Assembly, $"BootstrapBlazor.Shared.Components.Samples.{type}"); + return Utility.GetJsonStringByTypeName(options, typeof(CodeSnippetService).Assembly, $"BootstrapBlazor.Server.Components.Samples.{type}"); }); } diff --git a/src/BootstrapBlazor.Shared/Extensions/DispatchEntryExtensions.cs b/src/BootstrapBlazor.Server/Extensions/DispatchEntryExtensions.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Extensions/DispatchEntryExtensions.cs rename to src/BootstrapBlazor.Server/Extensions/DispatchEntryExtensions.cs index 06fb8b10e01..35ffdc85276 100644 --- a/src/BootstrapBlazor.Shared/Extensions/DispatchEntryExtensions.cs +++ b/src/BootstrapBlazor.Server/Extensions/DispatchEntryExtensions.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Extensions; +namespace BootstrapBlazor.Server.Extensions; /// /// DispatchEntry 扩展方法 diff --git a/src/BootstrapBlazor.Shared/Extensions/IpExtensions.cs b/src/BootstrapBlazor.Server/Extensions/IpExtensions.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Extensions/IpExtensions.cs rename to src/BootstrapBlazor.Server/Extensions/IpExtensions.cs index a034fdaa5ed..f289155aa73 100644 --- a/src/BootstrapBlazor.Shared/Extensions/IpExtensions.cs +++ b/src/BootstrapBlazor.Server/Extensions/IpExtensions.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Extensions; +namespace BootstrapBlazor.Server.Extensions; internal static class IpExtensions { diff --git a/src/BootstrapBlazor.Shared/Extensions/MenusLocalizerExtensions.cs b/src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Extensions/MenusLocalizerExtensions.cs rename to src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs index ae5832391f1..3b395cc4f8b 100644 --- a/src/BootstrapBlazor.Shared/Extensions/MenusLocalizerExtensions.cs +++ b/src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs @@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Components.Routing; -namespace BootstrapBlazor.Shared.Extensions; +namespace BootstrapBlazor.Server.Extensions; internal static class MenusLocalizerExtensions { diff --git a/src/BootstrapBlazor.Shared/Extensions/ServicesCollectionExtensions.cs b/src/BootstrapBlazor.Server/Extensions/ServicesCollectionExtensions.cs similarity index 100% rename from src/BootstrapBlazor.Shared/Extensions/ServicesCollectionExtensions.cs rename to src/BootstrapBlazor.Server/Extensions/ServicesCollectionExtensions.cs diff --git a/src/BootstrapBlazor.Shared/Extensions/WebSpeechRecognitionErrorExtensions.cs b/src/BootstrapBlazor.Server/Extensions/WebSpeechRecognitionErrorExtensions.cs similarity index 100% rename from src/BootstrapBlazor.Shared/Extensions/WebSpeechRecognitionErrorExtensions.cs rename to src/BootstrapBlazor.Server/Extensions/WebSpeechRecognitionErrorExtensions.cs diff --git a/src/BootstrapBlazor.Shared/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json similarity index 96% rename from src/BootstrapBlazor.Shared/Locales/en-US.json rename to src/BootstrapBlazor.Server/Locales/en-US.json index e6191fa36a2..76befef8b70 100644 --- a/src/BootstrapBlazor.Shared/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -1,5 +1,5 @@ { - "BootstrapBlazor.Shared.Components.Pages.Online": { + "BootstrapBlazor.Server.Components.Pages.Online": { "SubTitle": "Online population statistics", "ConnectionTime": "ConnectionTime", "LastBeatTime": "LastBeatTime", @@ -14,7 +14,7 @@ "Engine": "Engine", "RequestUrl": "RequestUrl" }, - "BootstrapBlazor.Shared.Components.Pages.Tutorials": { + "BootstrapBlazor.Server.Components.Pages.Tutorials": { "CategoryTitle": "Bootstrap Blazor Practical Cases", "DashboardSummary": "Dashboard", "LoginSummary": "Login&Register", @@ -23,14 +23,14 @@ "DrawingSummary": "Drawing", "AdminSummary": "Admin" }, - "BootstrapBlazor.Shared.Components.Components.Pre": { + "BootstrapBlazor.Server.Components.Components.Pre": { "LoadingText": "Loading ...", "TooltipTitle": "Copy", "PlusTooltipTitle": "Plus lines", "MinusTooltipTitle": "Minus lines", "CopiedText": "Copied" }, - "BootstrapBlazor.Shared.Components.Pages.Index": { + "BootstrapBlazor.Server.Components.Pages.Index": { "Support": "Support NET6.0 & NET7.0 & NET8.0 & NET9.0", "Title": "Bootstrap Blazor UI", "SubTitle": "BootstrapBlazor is an enterprise-grade library that fuses Bootstrap with Blazor, offering developers a powerful toolkit for building responsive and interactive web applications effortlessly.", @@ -38,7 +38,7 @@ "DonateH1": "Donate", "DonateH2": "Scan the code to donate and invite the author to have a cup of coffee" }, - "BootstrapBlazor.Shared.Components.Layout.HomeLayout": { + "BootstrapBlazor.Server.Components.Layout.HomeLayout": { "FooterH1": "Related Works", "FooterLi1": "Slider verification code", "FriendLink": "Links", @@ -48,7 +48,7 @@ "CommunityLi3": "Contact details", "Footer": "Gitee Hosting Platform" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesDialog": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesDialog": { "TablesDialogTitle": "Table table is used in the pop-up window", "TablesDialogDescription": "Used in data selection with hierarchical relationship", "TableDialogNormalTitle": "Data linkage in the pop-up window", @@ -61,7 +61,7 @@ "TableDialogNormalSelectItem": "Select item", "TableDialogNormalSure": "Sure" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesDynamicObject": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesDynamicObject": { "TablesDynamicObjectTitle": "Table table", "TablesDynamicObjectDescription": "Use the IDynamicMetaObjectProvider class as a data source", "TablesDynamicObjectMetaObjectProviderTitle": "IDynamicMetaObjectProvider Collection", @@ -69,7 +69,7 @@ "TablesDynamicObjectIDynamicObjectTitle": "IDynamicObject collection", "TablesDynamicObjectIDynamicObjectIntro": "Use the IDynamicObject data collection as the data source by setting the Items data source" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesPages": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesPages": { "TablesPagesTitle": "Table", "TablesPagesDescription": "It is used to display multiple pieces of data with similar structure, and the data can be sorted, filtered, compared or other custom operations.", "TablesPagePaginationTitle": "Pagination table", @@ -77,7 +77,7 @@ "TablesPageShowTopPaginationTitle": "Show on top", "TablesPageShowTopPaginationIntro": "Set ShowTopPagination to true is the top display pagination component" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesFixedColumn": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesFixedColumn": { "TablesFixedColumnTitle": "Fixed column", "TablesFixedColumnDescription": "For data with a large number of columns, you can fix the front and rear columns and scroll horizontally to view other data", "TablesFixedColumnNote": "For fixed column usage, please set the fixed column width as much as possible", @@ -91,7 +91,7 @@ "TablesFixedHeaderAndExtendButtonsColumnTitle": "Fixed header and button action columns", "TablesFixedHeaderAndExtendButtonsColumnIntro": "Set IsFixedHeader=\"true\" to fix the header, set FixedMultipleColumn to fix the checkbox column, set FixedExtendButtonsColumn to fix the operation column" }, - "BootstrapBlazor.Shared.Components.Samples.Tooltips": { + "BootstrapBlazor.Server.Components.Samples.Tooltips": { "TooltipsTitle": "Tooltip", "TooltipsDescription": "Provides a tooltip after hovering over the mouse or gaining focus", "TooltipsNormalTitle": "Basic usage", @@ -107,7 +107,7 @@ "BootstrapTooltipTips1": "Wrap other components or HTML elements through BootstrapTooltip so that the wrapped object has the function of Tooltip", "BootstrapTooltipTips2": "In this example, an icon is wrapped by BootstrapTooltip. When the mouse moves over the icon, the default Tooltip is displayed, which is easier and faster to use." }, - "BootstrapBlazor.Shared.Components.Samples.Toasts": { + "BootstrapBlazor.Server.Components.Samples.Toasts": { "ToastsTitle": "Toast Lightweight Popup", "ToastsSubTitle": "Provides a lightweight toast popup", "ToastsDescriptionTitle": "Component usage introduction", @@ -158,7 +158,7 @@ "ToastsAttrIsHtml": "Whether the content contains Html code", "ToastsAttrPlacement": "Location" }, - "BootstrapBlazor.Shared.Components.Samples.Timers": { + "BootstrapBlazor.Server.Components.Samples.Timers": { "TimersTitle": "Timer", "TimersDescription": "For time countdown", "TimersNormalTitle": "Basic usage", @@ -166,7 +166,7 @@ "TimersColorTitle": "Color", "TimersColorIntro": "Set the circular progress bar color by setting the Color property" }, - "BootstrapBlazor.Shared.Components.Samples.SweetAlerts": { + "BootstrapBlazor.Server.Components.Samples.SweetAlerts": { "SweetAlertsTitle": "SweetAlert popup component", "SweetAlertsDescription": "Modal dialog box, mostly used to continue after inquiring during the action, or to display the execution result", "SweetAlertsTipsTitle": "Component usage introduction", @@ -220,7 +220,7 @@ "AttrFooterTemplate": "Modal footer display template", "AttrButtonTemplate": "Modal button template" }, - "BootstrapBlazor.Shared.Components.Samples.Spinners": { + "BootstrapBlazor.Server.Components.Samples.Spinners": { "SpinnersTitle": "Spinner icon", "SpinnersDescription": "Show animation when loading data", "SpinnersTipsTitle": "when to use", @@ -243,7 +243,7 @@ "SpinnersFloatTitle": "Spinner Floats", "SpinnersFloatIntro": "Use Float layout" }, - "BootstrapBlazor.Shared.Components.Samples.Splittings": { + "BootstrapBlazor.Server.Components.Samples.Splittings": { "SplittingTitle": "Loader", "SplittingDescription": "Display dynamic effects when loading data", "SplittingTipsTitle": "When to use", @@ -259,7 +259,7 @@ "SplittingColumnsText": "Colunms", "SplittingText": "Loading 。。。" }, - "BootstrapBlazor.Shared.Components.Samples.SearchDialogs": { + "BootstrapBlazor.Server.Components.Samples.SearchDialogs": { "SearchDialogsTitle": "SearchDialog search popup", "SearchDialogsSubTitle": "Automatically render search popups by binding the data model", "SearchDialogsDescription": "SearchDialog component is Dialog An extension of the component, suitable for setting search criteria in the data popup.", @@ -276,7 +276,7 @@ "SearchDialogsLayoutButtonText2": "Search popup (right aligned)", "SearchDialogOptionAttr": "SearchDialogOption property" }, - "BootstrapBlazor.Shared.Components.Samples.PopoverConfirms": { + "BootstrapBlazor.Server.Components.Samples.PopoverConfirms": { "PopoverConfirmsTitle": "PopConfirm bubble check box", "PopoverConfirmsDescription": "Click on the element to pop up a bubble confirmation box.", "PopoverConfirmsNormalTitle": "Basic usage", @@ -319,11 +319,11 @@ "PopoverConfirmsTriggerTitle": "Trigger", "PopoverConfirmsTriggerIntro": "By setting the Trigger parameter, you can set the way the component pops up the confirmation box. The default value is click. You can also set hover focus to use in combination." }, - "BootstrapBlazor.Shared.Components.Components.CustomPopConfirmContent": { + "BootstrapBlazor.Server.Components.Components.CustomPopConfirmContent": { "CustomPopConfirmContentText": "Custom content", "CustomPopConfirmContentButtonText": "Approval" }, - "BootstrapBlazor.Shared.Components.Samples.Popovers": { + "BootstrapBlazor.Server.Components.Samples.Popovers": { "PopoversTitle": "Popover popup component", "PopoversDescription": "Click/mouse into the element to pop up a bubble-like card overlay", "PopoversNormalTitle": "Basic usage", @@ -340,7 +340,7 @@ "PopoversCssClassDescription": "set up Popover parameter CssClass=\"custom-popover\" make custom styles", "PopoversCssClassButtonText": "Click to activate/deactivate" }, - "BootstrapBlazor.Shared.Components.Samples.Progress": { + "BootstrapBlazor.Server.Components.Samples.Progress": { "ProgressTitle": "Progress progress bar", "ProgressDescription": "Used to display the progress of the operation, inform the user of the current status and expectations", "ProgressNormalTitle": "Progress bar component", @@ -360,14 +360,14 @@ "ProgressDecimalsTitle": "Decimals", "ProgressDecimalsIntro": "Adjust the number of decimal places by setting the Round parameter, which defaults to 0. Adjust the rounding mode by setting the MidpointRoundingparameter, which defaults to MidpointRounding. AwayFromZero rounding" }, - "BootstrapBlazor.Shared.Components.Samples.Responsives": { + "BootstrapBlazor.Server.Components.Samples.Responsives": { "ResponsiveTitle": "Responsive breakpoint monitoring", "ResponsiveDescription": "Determines whether to re-render the content of a responsive layout based on parameter conditions, usually used for responsive layouts", "ResponsiveNormalTitle": "Basic usage", "ResponsiveNormalIntro": "Resize the browser window and observe the change of Breakpoint", "ResponsiveNormalIntroCurrentText": "current" }, - "BootstrapBlazor.Shared.Components.Samples.Modals": { + "BootstrapBlazor.Server.Components.Samples.Modals": { "ModalsTitle": "Modal box", "ModalsDescription": "Inform the user and host relevant actions while preserving the current page state", "ModalsNormalTitle": "Basic usage", @@ -433,7 +433,7 @@ "ModalsAttributeShowMaximizeButton": "Whether to show the popup maximize button", "ModalsAttributeShownCallbackAsync": "Popup shows callback method" }, - "BootstrapBlazor.Shared.Components.Samples.Masks": { + "BootstrapBlazor.Server.Components.Samples.Masks": { "MaskTitle": "Mask", "MaskDescription": "By calling the service display and hide methods, a mask layer is displayed to mask the data.", "MaskNormalTitle": "Basic usage", @@ -445,7 +445,7 @@ "MultipleMaskContainerIntro": "By customizing the Mask component, you can mask multiple parts of a web page.", "MultipleMaskContainerDesc": "Set the Mask component in the component. When calling the Show instance method of MaskService, specify the Mask instance as the second parameter." }, - "BootstrapBlazor.Shared.Components.Samples.Messages": { + "BootstrapBlazor.Server.Components.Samples.Messages": { "MessagesTitle": "Message prompt", "MessagesDescription": "Often used for feedback prompts after active operations. The difference from Toast is that the latter is more passive reminder for system-level notifications", "MessagesIntro": "Component usage introduction:", @@ -479,7 +479,7 @@ "MessagesShowModeIntro": "Specify the display mode by setting the ShowMode parameter", "MessagesShowModePrompt": "Show only last message" }, - "BootstrapBlazor.Shared.Components.Samples.Lights": { + "BootstrapBlazor.Server.Components.Samples.Lights": { "LightsTitle": "Light indicator", "LightsDescription": "Provides various status indicators", "LightsNormalTitle": "common usage", @@ -492,12 +492,12 @@ "LightsTooltipTextIntro": "By setting the value of the attribute TooltipText to make the tooltip text prompt when the mouse hovers over the indicator light", "TooltipText": "I am prompt text message" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Index": { + "BootstrapBlazor.Server.Components.Samples.Charts.Index": { "Chart": "Chart", "ChartIntro": "Drawing components of various charts with given data", "ChartIntro2": "Component data can be set in the OnInit callback delegate" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Bubble": { + "BootstrapBlazor.Server.Components.Samples.Charts.Bubble": { "BubbleNormalTitle": "Bubble diagram", "BubbleNormalIntro": "Change the chart to a bubble chart by setting ChartType", "BubbleNormalRandomData": "Random data", @@ -509,7 +509,7 @@ "BubbleBarAspectRatioTitle": "Chart ratio", "BubbleBarAspectRatioIntro": "Setting the height and width will automatically disable the constraint chart ratio, and the chart will fill the container" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Doughnut": { + "BootstrapBlazor.Server.Components.Samples.Charts.Doughnut": { "DoughnutNormalTitle": "Doughnut diagram", "DoughnutNormalIntro": "Change the chart to a doughnut chart by setting ChartType", "DoughnutNormalRandomData": "Random data", @@ -522,7 +522,7 @@ "DoughnutAspectRatioTitle": "Chart ratio", "DoughnutAspectRatioIntro": "Setting the height and width will automatically disable the constraint chart ratio, and the chart will fill the container" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Pie": { + "BootstrapBlazor.Server.Components.Samples.Charts.Pie": { "PieNormalTitle": "Pie diagram", "PieNormalIntro": "Change the chart to a pie chart by setting ChartType", "PieNormalRandomData": "Random data", @@ -536,7 +536,7 @@ "PieLegendPositionTitle": "LegendPostion", "PieLegendPositionIntro": "Set the legend position through LegendPosition" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Line": { + "BootstrapBlazor.Server.Components.Samples.Charts.Line": { "LineOnInitTitle": "Line graph", "LineOnInitIntro": "Use OnInit to call back the delegate method, and after assigning the initialization data, the drawing operation can be performed, By setting the BorderWidth attribute, you can set the line width of the line chart, with a default value of 3, you can set the font size of Legend Labels by setting the ChartOptions.LegendLabelsFontSize property", "LineOnInitRandomData": "Random data", @@ -567,7 +567,7 @@ "CustomTooltipLi2": "Create a client-side JavaScript script. This example uses the isolated script method to export the method name customTooltip. The parameters are component Id callback reference instance callback method name (TooltipLog)", "CustomTooltipLi3": "In this example, the base class method InvokeInitAsync is overloaded to call the client script through the await InvokeVoidAsync(\"customTooltip\", CustomTooltipId, Interop, nameof(TooltipLog)) statement" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Bar": { + "BootstrapBlazor.Server.Components.Samples.Charts.Bar": { "BarTypeTitle": "Bar graph", "BarTypeIntro": "Change the chart to a bar chart by setting ChartType", "BarTypeAnimationOn": "turn on animation", @@ -589,7 +589,7 @@ "BarColorSeparatelyTitle": "Set bar chart colors separately", "BarColorSeparatelyIntro": "By setting BarColorSeparately property,control whether to Set bar chart colors separately,and By setting BackgroundColor property, set bar chart color" }, - "BootstrapBlazor.Shared.Components.Samples.Transitions": { + "BootstrapBlazor.Server.Components.Samples.Transitions": { "TransitionsTitle": "Transition effect", "TransitionsDescription": "BootstarpBlazor applies the transition animation to some components, you can also use it directly.", "TransitionsNormalTitle": "Basic usage", @@ -599,7 +599,7 @@ "TransitionsDurationTitle": "Set animation duration", "TransitionsDurationIntro": "Control the animation duration in milliseconds by setting the Duration parameter" }, - "BootstrapBlazor.Shared.Components.Samples.EditDialogs": { + "BootstrapBlazor.Server.Components.Samples.EditDialogs": { "Title": "EditDialog edit popup", "Description": "Automatic rendering of edit popups by binding the data model", "SubDescription": "EditDialog The component is an extension of the Dialog component and is suitable for data popup editing.", @@ -613,7 +613,7 @@ "RightAlignedButton": "Edit popup (right aligned)", "PopupButton": "Pop-ups" }, - "BootstrapBlazor.Shared.Components.Samples.BaiduOcr": { + "BootstrapBlazor.Server.Components.Samples.BaiduOcr": { "Title": "IBaiduOcr", "SubTitle": "Character recognition", "VatInvoiceTitle": "VAT Invoice", @@ -625,13 +625,13 @@ "VerifyVatInvoiceTitle": "增值税验真", "VerifyVatInvoiceIntro": "通过调用 IBaiduOcr 服务实例的发票验真方法 VerifyInvoiceAsync 返回 InvoiceVerifyResult 其属性 Validtrue 时为真" }, - "BootstrapBlazor.Shared.Components.Samples.Topologies": { + "BootstrapBlazor.Server.Components.Samples.Topologies": { "TopologiesTitle": "Topology HMI", "TopologiesDescription": "Rendering of human-computer interface through Topology open source components", "TopologiesNormalTitle": "Basic usage", "TopologiesNormalIntro": "Just load the Json file exported by the website, click the number box below the fan to control the operation" }, - "BootstrapBlazor.Shared.Components.Samples.TreeViews": { + "BootstrapBlazor.Server.Components.Samples.TreeViews": { "TreeViewsTitle": "Tree tree control", "TreeViewsDescription": "Present information in a clear hierarchy that can be expanded or collapsed", "TreeViewsTips1": "If the component is a generic component, you need to use TItem to specify the bound data model. In this example, the model is TreeFoo and needs to be set", @@ -711,7 +711,7 @@ "TreeViewVirtualizeIntro": "Enable virtual scrolling by setting IsVirtualize=\"true\" to support big data", "TreeViewVirtualizeDescription": "The component uses Virtualize to implement virtual scrolling logic, which reduces the pressure on the browser. However, if there is a lot of tree structure data, such as Select All, all data must be marked, resulting in large data in the memory. This problem has not been solved yet. Currently, this component still puts a lot of pressure on the CPU due to large data." }, - "BootstrapBlazor.Shared.Components.Samples.SwitchButtons": { + "BootstrapBlazor.Server.Components.Samples.SwitchButtons": { "SwitchButtonsTitle": "Switch Button state switch button", "SwitchButtonsDescription": "Toggle state after button click", "SwitchButtonsNormalTitle": "Basic usage", @@ -723,7 +723,7 @@ "SwitchButtonsOnClickIntro": "Initialize component state by setting ToggleState", "SwitchButtonsOnClickDescription": "OnClick callback is EventCallback will automatically refresh the current component or page, if you don't need to refresh the component or page, you can use ToggleStateChanged" }, - "BootstrapBlazor.Shared.Components.Samples.Downloads": { + "BootstrapBlazor.Server.Components.Samples.Downloads": { "DownloadsTitle": "Download file download", "DownloadsSubTitle": "For direct download of physical files", "DownloadsTips1": "pay attention", @@ -748,7 +748,7 @@ "DownloadImageIntro": "Simulate the situation where the verification code is generated directly from the front-end page or the uploaded image is not saved and displayed directly.", "DownloadImageButtonText": "Since the test uses the files under wwwroot, there is no code generation, and wasm cannot access the wwwroot folder, so only the ssr mode is available for the test. wasm please test it yourself." }, - "BootstrapBlazor.Shared.Components.Samples.Dialogs": { + "BootstrapBlazor.Server.Components.Samples.Dialogs": { "Title": "Dialog component", "Description": "Human-computer interaction by calling the Show method pop-up window by injecting the service", "Tip1": "Component usage introduction", @@ -862,7 +862,7 @@ "ConfirmDialogModalTitle": "Literal Confirmation Modal", "ConfirmDialogModalContent": "

this is the prompt message.

this is a danger info
" }, - "BootstrapBlazor.Shared.Components.Samples.Dispatches": { + "BootstrapBlazor.Server.Components.Samples.Dispatches": { "Title": "Dispatch message distribution", "Description": "By injecting the service to call the instance method, the site-wide pop-up window is used for message notification", "Tips": "This component provides functions in the form of injection services, which are usually used for site-wide message push and other functions; using this service requires subscribe and unsubscribe operations in the code", @@ -880,7 +880,7 @@ "DispatchNoticeButtonText": "Notice", "DispatchNoticeMessage": "Test dispatch message" }, - "BootstrapBlazor.Shared.Components.Samples.Drawers": { + "BootstrapBlazor.Server.Components.Samples.Drawers": { "Title": "Drawer", "Description": "Sometimes, the Dialog component does not meet our needs. For example, your form is very long, or you need to temporarily display some documents. Drawer has almost the same API as Dialog, which brings a different experience to the UI.", "DrawerTips": "Sometimes we want to expand a pop-up window in a certain container. We can do this by embedding a <Drawer/> drawer component in a specific container and then setting the parameter Position=\"absolute\" for relative positioning. Note: The parent container style needs to be set to position: relative;", @@ -897,7 +897,7 @@ "Close": "close the drawer", "PlacementContent": "Click on the shaded part of the mask to automatically close the drawer" }, - "BootstrapBlazor.Shared.Components.Samples.Consoles": { + "BootstrapBlazor.Server.Components.Samples.Consoles": { "Title": "Console", "Description": "Console component, generally used for the output of background tasks", "NormalTitle": "Basic usage", @@ -914,7 +914,7 @@ "ShowAutoScrollTitle": "ShowAutoScroll", "ShowAutoScrollIntro": "Switch auto scroll the data by set ShowAutoScroll parameter" }, - "BootstrapBlazor.Shared.Components.Samples.Speeches.Index": { + "BootstrapBlazor.Server.Components.Samples.Speeches.Index": { "SpeechTitle": "Speech Recognition and Synthesis", "SpeechDescription": "Converted to text (STT) through microphone voice capture, or read aloud through text (TTS)", "SpeechDescription1": "This set of components is built-in Azure and Baidu Speech service, this example relies on", @@ -933,7 +933,7 @@ "SpeechTips2Text1": "speech recognition service", "SpeechTips2Text2": "speech synthesis service" }, - "BootstrapBlazor.Shared.Components.Samples.Speeches.SpeechWaves": { + "BootstrapBlazor.Server.Components.Samples.Speeches.SpeechWaves": { "SpeechWaveTitle": "SpeechWave", "SpeechWavesDescription": "The dynamic plot of the waveform that is displayed when you start acquiring speech", "NormalTitle": "Basic usage", @@ -949,13 +949,13 @@ "OnTimeoutAttr": "Identify the end-of-timeout callback method", "TotalTimeSecondAttr": "Speech recognition is set for a total time longer than calling the OnTimeout callback" }, - "BootstrapBlazor.Shared.Components.Samples.Speeches.Synthesizers": { + "BootstrapBlazor.Server.Components.Samples.Speeches.Synthesizers": { "SynthesizersTitle": "Synthesizer speech synthesis", "SynthesizersSubTitle": "Convert text content to speech", "SynthesizerNormalTitle": "Common usage", "SynthesizerNormalIntro": "After clicking to start synthesis, perform speech synthesis on the text content" }, - "BootstrapBlazor.Shared.Components.Samples.Speeches.Recognizers": { + "BootstrapBlazor.Server.Components.Samples.Speeches.Recognizers": { "RecognizersTitle": "Recognizer Speech Recognition", "RecognizersSubTitle": "Convert speech to text with a voice capture device", "RecognizerNormalTitle": "Common usage", @@ -963,7 +963,7 @@ "RecognizerNormalDescription": "Instructions for use", "RecognizerNormalTips": "click

start to identify

After the script runs, it may prompt for recording permission. After authorization, start speaking. After 5 seconds (configurable), the text box on the right will display the speech recognition result. Do not click directly after speaking.

end recognition

" }, - "BootstrapBlazor.Shared.Components.Samples.DragDrops": { + "BootstrapBlazor.Server.Components.Samples.DragDrops": { "Title": "DragDrop", "Description": "For drag and drop", "NormalTitle": "Basic usage", @@ -985,7 +985,7 @@ "M7": "Event when Item is released on another Item, not blank space", "M8": "Event when an Item is rejected because the maximum number in the Dropzone exceeds the limit" }, - "BootstrapBlazor.Shared.Components.Samples.Labels": { + "BootstrapBlazor.Server.Components.Samples.Labels": { "LabelsTitle": "Component label", "LabelsDescription": "This set of components includes ValidateForm EditorForm and a variety of Form components inherited from ValidateBase<TValue>. Among these components There is a special set of display front label logic, now let’s sort it out in a unified way:", "LabelsDescriptionTips1": "The ValidateForm component is a verifiable form component. The form component in this component will automatically perform data compliance checks. If Data non-compliance will prevent the Submit action, which is the most frequently used component in data submission", @@ -1029,7 +1029,7 @@ "ValidateFormAlignRight": "Right
form-inline-end set the label alignment is right
", "ValidateFormAlignCenter": "Center
form-inline-center set the label alignment is center
" }, - "BootstrapBlazor.Shared.Components.Pages.Install": { + "BootstrapBlazor.Server.Components.Pages.Install": { "InstallTitle": "Install", "GitP1": "There are many kinds of Git tools that everyone is familiar with, here I introduce two Git client tools", "GitP2": "It is recommended to use the Fork tool to install, it can better and Visual Studio to use with development tools.", @@ -1040,12 +1040,12 @@ "EnvLi2": "Install Visual Studio and above Official website", "EnvLi3": "Pull the project code BootstrapBlazor Warehouse URL" }, - "BootstrapBlazor.Shared.Components.Components.Video": { + "BootstrapBlazor.Server.Components.Components.Video": { "H1": "B station related video link", "L1": "[portal]", "L2": "No" }, - "BootstrapBlazor.Shared.Components.Components.UpdateIntro": { + "BootstrapBlazor.Server.Components.Components.UpdateIntro": { "H1": "Component library updated to", "B1": "Bootstrap Blazor at present has nearly 200 components. This component is based on", "B2": "An enterprise-level component library that provides several types of common components such as layout, navigation, form, data, notification, icon, voice, etc. Each component has been carefully designed with modularity, responsiveness and excellent performance. Starting from more practical scenarios, meeting the needs of various scenarios, greatly reducing the time cost of developers, greatly shortening the development cycle, greatly improving development efficiency, and providing a set of", @@ -1057,7 +1057,7 @@ "P3": "portal", "P4": "If the component brings you convenience, please help to light up the project" }, - "BootstrapBlazor.Shared.Components.Pages.Localization": { + "BootstrapBlazor.Server.Components.Pages.Localization": { "Title": "Localization", "P1": "Localization is the process of customizing an application for a given language and region.", "P2": "A component allows you to translate its UI elements into the desired language. This includes text for buttons, filter operator properties, etc. The component uses the current request by default", @@ -1134,7 +1134,7 @@ "ES": "Spanish (es)", "TW": "中國台灣 (zh-TW)" }, - "BootstrapBlazor.Shared.Components.Pages.Template": { + "BootstrapBlazor.Server.Components.Pages.Template": { "Title": "Project Template", "SubTitle": "Bootstrap Blazor App Template", "P1": "In order to make it easier for everyone to use this set of components to quickly build projects, the author has made Project Templates, using dotnet new command line mode, using Proceed as follows:", @@ -1157,12 +1157,12 @@ "P17": "Install Project template", "P18": "Create Project" }, - "BootstrapBlazor.Shared.Components.Pages.Globalization": { + "BootstrapBlazor.Server.Components.Pages.Globalization": { "Title": "Globalization", "SubTitle": "ASP.NET Core Blazor Globalization", "P1": "Please check before reading the following knowledge points Official document" }, - "BootstrapBlazor.Shared.Components.Components.InstallContent": { + "BootstrapBlazor.Server.Components.Components.InstallContent": { "Heading": "Environmental preparation", "P1": "Make sure the system is installed", "P2": "or", @@ -1210,14 +1210,14 @@ "P44": "run the application", "Tips2": "If you use the Blazor App template to create a project, please remove the default Bootstrap style link <link rel='stylesheet' href='css/bootstrap/bootstrap.min.css' />. Install FontAwesome related resources by yourself or get the nuget package BootstrapBlazor.FontAwesome" }, - "BootstrapBlazor.Shared.Components.Pages.Install_Server": { + "BootstrapBlazor.Server.Components.Pages.Install_Server": { "Title": "Server-Side Blazor Installation Tutorial", "D1": "Choose", "D2": "project type, then click", "Configure": "Configure Service", "CodeComment": "Add this line of code" }, - "BootstrapBlazor.Shared.Components.Pages.Theme": { + "BootstrapBlazor.Server.Components.Pages.Theme": { "H1": "Component theme", "H2": "Test", "P1": "The current website theme supports the following", @@ -1231,7 +1231,7 @@ "P9": "The added style file is as follows", "P10": "add this line" }, - "BootstrapBlazor.Shared.Components.Pages.Install_Maui": { + "BootstrapBlazor.Server.Components.Pages.Install_Maui": { "H1": "Environmental preparation", "P1": "Make sure the system is installed", "P2": "Version", @@ -1285,13 +1285,13 @@ "P50": "run the application", "P51": "MAUI Blazor Installation tutorial" }, - "BootstrapBlazor.Shared.Components.Pages.Install_wasm": { + "BootstrapBlazor.Server.Components.Pages.Install_wasm": { "Install_wasmHeading": "Client Blazor Installation Tutorial", "Install_wasmDescription": "choose Blazor WebAssembly App project type, then click Create", "Title": "Client Side", "Install_wasmCodeComment": "Add this line of code" }, - "BootstrapBlazor.Shared.Components.Samples.Dividers": { + "BootstrapBlazor.Server.Components.Samples.Dividers": { "Title": "Dividing line", "Description": "The dividing line that separates the content.", "NormalTitle": "Basic usage", @@ -1331,7 +1331,7 @@ "ChildContent2": "When the knight returns, the day the broken sword is reforged", "DividerChildContent": "I am a custom content div element" }, - "BootstrapBlazor.Shared.Components.Samples.Scrolls": { + "BootstrapBlazor.Server.Components.Samples.Scrolls": { "ScrollTitle": "Scroll", "ScrollDescription": "Add scroll bars to components whose height or width exceeds the standard", "ScrollTips": "The scroll bar can be rendered only when its element has a fixed height. Its height attribute can be set through the coat element", @@ -1342,7 +1342,7 @@ "ScrollNormalDescription": "Please scroll the scroll bar on the right", "ScrollNormalBottom": "bottom" }, - "BootstrapBlazor.Shared.Components.Samples.LayoutPages": { + "BootstrapBlazor.Server.Components.Samples.LayoutPages": { "H1": "full page level components", "P1": "via built-in components", "P2": "For full page layout, you can use", @@ -1380,7 +1380,7 @@ "P34": "Navigate to a new tab page as code", "P35": "navigation" }, - "BootstrapBlazor.Shared.Components.Samples.Layouts": { + "BootstrapBlazor.Server.Components.Samples.Layouts": { "LayoutsTitle": "Layout", "LayoutsDescription1": "The container component used for layout, which is convenient to quickly build the basic structure of the page:", "LayoutsDescription1_Container": "Outer container. When the child element contains Header or Footer, all child elements will be arranged vertically up and down, otherwise they will be arranged horizontally.", @@ -1442,7 +1442,7 @@ "LayoutsAppTips8": "In this example, if the scroll bar does not appear after clicking the left menu to expand, the height of the parent container will be expanded", "LayoutsAppTips9": "Please refer to Tab component for practical examples of using Layout component and Tab component together" }, - "BootstrapBlazor.Shared.Components.Samples.Footers": { + "BootstrapBlazor.Server.Components.Samples.Footers": { "FootersTitle": "Footer", "FootersDescription": "Displayed at the bottom of the page, with a back to top button", "FootersTips": "When using Footer components, pay attention to the setting of the style sheet position attribute", @@ -1459,7 +1459,7 @@ "FooterChildContentTitle": "ChildContent", "FooterChildContentIntro": "Set ChildContent for custom the child content" }, - "BootstrapBlazor.Shared.Components.Samples.Repeaters": { + "BootstrapBlazor.Server.Components.Samples.Repeaters": { "RepeaterTitle": "Repeater", "RepeaterDescription": "Iterates on a collection and use a template to generate the page", "RepeaterNormalTitle": "Normal", @@ -1471,7 +1471,7 @@ "RepeaterContainerTitle": "Container Template", "RepeaterContainerIntro": "By setting ContainerTemplate to the container template, the repetitive part of the template is still rendered via ItemTemplate, In this case, the component is rendered as Table using ContainerTemplate" }, - "BootstrapBlazor.Shared.Components.Samples.Rows": { + "BootstrapBlazor.Server.Components.Samples.Rows": { "RowsTitle": "Row", "RowsDescription": "The number of components displayed in a row can be easily set", "RowCommonTitle": "Place common controls", @@ -1499,7 +1499,7 @@ "Normal": "Normal", "Inline": "Inline" }, - "BootstrapBlazor.Shared.Components.Samples.Skeletons": { + "BootstrapBlazor.Server.Components.Samples.Skeletons": { "SkeletonsTitle": "Skeleton", "SkeletonsDescription": "Provide a placeholder graphic combination where you need to wait for content to load", "SkeletonsTipsTitle": "When to use", @@ -1520,7 +1520,7 @@ "SkeletonsTreeTitle": "Tree skeleton", "SkeletonsTreeIntro": "Display when tree component is loaded" }, - "BootstrapBlazor.Shared.Components.Pages.Coms": { + "BootstrapBlazor.Server.Components.Pages.Coms": { "Search": "Search for the desired component", "Text1": "Layout", "DividerText": "Divider", @@ -1651,7 +1651,7 @@ "ImageCropperText": "ImageCropper", "BarcodeGeneratorText": "BarcodeGenerator" }, - "BootstrapBlazor.Shared.Components.Pages.Breakpoints": { + "BootstrapBlazor.Server.Components.Pages.Breakpoints": { "Heading": "Breakpoints", "Heading1": "Breakpoints are customizable widths that determine how responsive layouts behave in Bootstrap across devices or viewport sizes", "Paragraph1": "Available breakpoints", @@ -1670,7 +1670,7 @@ "Footer2": "like", "Footer3": "The default popup size" }, - "BootstrapBlazor.Shared.Components.Pages.Layout": { + "BootstrapBlazor.Server.Components.Pages.Layout": { "Heading": "Component Hierarchy", "Para1": "Since there are many pop-up window components, in some scenarios, multiple pop-up windows will be used to combine them. This chapter describes how to manage components in layers. Below is", "Para2": "provided built-in", @@ -1680,7 +1680,7 @@ "Para6": "test session", "Button": "test" }, - "BootstrapBlazor.Shared.Components.Samples.GlobalException": { + "BootstrapBlazor.Server.Components.Samples.GlobalException": { "Title": "Global exception", "Introduce": "Added component ErrorLogger Through this component, global logs and exceptions can be output uniformly; currently, the Blazor framework does not provide a MVC like Global exception The overall solution", "H1": "Instructions", @@ -1701,11 +1701,11 @@ "DialogIntro": "Click the button to pop up a pop-up window. The button in the pop-up window triggers an exception and the error is displayed in the pop-up window", "DialogText": "Popup" }, - "BootstrapBlazor.Shared.Components.Pages.GlobalOption": { + "BootstrapBlazor.Server.Components.Pages.GlobalOption": { "Title": "Global exception", "SubTitle": "Added component ErrorLogger Through this component, global logs and exceptions can be output uniformly; currently, the Blazor framework does not provide a MVC like Global exception The overall solution" }, - "BootstrapBlazor.Shared.Components.Samples.Splits": { + "BootstrapBlazor.Server.Components.Samples.Splits": { "SplitsTitle": "Split", "SplitsNormalTitle": "Basic usage", "SplitsNormalIntro": "Left and Right", @@ -1746,7 +1746,7 @@ "SplitSetLeftTitle": "Code to set panel width", "SplitSetLeftIntro": "Use the component instance method SetLeftWidth to set the width of the left/top panel, and the width of the right/bottom panel will be adaptive" }, - "BootstrapBlazor.Shared.Components.Samples.Dropdowns": { + "BootstrapBlazor.Server.Components.Samples.Dropdowns": { "Title": "Dropdown", "Description": "Collapse actions or menus into drop-down menus", "NormalTitle": "Basic usage", @@ -1804,7 +1804,7 @@ "DropdownCascadeItem7": "Jingan", "DropdownCascadeItem8": "Huangpu" }, - "BootstrapBlazor.Shared.Components.Samples.GoTops": { + "BootstrapBlazor.Server.Components.Samples.GoTops": { "Title": "GoTop", "Description": "Click to return to the top of the specified container", "NormalTitle": "Basic usage", @@ -1813,7 +1813,7 @@ "Description1": "The Footer component appears at the bottom, and the page automatically scrolls back to the top when you click Back to the Top", "Description2": "This example passes the component client ID" }, - "BootstrapBlazor.Shared.Components.Samples.Menus": { + "BootstrapBlazor.Server.Components.Samples.Menus": { "MenusTitle": "Menu", "MenusDescription": "A list of menus that provide navigation for pages and features.", "MenusTips1": "Menu component is generally used for menu navigation, i.e. redirect navigation by clicking on the address bar after the menu, but sometimes you don't need navigation in real life, by setting OnClick callback delegate, custom processing logic, at this point by setting Property The of TheableNavigation, in this case all Menu are set to true disable navigation because they are analog menu clicks and do not actually navigate the address bar", @@ -1883,7 +1883,7 @@ "SubMenu41": "Sub Menu 41", "SubMenu42": "Sub Menu 42" }, - "BootstrapBlazor.Shared.Components.Samples.Navigation": { + "BootstrapBlazor.Server.Components.Samples.Navigation": { "NavsTitle": "Nav", "NavsDescription": "A menu that provides navigation for your site.", "NavsNormalTitle": "Basic navigation style.", @@ -1906,7 +1906,7 @@ "NavsIsFill": "Padding", "NavsIsJustified": "Equal width" }, - "BootstrapBlazor.Shared.Components.Samples.Paginations": { + "BootstrapBlazor.Server.Components.Samples.Paginations": { "PaginationsTitle": "Pagination", "PaginationsDescription": "When there is too much data, use paging to break down the data.", "PaginationsNormalTitle": "Basic usage", @@ -1940,7 +1940,7 @@ "PaginationsNextPageIconAttr": "Next page icon", "PaginationsNextEllipsisPageIconAttr": "The page down icon" }, - "BootstrapBlazor.Shared.Components.Samples.Steps": { + "BootstrapBlazor.Server.Components.Samples.Steps": { "StepsTitle": "Step", "StepsDescription": "A navigation bar that guides the user through the process", "StepsTipsTitle": "Step-by-step navigation bar that guides the user through the process, setting steps of no less than 2 steps based on the actual scenario", @@ -1981,7 +1981,7 @@ "StepsAttrTitleTemplate": "The template for Title", "StepsAttrChildContent": "The template for child" }, - "BootstrapBlazor.Shared.Components.Samples.Tabs": { + "BootstrapBlazor.Server.Components.Samples.Tabs": { "TabsTitle": "Tabs", "TabsSubTitle": "A collection of data that is associated with the separation content but belongs to a different category.", "TabsDescription": "Tab components are designed in the form of templates, and this component is used by adding TabItem subcomponents to the tabItems in the template", @@ -2100,11 +2100,11 @@ "AttributeExcludeUrls": "Exclude address support for wildcards", "AttributeButtonTemplate": "The template for Buttons" }, - "BootstrapBlazor.Shared.Components.Components.DemoTabItem": { + "BootstrapBlazor.Server.Components.Components.DemoTabItem": { "Info": "Reset the title of this TabItem by click the button", "ButtonText": "SetTitle" }, - "BootstrapBlazor.Shared.Components.Samples.AutoFills": { + "BootstrapBlazor.Server.Components.Samples.AutoFills": { "Title": "AutoFill components", "Description": "Auto-fill forms when selected via IntelliSense prompt option", "NormalTitle": "Basic usage", @@ -2131,7 +2131,7 @@ "Att12": "Whether to skip Enter key handling", "Att13": "Whether to skip Esc key processing" }, - "BootstrapBlazor.Shared.Components.Samples.AutoCompletes": { + "BootstrapBlazor.Server.Components.Samples.AutoCompletes": { "Title": "AutoComplete", "Description": "The input box autocompletes the function", "Block1Title": "Basic usage", @@ -2182,7 +2182,7 @@ "BlockGroupPrevLabel": "Prev", "BlockGroupSuffixLabel": "Suffix" }, - "BootstrapBlazor.Shared.Components.Samples.FullScreens": { + "BootstrapBlazor.Server.Components.Samples.FullScreens": { "FullScreensTitle": "FullScreen", "FullScreensDescription": "Human-computer interaction by injecting service calls Show method pop-ups", "Tips": "This component provides functionality in the form of injection services, the user experience is very comfortable to use, anytime, anywhere calls, need to be built into the page using this component FullScreen component, or in the main layout component of MainLayout, the sample code is as follows:", @@ -2194,7 +2194,7 @@ "FullScreenTitleLi1": "The button default icon can be set through the ButtonIcon, and the full-screen icon can be set through the FullScreenIcon property", "FullScreenTitleLi3": "Use the Text property to set current page title" }, - "BootstrapBlazor.Shared.Components.Samples.Buttons": { + "BootstrapBlazor.Server.Components.Samples.Buttons": { "Title": "Button", "Description": "Common action buttons.", "Block1Title": "Basic usage", @@ -2267,14 +2267,14 @@ "TooltipIntro": "Set TooltipText TooltipPlacement TooltipTrigger shortcut button prompt bar information, position, and triggering method. For more functions, please use the Tooltip component to implement. In this example, the second button is in the disabled state, and the prompt bar is still available", "TooltipDisabledText": "Disabled" }, - "BootstrapBlazor.Shared.Components.Samples.PulseButtons": { + "BootstrapBlazor.Server.Components.Samples.PulseButtons": { "Block1Title": "Basic usage", "Block1Intro": "The underlying button usage.", "PulseButtonHeader": "PulseButton (heartbeat) button", "PulseButtonPara": "It is suitable for highlighting function to attract users' attention. The default button is circular", "PulseButtonPara2": "The heartbeat button component is inherited from the button, so a heartbeat ring is added on the basis of the original function of the button. Please refer to the switch style button in the lower right corner of the website." }, - "BootstrapBlazor.Shared.Components.Samples.Cascaders": { + "BootstrapBlazor.Server.Components.Samples.Cascaders": { "Title": "Cascader", "Block1Title": "Cascade selection", "Block1Intro": "Drop-down selection boxes are available in a variety of colors", @@ -2321,7 +2321,7 @@ "Divider3": "Customize DisplayText", "CascaderText": "Custom city" }, - "BootstrapBlazor.Shared.Components.Samples.CherryMarkdowns": { + "BootstrapBlazor.Server.Components.Samples.CherryMarkdowns": { "Header": "CherryMarkdown", "Tip": "Rich text box component based on CherryMarkdown", "MarkdownsNote": "If you edit too much content, signalR communication interruption may be triggered. Please adjust the HubOptions configuration.", @@ -2338,7 +2338,7 @@ "InsertCheckListButtonText": "Insert a CheckList", "InsertPictureButtonText": "insert a picture" }, - "BootstrapBlazor.Shared.Components.Samples.Checkboxs": { + "BootstrapBlazor.Server.Components.Samples.Checkboxs": { "Title": "Checkbox", "Description": "Multiple-select in a set of alternatives", "NormalTitle": "Basic usage", @@ -2378,7 +2378,7 @@ "Checkbox2Text": "Two-way binding", "Checkbox3Text": "Handwritten labels" }, - "BootstrapBlazor.Shared.Components.Samples.CheckboxLists": { + "BootstrapBlazor.Server.Components.Samples.CheckboxLists": { "Title": "CheckboxList", "CheckboxListsTip": "The control is used to create a multi-select check box group", "NormalTitle": "Basic usage", @@ -2428,7 +2428,7 @@ "OnMaxSelectedCountExceedTitle": "Maximum Info", "OnMaxSelectedCountExceedContent": "You can select at most {0} items" }, - "BootstrapBlazor.Shared.Components.Samples.ColorPickers": { + "BootstrapBlazor.Server.Components.Samples.ColorPickers": { "Title": "ColorPicker", "Description": "Select color to use", "NormalTitle": "Basic Usage", @@ -2454,7 +2454,7 @@ "AttributeIsSupportOpacity": "Whether to support transparency", "AttributeSwatches": "Preset candidate colors" }, - "BootstrapBlazor.Shared.Components.Samples.DateTimePickers": { + "BootstrapBlazor.Server.Components.Samples.DateTimePickers": { "Title": "DatePicker", "Description": "Used to select or enter a date", "NormalTitle": "Select the day", @@ -2538,7 +2538,7 @@ "AttrEnableDisabledDaysCache": "Whether to enable custom disabled date cache", "AttrDisplayDisabledDayAsEmpty": "Display disabled date as an empty string" }, - "BootstrapBlazor.Shared.Components.Samples.TimePickers": { + "BootstrapBlazor.Server.Components.Samples.TimePickers": { "Title": "TimePicker", "Description": "Used to select or enter a timespan", "OnConfirmTitle": "Select any point in time", @@ -2548,7 +2548,7 @@ "TimeTitle": "Data is bound in both directions", "TimeIntro": "Click the confirm button to select the box value consistent with the text box value" }, - "BootstrapBlazor.Shared.Components.Samples.ClockPickers": { + "BootstrapBlazor.Server.Components.Samples.ClockPickers": { "Title": "ClockPicker", "Description": "Select a time by dragging the watch needle", "BindValueTitle": "bind", @@ -2565,7 +2565,7 @@ "ShowMinuteAttr": "Is the minute displayed", "ShowSecondAttr": "Is seconds displayed" }, - "BootstrapBlazor.Shared.Components.Samples.Editors": { + "BootstrapBlazor.Server.Components.Samples.Editors": { "EditorsTitle": "Editor", "EditorsDescription": "Convert the entered text into html code snippets", "EditorsTips": "The Editor component is a secondary package of Summernote component, such as If you need to use the localization function, please download the corresponding language pack from the official website and quote it by yourself. zh-CN en-US has been built in the required css JavaScript dynamically loaded on demand. If you edit too much content, signalR communication interruption may be triggered. Please adjust the HubOptions configuration.", @@ -2620,7 +2620,7 @@ "DoMethodAsyncButton4": "Get Code", "DoMethodAsyncPasteHTML": "Here is the content inserted by the external button" }, - "BootstrapBlazor.Shared.Components.Samples.EditorForms": { + "BootstrapBlazor.Server.Components.Samples.EditorForms": { "Title": "EditorForm", "Description": "Edit forms are automatically rendered through the bound data model", "SubDescription": "EditorForm component is a very useful component that, when editing data, simply assigns the Model property.", @@ -2672,7 +2672,7 @@ "AutoGenerateDescription": "In this example, by setting the autoGenerate AllItem value to false, turning off auto-generation, and rendering the form editing by manually adding two EditoItem edits", "SkipValidateDescription": "In some cases, the value of some columns in the form may be a secondary classification, etc., and you need to know the information for a level 1 classification, at which point the first-level classification requires additional components to render if Select, which is independent of the current context binding model Model, which requires that you set the SkipValidate value to true, turn off model validation for this component" }, - "BootstrapBlazor.Shared.Components.Samples.FloatingLabels": { + "BootstrapBlazor.Server.Components.Samples.FloatingLabels": { "FloatingLabelsTitle": "FloatingLabel", "FloatingLabelsSubtitle": "Enter characters with the mouse or keyboard", "FloatingLabelNormalTitle": "Basic usage", @@ -2710,7 +2710,7 @@ "FloatingLabelGroupBoxTitle": "GroupBox", "FloatingLabelGroupBoxIntro": "By setting IsGroupBox=\"true\". Group box wrapper label" }, - "BootstrapBlazor.Shared.Components.Samples.Inputs": { + "BootstrapBlazor.Server.Components.Samples.Inputs": { "InputsBaseUsage": "Basic usage", "InputsTitle": "Input", "InputsDescription": "Enter characters with the mouse or keyboard", @@ -2782,7 +2782,7 @@ "UseInputEvent": "Whether use oninput event when bind-value", "IsTrim": "automatically trim white space when entering content" }, - "BootstrapBlazor.Shared.Components.Samples.InputNumbers": { + "BootstrapBlazor.Server.Components.Samples.InputNumbers": { "InputNumbersTitle": "InputNumber", "InputNumbersDescription": "Only standard numeric values are allowed, and custom ranges and other advanced features are supported", "InputNumbersNormalTitle": "Basic usage", @@ -2824,7 +2824,7 @@ "InputNumbersUseInputEventTitle": "OnInput", "InputNumbersUseInputEventIntro": "Component uses OnInput event for value updates" }, - "BootstrapBlazor.Shared.Components.Samples.InputGroups": { + "BootstrapBlazor.Server.Components.Samples.InputGroups": { "InputGroupsTitle": "InputGroup", "InputGroupsDescription": "Input can add labels and buttons before or after it to make as a group", "InputGroupsNormalTitle": "Basic usage", @@ -2853,7 +2853,7 @@ "InputGroupsSwitchTitle": "Switch", "InputGroupsSwitchIntro": "Add Switch to the InputGroup" }, - "BootstrapBlazor.Shared.Components.Samples.Markdowns": { + "BootstrapBlazor.Server.Components.Samples.Markdowns": { "MarkdownsTitle": "Markdown", "MarkdownsDescription": "A text editor that provides support for the Markdown syntax", "MarkdownsNote": "If you edit too much content, signalR communication interruption may be triggered. Please adjust the HubOptions configuration.", @@ -2900,7 +2900,7 @@ "Att8": "Whether it is dark mode", "Att9": "Whether code highlighting is enabled" }, - "BootstrapBlazor.Shared.Components.Samples.MultiSelects": { + "BootstrapBlazor.Server.Components.Samples.MultiSelects": { "MultiSelectsTitle": "MultiSelect", "MultiSelectsDescription": "When you have multiple options, use the drop-down menu to present and provide a search for multiple choices", "MultiSelectColorTitle": "Color", @@ -2985,7 +2985,7 @@ "MultiSelectVeryLongTextDisplayText": "Extra long text", "MultiSelectOptionChangeLog": "Select the collection of items" }, - "BootstrapBlazor.Shared.Components.Samples.Radios": { + "BootstrapBlazor.Server.Components.Samples.Radios": { "RadiosTitle": "Radio", "RadiosDescription": "Single in a set of alternatives", "RadiosNormalTitle": "Basic usage", @@ -3026,7 +3026,7 @@ "RadiosAdd1": "Beijing", "RadiosAdd2": "Shanghai" }, - "BootstrapBlazor.Shared.Components.Samples.Rates": { + "BootstrapBlazor.Server.Components.Samples.Rates": { "RatesTitle": "Rate", "RatesDescription": "Scoring components", "RatesNormalTitle": "Basic usage", @@ -3058,7 +3058,7 @@ "RatesIsWrap": "Wrap", "RatesShowValue": "Show value" }, - "BootstrapBlazor.Shared.Components.Samples.Selects": { + "BootstrapBlazor.Server.Components.Samples.Selects": { "SelectsTitle": "Select", "SelectsDescription": "When there are too many options, use the drop-down menu to present and select content", "SelectsNormalTitle": "Select drop-down selection box", @@ -3154,7 +3154,7 @@ "TextConvertToValueCallback": "Callback method when input text changes in edit mode", "SelectsIsEditable": "Whether editable" }, - "BootstrapBlazor.Shared.Components.Samples.Sliders": { + "BootstrapBlazor.Server.Components.Samples.Sliders": { "SlidersTitle": "Slider", "SlidersDescription": "Select within a fixed interval by dragging the slider", "SlidersNormalTitle": "Basic usage", @@ -3167,7 +3167,7 @@ "SlidersValue": "The current value of the component", "SlidersValueChanged": "ValueChanged callback method" }, - "BootstrapBlazor.Shared.Components.Samples.Switches": { + "BootstrapBlazor.Server.Components.Samples.Switches": { "SwitchesTitle": "Switch", "SwitchesDescription": "The most common switching applications are available", "SwitchesNormalTitle": "Basic usage", @@ -3221,7 +3221,7 @@ "SwitchesAttributeOnValueChanged": "Call back the delegate method when the value changes", "SwitchesEventValueChanged": "Gets the value of the selection change" }, - "BootstrapBlazor.Shared.Components.Samples.TextAreas": { + "BootstrapBlazor.Server.Components.Samples.TextAreas": { "TextAreaPlaceHolder": "Please enter ...", "TextAreaTitle": "Textarea", "TextAreaSubTitle": "Used to enter a large amount of text", @@ -3250,7 +3250,7 @@ "TextAreaScrollTo": "Scroll +20", "TextAreaAutoScroll": "Automatic scrolling" }, - "BootstrapBlazor.Shared.Components.Samples.Toggles": { + "BootstrapBlazor.Server.Components.Samples.Toggles": { "TogglesOnText": "On", "TogglesOffText": "Off", "TogglesTitle": "Toggle", @@ -3286,7 +3286,7 @@ "ValueChanged": "Gets the value of the selection change", "DisplayName": "Binding label" }, - "BootstrapBlazor.Shared.Components.Samples.Transfers": { + "BootstrapBlazor.Server.Components.Samples.Transfers": { "LeftPanelText": "The list on the left", "LeftButtonText": "To the left", "RightPanelText": "The list on the right", @@ -3333,7 +3333,7 @@ "RightHeaderTemplate": "the right panel Header template", "RightItemTemplate": "the right panel Item template" }, - "BootstrapBlazor.Shared.Components.Samples.Uploads": { + "BootstrapBlazor.Server.Components.Samples.Uploads": { "UploadsTitle": "Upload", "UploadsSubTitle": "Upload the file by clicking", "UploadsNote": "If you edit too much content, signalR communication interruption may be triggered. Please adjust the HubOptions configuration.", @@ -3420,7 +3420,7 @@ "UploadsRemoveMsg": "The removal was successful", "UploadsIconTemplate": "The template of file icon" }, - "BootstrapBlazor.Shared.Components.Samples.ValidateForms": { + "BootstrapBlazor.Server.Components.Samples.ValidateForms": { "ChangeButtonText": "Change", "ResetButtonText": "Reset", "ValidateFormsSubmitButtonText": "Submit", @@ -3506,7 +3506,7 @@ "ValidateMetadataTypeTitle": "MetadataType IValidateCollection", "ValidateMetadataTypeIntro": "The model uses [MetadataType(typeof(MockModelMetadataType))] to specify the metadata type MockModelMetadataType for model validation. If the specified model inherits the IValidateCollection interface, its Validate method is called to perform data compliance checks." }, - "BootstrapBlazor.Shared.Components.Samples.Ajaxs": { + "BootstrapBlazor.Server.Components.Samples.Ajaxs": { "AjaxTitle": "Ajax call", "AjaxDescribe": "The ajax method used to use js directly in the browser to interact with the server currently only supports both input and output as json, and the return value is a json string, which can be converted and processed by itself.", "NormalTitle": "Basic usage", @@ -3522,7 +3522,7 @@ "GoToButtonText1": "Jump to the first page of the document", "GoToButtonText2": "Jump to yourself (refresh page)" }, - "BootstrapBlazor.Shared.Components.Samples.Avatars": { + "BootstrapBlazor.Server.Components.Samples.Avatars": { "Title": "Avatar", "SubTitle": "Present user or thing information as icons, pictures, or characters.", "BasicUsageTitle": "Basic usage", @@ -3546,7 +3546,7 @@ "BorderDiv1": "The first fillet square avatar box is loaded correctly, so the border is blue ", "BorderDiv2": "The second circular avatar loads the picture path incorrectly, so the border is red and the picture appears as the default icon" }, - "BootstrapBlazor.Shared.Components.Samples.Badges": { + "BootstrapBlazor.Server.Components.Samples.Badges": { "Title": "Badge", "SubTitle": "A number or status tag that appears next to a button, icon, or icon", "BasicusageTitle": "Basic usage", @@ -3561,7 +3561,7 @@ "IsPill": "Capsule style", "ButtonSpan": "The primary button" }, - "BootstrapBlazor.Shared.Components.Samples.BarcodeReaders": { + "BootstrapBlazor.Server.Components.Samples.BarcodeReaders": { "Title": "BarcodeReader", "SubTitle": "This component scans the bar code by calling the camera to obtain the bar code content bar code/QR code", "Attention": "Pay special attention to:", @@ -3607,7 +3607,7 @@ "OpenCameraLog": "Turn on the camera", "CloseCameraLog": "Turn off the camera" }, - "BootstrapBlazor.Shared.Components.Samples.Blocks": { + "BootstrapBlazor.Server.Components.Samples.Blocks": { "Title": "Block", "SubTitle": "Depending on the parameter conditions, the contents of the block are determined to be displayed, usually in conjunction with permission authorization", "BasicUsageTitle": "Common usage", @@ -3638,7 +3638,7 @@ "UsersDiv1": "The current user {0} allows you to see this content", "RolesDiv1": "The current role User allow this content to be seen" }, - "BootstrapBlazor.Shared.Components.Samples.Cards": { + "BootstrapBlazor.Server.Components.Samples.Cards": { "Title": "Card", "SubTitle": "Aggregate information to display in a card container", "BasicUsageTitle": "Card card components", @@ -3670,7 +3670,7 @@ "CollapsibleBody": "Click card hader for collapse/expand card body", "ShadowBody": "Shadow effect sample" }, - "BootstrapBlazor.Shared.Components.Samples.Calendars": { + "BootstrapBlazor.Server.Components.Samples.Calendars": { "Title": "Calendar", "SubTitle": "Containers that display data as calendars. When the data is date or by date, such as schedule, schedule, price calendar, etc., lunar calendar, etc. Year/month switching is currently supported.", "BasicUsageTitle": "Basic usage", @@ -3698,7 +3698,7 @@ "English": "English", "Study": "Study" }, - "BootstrapBlazor.Shared.Components.Samples.Cameras": { + "BootstrapBlazor.Server.Components.Samples.Cameras": { "Title": "Camera", "SubTitle": "This component takes pictures by calling the camera", "Attention": "Pay special attention to:", @@ -3727,7 +3727,7 @@ "SaveText": "Save", "NotFoundDevicesString": "Video device not found" }, - "BootstrapBlazor.Shared.Components.Samples.Captchas": { + "BootstrapBlazor.Server.Components.Samples.Captchas": { "Title": "Captchas", "SubTitle": "Human-machine recognition by dragging the slider", "BasicUsageTitle": "Basic usage", @@ -3754,7 +3754,7 @@ "OnValid": "The slider verification code calls back this method after the validation results are determined", "GetImageName": "Custom method for getting the name of the background map file" }, - "BootstrapBlazor.Shared.Components.Samples.Carousels": { + "BootstrapBlazor.Server.Components.Samples.Carousels": { "Title": "Carousel", "SubTitle": "In limited space, loop through the same type of pictures, text, and more", "BasicUsageTitle": "Basic usage", @@ -3787,7 +3787,7 @@ "HoverPause": "If set to true, pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. If set to false, hovering over the carousel won’t pause it", "PlayMode": "autoplay the carousel mode" }, - "BootstrapBlazor.Shared.Components.Samples.Client": { + "BootstrapBlazor.Server.Components.Samples.Client": { "Title": "Get client connection information", "SubTitle": "More for system log tracking", "BasicUsageTitle": "Basic usage", @@ -3808,7 +3808,7 @@ "Device": "Device", "Language": "Language" }, - "BootstrapBlazor.Shared.Components.Samples.Circles": { + "BootstrapBlazor.Server.Components.Samples.Circles": { "Title": "Circle", "SubTitle": "Chart class components. There are generally two uses:", "CircleTips1": "Displays the percentage of progress for a task", @@ -3832,7 +3832,7 @@ "ChildContentP1": "The size of the consumer population", "ChildContentSpan": "Total number of people" }, - "BootstrapBlazor.Shared.Components.Samples.Collapses": { + "BootstrapBlazor.Server.Components.Samples.Collapses": { "Title": "Collapse", "SubTitle": "The content area is contained by the collapsed panel", "BasicUsageTitle": "Basic usage", @@ -3872,7 +3872,7 @@ "CollapseItemAttributeHeaderTemplate": "Header template", "CollapseItemAttributeIsCollapsed": "The item status collapsed" }, - "BootstrapBlazor.Shared.Components.Samples.DateTimeRanges": { + "BootstrapBlazor.Server.Components.Samples.DateTimeRanges": { "Title": "Date Time Range Picker", "Description": "Select a date in the same picker", "NormalTitle": "Basic skills", @@ -3900,11 +3900,11 @@ "ViewModeTitle": "ViewMode", "ViewModeIntro": "By setting ViewMode=\"DatePickerViewMode.Year\", the component view is the year view, and by setting ViewMode=\"DatePickerViewMode.Month\", the component view is the year view." }, - "BootstrapBlazor.Shared.Components.Samples.Ips": { + "BootstrapBlazor.Server.Components.Samples.Ips": { "IpNormalTitle": "Basic usage", "IpNormalIntro": "Enter and display the ip address in sections, for example: 192.168.1.1" }, - "BootstrapBlazor.Shared.Components.Samples.Displays": { + "BootstrapBlazor.Server.Components.Samples.Displays": { "Title": "Display", "SubTitle": "Displays static text data", "BasicUsageTitle": "Basic usage", @@ -3942,7 +3942,7 @@ "ShowTooltipTitle": "Show Tooltip", "ShowTooltipIntro": "Wrapper with Tooltip or ShowTooltip=\"true\" component for show tooltip title" }, - "BootstrapBlazor.Shared.Components.Samples.DropdownWidgets": { + "BootstrapBlazor.Server.Components.Samples.DropdownWidgets": { "Title": "DropdownWidget", "SubTitle": "More for head information summary presentation", "BasicUsageTitle": "Basic usage", @@ -3965,7 +3965,7 @@ "BasicUsageViewTasks": "View all tasks", "OnItemCloseAsync": "Close dropdown widget item callback method" }, - "BootstrapBlazor.Shared.Components.Samples.Empties": { + "BootstrapBlazor.Server.Components.Samples.Empties": { "Title": "Empty", "SubTitle": "Sub Title PlaceHolder", "NormalTitle": "Basic usage", @@ -3985,7 +3985,7 @@ "TemplateText": "Customize the empty state template", "TemplateIButtonText": "Go back to the previous page" }, - "BootstrapBlazor.Shared.Components.Samples.GroupBoxes": { + "BootstrapBlazor.Server.Components.Samples.GroupBoxes": { "Title": "GroupBox", "SubTitle": "Simulate WinForm's GroupBox components", "BasicUsageTitle": "Basic usage", @@ -3995,7 +3995,7 @@ "GroupP1": "I'm an example of GroupBox", "GroupP2": "For more examples, please refer to the EditorForms Form Example [the portal]" }, - "BootstrapBlazor.Shared.Components.Samples.LinkButtons": { + "BootstrapBlazor.Server.Components.Samples.LinkButtons": { "LinkButtonsComTitle": "LinkButton", "LinkButtonsSubTitle": "Provider A html tag as Button", "LinkButtonTextTitle": "LinkButton", @@ -4033,7 +4033,7 @@ "LinkButtonColorText": "Button", "LinkButtonVerticalText": "TestButton" }, - "BootstrapBlazor.Shared.Components.Samples.ListViews": { + "BootstrapBlazor.Server.Components.Samples.ListViews": { "ListViewsTitle": "ListView", "ListViewsSubTitle": "Provides rule arrangement controls", "ProductListText": "The list of products", @@ -4064,7 +4064,7 @@ "GroupItemOrderCallback": "Callback for set the order of items on group", "GroupHeaderTextCallback": "Callback for set the header text of group" }, - "BootstrapBlazor.Shared.Components.Samples.Locators": { + "BootstrapBlazor.Server.Components.Samples.Locators": { "LocatorsTitle": "Get the IP geographic location", "LocatorsSubTitle": "More for system log tracking and analysis", "LocatorsNormalTitle": "Basic usage", @@ -4086,7 +4086,7 @@ "LocatorsNormalButtonText": "Locating", "LocatorsProviderDesc": "The component library has two built-in geolocation locators: BaiduIpLocatorProvider BaiduIpLocatorProviderV2" }, - "BootstrapBlazor.Shared.Components.Samples.Print": { + "BootstrapBlazor.Server.Components.Samples.Print": { "PrintsTitle": "Print", "PrintsSubTitle": "Used to print a document or a local view", "PrintsTips1": "Set up PreviewUrl, open a new page for print preview and click the print button on this page for page printing", @@ -4102,7 +4102,7 @@ "PrintServiceIntro": "By setting up the content components to print, call the print service directly print jobs. Printing Service PrintService Service Document [Portal]", "PrintsDialogTitle": "The data query window" }, - "BootstrapBlazor.Shared.Components.Samples.Tags": { + "BootstrapBlazor.Server.Components.Samples.Tags": { "TagsTitle": "Tag", "TagsSubTitle": "Used for marking and selection.", "Tag1": "Label I", @@ -4125,7 +4125,7 @@ "TagsShowDismiss": "Close button", "TagsOnDismiss": "Close label callback method" }, - "BootstrapBlazor.Shared.Components.Samples.Timelines": { + "BootstrapBlazor.Server.Components.Samples.Timelines": { "TimelinesTitle": "Timeline", "TimelinesSubTitle": "Visualize time flow information", "TimelinesNormalTitle": "Basic usage", @@ -4164,7 +4164,7 @@ "TimelinesComponent": "Node custom components", "TimelinesAttributeTitle": "TimelineItem attributes" }, - "BootstrapBlazor.Shared.Components.Samples.Searches": { + "BootstrapBlazor.Server.Components.Samples.Searches": { "SearchesTitle": "Search box", "SearchesSubTitle": "Used for data search", "SearchesPlaceHolder": "Search for examples", @@ -4197,7 +4197,7 @@ "SearchesOnSearch": "Call back this delegate when you click Search", "SearchesOnClear": "Click Recall this order when emptying" }, - "BootstrapBlazor.Shared.Components.Samples.Titles": { + "BootstrapBlazor.Server.Components.Samples.Titles": { "Title": "Title", "SubTitle": "Used to set page title", "Tips": "

NET6. 0 you can use the Microsoft PageTitle component to set the page title. This component additionally provides setting the current page title in the form of service

", @@ -4217,32 +4217,32 @@ "StaticB": "Pay attention", "StaticDiv": "When using this method, please add not set Text attribute in App or MainLayout or PageThe Title component of " }, - "BootstrapBlazor.Shared.Components.Components.DemoBlock": { + "BootstrapBlazor.Server.Components.Components.DemoBlock": { "Title": "", "TooltipText": "Copied" }, - "BootstrapBlazor.Shared.Components.Components.Tips": { + "BootstrapBlazor.Server.Components.Components.Tips": { "Title": "Tips" }, - "BootstrapBlazor.Shared.Components.Components.AttributeTable": { + "BootstrapBlazor.Server.Components.Components.AttributeTable": { "Title": "Attributes" }, - "BootstrapBlazor.Shared.Components.Components.MethodTable": { + "BootstrapBlazor.Server.Components.Components.MethodTable": { "Title": "Methods" }, - "BootstrapBlazor.Shared.Components.Common.AttributeItem": { + "BootstrapBlazor.Server.Components.Common.AttributeItem": { "Name": "Parameter", "Description": "Description", "Type": "Type", "ValueList": "ValueList", "DefaultValue": "DefaultValue" }, - "BootstrapBlazor.Shared.Components.Common.EventItem": { + "BootstrapBlazor.Server.Components.Common.EventItem": { "Name": "Parameter", "Description": "Description", "Type": "Type" }, - "BootstrapBlazor.Shared.Components.Common.MethodItem": { + "BootstrapBlazor.Server.Components.Common.MethodItem": { "Title": "Methods", "Name": "Parameter", "Description": "Description", @@ -4250,7 +4250,7 @@ "Parameters": "Parameters", "ReturnValue": "ReturnValue" }, - "BootstrapBlazor.Shared.Components.Layout.ComponentLayout": { + "BootstrapBlazor.Server.Components.Layout.ComponentLayout": { "Title": "Enterprise-level component library based on Bootstrap and Blazor", "Example": "Example", "Video": "Video", @@ -4260,7 +4260,7 @@ "IconTheme": "Icon", "Group": "Community" }, - "BootstrapBlazor.Shared.Components.Samples.Alerts": { + "BootstrapBlazor.Server.Components.Samples.Alerts": { "Title": "Alert", "SubTitle": "Displays important alert messages.", "BaseUsageText": "Basic usage", @@ -4283,7 +4283,7 @@ "AlertInfoText": "A simple info alert—check it out!", "AlertDarkText": "A simple dark alert—check it out!" }, - "BootstrapBlazor.Shared.Components.Samples.RibbonTabs": { + "BootstrapBlazor.Server.Components.Samples.RibbonTabs": { "RibbonTabsTitle": "RibbonTab", "RibbonTabsDescription": "Office menu tab", "RibbonTabsNormalTitle": "Basic usage", @@ -4326,7 +4326,7 @@ "RibbonTabsAnchorIntro": "Set IsSupportAnchor=\"true\" enable anchor support", "RibbonTabsAnchorDesc": "Set EncodeAnchorCallback custom the encode hash rule, set DecodeAnchorCallback custom the decode hash rule" }, - "BootstrapBlazor.Shared.Components.Samples.Logouts": { + "BootstrapBlazor.Server.Components.Samples.Logouts": { "LogoutsTitle": "Logout component", "LogoutsDescription": "Used for site logout action", "LogoutsNormalTitle": "Common usage", @@ -4345,13 +4345,13 @@ "LogoutsLinkTemplatePersonalCenter": "personal center", "LogoutsLinkTemplateSetup": "set up" }, - "BootstrapBlazor.Shared.Components.Samples.AutoRedirects": { + "BootstrapBlazor.Server.Components.Samples.AutoRedirects": { "Title": "AutoRedirect automatic jump component", "Description": "Through the set address, automatically jump to the specified page when there is no mouse or keyboard action on the page", "NormalTitle": "Common usage", "NormalIntro": "By setting the Interval interval, when there is no mouse or keyboard action, it will automatically jump to the address set by RedirectUrl" }, - "BootstrapBlazor.Shared.Components.Samples.AnchorLinks": { + "BootstrapBlazor.Server.Components.Samples.AnchorLinks": { "AnchorLinkTitle": "AnchorLink", "AnchorLinkDescribe1": "Apply to title strip", "AnchorLinkDescribe2": "Anchor link, click to copy for easy sharing", @@ -4368,7 +4368,7 @@ "AttrTooltipText": "Tooltip text", "AnchorLinkText": "I am a clickable anchor link" }, - "BootstrapBlazor.Shared.Components.Samples.QRCodes": { + "BootstrapBlazor.Server.Components.Samples.QRCodes": { "QRCodesTitle": "QRCode", "QRCodesSubTitle": "Generate QR code", "QRCodesNormalTitle": "Basic usage", @@ -4395,7 +4395,7 @@ "QRCodesClearButtonTextValue": "Clear", "QRCodesGenerateButtonTextValue": "Generate" }, - "BootstrapBlazor.Shared.Components.Samples.Anchors": { + "BootstrapBlazor.Server.Components.Samples.Anchors": { "Title": "Anchor", "SubTitle": "Hyperlinks to scroll on one page.", "BaseUsageText": "Basic usage", @@ -4408,13 +4408,13 @@ "DescOffset": "The offset is used to adjust the gap use", "DescChildContent": "Content" }, - "BootstrapBlazor.Shared.Components.Samples.Breadcrumbs": { + "BootstrapBlazor.Server.Components.Samples.Breadcrumbs": { "Title": "Breadcrumb", "Describe": "Display the path of the current page and quickly return to any previous page.", "Block1Title": "Basic usage", "Block1Intro": "Suitable for a wide range of basic usage." }, - "BootstrapBlazor.Shared.Data.Foo": { + "BootstrapBlazor.Server.Data.Foo": { "Name": "Name", "DateTime": "DateTime", "Address": "Address", @@ -4439,45 +4439,45 @@ "False": "Failed", "NullItemText": "Not Set" }, - "BootstrapBlazor.Shared.Components.Samples.ValidateForms.ComplexFoo": { + "BootstrapBlazor.Server.Components.Samples.ValidateForms.ComplexFoo": { "Name": "Name", "Name.Required": "{0} is required." }, - "BootstrapBlazor.Shared.Components.Samples.ValidateForms.Dummy2": { + "BootstrapBlazor.Server.Components.Samples.ValidateForms.Dummy2": { "Name": "Name", "Name.Required": "Dummy2 {0} is required" }, - "BootstrapBlazor.Shared.Data.EnumEducation": { + "BootstrapBlazor.Server.Data.EnumEducation": { "PlaceHolder": "Click to select ...", "Primary": "Primary", "Middle": "Middle" }, - "BootstrapBlazor.Shared.Components.Components.ThemeChooser": { + "BootstrapBlazor.Server.Components.Components.ThemeChooser": { "Title": "Click to choose theme", "HeaderText": "Themes" }, - "BootstrapBlazor.Shared.Components.Samples.Uploads.Person": { + "BootstrapBlazor.Server.Components.Samples.Uploads.Person": { "Name": "Name", "Name.Required": "{0} is required", "Picture": "File", "Picture.Required": "{0} is required" }, - "BootstrapBlazor.Shared.Components.Components.CultureChooser": { + "BootstrapBlazor.Server.Components.Components.CultureChooser": { "Label": "Language:" }, - "BootstrapBlazor.Shared.Components.Components.GlobalSearch": { + "BootstrapBlazor.Server.Components.Components.GlobalSearch": { "SearchPlaceHolder": "search", "SearchStatus": "Powered by BootstrapBlazor", "SearchResultPlaceHolder": "Type something to search" }, - "BootstrapBlazor.Shared.Components.Components.Header": { + "BootstrapBlazor.Server.Components.Components.Header": { "DownloadText": "Download", "HomeText": "Home", "ComponentsText": "Components", "IntroductionText": "Documents", "TutorialsText": "Tutorials" }, - "BootstrapBlazor.Shared.Components.Layout.BaseLayout": { + "BootstrapBlazor.Server.Components.Layout.BaseLayout": { "SiteTitle": "Bootstrap Blazor enterprise-level UI component library", "FlowText": "Workflow", "InstallAppText": "Install PWA App", @@ -4488,7 +4488,7 @@ "LightMode": "Light Mode", "DarkMode": "Dark Mode" }, - "BootstrapBlazor.Shared.Components.Layout.NavMenu": { + "BootstrapBlazor.Server.Components.Layout.NavMenu": { "GetStarted": "Getting Started", "Introduction": "Introduction", "Install": "Install", @@ -4770,7 +4770,7 @@ "WinBox": "WinBox", "Player": "Player" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesHeader": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesHeader": { "TablesHeaderTitle": "Header grouping function", "TablesHeaderDescription": "When the data structure is complex, multi-level headers can be used to show the hierarchical relationship of the data", "TablesHeaderNormalTitle": "Basic usage", @@ -4782,7 +4782,7 @@ "TablesHeaderNormal_Name": "personal name", "TablesHeaderNormal_Address": "personal address" }, - "BootstrapBlazor.Shared.Components.Samples.SelectTrees": { + "BootstrapBlazor.Server.Components.Samples.SelectTrees": { "SelectTreesTitle": "SelectTree", "SelectTreesDescription": "A tree-like data structure is presented in the drop-down box for selection", "SelectTreesNormalTitle": "Common usage", @@ -4799,7 +4799,7 @@ "SelectTreesIsPopoverIntro": "Set IsPopover to true, use popover render UI prevent The dropdown menu cannot be fully displayed because the parent container is set to overflow: hidden", "SelectTreesClientValidationButtonText": "Submit" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesDetailRow": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesDetailRow": { "TablesDetailRowTitle": "Display detail line function", "TablesDetailRowDesc": "Used to display parent-child relationship table data", "DetailRowTemplateTitle": "Simple Application", @@ -4823,7 +4823,7 @@ "TabItemText": "Associated Data", "DetailRowTemplateIsAccordion": "IsAccordion" }, - "BootstrapBlazor.Shared.Components.Samples.Table.Tables": { + "BootstrapBlazor.Server.Components.Samples.Table.Tables": { "ButtonAddColumnText": "Add Column", "ButtonRemoveColumnText": "Remove Column", "TableBaseTitle": "Table", @@ -5021,7 +5021,7 @@ "TableBaseHeaderStyleMode": "The style of table header", "IsPopoverToolbarDropdownButtonAttr": "Whether float the popup window for dropdown button in the toolbar" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesColumn": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesColumn": { "TablesColumnTitle": "Table Column", "TablesColumnDescription": "Used to display multiple pieces of data with similar structures, data can be sorted, filtered, compared or other custom operations.", "ColumnTextTitle": "Custom column name", @@ -5063,14 +5063,14 @@ "ColumnOrderTitle": "Column Order", "ColumnOrderIntro": "Set the order by setting the Order parameter of TableColumn" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesColumnDrag": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesColumnDrag": { "TablesColumnTitle": "Table Column", "TablesColumnDescription": "Used to display multiple pieces of data with similar structures, data can be sorted, filtered, compared or other custom operations.", "AllowDragOrderTitle": "Allow dragging column headings to adjust table column order", "AllowDragOrderIntro": "By specifying AllowDragColumn, set the table columns to allow dragging column headings to adjust the table column order", "AllowDragOrderDesc": "

Pressing the mouse over a column heading and dragging it to another column heading position can adjust the column to be in front of the target column, but the built-in columns in the Table component, such as DetailRow, LineNo, MultipleSelect, and Operation columns, cannot be adjusted

This example enables localized storage by setting the ClientTableName parameter. After dragging and adjusting the order, the page can be refreshed, and the column order remains in the previous state

By setting the ColumnOrderCallback callback method, server-side column order persistence can be achieved

" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesColumnResizing": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesColumnResizing": { "TablesColumnTitle": "Table Column", "TablesColumnDescription": "Used to display multiple pieces of data with similar structures, data can be sorted, filtered, compared or other custom operations.", "WidthTitle": "Customize the width of each column", @@ -5090,7 +5090,7 @@ "CustomerButtonContent": "The button processing logic is distinguished by different functions. The parameter Items is the selected row data collection in the Table component, and the currently selected data is {0}", "OnRowButtonClickContent": "The button processing logic is distinguished by different functions, and the parameter Item is the current row data" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesColumnList": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesColumnList": { "TablesColumnTitle": "Table Column", "TablesColumnDescription": "Used to display multiple pieces of data with similar structures, data can be sorted, filtered, compared or other custom operations.", "ShownWithBreakPointTitle": "Automatically show/hide columns based on screen width", @@ -5113,7 +5113,7 @@ "ResetVisibleColumnsButtonText": "Set Columns", "ResetVisibleColumnsDesc": "Call the instancel method ResetVisibleColumns of Table for set the multiple columns visible value" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesColumnTemplate": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesColumnTemplate": { "TablesColumnTitle": "Table Column", "TablesColumnDescription": "Used to display multiple pieces of data with similar structures, data can be sorted, filtered, compared or other custom operations.", "TableColumnTitle": "Custom Column Data Template", @@ -5134,7 +5134,7 @@ "AutoGenerateColumnsP2": " In this example the date column is formatted through the [AutoGenerateColumn(Order = 1, FormatString = \"yyyy-MM-dd\")] tag; Set the template column in the code to customize the Complete column and use the Switch component to render; through the [AutoGenerateColumn(Order = 10)] tag in the Order set the display order", "TableTemplateTips": "Special attention: When using the Template, practical application scenarios often encounter situations where several or more columns need to be linked. In this case, directly placing the linked components into the EditTemplate cannot complete the linkage. The correct approach is to separate the small components that need to be linked into a separate component and complete the linkage within this component" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesEdit": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesEdit": { "TablesEditTitle": "Table", "TablesEditDescription": "Commonly used in single table maintenance, simple addition, deletion, modification, search, sorting, filtering, search and other common functions can be realized through attribute configuration, and very complex business requirements can be realized through advanced usage of Template", "TablesEditItemsTitle": "Use collection as data source to realize editing function", @@ -5196,7 +5196,7 @@ "TablesTemplateColumnDescription": "The title display text is set by setting the Text property, and the cell display content is set by Template. The template context is a TableColumnContext instance. The current row model instance can be obtained through @v.Row. Template columns do not participate in data editing functions such as New and Edit.", "TableTemplateColumnText": "Template" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesVirtualization": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesVirtualization": { "TablesVirtualizationTitle": "Table virtual scroll row", "TablesVirtualizationDescription": "When the Table component displays large data, it usually uses paging to load data. There is also a virtual row technology similar to the automatic loading of data in the background when the mobile phone scrolls to the bottom.", "VirtualizationNormalTitle": "Normal use", @@ -5210,7 +5210,7 @@ "VirtualizationDynamicIntro": "Background on-demand loading when scrolling data without paging", "VirtualizationDynamicDescription": "Display row placeholders when scrolling quickly to improve user experience" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesLoading": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesLoading": { "TablesLoadingTitle": "Display data loading function", "TablesLoadingDescription": "When calling the remote data interface, there may be a delay due to network reasons, you can use the display loading function to shield", "TablesLoadingShowLoadingTitle": "Basic usage", @@ -5220,7 +5220,7 @@ "TablesLoadingShowLoadingInFirstRenderTitle": "Turn off loading animation", "TablesLoadingShowLoadingInFirstRenderIntro": "Just set ShowLoadingInFirstRender" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesTree": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesTree": { "TablesTreeTitle": "Table tree data display", "TablesTreeDescription": "The table supports the display of tree data", "TablesTreeTip_title": "Control whether it is tree data through the IsTree parameter", @@ -5245,7 +5245,7 @@ "TablesTreeIconTips1": "The default level indent width is 16px by setting Indent to change the indent width", "TablesTreeIconTips2": "In this example change the indent width to 8px" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesWrap": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesWrap": { "TablesWrapTitle": "Table wrapping example", "TablesWrapDescription": "When the content of the header or the cell in the row is too long, the effect of omitting, wrapping, etc. can be realized by changing the style", "TablesWrapTip": "Note:Because the Table component has realized the function of adapting to the mobile terminal, this demo needs to be viewed on the computer side", @@ -5287,7 +5287,7 @@ "TablesWrapCustomCellTemplate_State": "state", "TablesWrapCustomCellTemplate_Time": "time" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesTracking": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesTracking": { "TablesTrackingTitle": "Table table", "TablesTrackingDescription": "Applicable to application scenarios where parent and child tables are submitted together", "TablesTrackingNormalTitle": "tracking mode", @@ -5295,7 +5295,7 @@ "TablesTrackingNormalTips1": "The prompt information of the Save Delete button can be turned off by setting ShowToastAfterSaveOrDeleteModel='false'", "TablesTrackingNormalTips2": "All data editing in this mode edits the original data and updates the data source through bind-Items, so no Cancel button is provided" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesFooter": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesFooter": { "TablesFooterTitle": "Table Footer", "TablesFooterDescription": "For statistics", "TablesFooterStatisticsTitle": "Statistics example", @@ -5310,7 +5310,7 @@ "TablesFooterTemplateSentences": "Here you can write some descriptive sentences", "TablesFooterTemplateTotal": "Total:" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesAutoRefresh": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesAutoRefresh": { "TablesAutoRefreshTitle": "Auto Refresh table", "TablesAutoRefreshDescription": "In a certain application scenario, the change of the data source needs to refresh the table component", "TablesAutoRefreshNormalTitle": "Auto Refresh", @@ -5323,7 +5323,7 @@ "TablesAutoRefreshControlToggleAuto": "Change Auto", "TablesAutoRefreshControlIsAutoRefresh": "The current value" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesSelection": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesSelection": { "TablesSelectionTitle": "Table Selection", "TablesSelectionDescription": "Set the table row state by setting SelectedRows, and set the highlight by selecting the style", "TablesSelectionNormalTitle": "Set row selection function", @@ -5340,7 +5340,7 @@ "TablesSelectionScrollDescription": "After clicking the button, select the last row and automatically scroll the selected row to the visible area of the window. This code is an example, and this function can be enabled by setting AutoScrollLastSelectedRowToView=\"true\", Set the alignment via the AutoScrollVerticalAlign parameter", "TablesSelectionScrollButtonText": "Select Last Row" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesExcel": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesExcel": { "TablesExcelTitle": "Table Excel", "TablesExcelDescription": "Commonly used for large data sheet maintenance", "TablesExcelOnQueryTitle": "binding collection", @@ -5372,7 +5372,7 @@ "TablesExcelCellRenderTips1": "IsFixedHeader fixed header height is set to Height='500px'", "TablesExcelCellRenderTips2": "Name is not editable display avatar" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesDynamicExcel": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesDynamicExcel": { "TablesDynamicExcelTitle": "Excel-DataTable", "TablesDynamicExcelDescription": "Commonly used for large data sheet maintenance", "TablesDynamicExcelNormalTitle": "Excel mode", @@ -5402,7 +5402,7 @@ "TablesDynamicExcelKeyboardTips3_note4": "The internal method updates the original data source DataTable", "TablesDynamicExcelKeyboardTips3_note5": "output log information" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesExport": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesExport": { "TablesExportTitle": "Table Export", "TablesExportDescription1": "By setting ShowExportButton to display the export button, the component has built-in export Excel function", "TablesExportDescription2": "The export function provides an export callback method OnExportAsync, which can be used to export data by providing a custom export method. If no data export method is provided, the component will export data according to the injected export service", @@ -5428,7 +5428,7 @@ "TablesExportPdfNote1": "Injecting the Html2Pdf service", "TablesExportPdfNote2": "Added Html2Pdf export service" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesToolbar": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesToolbar": { "TablesToolbarTitle": "Table", "TablesToolbarDescription": "It is used to display multiple pieces of data with similar structure, and the data can be sorted, filtered, compared or other custom operations.", "TablesToolbarNormalTitle": "Table with Toolbar", @@ -5455,7 +5455,7 @@ "TablesToolbarShowRefreshIntro": "Set ShowToolbar=\"true\" ShowRefresh=\"false\" to display the toolbar and not the refresh button.", "TablesToolbarShowRefreshDesc": "Click the Refresh button. The component instance method QueryAsync is called internally. If the virtual scrolling mode is used, different request data modes are triggered according to different data sources. If the OnQueryAsync callback method is used as the data source, it is automatically called." }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesCell": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesCell": { "TablesCellTitle": "Table Cell", "TablesCellDescription": "Cell related operation example", "TableCellMergeCellTitle": "Merge Cells", @@ -5473,7 +5473,7 @@ "TableCellOnDoubleClickCellCurrentCellName": "Current cell name:", "TableCellOnDoubleClickCellCurrentValue": "Current Value:" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesLookup": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesLookup": { "TablesLookupTitle": "Table Lookup", "TablesLookupDescription": "Used to automatically convert foreign key columns to Text display text", "TableLookupNormalTitle": "Lookup external data source", @@ -5482,7 +5482,7 @@ "TableLookupNormalTips3": "In this example, the ILookupService service is used for unified processing, and the Lookup data collection is obtained from the service by setting the LookupServiceKey value", "TableLookupNormalTips1": "For detailed ILookupService documentation, please refer to [Portal]" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesRow": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesRow": { "TablesRowTitle": "Table Row", "TablesRowDesc": "Used to display multiple pieces of data with similar structures, data can be sorted, filtered, compared or other custom operations.", "RowNumberTitle": "Show row numbers", @@ -5510,7 +5510,7 @@ "RowTemplateIntro": "By setting the RowTemplate template, you can implement custom row cell linkage logic by sub-packaging components to achieve performance optimization and avoid the problem of refreshing the entire table component after linkage due to cell data refresh.", "RowTemplateDesc": "In this example, a custom component is used to select a date, link the quantity column, randomly generate a random number, and save it to the original data, so there is no need to refresh the entire Table component." }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesDynamic": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesDynamic": { "TablesDynamicTitle": "Table Dynamic", "TablesDynamicDescription": "Supports dynamically adding columns", "TablesDynamicDataTableTitle": "Common usage", @@ -5525,7 +5525,7 @@ "TablesDynamicDynamicColButtonAddColumnText": "Add Column", "TablesDynamicDynamicColButtonRemoveColumnText": "Remove Column" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesSearch": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesSearch": { "TablesSearchTitle": "Table Search", "TablesSearchDesc": "Commonly used for single table maintenance, simple addition, deletion, modification, search, sorting, filtering, search and other common functions can be realized through attribute configuration, and very complex can be realized through the advanced usage of Template business needs functions", "SearchTableTips": "The search function of the Table component provides two modes, which can be set through SearchMode. The default is Popup, which is the popup mode. In the Top mode, the search bar will be built into the top of the table. In this mode, the Refresh button and the Search button are combined into one, you can set the ShowSearchButton=false close the search button", @@ -5569,7 +5569,7 @@ "AddressPlaceholder": "Please enter the address within 500 characters", "AutoHeightIntro": "

Highly Adaptive

In this example, when the parent container height is set to 600px expand/collapse the search bar, the table automatically fills the parent container

" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesFilter": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesFilter": { "MultiFilterTitle": "Multiple selection list filtering", "MultiFilterIntro": "Use the built-in MultiFilter component to provide multi-select filtering via FilterTemplate", "MultiFilterTips": "The component provides two ways to set the data source: Items and OnGetItemsAsync", @@ -5611,7 +5611,7 @@ "SetFilterInCodeButtonText2": "Reset All Filter", "TablesFilterTemplateDescription": "The FilterTemplate type is RenderFragment its value is a custom component, and the component must inherit the filterBase In this case, the last column in this case, the Quantity column, uses the custom component by filtering the template CustomerFilter [portal] CustomerFilter component source code" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesFixedHeader": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesFixedHeader": { "TablesFixedHeaderTitle": "Fixed header function", "TablesFixedHeaderDesc": "When scrolling data, the header is fixed to facilitate viewing the header information of each column", "TablesFixedHeaderDescP": " The fixed header of this component adopts the double header method. When there is a common problem, the column is not aligned. Please add some styles according to your actual situation.
Please set the width of each column as much as possible to avoid the problem of misalignment of column width", @@ -5633,7 +5633,7 @@ "DialogTitle": "In Dialog", "DialogButtonText": "Dialog" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesAttribute": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesAttribute": { "TableAttributeTitle": "AutoGenerateClassAttribute/AutoGenerateColumnAttribute", "TableAttributeDescription": "By using feature tags, you can save a lot of code", "AutoGenerateClassAttribute": "AutoGenerateClassAttribute", @@ -5654,7 +5654,7 @@ "TableAttributeQAP3": "In the latest version, some parameter values ​​such as Filterable of TableColumn are changed to nullable data type, and their default value is changed from false to null. Therefore, as long as the value of the Filterable parameter of TableColumn is not null, the TableColumn value is used as the final UI value.", "TableAttributeColumn": "TableColumn value" }, - "BootstrapBlazor.Shared.Components.Pages.Introduction": { + "BootstrapBlazor.Server.Components.Pages.Introduction": { "Title": "Introduction", "P1": "BootstrapBlazor is an enterprise-level component library based on Bootstrap and Blazor, which can be considered as the Blazor version of the Bootstrap project.", "P2": "The dependency is:BootstrapBlazor > Bootstrap", @@ -5688,15 +5688,15 @@ "AdvantageLi5": "Component support combination", "Community": "Community" }, - "BootstrapBlazor.Shared.Components.Components.QQGroup": { + "BootstrapBlazor.Server.Components.Components.QQGroup": { "Group": "QQ Group", "Status": " Full", "Welcome": "Welcome to join the group discussion" }, - "BootstrapBlazor.Shared.Components.Components.EventTable": { + "BootstrapBlazor.Server.Components.Components.EventTable": { "Title": "Event" }, - "BootstrapBlazor.Shared.Components.Samples.Handwrittens": { + "BootstrapBlazor.Server.Components.Samples.Handwrittens": { "Title": "Handwritten", "SubTitle": "Used to save the mobile terminal signature as Base64 encoded string", "Tips": "Deprecated, please use the BootstrapBlazor.SignaturePad component", @@ -5711,7 +5711,7 @@ "Result": "Handwritten signature imgBase64 string", "HandwrittenBase64": "Handwritten result callback method" }, - "BootstrapBlazor.Shared.Components.Samples.ImageViewers": { + "BootstrapBlazor.Server.Components.Samples.ImageViewers": { "ImageViewerTitle": "Image Viewer pictures", "ImageViewerDescription": "In container, and retain the native characteristics of the img, to support lazy loading, custom placeholder, load, failure, etc", "ImageViewerNormalTitle": "Basic usage", @@ -5758,7 +5758,7 @@ "IntersectionObserverTitle": "Intersection Observer", "IntersectionObserverIntro": "By setting IsIntersectionObserver=\"true\" to enable lazy loading, the image will not be loaded when it is in the invisible area, and will be loaded only when it is about to be visible." }, - "BootstrapBlazor.Shared.Components.Samples.Geolocations": { + "BootstrapBlazor.Server.Components.Samples.Geolocations": { "GeolocationsTitle": "Geolocation", "GeolocationNormalText": "Basic usage", "GeolocationNormalIntro": "Obtain location information through browser API.", @@ -5784,7 +5784,7 @@ "CurrentDistance": "CurrentDistance", "TotalDistance": "TotalDistance" }, - "BootstrapBlazor.Shared.Components.Samples.Notifications": { + "BootstrapBlazor.Server.Components.Samples.Notifications": { "NotificationsTitle": "Notifications", "NotificationsNormalTitle": "Basic usage", "NotificationsNormalIntro": "Notification information through browser API.", @@ -5808,7 +5808,7 @@ "NotificationsNormalTitleSampleText": "You have a new logistics notification", "NotificationsNormalMessageSampleText": "Your package has arrived on Panama South Road, and there are only 3 stops left for distribution." }, - "BootstrapBlazor.Shared.Components.Samples.SignaturePads": { + "BootstrapBlazor.Server.Components.Samples.SignaturePads": { "BaseUsageText": "Basic usage", "BaseUsageIntro": "Signature with touch or mouse", "ButtonCssStyleText": "Button CSS style", @@ -5826,7 +5826,7 @@ "BackText": "Back", "TipsResponsive": "When device width is less than 640px (such as mobile phones) automatically topless without borders, the width is less than 500px the button is automatically rotated. Optional transparent background." }, - "BootstrapBlazor.Shared.Components.Samples.SignaturePadPageResponsive": { + "BootstrapBlazor.Server.Components.Samples.SignaturePadPageResponsive": { "BackText": "Back", "ResponsiveInterfaceText": "Responsive signature interface", "ResultBase64Text": "Your signature in base64", @@ -5834,7 +5834,7 @@ "SignatureText": "Signature", "TipsResponsive": "When device width is less than 640px (such as mobile phones) automatically topless without borders, the width is less than 500px the button is automatically rotated. Optional transparent background." }, - "BootstrapBlazor.Shared.Components.Samples.Reconnectors": { + "BootstrapBlazor.Server.Components.Samples.Reconnectors": { "Title": "Reconnector", "SubTitle": "Reflect the connection state in the UI (Blazor Server)", "ReconnectingTemplateAttr": "Template for attempting to reconnect", @@ -5857,7 +5857,7 @@ "TableRow5": "
  • A crash in the server-side circuit occurs.
  • The client is disconnected long enough for the server to drop the user's state. Instances of the user's components are disposed.
  • The server is restarted, or the app's worker process is recycled.
  • ", "Application": "Application" }, - "BootstrapBlazor.Shared.Components.Samples.OnScreenKeyboards": { + "BootstrapBlazor.Server.Components.Samples.OnScreenKeyboards": { "OnScreenKeyboardsTitle": "On-Screen keyboard", "OnScreenKeyboardsNormalText": "Basic usage", "OnScreenKeyboardsNormalIntro": "Full Keyboard", @@ -5872,7 +5872,7 @@ "OnScreenKeyboardsCss": " .kioskboard-body-padding { padding-top: unset !important;} ", "OnScreenKeyboardsBasicTitle": "Basic" }, - "BootstrapBlazor.Shared.Components.Samples.Bluetooth": { + "BootstrapBlazor.Server.Components.Samples.Bluetooth": { "BluetoothTitle": "IBluetooth Service ", "BluetoothIntro": "Provides methods to query Bluetooth availability and request access to devices", "BluetoothDescription": "Allows websites to communicate with Bluetooth devices connected to the user's computer. For example, you can connect to a Bluetooth printer to print.", @@ -5895,7 +5895,7 @@ "BluetoothGetCharacteristicsText": "Characteristics", "BluetoothReadValueText": "ReadValue" }, - "BootstrapBlazor.Shared.Components.Samples.FileIcons": { + "BootstrapBlazor.Server.Components.Samples.FileIcons": { "Title": "File Icon", "Intro": "The icon show the file extension", "BaseUsageTitle": "Base Usage", @@ -5910,7 +5910,7 @@ "IconColorAttr": "The backgound color for badge of extension", "BackgroundTemplateAttr": "The template for custom the backgroup file" }, - "BootstrapBlazor.Shared.Components.Samples.PdfReaders": { + "BootstrapBlazor.Server.Components.Samples.PdfReaders": { "Title": "PDF Reader", "PdfReaderNormalText": "Basic usage", "PdfReaderNormalIntro": "Use Filename parameter displays pdf file from local server, or Stream parameter use file stream for rendering", @@ -5955,7 +5955,7 @@ "PdfReaderCompatibilityModeTips": "- Chrome < 97 automatically uses version 2.4.456
    - Chrome < 109 automatically uses version 2.6.347
    - Note: ReadOnly and Watermark cannot be used in these two compatibility modes", "LocalFileName": "local PDF file path" }, - "BootstrapBlazor.Shared.Components.Samples.VideoPlayers": { + "BootstrapBlazor.Server.Components.Samples.VideoPlayers": { "VideoPlayersTitle": "VideoPlayer", "VideoPlayersNormalTitle": "Basic usage", "VideoPlayersNormalIntro": "", @@ -5976,10 +5976,10 @@ "ShowBar": "Wether show bar", "OnError": "Error callback" }, - "BootstrapBlazor.Shared.Components.Components.PackageTips": { + "BootstrapBlazor.Server.Components.Components.PackageTips": { "Tips": "

    Precautions

    This component relies on {0}, which needs to reference its component package when using this component

    Nuget Install

    Use nuget.org to install {0} component

    " }, - "BootstrapBlazor.Shared.Components.Samples.FileViewers": { + "BootstrapBlazor.Server.Components.Samples.FileViewers": { "Title": "FileViewer", "BaseUsageText": "Basic usage", "BaseUsageIntro": "Excel/Word file path or URL", @@ -5987,7 +5987,7 @@ "BaseUsageIntro2": "Using the Reload method", "Tips": "Currently only supports Excel(.xlsx) and Word(.docx) formats.
    Note:
    If throw The type initializer for 'Gdip' threw an exception. error under Linux, please install libgdiplus and enable System. Drawing support.
    Enable System.Drawing support for non-Windows platforms in your project file (*.csproj), add:" }, - "BootstrapBlazor.Shared.Components.Samples.CountUps": { + "BootstrapBlazor.Server.Components.Samples.CountUps": { "Title": "CountUp", "Description": "Animates a numerical value by counting to it", "CountUpsNormalTitle": "Normal", @@ -6012,7 +6012,7 @@ "ScrollSpyOnce": "run only once", "Numerals": "numeral glyph substitution" }, - "BootstrapBlazor.Shared.Components.Samples.EyeDroppers": { + "BootstrapBlazor.Server.Components.Samples.EyeDroppers": { "EyeDropperTitle": "EyeDropper Service", "EyeDropperDescription": "The EyeDropperService provides a mechanism for creating an eyedropper tool. Using this tool, users can sample colors from their screens, including outside of the browser window.", "EyeDropperNormalTitle": "Basic usage", @@ -6023,7 +6023,7 @@ "EyeDropperTips3": "To help users notice the eyedropper mode more easily, it is made obvious by browsers. The normal mouse cursor disappears after a short delay and a magnifying glass appears instead. There is also a delay between when the eyedropper mode starts and when the user can select a pixel to ensure the user has had time to see the magnifying glass", "EyeDropperTips4": "Users are also able to cancel the eyedropper mode at any time (by pressing the Escape key)" }, - "BootstrapBlazor.Shared.Components.Pages.Chats": { + "BootstrapBlazor.Server.Components.Pages.Chats": { "ChatsTitle": "Azure OpenAI", "ChatsDescription": "Azure OpenAI service is a chatbot based on Azure cloud service, which can interact with users through dialogue", "ChatNormalTitle": "Azure OpenAI", @@ -6032,13 +6032,13 @@ "ChatUserMessageTitle": "Hello {0}", "ChatInfo": "Due to the lack of free interfaces in GPT, the number of experiences has been {1} times, and the current number is {0}" }, - "BootstrapBlazor.Shared.Components.Samples.HtmlRenderers": { + "BootstrapBlazor.Server.Components.Samples.HtmlRenderers": { "Title": "Html Renderer", "SubTitle": "Render components into Html strings", "BaseUsageText": "Normal", "IntroText": "Some application scenarios require us to obtain the Html code fragment finally output by Component, and call the RenderAsync instance method of IComponentHtmlRenderer service" }, - "BootstrapBlazor.Shared.Components.Samples.ContextMenus": { + "BootstrapBlazor.Server.Components.Samples.ContextMenus": { "ContextMenuItemCopy": "Copy", "ContextMenuItemPast": "Past", "ContextMenuTitle": "ContextMenu", @@ -6056,85 +6056,85 @@ "ContextMenuDisabledTitle": "OnDisabledCallback", "ContextMenuDisabledIntro": "By setting the ContextMenuItem component parameter OnDisabledCallback callback method, you can set whether the current right-click option is disabled." }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.Index": { + "BootstrapBlazor.Server.Components.Samples.DockViews.Index": { "DockViewTitle": "DockView", "DockViewDescription": "A multi window layout manager for webapps", "DockViewIntro": "

    DockView component is wrapped Golden Layout lib,it is a JavaScript layout manager which enables you to layout components in a web page and re-arrange them with drag and drop. Its features include:

    • Native popup windows
    • Touch support
    • Support for application frameworks such as Angular and Vue
    • Virtual components
    • Comprehensive API
    • Load and save layouts
    • Focus components
    • Completely themeable
    • Works in modern browsers (Firefox, Chrome)
    • Responsive design
    " }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewCol": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewCol": { "DockViewColTitle": "DockView - Column", "DockViewColIntro": "Make the DockView vertical by setting Type=\"DockContentType.Column\"" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewRow": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewRow": { "DockViewRowTitle": "DockView - Row", "DockViewRowIntro": "Make the DockView horizontal by setting Type=\"DockContentType.Row\"" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewStack": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewStack": { "DockViewStackTitle": "DockView - Stack", "DockViewStackIntro": "Make the DockView group layout by setting Type=\"DockContentType.Stack\"" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewComplex": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewComplex": { "DockViewComplexTitle": "DockView - Complex", "DockViewComplexIntro": "Complex layouts can be achieved by combining and nesting DockContentType values" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewLayout": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewLayout": { "DockViewLayoutTitle": "DockView - Custom Layout", "DockViewLayoutIntro": "Initialize the display layout of the control panel by setting the LayoutConfig property of DockView, and get the display layout of the panel by using the GetLayoutConfig method" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewLock": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewLock": { "DockViewLockTitle": "DockView - Lock", "DockViewLockIntro": "By setting the IsLock property of DockView, you can control whether all panels can be dragged." }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewVisible": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewVisible": { "DockViewVisibleTitle": "DockView - Visible", "DockViewVisibleIntro": "Control whether to display the component by setting Visible, and use OnVisibleStateChangedAsync to set the panel closing callback delegate method" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewNest": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewNest": { "DockViewNestTitle": "DockView - Nested Layouts", "DockViewNestIntro": "DockView can be nested inside DockComponent and its label can be made invisible by setting ShowHeader=\"false\"" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.Index": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.Index": { "DockView2Title": "DockViewV2", "DockView2Description": "A multi window layout manager for webapps", "DockView2Intro": "

    DockView component is wrapped Golden Layout lib,it is a JavaScript layout manager which enables you to layout components in a web page and re-arrange them with drag and drop. Its features include:

    • Native popup windows
    • Touch support
    • Support for application frameworks such as Angular and Vue
    • Virtual components
    • Comprehensive API
    • Load and save layouts
    • Focus components
    • Completely themeable
    • Works in modern browsers (Firefox, Chrome)
    • Responsive design
    " }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewCol": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewCol": { "DockViewColTitle": "DockViewV2 - Column", "DockViewColIntro": "Make the DockViewV2 layout vertically by setting Type=\"DockContentType.Column\" and initialize its panel height by setting Height=\"240\"" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewRow": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewRow": { "DockViewRowTitle": "DockViewV2 - Row", "DockViewRowIntro": "Make the DockViewV2 layout horizontally by setting Type=\"DockContentType.Row\" and initialize its panel width by setting Width=\"240\"" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewGroup": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewGroup": { "DockViewGroupTitle": "DockViewV2 - Group", "DockViewGroupIntro": "Make the DockViewV2 group layout by setting Type=\"DockContentType.Group\"" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewComplex": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewComplex": { "DockViewComplexTitle": "DockViewV2 - Complex", "DockViewComplexIntro": "Complex layouts can be achieved by combining and nesting DockContentType values" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewLayout": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewLayout": { "DockViewLayoutTitle": "DockViewV2 - Custom Layout", "DockViewLayoutIntro": "Initialize the display layout of the control panel by setting the LayoutConfig property of DockView, and get the display layout of the panel by using the GetLayoutConfig method" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewLock": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewLock": { "DockViewLockTitle": "DockViewV2 - Lock", "DockViewLockIntro": "By setting the IsLock property of DockViewV2, you can control whether all panels can be dragged, and by setting ShowLock, you can control whether the lock button is displayed." }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewTitle": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewTitle": { "DockViewTitleTitle": "DockViewV2 - Title", "DockViewTitleIntro": "By setting ShowTitleBar to control whether to display the function button before the title, use OnClickTitleBarCallback to set the callback delegate method, and use TitleTemplate to customize complex functions" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewVisible": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewVisible": { "DockViewVisibleTitle": "DockViewV2 - Visible", "DockViewVisibleIntro": "Control whether to display the component by setting Visible, and use OnVisibleStateChangedAsync to set the panel closing callback delegate method" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewNest": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewNest": { "DockViewNestTitle": "DockViewV2 - Nested Layouts", "DockViewNestIntro": "DockViewV2 can be nested inside the DockViewComponent component. Its label can be made invisible by setting ShowHeader=\"false\"" }, - "BootstrapBlazor.Shared.Components.Samples.MouseFollowers": { + "BootstrapBlazor.Server.Components.Samples.MouseFollowers": { "MouseFollowersTitle": "Mouse Follower", "MouseFollowersDescription": "create amazing and smooth effects for the mouse cursor on your website.。", "MouseFollowerNormalTitle": "Normal mode", @@ -6151,7 +6151,7 @@ "MouseFollowersGlobalMode": "Global | Local, Mode", "MouseFollowersContent": "Text | icon | imagepath | videopath" }, - "BootstrapBlazor.Shared.Components.Samples.ExportPdfButtons": { + "BootstrapBlazor.Server.Components.Samples.ExportPdfButtons": { "ExportPdfButtonsTitle": "Convert specified webpage content to Pdf", "ExportPdfButtonsDescription": "Export HTML fragments or web page elements as Pdf", "ExportPdfButtonTips": "IHtml2Pdf service interfaces, please refer to [Portal]", @@ -6174,7 +6174,7 @@ "AttributeOnBeforeDownload": "Callback delegate before downloading Pdf", "AttributeOnAfterDownload": "Callback delegate after downloading Pdf" }, - "BootstrapBlazor.Shared.Components.Samples.Html2Pdfs": { + "BootstrapBlazor.Server.Components.Samples.Html2Pdfs": { "Html2PdfTitle": "Html export to Pdf", "Html2PdfDescription": "Export Html fragments or web page elements as Pdf", "Html2PdfNote": "If you export too much content, signalR communication interruption may be triggered. Please adjust the HubOptions configuration.", @@ -6194,7 +6194,7 @@ "Html2PdfIntro3": "3. Convert web pages to Pdf using the IHtml2Pdf service instance method PdfStreamFromHtmlAsync", "Html2PdfIntro4": "4. IHtml2Pdf Implement service usage PuppeterSharp convert web pages to Pdf, download Chromium runtime when running for the first time, which may be slow under poor network conditions" }, - "BootstrapBlazor.Shared.Components.Samples.Live2DDisplays": { + "BootstrapBlazor.Server.Components.Samples.Live2DDisplays": { "Live2DDisplayTitle": "Live2D Widget", "Live2DDisplayDescription": "Live2D Widget plugin based on pixi live2d display, supporting all versions of Live2D models.", "Live2DDisplayNormalTitle": "Usage", @@ -6210,7 +6210,7 @@ "Live2DDisplaysBackgroundColor": "Canvas palette background color.", "Live2DDisplaysBackgroundAlpha": "Is the canvas canvas canvas background transparent." }, - "BootstrapBlazor.Shared.Components.Samples.SlideButtons": { + "BootstrapBlazor.Server.Components.Samples.SlideButtons": { "SlideButtonTitle": "SlideButton", "SlideButtonIntro": "After clicking the button, a function menu and other information will pop up, mostly used for displaying secondary functions", "SlideButtonHeaderText": "Foo List", @@ -6225,13 +6225,13 @@ "BodyTemplateText": "BodyTemplate", "BodyTemplateIntro": "Customize the pop-up data by setting BodyTemplate" }, - "BootstrapBlazor.Shared.Components.Samples.DialButtons": { + "BootstrapBlazor.Server.Components.Samples.DialButtons": { "DialButtonTitle": "DialButton", "DialButtonIntro": "After clicking the button, a function menu and other information will pop up, mostly used for displaying secondary functions", "BaseUsageText": "Basic usage", "BaseUsageIntro": "By setting Placement value for set the dial button popup direction" }, - "BootstrapBlazor.Shared.Components.Samples.CountButtons": { + "BootstrapBlazor.Server.Components.Samples.CountButtons": { "Title": "CountButton", "Description": "It is often used to force a period of execution time logic, such as waiting for input 60 seconds after sending a verification code", "BaseUsageText": "Basic usage", @@ -6244,7 +6244,7 @@ "CountText": "timing text", "CountTextCallback": "timing text callback method" }, - "BootstrapBlazor.Shared.Components.Samples.QueryBuilders": { + "BootstrapBlazor.Server.Components.Samples.QueryBuilders": { "QueryBuilderTitle": "QueryBuilder", "QueryBuilderSubTitle": "Can be used for generating forms and table filtering conditions", "QueryBuilderNormalTitle": "Basic usage", @@ -6252,7 +6252,7 @@ "QueryBuilderHeaderTitle": "Display control buttons", "QueryBuilderHeaderIntro": "Turn off the control button by setting ShowHeader=\"false\"" }, - "BootstrapBlazor.Shared.Components.Samples.WebSerials": { + "BootstrapBlazor.Server.Components.Samples.WebSerials": { "WebSerialTitle": "Web Serial", "WebSerialIntro": "Serial port is a widely used communication protocol that enables data transmission between computers", "WebSerialDescription": "allow websites to communicate with peripherals connected to a user's computer. It provides the ability to connect to devices that are required by the operating system to communicate via the serial API", @@ -6284,7 +6284,7 @@ "GetSignalsButtonText": "Signals", "GetInfoButtonText": "Infos" }, - "BootstrapBlazor.Shared.Components.Samples.MindMaps": { + "BootstrapBlazor.Server.Components.Samples.MindMaps": { "MindMapTitle": "Mind Map", "MindMapDescription": "The shortcut key tab adds a new node, the mouse can drag node arrangement", "MindMapNormalTitle": "Basic usage", @@ -6324,7 +6324,7 @@ "Layout": "Layout", "Theme": "Theme" }, - "BootstrapBlazor.Shared.Components.Samples.Mermaids": { + "BootstrapBlazor.Server.Components.Samples.Mermaids": { "MermaidTitle": "Mermaid", "MermaidDescription": "This component renders Markdown-inspired text definitions to dynamically create and modify diagrams.", "MermaidNormalTitle": "Basic usage", @@ -6333,7 +6333,7 @@ "MermaidStyleIntro": "", "MermaidType": "Type" }, - "BootstrapBlazor.Shared.Components.Samples.Speeches.WebSpeeches": { + "BootstrapBlazor.Server.Components.Samples.Speeches.WebSpeeches": { "WebSpeechTitle": "Web Speech Api", "WebSpeechSubTitle": "Provide speech recognition/synthesis services using browser interface functions", "WebSpeechNormalTitle": "Speech Synthesizer", @@ -6357,7 +6357,7 @@ "RecognitionErrorBadGrammar": "There was an error in the speech recognition grammar or semantic tags, or the chosen grammar format or semantic tag format was unsupported", "RecognitionErrorLanguageNotSupported": "The user agent does not support the language specified in the value of lang attribute of the SpeechRecognition object. The set of supported languages is browser-dependent, and from frontend code there is no way to programmatically determine what languages a user's browser supports for speech recognition" }, - "BootstrapBlazor.Shared.Components.Samples.ListGroups": { + "BootstrapBlazor.Server.Components.Samples.ListGroups": { "ListGroupsTitle": "ListGroup", "ListGroupsSubTitle": "Mostly used for data browsing and selection", "ListGroupsTips": "
  • Set the list box to display the dataset through Items
  • Set the list box data item display text by GetItemDisplayText
  • Due to the internal height of the component being set to 100%, the parent container will be automatically filled when used. When the parent container is set to a height, a scroll bar will automatically appear on the list items. In this example, set the height of the external container element code>list-group-demo to 280px
  • ", @@ -6376,13 +6376,13 @@ "AttrOnClickItem": "the callback on click item", "GetItemDisplayText": "the callback on get item display text" }, - "BootstrapBlazor.Shared.Components.Samples.Marquees": { + "BootstrapBlazor.Server.Components.Samples.Marquees": { "MarqueeTitle": "Marquee component", "MarqueeDescription": "The component is mostly used to create scrolling text, usually for news scrolling, advertising scrolling, etc.", "MarqueeBase": "Usage", "MarqueeBaseIntro": "Adjusting the text scrolling effect through parameters" }, - "BootstrapBlazor.Shared.Components.Samples.Stacks": { + "BootstrapBlazor.Server.Components.Samples.Stacks": { "Title": "Stack Layout", "BasicTitle": "Basic", "BasicIntroe": "Lets you arrange its subcomponents in a horizontal or vertical stack", @@ -6403,7 +6403,7 @@ "AttrAlignItems": "Change the alignment of flex items on the cross axis", "AttrChildContent": "Child content render fragment" }, - "BootstrapBlazor.Shared.Components.Samples.Segmenteds": { + "BootstrapBlazor.Server.Components.Samples.Segmenteds": { "Title": "Segmented", "SubTitle": "displaying multiple options and user can select a single option", "BasicTitle": "Basic", @@ -6432,7 +6432,7 @@ "ShowTooltipAttr": "Whether show to tooltip for segment item", "ChildContentAttr": "Child content template" }, - "BootstrapBlazor.Shared.Components.Samples.CodeEditors": { + "BootstrapBlazor.Server.Components.Samples.CodeEditors": { "Title": "Code Editor", "BasicTitle": "Basic Use", "BasicIntro": "Basic Use", @@ -6441,7 +6441,7 @@ "Language": "Language used by the editor: csharp, JavaScript, ...", "ValueChanged": "Gets or sets a callback that updates the bound value" }, - "BootstrapBlazor.Shared.Components.Samples.JSRuntimeExtensions": { + "BootstrapBlazor.Server.Components.Samples.JSRuntimeExtensions": { "JSTips": "Before use, import the module according to the following code", "OpenUrlTitle": "OpenUrl", "OpenUrlIntro": "Open url in a Window", @@ -6457,7 +6457,7 @@ "EvalAttr": "Call Eval method", "FunctionAttr": "Call Function method" }, - "BootstrapBlazor.Shared.Components.Samples.Clipboards": { + "BootstrapBlazor.Server.Components.Samples.Clipboards": { "ClipboardTitle": "ClipboardService", "ClipboardIntro": "Clipboard service! Please note that it can only be run under HTTPS secure connections or used in the localhost development environment.", "ClipboardMessage": "Text content: {0}, copied to clipboard", @@ -6466,7 +6466,7 @@ "ClipboardGetMethod": "Method for reading clipboard content", "ClipboardGetTextMethod": "Method for reading clipboard text content" }, - "BootstrapBlazor.Shared.Components.Samples.Gantts": { + "BootstrapBlazor.Server.Components.Samples.Gantts": { "Title": "A simple, interactive, modern web Gantt gallery with dragging, resizing, dependencies, and timescales", "BasicTitle": "Basic usage", "BasicDesc": "Drag tasks across the timeline, resize to change duration, click to view more information", @@ -6479,7 +6479,7 @@ "AttrOption": "Configuration items", "AttrMethod": "Change the Gantt chart view" }, - "BootstrapBlazor.Shared.Components.Samples.ImageCroppers": { + "BootstrapBlazor.Server.Components.Samples.ImageCroppers": { "Title": "Image cropper", "ImageCropperNormalText": "Basic usage", "ImageCropperNormalIntro": "Url parameter setting image", @@ -6495,7 +6495,7 @@ "AttributesImageCropperOptions": "Crop option", "AttributesImageCropperShape": "Crop shape" }, - "BootstrapBlazor.Shared.Components.Samples.Translators": { + "BootstrapBlazor.Server.Components.Samples.Translators": { "TranslatorsTitle": "Azure Translator", "TranslatorsDescription": "Converts characters or letters of a source language to the corresponding characters or letters of a target language.", "TranslatorsNormalTitle": "Basic usage", @@ -6503,7 +6503,7 @@ "TranslatorsInjectService": "Inject Service", "TranslatorsTranslate": "Translate" }, - "BootstrapBlazor.Shared.Components.Samples.BarcodeGenerators": { + "BootstrapBlazor.Server.Components.Samples.BarcodeGenerators": { "Title": "Barcode generator", "BarcodeGeneratorNormalText": "Barcode Generator", "BarcodeGeneratorNormalIntro": "Renders a one-dimensional barcode in the corresponding format by giving the Value value", @@ -6530,7 +6530,7 @@ "MarginRight": "Right margin", "Flat": "Bottom line is flat (EAN8/EAN13 only)" }, - "BootstrapBlazor.Shared.Components.Samples.ZipArchives": { + "BootstrapBlazor.Server.Components.Samples.ZipArchives": { "ZipArchivesTitle": "IZipArchive", "ZipArchivesSubTitle": "Component built-in service that can compress files or folders into archive files with specified names", "ZipArchiveInjectText": "Inject service", @@ -6538,7 +6538,7 @@ "ZipArchiveDirectoryText": "Archive directory", "ZipArchiveExtractText": "Extract" }, - "BootstrapBlazor.Shared.Components.Samples.Tutorials.Translation.Translator": { + "BootstrapBlazor.Server.Components.Samples.Tutorials.Translation.Translator": { "File": "File", "Hide": "Hide", "Language": "Language", @@ -6553,7 +6553,7 @@ "ToolboxCardTitle": "Tools", "Translate": "Translate" }, - "BootstrapBlazor.Shared.Components.Samples.SelectTables": { + "BootstrapBlazor.Server.Components.Samples.SelectTables": { "Title": "Table Select", "Intro": "The dropdown box is a table used to display the selection requirements for complex types", "NormalTitle": "Basic usage", @@ -6581,10 +6581,10 @@ "SearchTitle": "Sort/Filter", "SearchIntro": "By setting TableColumn Searchable to enable column searchability, just like the component Table, by setting IsPagination ShowSearch to enable pagination and table search functions" }, - "BootstrapBlazor.Shared.Components.Samples.SelectTables+SelectTableMode": { + "BootstrapBlazor.Server.Components.Samples.SelectTables+SelectTableMode": { "Foo.Required": "{0} is required." }, - "BootstrapBlazor.Shared.Components.Samples.SelectObjects": { + "BootstrapBlazor.Server.Components.Samples.SelectObjects": { "Title": "Table-Object", "Intro": "Dropdown boxes are used to display the selection requirements for complex types for any component", "NormalTitle": "Basic usage", @@ -6596,17 +6596,17 @@ "CustomComponentTitle": "Custom Components", "CustomComponentIntro": "Any component can be placed in a dropdown box, and a callback is required for assignment or window closure" }, - "BootstrapBlazor.Shared.Components.Samples.BrowserFingers": { + "BootstrapBlazor.Server.Components.Samples.BrowserFingers": { "BrowserFingerTitle": "Browser fingerprint", "BrowserFingerIntro": "Obtain the client browser fingerprint by calling the IBrowserFingerService service instance method GetFingerCodeAsync. The fingerprint is consistent in privacy mode", "GetFingerCodeAsync": "Method for obtaining fingerprints" }, - "BootstrapBlazor.Shared.Components.Samples.SvgEditors": { + "BootstrapBlazor.Server.Components.Samples.SvgEditors": { "SvgEditorTitle": "SvgEditor", "BasicTitle": "Svg Editor", "BasicIntro": "Use svg editor" }, - "BootstrapBlazor.Shared.Components.Samples.FlipClocks": { + "BootstrapBlazor.Server.Components.Samples.FlipClocks": { "FlipClocksTitle": "FlipClock", "FlipClocksDescription": "Used for website timing or countdown", "BaseUsageText": "Basic usage", @@ -6629,14 +6629,14 @@ "CardMargin": "Card Margin", "CardGroupMargin": "Card Group Margin" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.BootstrapIcons": { + "BootstrapBlazor.Server.Components.Samples.Icons.BootstrapIcons": { "Title": "Bootstrap Icons", "BaseUsageText": "Free, high quality, open source icon library", "Icons": "For icon list, please visit [portal]", "P1": "Extending the Component Package by Reference", "P2": "After adding the stylesheet file link open icon" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.ElementIcons": { + "BootstrapBlazor.Server.Components.Samples.Icons.ElementIcons": { "ElementIconTitle": "Element-plus Icons", "ElementIconDescription": "Free, high quality, open source icon library", "CopiedTooltipText": "Copied", @@ -6645,7 +6645,7 @@ "P3": "Please copy the following code segement", "Icons": "For icon list, please visit [portal]" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.FAIcons": { + "BootstrapBlazor.Server.Components.Samples.Icons.FAIcons": { "Title": "Font Awesome Icons", "BaseUsageText": "BootstrapBlazor uses Font Awesome latest version as the built-in icon library. All icons are as follows", "SwitchButtonTextOff": "Click to copy", @@ -6655,14 +6655,14 @@ "CopiedTooltipText": "Copied", "Icons": "For icon list, please visit [portal]" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.MaterialDesignIcons": { + "BootstrapBlazor.Server.Components.Samples.Icons.MaterialDesignIcons": { "Title": "MaterialDesign Icons", "BaseUsageText": "Material Design system icons are simple, modern and user-friendly", "Icons": "For icon list, please visit [portal]", "P1": "Extending the Component Package by Reference", "P2": "After adding the stylesheet file link open icon" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.IconParks": { + "BootstrapBlazor.Server.Components.Samples.Icons.IconParks": { "IconParkTitle": "ByteDance Svg Icon Lib", "IconParkDescription": "It has covered all platforms of ByteDance commercial product series and has been introduced and used by 12 platforms as the underlying code, ensuring the uniformity of icon style and cognition.", "CopiedTooltipText": "Copied", @@ -6671,7 +6671,7 @@ "P3": "Please copy the following code segement", "Icons": "For icon list, please visit [portal]" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.AntDesignIcons": { + "BootstrapBlazor.Server.Components.Samples.Icons.AntDesignIcons": { "AntDesignIconTitle": "AntDesign Svg Icon Lib", "AntDesignIconDescription": "Semantic vector graphics.", "CopiedTooltipText": "Copied", @@ -6680,7 +6680,7 @@ "P3": "Please copy the following code segement", "Icons": "For icon list, please visit [portal]" }, - "BootstrapBlazor.Shared.Components.Samples.BootstrapBlazorIcons": { + "BootstrapBlazor.Server.Components.Samples.BootstrapBlazorIcons": { "IconsTitle": "Icon", "IconsDescription": "Supports font icons, vector SVG icons, and Image pictures", "FATitle": "Font Icons", @@ -6691,7 +6691,7 @@ "ImageIntro": "Customize the displayed content through the ChildContent template", "Icons": "For icon list, please visit [portal]" }, - "BootstrapBlazor.Shared.Components.Samples.DriverDotnetJs": { + "BootstrapBlazor.Server.Components.Samples.DriverDotnetJs": { "DriverJsPopoverTitleText": "Animated Tour Example", "DriverJsPopoverContentText1": "Here is the menu. Click it and a detailed example will appear on the right panel.", "DriverJsPopoverContentText2": "Here is the component introduction. You can switch the icon theme by clicking the radio button below", @@ -6714,7 +6714,7 @@ "DriverJsHighlightTitle": "Highlight", "DriverJsHighlightIntro": "By calling the DriverJs component instance method Highlight, the specified element is highlighted and focused." }, - "BootstrapBlazor.Shared.Components.Samples.IntersectionObservers": { + "BootstrapBlazor.Server.Components.Samples.IntersectionObservers": { "IntersectionObserverTitle": "IntersectionObserver", "IntersectionObserverDescription": "Scrolling makes the element visible to trigger component callbacks, mostly used for data lazy loading functions", "IntersectionObserverBaseUsage": "Basic usage", @@ -6741,7 +6741,7 @@ "AttributeOnIntersectingAsync": "The callback when intersecting", "AttributeChildContent": "Child component" }, - "BootstrapBlazor.Shared.Components.Samples.SortableLists": { + "BootstrapBlazor.Server.Components.Samples.SortableLists": { "SortableListTitle": "SortableList", "SortableListDescription": "Reorderable drag-and-drop lists", "SortableListNormalTitle": "Simple list example", @@ -6775,7 +6775,7 @@ "AttributeOnUpdate": "Callback method when updating elements", "AttributeOnRemove": "Callback method when deleting elements" }, - "BootstrapBlazor.Shared.Components.Samples.WinBoxes": { + "BootstrapBlazor.Server.Components.Samples.WinBoxes": { "WinBoxTitle": "WinBox", "WinBoxDescription": "Components that emulate Windows window styles", "WinBoxNormalTitle": "Basic usage", @@ -6797,7 +6797,7 @@ "OnMinimizeAsync": "Minimize pop-up window callback method", "OnCloseAsync": "Close pop-up window callback method" }, - "BootstrapBlazor.Shared.Components.Samples.Players": { + "BootstrapBlazor.Server.Components.Samples.Players": { "PlayersTitle": "Player", "PlayersDescription": "A simple, accessible and customisable media player for Video, Audio, YouTube and Vimeo", "PlayersTips": "Player supports VideoAudioYoutube and Vimeo", @@ -6812,17 +6812,17 @@ "PlayersVimeoTitle": "Vimeo", "PlayersVimeoIntro": "Play Vimei videos by setting Mode=\"PlayerSources\" parameter Provider=\"vimeo\"" }, - "BootstrapBlazor.Shared.Data.CustomValidataModel": { + "BootstrapBlazor.Server.Data.CustomValidataModel": { "Name": "Name", "Telephone1": "Telephone 1", "Telephone2": "Telephone 2", "CanNotBeTheSame": "Telephone 1 and Telephone 2 can not be the same" }, - "BootstrapBlazor.Shared.Data.CustomValidateCollectionModel": { + "BootstrapBlazor.Server.Data.CustomValidateCollectionModel": { "Telephone1": "Telephone 1", "Telephone2": "Telephone 2" }, - "BootstrapBlazor.Shared.Components.Samples.IFrames": { + "BootstrapBlazor.Server.Components.Samples.IFrames": { "IFrameTitle": "IFrame", "IFrameDescription": "Allows embedding documents, videos and interactive media in a page. By doing so, a secondary page can be displayed on the main page. The iFrame element allows including content from other sources, it can integrate content anywhere on the page.", "IFrameNormalTitle": "Basic usage", diff --git a/src/BootstrapBlazor.Shared/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json similarity index 96% rename from src/BootstrapBlazor.Shared/Locales/zh-CN.json rename to src/BootstrapBlazor.Server/Locales/zh-CN.json index 11d41d27de7..85a574ab225 100644 --- a/src/BootstrapBlazor.Shared/Locales/zh-CN.json +++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json @@ -1,5 +1,5 @@ { - "BootstrapBlazor.Shared.Components.Pages.Online": { + "BootstrapBlazor.Server.Components.Pages.Online": { "SubTitle": "在线人数统计", "ConnectionTime": "连接时间", "LastBeatTime": "最后心跳时间", @@ -14,7 +14,7 @@ "Engine": "引擎", "RequestUrl": "请求URL" }, - "BootstrapBlazor.Shared.Components.Pages.Tutorials": { + "BootstrapBlazor.Server.Components.Pages.Tutorials": { "CategoryTitle": "BootstrapBlazor 实战案例", "DashboardSummary": "仪表盘 Dashboard", "LoginSummary": "登陆注册 Login&Register", @@ -23,14 +23,14 @@ "DrawingSummary": "画图 Drawing", "AdminSummary": "中台 Admin" }, - "BootstrapBlazor.Shared.Components.Components.Pre": { + "BootstrapBlazor.Server.Components.Components.Pre": { "LoadingText": "正在加载 ...", "TooltipTitle": "点击复制代码", "PlusTooltipTitle": "点击增加显示行数", "MinusTooltipTitle": "点击减少显示行数", "CopiedText": "复制代码成功" }, - "BootstrapBlazor.Shared.Components.Pages.Index": { + "BootstrapBlazor.Server.Components.Pages.Index": { "Support": "支持 NET6.0 & NET7.0 & NET8.0 & NET9.0", "Title": "Bootstrap Blazor UI", "SubTitle": "BootstrapBlazor 是一套基于 Bootstrap 和 Blazor 的企业级组件库,无缝整合了 Bootstrap 框架与 Blazor 技术。它提供了一整套强大的工具,使开发者能够轻松创建响应式和交互式的 Web 应用程序。", @@ -38,7 +38,7 @@ "DonateH1": "捐助", "DonateH2": "扫码捐助请作者喝一杯咖啡" }, - "BootstrapBlazor.Shared.Components.Layout.HomeLayout": { + "BootstrapBlazor.Server.Components.Layout.HomeLayout": { "FooterH1": "相关作品", "FooterLi1": "滑块验证码", "FriendLink": "友情链接", @@ -48,7 +48,7 @@ "CommunityLi3": "联系方式", "Footer": "码云托管平台" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesDialog": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesDialog": { "TablesDialogTitle": "Table 表格在弹窗内使用", "TablesDialogDescription": "用于带层级关系的数据选择中", "TableDialogNormalTitle": "弹窗中数据联动", @@ -61,7 +61,7 @@ "TableDialogNormalSelectItem": "选择项目", "TableDialogNormalSure": "确定" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesDynamicObject": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesDynamicObject": { "TablesDynamicObjectTitle": "Table 表格", "TablesDynamicObjectDescription": "使用 IDynamicMetaObjectProvider 类作为数据源", "TablesDynamicObjectMetaObjectProviderTitle": "IDynamicMetaObjectProvider 集合", @@ -69,7 +69,7 @@ "TablesDynamicObjectIDynamicObjectTitle": "IDynamicObject 集合", "TablesDynamicObjectIDynamicObjectIntro": "通过设置 Items 数据源,使用 IDynamicObject 数据集合作为数据源" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesPages": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesPages": { "TablesPagesTitle": "Table 表格", "TablesPagesDescription": "用于展示多条结构类似的数据,可对数据进行排序、筛选、对比或其他自定义操作。", "TablesPagePaginationTitle": "分页表格", @@ -77,7 +77,7 @@ "TablesPageShowTopPaginationTitle": "显示在顶端", "TablesPageShowTopPaginationIntro": "设置 ShowTopPaginationtrue 是顶端显示分页组件" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesFixedColumn": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesFixedColumn": { "TablesFixedColumnTitle": "固定列功能", "TablesFixedColumnDescription": "对于列数很多的数据,可以固定前后的列,横向滚动查看其它数据", "TablesFixedColumnNote": "固定列用法请尽可能的设置固定列宽度,本页面如果宽度过长,请 F12 人为减小可视页面宽度", @@ -91,7 +91,7 @@ "TablesFixedHeaderAndExtendButtonsColumnTitle": "固定表头与按钮操作列", "TablesFixedHeaderAndExtendButtonsColumnIntro": "设置 IsFixedHeader=\"true\" 固定表头,设置 FixedMultipleColumn 对选择列进行固定,设置 FixedExtendButtonsColumn 对操作列进行固定" }, - "BootstrapBlazor.Shared.Components.Samples.Tooltips": { + "BootstrapBlazor.Server.Components.Samples.Tooltips": { "TooltipsTitle": "Tooltip 提示工具条", "TooltipsDescription": "提供鼠标悬停或者获得焦点后显示提示框", "TooltipsNormalTitle": "基础用法", @@ -107,7 +107,7 @@ "BootstrapTooltipTips1": "通过 BootstrapTooltip 对其他组件或者 HTML 元素进行包裹,使其被包裹对象具有 Tooltip 功能", "BootstrapTooltipTips2": "本例中通过 BootstrapTooltip 包裹一个图标,鼠标移动到图标上时,显示预设 Tooltip 使用更简单快捷" }, - "BootstrapBlazor.Shared.Components.Samples.Toasts": { + "BootstrapBlazor.Server.Components.Samples.Toasts": { "ToastsTitle": "Toast 轻量弹窗", "ToastsSubTitle": "提供轻量级 Toast 弹窗", "ToastsDescriptionTitle": "组件使用介绍", @@ -158,7 +158,7 @@ "ToastsAttrIsHtml": "内容是否包含 HTML", "ToastsAttrPlacement": "弹窗位置" }, - "BootstrapBlazor.Shared.Components.Samples.Timers": { + "BootstrapBlazor.Server.Components.Samples.Timers": { "TimersTitle": "Timer 计时器", "TimersDescription": "用于时间倒计时", "TimersNormalTitle": "基本用法", @@ -166,7 +166,7 @@ "TimersColorTitle": "颜色", "TimersColorIntro": "通过设置 Color 属性设定圆形进度条颜色" }, - "BootstrapBlazor.Shared.Components.Samples.SweetAlerts": { + "BootstrapBlazor.Server.Components.Samples.SweetAlerts": { "SweetAlertsTitle": "SweetAlert 弹窗组件", "SweetAlertsDescription": "模态对话框,多用于动作过程中进行询问后继续,或者显示执行结果", "SweetAlertsTipsTitle": "组件使用介绍", @@ -220,7 +220,7 @@ "AttrFooterTemplate": "Footer 模板", "AttrButtonTemplate": "模态按钮模板" }, - "BootstrapBlazor.Shared.Components.Samples.Spinners": { + "BootstrapBlazor.Server.Components.Samples.Spinners": { "SpinnersTitle": "Spinner 旋转图标", "SpinnersDescription": "加载数据时显示动效", "SpinnersTipsTitle": "何时使用", @@ -243,7 +243,7 @@ "SpinnersFloatTitle": "悬浮", "SpinnersFloatIntro": "使用 Float 布局" }, - "BootstrapBlazor.Shared.Components.Samples.Splittings": { + "BootstrapBlazor.Server.Components.Samples.Splittings": { "SplittingTitle": "Loader 加载动画", "SplittingDescription": "加载数据时显示动效", "SplittingTipsTitle": "何时使用", @@ -259,7 +259,7 @@ "SplittingColumnsText": "分割粒度", "SplittingText": "加载中 。。。" }, - "BootstrapBlazor.Shared.Components.Samples.SearchDialogs": { + "BootstrapBlazor.Server.Components.Samples.SearchDialogs": { "SearchDialogsTitle": "SearchDialog 搜索弹窗", "SearchDialogsSubTitle": "通过绑定数据模型自动呈现搜索弹窗", "SearchDialogsDescription": "SearchDialog 组件是 Dialog 组件的扩展,适用于数据弹出窗设置搜索条件。", @@ -276,7 +276,7 @@ "SearchDialogsLayoutButtonText2": "搜索弹窗(右对齐)", "SearchDialogOptionAttr": "SearchDialogOption 属性" }, - "BootstrapBlazor.Shared.Components.Samples.PopoverConfirms": { + "BootstrapBlazor.Server.Components.Samples.PopoverConfirms": { "PopoverConfirmsTitle": "PopConfirm 气泡确认框", "PopoverConfirmsDescription": "点击元素,弹出气泡确认框。", "PopoverConfirmsNormalTitle": "基础用法", @@ -319,11 +319,11 @@ "PopoverConfirmsTriggerTitle": "触发方式", "PopoverConfirmsTriggerIntro": "通过设置 Trigger 参数来设置组件弹出确认框的方式,默认值为 click 还可以设置 hover focus 可组合使用" }, - "BootstrapBlazor.Shared.Components.Components.CustomPopConfirmContent": { + "BootstrapBlazor.Server.Components.Components.CustomPopConfirmContent": { "CustomPopConfirmContentText": "自定义弹窗内容", "CustomPopConfirmContentButtonText": "审批" }, - "BootstrapBlazor.Shared.Components.Samples.Popovers": { + "BootstrapBlazor.Server.Components.Samples.Popovers": { "PopoversTitle": "Popover 弹出窗组件", "PopoversDescription": "点击/鼠标移入元素,弹出气泡式的卡片浮层", "PopoversNormalTitle": "基础用法", @@ -340,7 +340,7 @@ "PopoversCssClassDescription": "设置 Popover 参数 CssClass=\"custom-popover\" 进行自定义样式", "PopoversCssClassButtonText": "Click 激活/关闭" }, - "BootstrapBlazor.Shared.Components.Samples.Progress": { + "BootstrapBlazor.Server.Components.Samples.Progress": { "ProgressTitle": "Progress 进度条", "ProgressDescription": "用于展示操作进度,告知用户当前状态和预期", "ProgressNormalTitle": "进度条组件", @@ -360,14 +360,14 @@ "ProgressDecimalsTitle": "小数", "ProgressDecimalsIntro": "通过设置 Round 参数调整保留小数点位数,默认为 0,通过设置 MidpointRounding 参数调整四舍五入模式,默认为 MidpointRounding.AwayFromZero 四舍五入" }, - "BootstrapBlazor.Shared.Components.Samples.Responsives": { + "BootstrapBlazor.Server.Components.Samples.Responsives": { "ResponsiveTitle": "Responsive 断点监听", "ResponsiveDescription": "根据参数条件,确定是否重新渲染响应布局的内容,通常用于响应布局", "ResponsiveNormalTitle": "基础用法", "ResponsiveNormalIntro": "调整浏览器窗口大小,观察 Breakpoint 的变化", "ResponsiveNormalIntroCurrentText": "当前" }, - "BootstrapBlazor.Shared.Components.Samples.Modals": { + "BootstrapBlazor.Server.Components.Samples.Modals": { "ModalsTitle": "Modal 模态框", "ModalsDescription": "在保留当前页面状态的情况下,告知用户并承载相关操作", "ModalsNormalTitle": "基本用法", @@ -433,7 +433,7 @@ "ModalsAttributeShowMaximizeButton": "是否显示弹出的最大化按钮", "ModalsAttributeShownCallbackAsync": "弹出菜单显示回调方法" }, - "BootstrapBlazor.Shared.Components.Samples.Masks": { + "BootstrapBlazor.Server.Components.Samples.Masks": { "MaskTitle": "遮罩组件", "MaskDescription": "通过调用服务显示,隐藏方法,显示一个遮罩层对数据进行遮罩操作", "MaskNormalTitle": "基本用法", @@ -445,7 +445,7 @@ "MultipleMaskContainerIntro": "通过自定义设置 Mask 组件可实现网页内多个局部进行遮罩操作", "MultipleMaskContainerDesc": "组件内自己设置 Mask 组件,调用 MaskService 实例方法 Show 时,通过第二个参数指定 Mask 实例即可" }, - "BootstrapBlazor.Shared.Components.Samples.Messages": { + "BootstrapBlazor.Server.Components.Samples.Messages": { "MessagesTitle": "Message 消息提示", "MessagesDescription": "常用于主动操作后的反馈提示。与 Toast 的区别是后者更多用于系统级通知的被动提醒", "MessagesIntro": "组件使用介绍:", @@ -479,7 +479,7 @@ "MessagesShowModeIntro": "通过设置 ShowMode 参数,指定显示模式", "MessagesShowModePrompt": "只显示最后一条消息" }, - "BootstrapBlazor.Shared.Components.Samples.Lights": { + "BootstrapBlazor.Server.Components.Samples.Lights": { "LightsTitle": "Light 指示灯", "LightsDescription": "提供各种状态的指示灯", "LightsNormalTitle": "普通用法", @@ -492,12 +492,12 @@ "LightsTooltipTextIntro": "通过设置属性 TooltipText 值使鼠标悬浮指示灯上时提示 tooltip 文字", "TooltipText": "我是提示文字信息" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Index": { + "BootstrapBlazor.Server.Components.Samples.Charts.Index": { "Chart": "Chart 图表", "ChartIntro": "通过给定数据,绘画各种图表的组件", "ChartIntro2": "组件数据在 OnInit 回调委托中进行设置即可" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Bubble": { + "BootstrapBlazor.Server.Components.Samples.Charts.Bubble": { "BubbleNormalTitle": "Bubble 图", "BubbleNormalIntro": "通过设置 ChartType 更改图表为 bubble 图", "BubbleNormalRandomData": "随机数据", @@ -509,7 +509,7 @@ "BubbleBarAspectRatioTitle": "图表比例", "BubbleBarAspectRatioIntro": "设置了高度和宽度,会自动禁用约束图表比例, 图表充满容器" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Doughnut": { + "BootstrapBlazor.Server.Components.Samples.Charts.Doughnut": { "DoughnutNormalTitle": "Doughnut 图", "DoughnutNormalIntro": "通过设置 ChartType 更改图表为 doughnut 图", "DoughnutNormalRandomData": "随机数据", @@ -522,7 +522,7 @@ "DoughnutAspectRatioTitle": "图表比例", "DoughnutAspectRatioIntro": "设置了高度和宽度,会自动禁用约束图表比例, 图表充满容器" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Pie": { + "BootstrapBlazor.Server.Components.Samples.Charts.Pie": { "PieNormalTitle": "Pie 图", "PieNormalIntro": "通过设置 ChartType 更改图表为 pie 图", "PieNormalRandomData": "随机数据", @@ -536,7 +536,7 @@ "PieLegendPositionTitle": "图例位置", "PieLegendPositionIntro": "通过 LegendPostion 设置图例位置" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Line": { + "BootstrapBlazor.Server.Components.Samples.Charts.Line": { "LineOnInitTitle": "Line 图", "LineOnInitIntro": "使用 OnInit 回调委托方法,对初始化数据进行赋值后,即可进行绘图操作,通过设置 BorderWidth 属性,可以设置折线图线宽,默认值3,通过设置 ChartOptions.LegendLabelsFontSize 属性,可以设置图例 Lables 字体大小", "LineOnInitRandomData": "随机数据", @@ -567,7 +567,7 @@ "CustomTooltipLi2": "创建客户端 JavaScript 脚本,本例使用隔离脚本方式导出方法名为 customTooltip,参数依次为 组件 Id 回调引用实例 回调方法名称(TooltipLog)", "CustomTooltipLi3": "本例中重载基类方法 InvokeInitAsync 通过 await InvokeVoidAsync(\"customTooltip\", CustomTooltipId, Interop, nameof(TooltipLog)) 语句调用客户端脚本" }, - "BootstrapBlazor.Shared.Components.Samples.Charts.Bar": { + "BootstrapBlazor.Server.Components.Samples.Charts.Bar": { "BarTypeTitle": "Bar 图", "BarTypeIntro": "通过设置 ChartType 更改图表为 bar 图", "BarTypeAnimationOn": "开启动画", @@ -589,7 +589,7 @@ "BarColorSeparatelyTitle": "单独设置柱状图颜色", "BarColorSeparatelyIntro": "通过设置BarColorSeparately属性,控制是否单独设置柱状图颜色,以及通过BackgroundColor 集合设置柱状图颜色" }, - "BootstrapBlazor.Shared.Components.Samples.Transitions": { + "BootstrapBlazor.Server.Components.Samples.Transitions": { "TransitionsTitle": "Transition 过渡效果", "TransitionsDescription": "BootstarpBlazor 应用在部分组件的过渡动画,你也可以直接使用。", "TransitionsNormalTitle": "基础用法", @@ -599,7 +599,7 @@ "TransitionsDurationTitle": "设置动画时长", "TransitionsDurationIntro": "通过设置 Duration 参数控制动画时长单位为毫秒" }, - "BootstrapBlazor.Shared.Components.Samples.EditDialogs": { + "BootstrapBlazor.Server.Components.Samples.EditDialogs": { "Title": "EditDialog 编辑弹窗", "Description": "通过绑定数据模型自动呈现编辑弹窗", "SubDescription": "EditDialog 组件是 Dialog 组件的扩展,适用于数据弹出窗编辑。", @@ -613,7 +613,7 @@ "RightAlignedButton": "编辑弹窗(右对齐)", "PopupButton": "弹窗" }, - "BootstrapBlazor.Shared.Components.Samples.BaiduOcr": { + "BootstrapBlazor.Server.Components.Samples.BaiduOcr": { "Title": "IBaiduOcr 百度文字识别服务", "SubTitle": "文字识别服务", "VatInvoiceTitle": "增值税发票文字识别", @@ -625,13 +625,13 @@ "VerifyVatInvoiceTitle": "增值税验真", "VerifyVatInvoiceIntro": "通过调用 IBaiduOcr 服务实例的发票验真方法 VerifyInvoiceAsync 返回 InvoiceVerifyResult 其属性 Validtrue 时为真" }, - "BootstrapBlazor.Shared.Components.Samples.Topologies": { + "BootstrapBlazor.Server.Components.Samples.Topologies": { "TopologiesTitle": "Topology 人机交互界面", "TopologiesDescription": "通过 Topology 开源组件进行人机交互界面的渲染", "TopologiesNormalTitle": "基础用法", "TopologiesNormalIntro": "加载网站导出的 Json 文件即可,点击风扇下方数字框可进行控制操作" }, - "BootstrapBlazor.Shared.Components.Samples.TreeViews": { + "BootstrapBlazor.Server.Components.Samples.TreeViews": { "TreeViewsTitle": "Tree 树形控件", "TreeViewsDescription": "用清晰的层级结构展示信息,可展开或折叠", "TreeViewsTips1": "组件为泛型组件需要使用 TItem 指定绑定的数据模型,本例中模型为 TreeFoo 需要设置", @@ -711,7 +711,7 @@ "TreeViewVirtualizeIntro": "通过设置 IsVirtualize=\"true\" 开启虚拟滚动,支持大数据", "TreeViewVirtualizeDescription": "组件内部使用 Virtualize 来实现虚拟滚动逻辑,对浏览器压力会减少很多;但是如果树状结构数据比较多,比如 全选 等操作必须对所有数据进行标记,导致内存中确实有大数据存在,目前还没有解决这个问题,目前此组件由于大数据对 CPU 压力还是比较大的" }, - "BootstrapBlazor.Shared.Components.Samples.SwitchButtons": { + "BootstrapBlazor.Server.Components.Samples.SwitchButtons": { "SwitchButtonsTitle": "Switch Button 状态切换按钮", "SwitchButtonsDescription": "点击按钮后切换状态", "SwitchButtonsNormalTitle": "基础用法", @@ -723,7 +723,7 @@ "SwitchButtonsOnClickIntro": "通过设置 ToggleState 初始化组件状态", "SwitchButtonsOnClickDescription": "OnClick 回调是 EventCallback 会自动刷新当前组件或者页面,若不需要刷新组件或者页面可使用 ToggleStateChanged" }, - "BootstrapBlazor.Shared.Components.Samples.Downloads": { + "BootstrapBlazor.Server.Components.Samples.Downloads": { "DownloadsTitle": "Download 文件下载", "DownloadsSubTitle": "用于直接下载物理文件", "DownloadsTips1": "特别注意", @@ -748,7 +748,7 @@ "DownloadImageIntro": "模拟直接由前端页面生成验证码或者上传图片不保存直接显示的情况。", "DownloadImageButtonText": "由于测试使用了 wwwroot 下的文件,没有代码生成,wasm 无法访问 wwwroot 文件夹,故此测试只有ssr 模式可用。wasm 请自行测试。" }, - "BootstrapBlazor.Shared.Components.Samples.Dialogs": { + "BootstrapBlazor.Server.Components.Samples.Dialogs": { "Title": "Dialog 对话框组件", "Description": "通过注入服务调用 Show 方法弹出窗口进行人机交互", "Tip1": "组件使用介绍", @@ -862,7 +862,7 @@ "ConfirmDialogModalTitle": "文字确认模态框", "ConfirmDialogModalContent": "

    这是一个文字确认模态框

    这是警告信息
    " }, - "BootstrapBlazor.Shared.Components.Samples.Dispatches": { + "BootstrapBlazor.Server.Components.Samples.Dispatches": { "Title": "Dispatch 消息分发", "Description": "通过注入服务调用实例方法全站弹出窗口进行消息通知", "Tips": "本组件使用注入服务的形式提供功能,通常用于全站消息推送等功能;使用本服务使需要在代码中进行 订阅取消订阅 操作", @@ -880,7 +880,7 @@ "DispatchNoticeButtonText": "通知", "DispatchNoticeMessage": "测试通知消息" }, - "BootstrapBlazor.Shared.Components.Samples.Drawers": { + "BootstrapBlazor.Server.Components.Samples.Drawers": { "Title": "Drawer 抽屉", "Description": "有些时候, Dialog 组件并不满足我们的需求, 比如你的表单很长, 亦或是你需要临时展示一些文档, Drawer 拥有和 Dialog 几乎相同的 API, 在 UI 上带来不一样的体验", "DrawerTips": "有时候我们的弹窗希望在某个容器内展开,可通过在特定容器内置 <Drawer/> 抽屉组件,然后设置参数 Position=\"absolute\" 相对定位来实现此需求;注意:父容器样式需要设置 position: relative;", @@ -897,7 +897,7 @@ "Close": "关闭抽屉", "PlacementContent": "点击遮罩阴影部分自动关闭抽屉" }, - "BootstrapBlazor.Shared.Components.Samples.Consoles": { + "BootstrapBlazor.Server.Components.Samples.Consoles": { "Title": "Console 控制台", "Description": "控制台组件,一般用于后台任务的输出", "NormalTitle": "基本用法", @@ -914,7 +914,7 @@ "ShowAutoScrollTitle": "自动滚屏控制", "ShowAutoScrollIntro": "通过设置 ShowAutoScroll 显示 Checkbox 控制是否自动滚动屏幕" }, - "BootstrapBlazor.Shared.Components.Samples.Speeches.Index": { + "BootstrapBlazor.Server.Components.Samples.Speeches.Index": { "SpeechTitle": "Speech 语音识别与合成", "SpeechDescription": "通过麦克风语音采集转换为文字(STT),或者通过文字通过语音朗读出来(TTS)", "SpeechDescription1": "本套组件内置 AzureBaidu 语音服务,本示例依赖于", @@ -933,7 +933,7 @@ "SpeechTips2Text1": "语音识别服务", "SpeechTips2Text2": "语音合成服务" }, - "BootstrapBlazor.Shared.Components.Samples.Speeches.SpeechWaves": { + "BootstrapBlazor.Server.Components.Samples.Speeches.SpeechWaves": { "SpeechWaveTitle": "SpeechWave 语音波形图", "SpeechWavesDescription": "开始采集语音时显示的波形动态图", "NormalTitle": "基础用法", @@ -949,13 +949,13 @@ "OnTimeoutAttr": "识别结束后超时回调方法", "TotalTimeSecondAttr": "语音识别设置总时长超出过调用 OnTimeout 回调" }, - "BootstrapBlazor.Shared.Components.Samples.Speeches.Synthesizers": { + "BootstrapBlazor.Server.Components.Samples.Speeches.Synthesizers": { "SynthesizersTitle": "Synthesizer 语音合成", "SynthesizersSubTitle": "将文本内容转化为语音", "SynthesizerNormalTitle": "普通用法", "SynthesizerNormalIntro": "点击开始合成后对文本内容进行语音合成" }, - "BootstrapBlazor.Shared.Components.Samples.Speeches.Recognizers": { + "BootstrapBlazor.Server.Components.Samples.Speeches.Recognizers": { "RecognizersTitle": "Recognizer 语音识别", "RecognizersSubTitle": "通过语音采集设备将语音转化为文本", "RecognizerNormalTitle": "普通用法", @@ -963,7 +963,7 @@ "RecognizerNormalDescription": "使用说明", "RecognizerNormalTips": "点击 开始识别 后,脚本运行可能会提示要求录音权限,授权后开始讲话,5秒后(可配置)右侧文本框显示语音识别结果,请勿讲完话后直接点击

    结束识别

    " }, - "BootstrapBlazor.Shared.Components.Samples.DragDrops": { + "BootstrapBlazor.Server.Components.Samples.DragDrops": { "Title": "DragDrop 拖拽", "Description": "用于拖拽使用", "NormalTitle": "基本用法", @@ -985,7 +985,7 @@ "M7": "当 Item 在另一个 Item 上,不是空白处被释放时的事件", "M8": "Item 因为 Dropzone 内最大数量超限被拒绝时的事件" }, - "BootstrapBlazor.Shared.Components.Samples.Labels": { + "BootstrapBlazor.Server.Components.Samples.Labels": { "LabelsTitle": "组件标签", "LabelsDescription": "本套组件中有 ValidateForm EditorForm 以及多种继承 ValidateBase<TValue>表单组件,这些组件中有一套特殊的显示前置标签逻辑,现在我们统一的梳理一下:", "LabelsDescriptionTips1": "ValidateForm 组件是 可验证的 表单组件,此组件内的表单组件会自动进行数据合规性检查,如果数据不合规将会阻止 提交(Submit) 动作,是数据提交中使用最最最频繁的组件", @@ -1029,7 +1029,7 @@ "ValidateFormAlignRight": "右对齐
    通过设置样式 form-inline-end 标签右对齐
    ", "ValidateFormAlignCenter": "居中对齐
    通过设置样式 form-inline-center 标签居中对齐
    " }, - "BootstrapBlazor.Shared.Components.Pages.Install": { + "BootstrapBlazor.Server.Components.Pages.Install": { "InstallTitle": "安装", "GitP1": "Git 工具有很多种大家比较熟悉的,这里我介绍两款 Git 客户端工具", "GitP2": "推荐使用 Fork 工具进行安装,它能更好地和 Visual Studio 开发工具配合使用。", @@ -1040,12 +1040,12 @@ "EnvLi2": "安装 Visual Studio 最新版 官方网址", "EnvLi3": "拉取项目代码 BootstrapBlazor 仓库网址" }, - "BootstrapBlazor.Shared.Components.Components.Video": { + "BootstrapBlazor.Server.Components.Components.Video": { "H1": "B 站相关视频链接", "L1": "[传送门]", "L2": "暂无" }, - "BootstrapBlazor.Shared.Components.Components.UpdateIntro": { + "BootstrapBlazor.Server.Components.Components.UpdateIntro": { "H1": "组件库 更新到", "B1": "首先感谢您对本套组件的关注,目前本套组件已经拥有将近 200 个组件,本组件是基于", "B2": "企业级组件库,提供如布局、导航、表单、数据、通知、图标、语音等几大类通用组件,每一个组件都经过精心设计,具有模块化、响应式和优秀的性能。从更多实际场景出发,满足多种场景的需求,极大的减少开发者时间成本,大大缩短开发周期,大幅提高开发效率,并提供了一套", @@ -1057,7 +1057,7 @@ "P3": "传送门", "P4": "如果组件给您带来了方便,请您帮忙给项目点亮" }, - "BootstrapBlazor.Shared.Components.Pages.Localization": { + "BootstrapBlazor.Server.Components.Pages.Localization": { "Title": "本地化", "P1": "本地化是为给定语言和地区定制应用程序的过程.", "P2": "组件允许您将其 UI 元素转换为所需的语言。这包括按钮、过滤器操作符属性等文本。组件内部默认使用当前请求", @@ -1134,7 +1134,7 @@ "ES": "西班牙语(es)", "TW": "中國台灣(zh-TW)" }, - "BootstrapBlazor.Shared.Components.Pages.Template": { + "BootstrapBlazor.Server.Components.Pages.Template": { "Title": "项目模板", "SubTitle": "Bootstrap Blazor App 模板", "P1": "为了方便大家利用这套组件快速搭建项目,作者制作了 项目模板(Project Templates,使用 dotnet new 命令行模式,使用步骤如下:", @@ -1157,12 +1157,12 @@ "P17": "安装项目模板", "P18": "创建项目" }, - "BootstrapBlazor.Shared.Components.Pages.Globalization": { + "BootstrapBlazor.Server.Components.Pages.Globalization": { "Title": "全球化", "SubTitle": "ASP.NET Core Blazor 全球化", "P1": "阅读以下知识点前请先查看 微软官方文档" }, - "BootstrapBlazor.Shared.Components.Components.InstallContent": { + "BootstrapBlazor.Server.Components.Components.InstallContent": { "Heading": "环境准备", "P1": "确保系统安装", "P2": "或者", @@ -1210,14 +1210,14 @@ "P44": "运行应用程序", "Tips2": "如果使用微软自带 Blazor App 模板创建工程,请移除 _Layout.cshtml/index.html 文件中的默认 Bootstrap 样式表 <link rel='stylesheet' href='css/bootstrap/bootstrap.min.css' />。如果使用 FontAwesome 图标库可安装扩展包 BootstrapBlazor.FontAwesome" }, - "BootstrapBlazor.Shared.Components.Pages.Install_Server": { + "BootstrapBlazor.Server.Components.Pages.Install_Server": { "Title": "服务器端 Blazor 安装教程", "D1": "选择", "D2": "项目类型,然后点击", "Configure": "配置服务", "CodeComment": "添加本行代码" }, - "BootstrapBlazor.Shared.Components.Pages.Theme": { + "BootstrapBlazor.Server.Components.Pages.Theme": { "H1": "组件主题", "H2": "测试", "P1": "目前网站主题支持如下", @@ -1231,7 +1231,7 @@ "P9": "内增加样式文件如下", "P10": "增加此行" }, - "BootstrapBlazor.Shared.Components.Pages.Install_Maui": { + "BootstrapBlazor.Server.Components.Pages.Install_Maui": { "H1": "环境准备", "P1": "确保系统安装", "P2": "版本", @@ -1285,13 +1285,13 @@ "P50": "运行应用程序", "P51": "MAUI Blazor 安装教程" }, - "BootstrapBlazor.Shared.Components.Pages.Install_wasm": { + "BootstrapBlazor.Server.Components.Pages.Install_wasm": { "Install_wasmHeading": "客户端 Blazor 安装教程", "Install_wasmDescription": "选择 Blazor WebAssembly App 项目类型,然后点击 Create", "Title": "客户端渲染模式", "Install_wasmCodeComment": "添加本行代码" }, - "BootstrapBlazor.Shared.Components.Samples.Dividers": { + "BootstrapBlazor.Server.Components.Samples.Dividers": { "Title": "Divider 分割线", "Description": "区隔内容的分割线。", "NormalTitle": "基础用法", @@ -1331,7 +1331,7 @@ "ChildContent2": "骑士归来之时,断剑重铸之日", "DividerChildContent": "我是自定义内容 div 元素" }, - "BootstrapBlazor.Shared.Components.Samples.Scrolls": { + "BootstrapBlazor.Server.Components.Samples.Scrolls": { "ScrollTitle": "Scroll 滚动条", "ScrollDescription": "给高度或者宽度超标的组件增加滚动条", "ScrollTips": "其元素必须拥有固定高度时才可呈现滚动条,可以通过外套元素设置其 height 属性", @@ -1342,7 +1342,7 @@ "ScrollNormalDescription": "请滚动右侧滚动条", "ScrollNormalBottom": "我是最底端" }, - "BootstrapBlazor.Shared.Components.Samples.LayoutPages": { + "BootstrapBlazor.Server.Components.Samples.LayoutPages": { "H1": "整页面级别组件", "P1": "通过内置组件", "P2": "进行整页面布局,可通过", @@ -1380,7 +1380,7 @@ "P34": "以代码的形式导航到新标签页", "P35": "导航" }, - "BootstrapBlazor.Shared.Components.Samples.Layouts": { + "BootstrapBlazor.Server.Components.Samples.Layouts": { "LayoutsTitle": "Layout 布局", "LayoutsDescription1": "用于布局的容器组件,方便快速搭建页面的基本结构:", "LayoutsDescription1_Container": "外层容器。当子元素中包含 HeaderFooter 时,全部子元素会垂直上下排列,否则会水平左右排列。", @@ -1442,7 +1442,7 @@ "LayoutsAppTips8": "本例点击左侧菜单展开后不出现滚动条会撑开父容器高度", "LayoutsAppTips9": " Layout 组件与 Tab 组件配合使用实战示例请参阅 Tab 组件" }, - "BootstrapBlazor.Shared.Components.Samples.Footers": { + "BootstrapBlazor.Server.Components.Samples.Footers": { "FootersTitle": "Footer 页脚组件", "FootersDescription": "显示在网页的最下方,提供返回顶端按钮", "FootersTips": "Footer 组件使用时注意样式表 position 属性的设置", @@ -1459,7 +1459,7 @@ "FooterChildContentTitle": "自定义内容", "FooterChildContentIntro": "通过设置 ChildContent 参数自定义组件内部显示内容" }, - "BootstrapBlazor.Shared.Components.Samples.Repeaters": { + "BootstrapBlazor.Server.Components.Samples.Repeaters": { "RepeaterTitle": "Repeat 组件", "RepeaterDescription": "用户多个重复区域的组件", "RepeaterNormalTitle": "基础用法", @@ -1471,7 +1471,7 @@ "RepeaterContainerTitle": "容器模板", "RepeaterContainerIntro": "通过设置 ContainerTemplate 容器模板,模板内重复部分仍然通过 ItemTemplate 渲染,本例中通过 ContainerTemplate 将组件渲染成 Table" }, - "BootstrapBlazor.Shared.Components.Samples.Rows": { + "BootstrapBlazor.Server.Components.Samples.Rows": { "RowsTitle": "Row布局组件", "RowsDescription": "可简单设置一行显示的组件数量", "RowCommonTitle": "放置普通控件", @@ -1499,7 +1499,7 @@ "Normal": "正常", "Inline": "行内" }, - "BootstrapBlazor.Shared.Components.Samples.Skeletons": { + "BootstrapBlazor.Server.Components.Samples.Skeletons": { "SkeletonsTitle": "Skeleton 骨架屏", "SkeletonsDescription": "在需要等待加载内容的位置提供一个占位图形组合", "SkeletonsTipsTitle": "何时使用", @@ -1520,7 +1520,7 @@ "SkeletonsTreeTitle": "树骨架屏", "SkeletonsTreeIntro": "适用于树组件加载时显示" }, - "BootstrapBlazor.Shared.Components.Pages.Coms": { + "BootstrapBlazor.Server.Components.Pages.Coms": { "Search": "搜索想要的组件", "Text1": "布局组件", "DividerText": "分割线 Divider", @@ -1651,7 +1651,7 @@ "ImageCropperText": "图像裁剪 ImageCropper", "BarcodeGeneratorText": "条码生成器 BarcodeGenerator" }, - "BootstrapBlazor.Shared.Components.Pages.Breakpoints": { + "BootstrapBlazor.Server.Components.Pages.Breakpoints": { "Heading": "断点", "Heading1": "断点是可自定义的宽度,它决定了响应式布局在 Bootstrap 中跨设备或视口大小的行为方式", "Paragraph1": "可用断点", @@ -1670,7 +1670,7 @@ "Footer2": "如", "Footer3": "默认弹窗大小为\"," }, - "BootstrapBlazor.Shared.Components.Pages.Layout": { + "BootstrapBlazor.Server.Components.Pages.Layout": { "Heading": "组件分层", "Para1": "由于弹窗组件比较多,再某些场景下会使用多种弹窗进行组合,本章节讲述如何对组件进行分层管理。下面是", "Para2": "提供的内置", @@ -1680,7 +1680,7 @@ "Para6": "测试环节", "Button": "测试" }, - "BootstrapBlazor.Shared.Components.Samples.GlobalException": { + "BootstrapBlazor.Server.Components.Samples.GlobalException": { "Title": "全局异常", "Introduce": "

    增加组件 ErrorLogger 通过本组件可以对全局的日志、异常进行统一输出;目前由于 Blazor 框架并未提供一个类似 MVC全局异常 整体解决方案;通过使用 ErrorLogger 组件 无需任何额外代码 即可进行全局异常捕获与处理

    ", "H1": "使用方法", @@ -1701,11 +1701,11 @@ "DialogIntro": "点击按钮弹出弹窗,弹窗内按钮触发异常,错误显示在弹窗内", "DialogText": "弹窗" }, - "BootstrapBlazor.Shared.Components.Pages.GlobalOption": { + "BootstrapBlazor.Server.Components.Pages.GlobalOption": { "Title": "全局配置", "SubTitle": "组件库提供一种对当前应用程序中所有组件进行配置的方法,通过 BootstrapBlazorOptions 全局配置类实现此功能" }, - "BootstrapBlazor.Shared.Components.Samples.Splits": { + "BootstrapBlazor.Server.Components.Samples.Splits": { "SplitsTitle": "Split 面板分割", "SplitsNormalTitle": "基础用法", "SplitsNormalIntro": "左右分割", @@ -1746,7 +1746,7 @@ "SplitSetLeftTitle": "代码设置面板宽度", "SplitSetLeftIntro": "通过组件实例方法 SetLeftWidth 设置左侧/上侧面板宽度,右侧/下侧面板宽度自适应" }, - "BootstrapBlazor.Shared.Components.Samples.Dropdowns": { + "BootstrapBlazor.Server.Components.Samples.Dropdowns": { "Title": "Dropdown 下拉菜单", "Description": "将动作或菜单折叠到下拉菜单中", "NormalTitle": "基础用法", @@ -1804,7 +1804,7 @@ "DropdownCascadeItem7": "静安区", "DropdownCascadeItem8": "黄浦区" }, - "BootstrapBlazor.Shared.Components.Samples.GoTops": { + "BootstrapBlazor.Server.Components.Samples.GoTops": { "Title": "GoTop 返回顶端组件", "Description": "点击后返回指定容器的顶端", "NormalTitle": "基础用法", @@ -1813,7 +1813,7 @@ "Description1": "底部显示 Footer 组件,点击返回顶端时页面自动滚动回顶端", "Description2": "本示例传递的是组件客户端 ID" }, - "BootstrapBlazor.Shared.Components.Samples.Menus": { + "BootstrapBlazor.Server.Components.Samples.Menus": { "MenusTitle": "Menu 导航菜单", "MenusDescription": "为页面和功能提供导航的菜单列表。", "MenusTips1": "Menu 组件一般用法为菜单导航,即点击菜单后地址栏进行重定向导航,但是在实战中有时候不需要导航,通过设置 OnClick 回调委托,自定义处理逻辑,此时通过设置属性 DisableNavigation 即可,本例中由于都是模拟菜单点击并未真正的进行地址栏跳转导航所以所有 Menu 均设置为 true 禁止导航", @@ -1883,7 +1883,7 @@ "SubMenu41": "曾曾孙菜单 41", "SubMenu42": "曾曾孙菜单 42" }, - "BootstrapBlazor.Shared.Components.Samples.Navigation": { + "BootstrapBlazor.Server.Components.Samples.Navigation": { "NavsTitle": "Nav 导航组件", "NavsDescription": "为网站提供导航功能的菜单。", "NavsNormalTitle": "基本导航样式", @@ -1906,7 +1906,7 @@ "NavsIsFill": "填充", "NavsIsJustified": "等宽" }, - "BootstrapBlazor.Shared.Components.Samples.Paginations": { + "BootstrapBlazor.Server.Components.Samples.Paginations": { "PaginationsTitle": "Pagination 分页", "PaginationsDescription": "当数据量过多时,使用分页分解数据。", "PaginationsNormalTitle": "基础用法", @@ -1940,7 +1940,7 @@ "PaginationsNextPageIconAttr": "下一页图标", "PaginationsNextEllipsisPageIconAttr": "向后翻页图标" }, - "BootstrapBlazor.Shared.Components.Samples.Steps": { + "BootstrapBlazor.Server.Components.Samples.Steps": { "StepsTitle": "Step 步骤条", "StepsDescription": "引导用户按照流程完成任务的导航条", "StepsTipsTitle": "引导用户按照流程完成任务的分步导航条,可根据实际应用场景设定步骤,步骤不得少于 2 步", @@ -1981,7 +1981,7 @@ "StepsAttrTitleTemplate": "设置当前步骤的描述模板", "StepsAttrChildContent": "设置当前步骤的内容模板" }, - "BootstrapBlazor.Shared.Components.Samples.Tabs": { + "BootstrapBlazor.Server.Components.Samples.Tabs": { "TabsTitle": "Tabs 标签页", "TabsSubTitle": "分隔内容上有关联但属于不同类别的数据集合。", "TabsDescription": "Tab 组件从设计上采用模板的设计形式,使用本组件时通过将 TabItem 子组件添加到 TabItems 模板中即可", @@ -2100,11 +2100,11 @@ "AttributeExcludeUrls": "排除地址支持通配符", "AttributeButtonTemplate": "按钮模板" }, - "BootstrapBlazor.Shared.Components.Components.DemoTabItem": { + "BootstrapBlazor.Server.Components.Components.DemoTabItem": { "Info": "点击下方按钮,本 TabItem 标题更改为当前分钟与秒", "ButtonText": "更改标题" }, - "BootstrapBlazor.Shared.Components.Samples.AutoFills": { + "BootstrapBlazor.Server.Components.Samples.AutoFills": { "Title": "AutoFill 自动填充组件", "Description": "通过智能感应提示选项,选中后自动填充表单", "NormalTitle": "基本用法", @@ -2131,7 +2131,7 @@ "Att12": "是否跳过 Enter 按键处理", "Att13": "是否跳过 Esc 按键处理" }, - "BootstrapBlazor.Shared.Components.Samples.AutoCompletes": { + "BootstrapBlazor.Server.Components.Samples.AutoCompletes": { "Title": "AutoComplete 自动完成", "Description": "输入框自动完成功能", "Block1Title": "基础用法", @@ -2182,7 +2182,7 @@ "BlockGroupPrevLabel": "前置标签", "BlockGroupSuffixLabel": "后置标签" }, - "BootstrapBlazor.Shared.Components.Samples.FullScreens": { + "BootstrapBlazor.Server.Components.Samples.FullScreens": { "FullScreensTitle": "FullScreen 全屏", "FullScreensDescription": "通过注入服务调用 Show 方法弹出窗口进行人机交互", "Tips": "本组件使用注入服务的形式提供功能,使用时用户体验效果非常舒适,随时随地的调用,需要在使用本组件的页面中内置 FullScreen 组件,或者在 MainLayout 主布局组件中内置,示例代码如下:", @@ -2194,7 +2194,7 @@ "FullScreenTitleLi1": "可通过 ButtonIcon 设置按钮默认图标,通过 FullScreenIcon 属性设置全屏时图标", "FullScreenTitleLi3": "通过 Text 属性设置当前页标题文字" }, - "BootstrapBlazor.Shared.Components.Samples.Buttons": { + "BootstrapBlazor.Server.Components.Samples.Buttons": { "Title": "Button 按钮", "Description": "常用的操作按钮。", "Block1Title": "基础用法", @@ -2267,14 +2267,14 @@ "TooltipIntro": "通过设置 TooltipText TooltipPlacement TooltipTrigger 快捷设置按钮提示栏信息、位置、触发方式,更多功能请使用 Tooltip 组件实现,本例中第二个按钮是 禁用 状态,提示栏仍然可用", "TooltipDisabledText": "禁用按钮" }, - "BootstrapBlazor.Shared.Components.Samples.PulseButtons": { + "BootstrapBlazor.Server.Components.Samples.PulseButtons": { "Block1Title": "基础用法", "Block1Intro": "基础的按钮用法。", "PulseButtonHeader": "PulseButton 心跳按钮", "PulseButtonPara": "适用于突出显示功能吸引使用者关注,按钮默认为圆形", "PulseButtonPara2": "心跳按钮组件继承于按钮,所以在按钮原有功能基础上增加了一个心跳环,可参见网站右下角切换样式按钮" }, - "BootstrapBlazor.Shared.Components.Samples.Cascaders": { + "BootstrapBlazor.Server.Components.Samples.Cascaders": { "Title": "Cascader 级联选择", "Block1Title": "Cascader 级联选择", "Block1Intro": "提供各种颜色的下拉选择框", @@ -2321,7 +2321,7 @@ "Divider3": "自定义 DisplayText", "CascaderText": "自定义城市" }, - "BootstrapBlazor.Shared.Components.Samples.CherryMarkdowns": { + "BootstrapBlazor.Server.Components.Samples.CherryMarkdowns": { "Header": "CherryMarkdown", "Tip": "基于 CherryMarkdown 的富文本框组件", "MarkdownsNote": "如果编辑内容过多,可能会触发 signalR 通讯中断问题,请自行调整 HubOptions 配置即可。", @@ -2338,7 +2338,7 @@ "InsertCheckListButtonText": "插入一个CheckList", "InsertPictureButtonText": "插入一张图片" }, - "BootstrapBlazor.Shared.Components.Samples.Checkboxs": { + "BootstrapBlazor.Server.Components.Samples.Checkboxs": { "Title": "Checkbox 多选框", "Description": "一组备选项中进行多选", "NormalTitle": "基础用法", @@ -2378,7 +2378,7 @@ "Checkbox2Text": "双向绑定", "Checkbox3Text": "手写标签" }, - "BootstrapBlazor.Shared.Components.Samples.CheckboxLists": { + "BootstrapBlazor.Server.Components.Samples.CheckboxLists": { "Title": "CheckboxList 多选框组", "CheckboxListsTip": "控件用于创建多选的复选框组", "NormalTitle": "基础用法", @@ -2428,7 +2428,7 @@ "OnMaxSelectedCountExceedTitle": "可选最大数量提示", "OnMaxSelectedCountExceedContent": "最多只能选择 {0} 项" }, - "BootstrapBlazor.Shared.Components.Samples.ColorPickers": { + "BootstrapBlazor.Server.Components.Samples.ColorPickers": { "Title": "ColorPicker 颜色拾取器", "Description": "选择颜色使用", "NormalTitle": "基础用法", @@ -2454,7 +2454,7 @@ "AttributeIsSupportOpacity": "是否支持透明度", "AttributeSwatches": "预设候选颜色" }, - "BootstrapBlazor.Shared.Components.Samples.DateTimePickers": { + "BootstrapBlazor.Server.Components.Samples.DateTimePickers": { "Title": "DatePicker 日期选择器", "Description": "用于选择或输入日期", "NormalTitle": "选择日", @@ -2538,7 +2538,7 @@ "AttrEnableDisabledDaysCache": "是否启用获得自定义禁用日期缓存", "AttrDisplayDisabledDayAsEmpty": "显示禁用日期为空字符串" }, - "BootstrapBlazor.Shared.Components.Samples.TimePickers": { + "BootstrapBlazor.Server.Components.Samples.TimePickers": { "Title": "TimePicker 时间选择器", "Description": "用于选择或输入时刻", "OnConfirmTitle": "选择任意时间点", @@ -2548,7 +2548,7 @@ "TimeTitle": "数据双向绑定", "TimeIntro": "点击确认按钮时间选择框值与文本框值一致" }, - "BootstrapBlazor.Shared.Components.Samples.ClockPickers": { + "BootstrapBlazor.Server.Components.Samples.ClockPickers": { "Title": "ClockPicker 时间选择器", "Description": "通过拖动表针选择时间", "BindValueTitle": "数据双向绑定", @@ -2565,7 +2565,7 @@ "ShowMinuteAttr": "是否显示分钟", "ShowSecondAttr": "是否显示秒" }, - "BootstrapBlazor.Shared.Components.Samples.Editors": { + "BootstrapBlazor.Server.Components.Samples.Editors": { "EditorsTitle": "Editor 富文本框", "EditorsDescription": "将输入的文字转化为 html 代码片段", "EditorsTips": "Editor 组件是对 Summernote 组件 的二次封装,如需使用本地化功能请自行官网下载相对应语言包,自行引用即可,zh-CN en-US 已内置;组件所需 css JavaScript 均按需动态加载,使用者无需设置。由于 summernote 组件依赖 jQuery,所以需要自行引用 jQuery 脚本包。如果编辑内容过多,可能会触发 signalR 通讯中断问题,请自行调整 HubOptions 配置即可。", @@ -2620,7 +2620,7 @@ "DoMethodAsyncButton4": "获得组件内容", "DoMethodAsyncPasteHTML": "这里是外部按钮插入的内容" }, - "BootstrapBlazor.Shared.Components.Samples.EditorForms": { + "BootstrapBlazor.Server.Components.Samples.EditorForms": { "Title": "EditorForm 表单组件", "Description": "通过绑定数据模型自动呈现编辑表单", "SubDescription": "EditorForm 组件是一个非常实用的组件,当进行数据编辑时,仅需要将 Model 属性赋值即可。", @@ -2672,7 +2672,7 @@ "AutoGenerateDescription": "本例中通过设置 AutoGenerateAllItem 值为 false,关闭自动生成功能,通过手动增加两个 EditorItem 编辑项来呈现表单编辑", "SkipValidateDescription": "在某些情况下表单中有些列的值可能是二级分类等等,需要知道一级分类的信息,这个时候一级分类需要额外的组件来呈现,如果 Select,而这个组件是与当前上下文绑定模型 Model 无关的,这种需求中通过设置 SkipValidate 值为 true,关闭此组件的模型验证功能即可" }, - "BootstrapBlazor.Shared.Components.Samples.FloatingLabels": { + "BootstrapBlazor.Server.Components.Samples.FloatingLabels": { "FloatingLabelsTitle": "FloatingLabel 输入框", "FloatingLabelsSubtitle": "通过鼠标或键盘输入字符", "FloatingLabelNormalTitle": "基础用法", @@ -2710,7 +2710,7 @@ "FloatingLabelGroupBoxTitle": "GroupBox 样式", "FloatingLabelGroupBoxIntro": "设置 IsGroupBox 属性,组件显示为 GroupBox 样式" }, - "BootstrapBlazor.Shared.Components.Samples.Inputs": { + "BootstrapBlazor.Server.Components.Samples.Inputs": { "InputsBaseUsage": "基础用法", "InputsTitle": "Input 输入框", "InputsDescription": "通过鼠标或键盘输入字符", @@ -2782,7 +2782,7 @@ "UseInputEvent": "是否在文本框输入值时触发", "IsTrim": "是否自动去除空格" }, - "BootstrapBlazor.Shared.Components.Samples.InputNumbers": { + "BootstrapBlazor.Server.Components.Samples.InputNumbers": { "InputNumbersTitle": "InputNumber 组件", "InputNumbersDescription": "仅允许输入标准的数字值,支持自定义范围及其他高级功能", "InputNumbersNormalTitle": "基础用法", @@ -2824,7 +2824,7 @@ "InputNumbersUseInputEventTitle": "OnInput 事件", "InputNumbersUseInputEventIntro": "组件使用 OnInput 事件进行数值更新" }, - "BootstrapBlazor.Shared.Components.Samples.InputGroups": { + "BootstrapBlazor.Server.Components.Samples.InputGroups": { "InputGroupsTitle": "InputGroup 组件", "InputGroupsDescription": "Input 的前后可以增加与一些标签和按钮,拼成一组。其排版格式紧凑,非常适合单行多列的场景,比如搜索等。", "InputGroupsNormalTitle": "基础用法", @@ -2853,7 +2853,7 @@ "InputGroupsSwitchTitle": "Switch 组合", "InputGroupsSwitchIntro": "往 InputGroup 里面增加 Switch" }, - "BootstrapBlazor.Shared.Components.Samples.Markdowns": { + "BootstrapBlazor.Server.Components.Samples.Markdowns": { "MarkdownsTitle": "Markdown 编辑器", "MarkdownsDescription": "提供 Markdown 语法支持的文本编辑器", "MarkdownsNote": "如果编辑内容过多,可能会触发 signalR 通讯中断问题,请自行调整 HubOptions 配置即可。", @@ -2900,7 +2900,7 @@ "Att8": "是否为暗黑模式", "Att9": "是否启用代码高亮" }, - "BootstrapBlazor.Shared.Components.Samples.MultiSelects": { + "BootstrapBlazor.Server.Components.Samples.MultiSelects": { "MultiSelectsTitle": "MultiSelect 多项选择器", "MultiSelectsDescription": "当进行多项选项时,使用下拉菜单展示并提供搜索多项选择内容", "MultiSelectColorTitle": "颜色", @@ -2985,7 +2985,7 @@ "MultiSelectVeryLongTextDisplayText": "超长文字", "MultiSelectOptionChangeLog": "选中项集合" }, - "BootstrapBlazor.Shared.Components.Samples.Radios": { + "BootstrapBlazor.Server.Components.Samples.Radios": { "RadiosTitle": "Radio 单选框", "RadiosDescription": "在一组备选项中进行单选", "RadiosNormalTitle": "基础用法", @@ -3026,7 +3026,7 @@ "RadiosAdd1": "北京", "RadiosAdd2": "上海" }, - "BootstrapBlazor.Shared.Components.Samples.Rates": { + "BootstrapBlazor.Server.Components.Samples.Rates": { "RatesTitle": "Rate 评分", "RatesDescription": "评分组件", "RatesNormalTitle": "基础用法", @@ -3058,7 +3058,7 @@ "RatesIsWrap": "是否折行", "RatesShowValue": "是否显示值" }, - "BootstrapBlazor.Shared.Components.Samples.Selects": { + "BootstrapBlazor.Server.Components.Samples.Selects": { "SelectsTitle": "Select 选择器", "SelectsDescription": "当选项过多时,使用下拉菜单展示并选择内容", "SelectsNormalTitle": "Select 下拉选择框", @@ -3154,7 +3154,7 @@ "TextConvertToValueCallback": "编辑模式下输入文本变化时回调方法", "SelectsIsEditable": "是否可编辑" }, - "BootstrapBlazor.Shared.Components.Samples.Sliders": { + "BootstrapBlazor.Server.Components.Samples.Sliders": { "SlidersTitle": "Slider 滑块", "SlidersDescription": "通过拖动滑块在一个固定区间内进行选择", "SlidersNormalTitle": "基础用法", @@ -3167,7 +3167,7 @@ "SlidersValue": "组件当前值", "SlidersValueChanged": "ValueChanged 回调方法" }, - "BootstrapBlazor.Shared.Components.Samples.Switches": { + "BootstrapBlazor.Server.Components.Samples.Switches": { "SwitchesTitle": "Switch 开关", "SwitchesDescription": "提供最普通的开关应用", "SwitchesNormalTitle": "基础用法", @@ -3221,7 +3221,7 @@ "SwitchesAttributeOnValueChanged": "值发生改变时回调委托方法", "SwitchesEventValueChanged": "获取选择改变的值" }, - "BootstrapBlazor.Shared.Components.Samples.TextAreas": { + "BootstrapBlazor.Server.Components.Samples.TextAreas": { "TextAreaPlaceHolder": "请输入 ...", "TextAreaTitle": "Textarea 多行文本框", "TextAreaSubTitle": "用于录入大量文字", @@ -3250,7 +3250,7 @@ "TextAreaScrollTo": "滚动+20", "TextAreaAutoScroll": "自动滚屏" }, - "BootstrapBlazor.Shared.Components.Samples.Toggles": { + "BootstrapBlazor.Server.Components.Samples.Toggles": { "TogglesOnText": "开启", "TogglesOffText": "关闭", "TogglesTitle": "Toggle 开关", @@ -3286,7 +3286,7 @@ "ValueChanged": "获取选择改变的值", "DisplayName": "绑定标签" }, - "BootstrapBlazor.Shared.Components.Samples.Transfers": { + "BootstrapBlazor.Server.Components.Samples.Transfers": { "LeftPanelText": "左侧列表", "LeftButtonText": "到左边", "RightPanelText": "右侧列表", @@ -3333,7 +3333,7 @@ "RightHeaderTemplate": "右侧数据 Header 模板", "RightItemTemplate": "右侧数据项模板" }, - "BootstrapBlazor.Shared.Components.Samples.Uploads": { + "BootstrapBlazor.Server.Components.Samples.Uploads": { "UploadsTitle": "Upload 上传", "UploadsSubTitle": "通过点击上传文件", "UploadsNote": "如果上传文件过大,可能会触发 signalR 通讯中断问题,请自行调整 HubOptions 配置即可。", @@ -3420,7 +3420,7 @@ "UploadsRemoveMsg": "成功移除", "UploadsIconTemplate": "文件图标模板" }, - "BootstrapBlazor.Shared.Components.Samples.ValidateForms": { + "BootstrapBlazor.Server.Components.Samples.ValidateForms": { "ChangeButtonText": "更改组件", "ResetButtonText": "重置组件", "ValidateFormsSubmitButtonText": "提交表单", @@ -3506,7 +3506,7 @@ "ValidateMetadataTypeTitle": "MetadataType IValidateCollection", "ValidateMetadataTypeIntro": "模型通过 [MetadataType(typeof(MockModelMetadataType))] 指定元数据类型 MockModelMetadataType 进行模型验证,如果指定模型继承 IValidateCollection 接口时,调用其 Validate 方法进行数据合规性检查" }, - "BootstrapBlazor.Shared.Components.Samples.Ajaxs": { + "BootstrapBlazor.Server.Components.Samples.Ajaxs": { "AjaxTitle": "Ajax调用", "AjaxDescribe": "用于直接在浏览器使用 fetch 方法与服务器交互,目前只支持输入输出皆为 json,返回值为 json 字符串,可以自行转换处理。", "NormalTitle": "基础用法", @@ -3522,7 +3522,7 @@ "GoToButtonText1": "跳转到文档首页", "GoToButtonText2": "跳转到自己(刷新页面)" }, - "BootstrapBlazor.Shared.Components.Samples.Avatars": { + "BootstrapBlazor.Server.Components.Samples.Avatars": { "Title": "Avatar 头像", "SubTitle": "用图标、图片或者字符的形式展示用户或事物信息。", "BasicUsageTitle": "基础用法", @@ -3546,7 +3546,7 @@ "BorderDiv1": "第一幅圆角正方形头像框加载正确,所以边框为 蓝色", "BorderDiv2": "第二幅圆形头像加载图片路径错误,所以边框为 红色,图片显示为默认图标" }, - "BootstrapBlazor.Shared.Components.Samples.Badges": { + "BootstrapBlazor.Server.Components.Samples.Badges": { "Title": "Badge 徽章组件", "SubTitle": "出现在按钮、图标旁的数字或状态标记", "BasicusageTitle": "基础用法", @@ -3561,7 +3561,7 @@ "IsPill": "胶囊样式", "ButtonSpan": "主要按钮" }, - "BootstrapBlazor.Shared.Components.Samples.BarcodeReaders": { + "BootstrapBlazor.Server.Components.Samples.BarcodeReaders": { "Title": "BarcodeReader 条码扫描", "SubTitle": "本组件通过调用摄像头对条码进行扫描,获取到条码内容条码/QR码", "Attention": "特别注意:", @@ -3607,7 +3607,7 @@ "OpenCameraLog": "打开摄像头", "CloseCameraLog": "关闭摄像头" }, - "BootstrapBlazor.Shared.Components.Samples.Blocks": { + "BootstrapBlazor.Server.Components.Samples.Blocks": { "Title": "Block 条件块", "SubTitle": "根据参数条件决定是否显示块内容,通常与权限授权配合使用", "BasicUsageTitle": "普通用法", @@ -3638,7 +3638,7 @@ "UsersDiv1": "当前用户 {0} 允许看到此内容", "RolesDiv1": "当前角色 User 允许看到此内容" }, - "BootstrapBlazor.Shared.Components.Samples.Cards": { + "BootstrapBlazor.Server.Components.Samples.Cards": { "Title": "Card 卡片", "SubTitle": "将信息聚合在卡片容器中展示", "BasicUsageTitle": "Card 卡片组件", @@ -3670,7 +3670,7 @@ "CollapsibleHeaderTemplate": "这里是模板", "ShadowBody": "阴影特效示例" }, - "BootstrapBlazor.Shared.Components.Samples.Calendars": { + "BootstrapBlazor.Server.Components.Samples.Calendars": { "Title": "Calendar 日历框", "SubTitle": "按照日历形式展示数据的容器。当数据是日期或按照日期划分时,例如日程、课表、价格日历等,农历等。目前支持年/月切换。", "BasicUsageTitle": "基础用法", @@ -3698,7 +3698,7 @@ "English": "英语", "Study": "自习" }, - "BootstrapBlazor.Shared.Components.Samples.Cameras": { + "BootstrapBlazor.Server.Components.Samples.Cameras": { "Title": "Camera 摄像头拍照组件", "SubTitle": "本组件通过调用摄像头进行拍照操作", "Attention": "特别注意:", @@ -3727,7 +3727,7 @@ "SaveText": "保存", "NotFoundDevicesString": "未找到视频相关设备" }, - "BootstrapBlazor.Shared.Components.Samples.Captchas": { + "BootstrapBlazor.Server.Components.Samples.Captchas": { "Title": "Captchas 滑块验证码", "SubTitle": "通过拖动滑块进行人机识别", "BasicUsageTitle": "基础功能", @@ -3754,7 +3754,7 @@ "OnValid": "滑块验证码进行验证结果判断后回调此方法", "GetImageName": "自定义获取背景图文件名称方法" }, - "BootstrapBlazor.Shared.Components.Samples.Carousels": { + "BootstrapBlazor.Server.Components.Samples.Carousels": { "Title": "Carousel 走马灯", "SubTitle": "在有限空间内,循环播放同一类型的图片、文字等内容", "BasicUsageTitle": "基础用法", @@ -3787,7 +3787,7 @@ "HoverPause": "鼠标悬停时是否暂停播放", "PlayMode": "自动播放模式" }, - "BootstrapBlazor.Shared.Components.Samples.Client": { + "BootstrapBlazor.Server.Components.Samples.Client": { "Title": "获取客户端连接信息", "SubTitle": "多用于系统日志跟踪", "BasicUsageTitle": "普通用法", @@ -3808,7 +3808,7 @@ "Device": "设备", "Language": "语言" }, - "BootstrapBlazor.Shared.Components.Samples.Circles": { + "BootstrapBlazor.Server.Components.Samples.Circles": { "Title": "Circle 进度环", "SubTitle": "图表类组件。一般有两种用途:", "CircleTips1": "显示某项任务进度的百分比", @@ -3832,7 +3832,7 @@ "ChildContentP1": "消费人群规模", "ChildContentSpan": "总占人数" }, - "BootstrapBlazor.Shared.Components.Samples.Collapses": { + "BootstrapBlazor.Server.Components.Samples.Collapses": { "Title": "Collapse 折叠面板", "SubTitle": "通过折叠面板收纳内容区域", "BasicUsageTitle": "基础用法", @@ -3872,7 +3872,7 @@ "CollapseItemAttributeHeaderTemplate": "Header 模板", "CollapseItemAttributeIsCollapsed": "当前状态是否收缩" }, - "BootstrapBlazor.Shared.Components.Samples.DateTimeRanges": { + "BootstrapBlazor.Server.Components.Samples.DateTimeRanges": { "Title": "DateTimeRange 日期时间段选择器", "Description": "在同一个选择器里选择一段日期", "NormalTitle": "基本功能", @@ -3900,11 +3900,11 @@ "ViewModeTitle": "显示模式", "ViewModeIntro": "通过设置 ViewMode=\"DatePickerViewMode.Year\" 使组件视图为年视图,设置 ViewMode=\"DatePickerViewMode.Month\" 使组件视图为年视图" }, - "BootstrapBlazor.Shared.Components.Samples.Ips": { + "BootstrapBlazor.Server.Components.Samples.Ips": { "IpNormalTitle": "基础用法", "IpNormalIntro": "分段录入并显示 ip 地址,例如:192.168.1.1" }, - "BootstrapBlazor.Shared.Components.Samples.Displays": { + "BootstrapBlazor.Server.Components.Samples.Displays": { "Title": "Display 显示组件", "SubTitle": "显示静态文本数据", "BasicUsageTitle": "基础用法", @@ -3942,7 +3942,7 @@ "ShowTooltipTitle": "显示 Tooltip", "ShowTooltipIntro": "组件包裹 Tooltip 或者 ShowTooltip=\"true\" 后内置 BootstrapInputGroup 组件使用" }, - "BootstrapBlazor.Shared.Components.Samples.DropdownWidgets": { + "BootstrapBlazor.Server.Components.Samples.DropdownWidgets": { "Title": "DropdownWidget 下拉挂件", "SubTitle": "多用于头部信息汇总展示", "BasicUsageTitle": "基础用法", @@ -3965,7 +3965,7 @@ "BasicUsageViewTasks": "查看所有任务", "OnItemCloseAsync": "关闭菜单项回调方法" }, - "BootstrapBlazor.Shared.Components.Samples.Empties": { + "BootstrapBlazor.Server.Components.Samples.Empties": { "Title": "Empty 空状态", "SubTitle": "空状态时的展示占位图", "NormalTitle": "基础用法", @@ -3985,7 +3985,7 @@ "TemplateText": "自定义空状态模板", "TemplateIButtonText": "返回上一页" }, - "BootstrapBlazor.Shared.Components.Samples.GroupBoxes": { + "BootstrapBlazor.Server.Components.Samples.GroupBoxes": { "Title": "GroupBox 集合组件", "SubTitle": "模拟 WinForm 的 GroupBox 组件", "BasicUsageTitle": "基础用法", @@ -3995,7 +3995,7 @@ "GroupP1": "我是 GroupBox 示例", "GroupP2": "更多示例请参考 EditorForms 表单示例 [传送门]" }, - "BootstrapBlazor.Shared.Components.Samples.LinkButtons": { + "BootstrapBlazor.Server.Components.Samples.LinkButtons": { "LinkButtonsComTitle": "LinkButton 链接按钮", "LinkButtonsSubTitle": "提供 A 标签按钮", "LinkButtonTextTitle": "链接按钮", @@ -4033,7 +4033,7 @@ "LinkButtonColorText": "颜色按钮", "LinkButtonVerticalText": "测试按钮" }, - "BootstrapBlazor.Shared.Components.Samples.ListViews": { + "BootstrapBlazor.Server.Components.Samples.ListViews": { "ListViewsTitle": "ListView 列表视图", "ListViewsSubTitle": "提供规则排列控件", "ProductListText": "产品列表", @@ -4064,7 +4064,7 @@ "GroupItemOrderCallback": "组件分组项内项目集合排序回调方法", "GroupHeaderTextCallback": "分组标题显示文本回调方法" }, - "BootstrapBlazor.Shared.Components.Samples.Locators": { + "BootstrapBlazor.Server.Components.Samples.Locators": { "LocatorsTitle": "获取 IP 地理位置", "LocatorsSubTitle": "多用于系统日志跟踪与分析", "LocatorsNormalTitle": "普通用法", @@ -4086,7 +4086,7 @@ "LocatorsNormalButtonText": "定位", "LocatorsProviderDesc": "组件库内置两个地理位置定位器分别为 BaiduIpLocatorProvider BaiduIpLocatorProviderV2" }, - "BootstrapBlazor.Shared.Components.Samples.Print": { + "BootstrapBlazor.Server.Components.Samples.Print": { "PrintsTitle": "Print 打印按钮", "PrintsSubTitle": "用于打印文档或者局部视图", "PrintsTips1": "设置 PreviewUrl 时,单开一个新网页进行打印预览,点击此页面的打印按钮进行网页打印", @@ -4102,7 +4102,7 @@ "PrintServiceIntro": "通过设置要打印的内容组件,直接调用 打印服务 进行打印作业,打印服务 PrintService 服务文档 [传送门]", "PrintsDialogTitle": "数据查询窗口" }, - "BootstrapBlazor.Shared.Components.Samples.Tags": { + "BootstrapBlazor.Server.Components.Samples.Tags": { "TagsTitle": "Tag 标签", "TagsSubTitle": "用于标记和选择。", "Tag1": "标签一", @@ -4125,7 +4125,7 @@ "TagsShowDismiss": "关闭按钮", "TagsOnDismiss": "关闭标签回调方法" }, - "BootstrapBlazor.Shared.Components.Samples.Timelines": { + "BootstrapBlazor.Server.Components.Samples.Timelines": { "TimelinesTitle": "Timeline 时间线", "TimelinesSubTitle": "可视化地呈现时间流信息", "TimelinesNormalTitle": "基础用法", @@ -4164,7 +4164,7 @@ "TimelinesComponent": "节点自定义组件", "TimelinesAttributeTitle": "TimelineItem 属性" }, - "BootstrapBlazor.Shared.Components.Samples.Searches": { + "BootstrapBlazor.Server.Components.Samples.Searches": { "SearchesTitle": "Search 搜索框", "SearchesSubTitle": "用于数据搜索", "SearchesPlaceHolder": "搜索示例", @@ -4197,7 +4197,7 @@ "SearchesOnSearch": "点击搜索时回调此委托", "SearchesOnClear": "点击清空时回调此委托" }, - "BootstrapBlazor.Shared.Components.Samples.Titles": { + "BootstrapBlazor.Server.Components.Samples.Titles": { "Title": "Title 网站标题", "SubTitle": "用于设置网页页面标题", "Tips": "

    NET6.0 可使用微软 PageTitle 组件,用于设置网页标题,本组建额外提供了以服务的形式设置当前网页标题

    ", @@ -4217,32 +4217,32 @@ "StaticB": "特别注意:", "StaticDiv": "使用此种方法时请在 App 或者 MainLayout 或者 Page 中添加 未设置 Text 属性Title 组件" }, - "BootstrapBlazor.Shared.Components.Components.DemoBlock": { + "BootstrapBlazor.Server.Components.Components.DemoBlock": { "Title": "未设置", "TooltipText": "已拷贝到剪贴板" }, - "BootstrapBlazor.Shared.Components.Components.Tips": { + "BootstrapBlazor.Server.Components.Components.Tips": { "Title": "小提示" }, - "BootstrapBlazor.Shared.Components.Components.AttributeTable": { + "BootstrapBlazor.Server.Components.Components.AttributeTable": { "Title": "Attributes 属性" }, - "BootstrapBlazor.Shared.Components.Components.MethodTable": { + "BootstrapBlazor.Server.Components.Components.MethodTable": { "Title": "Methods 方法" }, - "BootstrapBlazor.Shared.Components.Common.AttributeItem": { + "BootstrapBlazor.Server.Components.Common.AttributeItem": { "Name": "参数", "Description": "说明", "Type": "类型", "ValueList": "可选值", "DefaultValue": "默认值" }, - "BootstrapBlazor.Shared.Components.Common.EventItem": { + "BootstrapBlazor.Server.Components.Common.EventItem": { "Name": "参数", "Description": "说明", "Type": "类型" }, - "BootstrapBlazor.Shared.Components.Common.MethodItem": { + "BootstrapBlazor.Server.Components.Common.MethodItem": { "Title": "Methods 方法", "Name": "参数", "Description": "说明", @@ -4250,7 +4250,7 @@ "Parameters": "参数", "ReturnValue": "返回值" }, - "BootstrapBlazor.Shared.Components.Layout.ComponentLayout": { + "BootstrapBlazor.Server.Components.Layout.ComponentLayout": { "Title": "基于 Bootstrap 和 Blazor 的企业级组件库", "Example": "示例", "Video": "相关视频", @@ -4260,7 +4260,7 @@ "IconTheme": "图标主题", "Group": "交流群" }, - "BootstrapBlazor.Shared.Components.Samples.Alerts": { + "BootstrapBlazor.Server.Components.Samples.Alerts": { "Title": "Alert 警告", "SubTitle": "用于页面中展示重要的提示信息。", "BaseUsageText": "基础用法", @@ -4283,7 +4283,7 @@ "AlertInfoText": "信息的警告框", "AlertDarkText": "黑暗的警告框" }, - "BootstrapBlazor.Shared.Components.Samples.RibbonTabs": { + "BootstrapBlazor.Server.Components.Samples.RibbonTabs": { "RibbonTabsTitle": "RibbonTab 选项卡", "RibbonTabsDescription": "Office 菜单选项卡", "RibbonTabsNormalTitle": "基本用法", @@ -4326,7 +4326,7 @@ "RibbonTabsAnchorIntro": "通过设置 IsSupportAnchor 开启是否支持锚点功能", "RibbonTabsAnchorDesc": "通过设置 EncodeAnchorCallback 自定义哈希编码规则,通过设置 DecodeAnchorCallback 自定义哈希解码规则,通过这两个方法支持自定义多级哈希,本例中特意使用组合 Hash 使页面滚动到下方" }, - "BootstrapBlazor.Shared.Components.Samples.Logouts": { + "BootstrapBlazor.Server.Components.Samples.Logouts": { "LogoutsTitle": "Logout 登出组件", "LogoutsDescription": "用于网站登出操作", "LogoutsNormalTitle": "普通用法", @@ -4345,13 +4345,13 @@ "LogoutsLinkTemplatePersonalCenter": "个人中心", "LogoutsLinkTemplateSetup": "设置" }, - "BootstrapBlazor.Shared.Components.Samples.AutoRedirects": { + "BootstrapBlazor.Server.Components.Samples.AutoRedirects": { "Title": "AutoRedirect 自动跳转组件", "Description": "通过设置的地址,当页面无鼠标或者键盘动作时自动跳转到指定页面", "NormalTitle": "普通用法", "NormalIntro": "通过设置 Interval 间隔,当无鼠标或者键盘动作时自动跳转到 RedirectUrl 设置的地址" }, - "BootstrapBlazor.Shared.Components.Samples.AnchorLinks": { + "BootstrapBlazor.Server.Components.Samples.AnchorLinks": { "AnchorLinkTitle": "AnchorLink 锚点链接", "AnchorLinkDescribe1": "应用于标题带", "AnchorLinkDescribe2": "的锚点链接,点击拷贝方便分享", @@ -4368,7 +4368,7 @@ "AttrTooltipText": "提示栏文本", "AnchorLinkText": "我是一个可以点击的锚点链接" }, - "BootstrapBlazor.Shared.Components.Samples.QRCodes": { + "BootstrapBlazor.Server.Components.Samples.QRCodes": { "QRCodesTitle": "QRCode 二维码", "QRCodesSubTitle": "用于二维码生成", "QRCodesNormalTitle": "基础用法", @@ -4395,7 +4395,7 @@ "QRCodesClearButtonTextValue": "清除", "QRCodesGenerateButtonTextValue": "生成" }, - "BootstrapBlazor.Shared.Components.Samples.Anchors": { + "BootstrapBlazor.Server.Components.Samples.Anchors": { "Title": "Anchor 锚点", "SubTitle": "用于跳转到页面指定位置", "BaseUsageText": "基础用法", @@ -4408,13 +4408,13 @@ "DescOffset": "偏移量用于调整间隙使用", "DescChildContent": "内容" }, - "BootstrapBlazor.Shared.Components.Samples.Breadcrumbs": { + "BootstrapBlazor.Server.Components.Samples.Breadcrumbs": { "Title": "Breadcrumb 面包屑", "Describe": "显示当前页面的路径,快速返回之前的任意页面。", "Block1Title": "基础用法", "Block1Intro": "适用广泛的基础用法。" }, - "BootstrapBlazor.Shared.Data.Foo": { + "BootstrapBlazor.Server.Data.Foo": { "Name": "姓名", "DateTime": "日期", "Address": "地址", @@ -4439,45 +4439,45 @@ "False": "未通过", "NullItemText": "未设置" }, - "BootstrapBlazor.Shared.Components.Samples.ValidateForms.ComplexFoo": { + "BootstrapBlazor.Server.Components.Samples.ValidateForms.ComplexFoo": { "Name": "姓名", "Name.Required": "{0} 值是必填项" }, - "BootstrapBlazor.Shared.Components.Samples.ValidateForms.Dummy2": { + "BootstrapBlazor.Server.Components.Samples.ValidateForms.Dummy2": { "Name": "姓名", "Name.Required": "Dummy2 {0} 值是必填项" }, - "BootstrapBlazor.Shared.Data.EnumEducation": { + "BootstrapBlazor.Server.Data.EnumEducation": { "PlaceHolder": "请选择 ...", "Primary": "小学", "Middle": "中学" }, - "BootstrapBlazor.Shared.Components.Components.ThemeChooser": { + "BootstrapBlazor.Server.Components.Components.ThemeChooser": { "Title": "点击切换主题", "HeaderText": "请选择主题" }, - "BootstrapBlazor.Shared.Components.Samples.Uploads.Person": { + "BootstrapBlazor.Server.Components.Samples.Uploads.Person": { "Name": "姓名", "Name.Required": "{0}不能为空", "Picture": "上传文件", "Picture.Required": "上传文件不能为空" }, - "BootstrapBlazor.Shared.Components.Components.CultureChooser": { + "BootstrapBlazor.Server.Components.Components.CultureChooser": { "Label": "语言:" }, - "BootstrapBlazor.Shared.Components.Components.GlobalSearch": { + "BootstrapBlazor.Server.Components.Components.GlobalSearch": { "SearchPlaceHolder": "搜索", "SearchStatus": "Powered by BootstrapBlazor", "SearchResultPlaceHolder": "键入要搜索的内容" }, - "BootstrapBlazor.Shared.Components.Components.Header": { + "BootstrapBlazor.Server.Components.Components.Header": { "DownloadText": "Download", "HomeText": "首页", "ComponentsText": "组件", "IntroductionText": "文档", "TutorialsText": "实战" }, - "BootstrapBlazor.Shared.Components.Layout.BaseLayout": { + "BootstrapBlazor.Server.Components.Layout.BaseLayout": { "SiteTitle": "Bootstrap Blazor - 组件库", "FlowText": "工作流", "InstallAppText": "安装小程序", @@ -4488,7 +4488,7 @@ "LightMode": "明亮模式", "DarkMode": "暗黑模式" }, - "BootstrapBlazor.Shared.Components.Layout.NavMenu": { + "BootstrapBlazor.Server.Components.Layout.NavMenu": { "GetStarted": "快速上手", "Introduction": "简介", "Install": "类库安装", @@ -4770,7 +4770,7 @@ "WinBox": "窗口 WinBox", "Player": "播放器 Player" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesHeader": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesHeader": { "TablesHeaderTitle": "表头分组功能", "TablesHeaderDescription": "数据结构比较复杂的时候,可使用多级表头来展现数据的层次关系", "TablesHeaderNormalTitle": "基础用法", @@ -4782,7 +4782,7 @@ "TablesHeaderNormal_Name": "个人姓名", "TablesHeaderNormal_Address": "个人地址" }, - "BootstrapBlazor.Shared.Components.Samples.SelectTrees": { + "BootstrapBlazor.Server.Components.Samples.SelectTrees": { "SelectTreesTitle": "树状选择器 SelectTree", "SelectTreesDescription": "下拉框内呈现树状数据结构,供选择", "SelectTreesNormalTitle": "普通用法", @@ -4799,7 +4799,7 @@ "SelectTreesIsPopoverIntro": "通过设置 IsPopover 参数,组件使用 popover 渲染 UI 防止由于父容器设置 overflow: hidden; 使弹窗无法显示问题", "SelectTreesClientValidationButtonText": "提交" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesDetailRow": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesDetailRow": { "TablesDetailRowTitle": "显示明细行功能", "TablesDetailRowDesc": "用于展示父子关系表数据", "DetailRowTemplateTitle": "简单应用", @@ -4823,7 +4823,7 @@ "TabItemText": "关联数据", "DetailRowTemplateIsAccordion": "手风琴效果" }, - "BootstrapBlazor.Shared.Components.Samples.Table.Tables": { + "BootstrapBlazor.Server.Components.Samples.Table.Tables": { "ButtonAddColumnText": "增加列", "ButtonRemoveColumnText": "移除列", "TableBaseTitle": "Table 表格", @@ -5021,7 +5021,7 @@ "TableBaseHeaderStyleMode": "表头模式", "IsPopoverToolbarDropdownButtonAttr": "工具栏下拉框按钮是否浮动" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesColumn": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesColumn": { "TablesColumnTitle": "Table 表格", "TablesColumnDescription": "用于展示多条结构类似的数据,可对数据进行排序、筛选、对比或其他自定义操作。", "ColumnTextTitle": "自定义列名", @@ -5063,14 +5063,14 @@ "ColumnOrderTitle": "列顺序", "ColumnOrderIntro": "通过设置 TableColumnOrder 参数进行设置顺序" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesColumnDrag": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesColumnDrag": { "TablesColumnTitle": "Table 表格", "TablesColumnDescription": "用于展示多条结构类似的数据,可对数据进行排序、筛选、对比或其他自定义操作。", "AllowDragOrderTitle": "允许拖动列标题调整表格列顺序", "AllowDragOrderIntro": "通过指定 AllowDragColumn 设置表格列允许拖动列标题调整表格列顺序", "AllowDragOrderDesc": "

    在列标题上按下鼠标拖动到其他列标题位置可将该列调整至目标列之前,但 Table 组件内置的列如明细行列、行号列、选择列、操作列等不可被调整

    本示例通过设置 ClientTableName 参数开启了本地化存储,拖动调整顺序后,可刷新页面,列顺序是保持上次状态的

    通过设置 ColumnOrderCallback 回调方法可以实现服务器端列顺序持久化

    " }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesColumnResizing": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesColumnResizing": { "TablesColumnTitle": "Table 表格", "TablesColumnDescription": "用于展示多条结构类似的数据,可对数据进行排序、筛选、对比或其他自定义操作。", "WidthTitle": "自定义各列宽度", @@ -5090,7 +5090,7 @@ "CustomerButtonContent": "通过不同的函数区分按钮处理逻辑,参数 Items 为 Table 组件中选中的行数据集合,当前选择数据 {0} 条", "OnRowButtonClickContent": "通过不同的函数区分按钮处理逻辑,参数 Item 为当前行数据" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesColumnList": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesColumnList": { "TablesColumnTitle": "Table 表格", "TablesColumnDescription": "用于展示多条结构类似的数据,可对数据进行排序、筛选、对比或其他自定义操作。", "ShownWithBreakPointTitle": "根据屏幕宽度自动显示/隐藏列", @@ -5113,7 +5113,7 @@ "ResetVisibleColumnsButtonText": "设置列隐藏信息", "ResetVisibleColumnsDesc": "通过调用 Table 实例方法 ResetVisibleColumns 可设置任意列显示隐藏属性" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesColumnTemplate": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesColumnTemplate": { "TablesColumnTitle": "Table 表格", "TablesColumnDescription": "用于展示多条结构类似的数据,可对数据进行排序、筛选、对比或其他自定义操作。", "TableColumnTitle": "自定义列数据模板", @@ -5134,7 +5134,7 @@ "AutoGenerateColumnsP2": " 本例中通过 [AutoGenerateColumn(Order = 1, FormatString = \"yyyy-MM-dd\")] 标签格式化 日期 列;通过代码中设置模板列对 Complete 列进行自定义使用 Switch 组件进行渲染;通过 [AutoGenerateColumn(Order = 10)] 标签中的 Order 对显示顺序进行设定", "TableTemplateTips": "特别注意:在使用 列模板 时,实际的应用场景经常遇到几列或者多列需要联动的情况,此时直接将联动的组件放置到 EditTemplate 内时是无法完成联动的,正确的做法是将需要联动小组件独立成一个组件,在此组件内部完成联动" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesEdit": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesEdit": { "TablesEditTitle": "Table 表格", "TablesEditDescription": "常用于单表维护,通过属性配置实现简单的增、删、改、查、排序、过滤、搜索等常用功能,通过 Template 的高级用法能实现非常复杂的业务需求功能", "TablesEditItemsTitle": "使用集合作为数据源实现编辑功能", @@ -5196,7 +5196,7 @@ "TablesTemplateColumnDescription": "通过设置 Text 属性设置标题显示文字,通过 Template 设置单元格显示内容,模板上下文为 TableColumnContext 实例,可通过 @v.Row 获得当前行模型实例,模板列不参与数据编辑功能如 新建 编辑", "TableTemplateColumnText": "模板列" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesVirtualization": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesVirtualization": { "TablesVirtualizationTitle": "Table 虚拟滚动行", "TablesVirtualizationDescription": "Table 组件显示大数据时通常采用分页加载数据,还有一种虚拟行的技术类似手机滚动到底部时后台自动加载数据", "VirtualizationNormalTitle": "基础用法", @@ -5210,7 +5210,7 @@ "VirtualizationDynamicIntro": "设置 OnQueryAsync 回调通过参数 StartIndex PageItems 获取数据", "VirtualizationDynamicDescription": "快速滚动时显示行占位,提升用户体验" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesLoading": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesLoading": { "TablesLoadingTitle": "显示数据加载功能", "TablesLoadingDescription": "调用远端数据接口时,由于网络原因可能出现延时情况,可使用显示加载功能进行屏蔽", "TablesLoadingShowLoadingTitle": "基础用法", @@ -5220,7 +5220,7 @@ "TablesLoadingShowLoadingInFirstRenderTitle": "关闭加载动画", "TablesLoadingShowLoadingInFirstRenderIntro": "设置 ShowLoadingInFirstRender 即可" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesTree": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesTree": { "TablesTreeTitle": "Table 树形数据展示", "TablesTreeDescription": "表格支持树形数据的展示", "TablesTreeTip_title": "通过 IsTree 参数控制是否为树形数据", @@ -5245,7 +5245,7 @@ "TablesTreeIconTips1": "默认层次缩进宽度为 16px 通过设置 Indent 更改缩进宽度", "TablesTreeIconTips2": "本例中更改缩进宽度为 8px" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesWrap": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesWrap": { "TablesWrapTitle": "Table 换行示例", "TablesWrapDescription": "当表头或者行内单元格内容超长时,通过样式更改实现省略、换行等效果", "TablesWrapTip": "注意:由于 Table 组件已实现适配移动端功能,此演示需在电脑端查看", @@ -5287,7 +5287,7 @@ "TablesWrapCustomCellTemplate_State": "状态", "TablesWrapCustomCellTemplate_Time": "时间" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesTracking": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesTracking": { "TablesTrackingTitle": "Table 表格", "TablesTrackingDescription": "适用于父子表一起提交的应用场景", "TablesTrackingNormalTitle": "跟踪模式", @@ -5295,7 +5295,7 @@ "TablesTrackingNormalTips1": "可通过设置 ShowToastAfterSaveOrDeleteModel='false' 关闭 保存 删除 按钮的提示信息", "TablesTrackingNormalTips2": "此模式下所有数据编辑均编辑原始数据,通过 bind-Items 更新数据源,所以不提供 取消 按钮" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesFooter": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesFooter": { "TablesFooterTitle": "Table 统计功能", "TablesFooterDescription": "用于数据统计", "TablesFooterStatisticsTitle": "数据统计示例", @@ -5310,7 +5310,7 @@ "TablesFooterTemplateSentences": "这里可以写一些描述性的语句", "TablesFooterTemplateTotal": "合计:" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesAutoRefresh": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesAutoRefresh": { "TablesAutoRefreshTitle": "自动刷新表格功能", "TablesAutoRefreshDescription": "在某种应用场景中,数据源的变化需要重新刷新表格组件", "TablesAutoRefreshNormalTitle": "自动刷新", @@ -5323,7 +5323,7 @@ "TablesAutoRefreshControlToggleAuto": "更改 Auto", "TablesAutoRefreshControlIsAutoRefresh": "当前值" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesSelection": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesSelection": { "TablesSelectionTitle": "Table 表格", "TablesSelectionDescription": "通过设置 SelectedRows 设置表格行状态,通过选中样式可以设置高亮", "TablesSelectionNormalTitle": "设置选中行功能", @@ -5340,7 +5340,7 @@ "TablesSelectionScrollDescription": "点击按钮后选中最后一行,并且将选中行自动滚动到视窗可见区域内,本代码为示例,本功能可通过设置 AutoScrollLastSelectedRowToView=\"true\" 开启,通过 AutoScrollVerticalAlign 参数设置对齐方式", "TablesSelectionScrollButtonText": "选中最后一行" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesExcel": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesExcel": { "TablesExcelTitle": "Table 表格", "TablesExcelDescription": "常用于大数据单表维护", "TablesExcelOnQueryTitle": "绑定集合", @@ -5372,7 +5372,7 @@ "TablesExcelCellRenderTips1": "IsFixedHeader 固定表头 高度设定为 Height='500px'", "TablesExcelCellRenderTips2": "Name 不可编辑显示头像" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesDynamicExcel": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesDynamicExcel": { "TablesDynamicExcelTitle": "Table 表格", "TablesDynamicExcelDescription": "常用于大数据单表维护", "TablesDynamicExcelNormalTitle": "Excel 模式", @@ -5402,7 +5402,7 @@ "TablesDynamicExcelKeyboardTips3_note4": "内部方法会更新原始数据源 DataTable", "TablesDynamicExcelKeyboardTips3_note5": "输出日志信息" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesExport": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesExport": { "TablesExportTitle": "Table 表格", "TablesExportDescription1": "通过设置 ShowExportButton 参数显示导出按钮,组件内置导出 Excel/Csv/Pdf 功能", "TablesExportDescription2": "导出功能提供了导出回调方法 OnExportAsync 使用时可以通过提供自定义的导出方法进行数据导出,如果未提供数据导出方法,组件会根据注入的导出服务进行数据导出", @@ -5428,7 +5428,7 @@ "TablesExportPdfNote1": "注入 Html2Pdf 服务", "TablesExportPdfNote2": "增加 Html2Pdf 导出服务" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesToolbar": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesToolbar": { "TablesToolbarTitle": "Table 表格", "TablesToolbarDescription": "用于展示多条结构类似的数据,可对数据进行排序、筛选、对比或其他自定义操作。", "TablesToolbarNormalTitle": "带 Toolbar 的表格", @@ -5455,7 +5455,7 @@ "TablesToolbarShowRefreshIntro": "设置 ShowToolbar=\"true\" ShowRefresh=\"false\" 组合条件显示工具栏并且不显示刷新按钮", "TablesToolbarShowRefreshDesc": "点击 刷新 按钮组件内部调用组件实例方法 QueryAsync 如果是 虚拟滚动 模式根据数据源不同触发不同请求数据模式;如果是使用 OnQueryAsync 回调方法作为数据源时,会自动调用" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesCell": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesCell": { "TablesCellTitle": "Table 表格", "TablesCellDescription": "单元格相关操作示例", "TableCellMergeCellTitle": "合并单元格", @@ -5473,7 +5473,7 @@ "TableCellOnDoubleClickCellCurrentCellName": "当前单元格名称:", "TableCellOnDoubleClickCellCurrentValue": "当前值:" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesLookup": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesLookup": { "TablesLookupTitle": "Table 表格", "TablesLookupDescription": "用于自动将外键列转换成 Text 显示文字", "TableLookupNormalTitle": "Lookup 外置数据源", @@ -5482,7 +5482,7 @@ "TableLookupNormalTips3": "本例中使用 ILookupService 服务进行统一处理,通过设置 LookupServiceKey=\"Foo.Complete\",从服务中获取 Complete 相关数据集合,将值 true 自动转化为 通过 false 转化为 未通过", "TableLookupNormalTips1": "关于详细 ILookupService 文档请参阅 [传送门]" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesRow": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesRow": { "TablesRowTitle": "Table 表格", "TablesRowDesc": "用于展示多条结构类似的数据,可对数据进行排序、筛选、对比或其他自定义操作。", "RowNumberTitle": "显示行号", @@ -5510,7 +5510,7 @@ "RowTemplateIntro": "通过设置 RowTemplate 模板,可通过分装组件的方式实现自定义行内单元格联动逻辑,达到性能最优化,避免单元格数据刷新导致联动后需要刷新整个表格组件的问题,可用于销售类软件,调整单价时总价列变化需求", "RowTemplateDesc": "本例中通过自定义组件,实现选择日期后,联动数量列,随机生成一个随机数字,并且保存到原始数据中,从而不需要刷新整个 Table 组件" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesDynamic": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesDynamic": { "TablesDynamicTitle": "Table 表格", "TablesDynamicDescription": "支持动态添加列", "TablesDynamicDataTableTitle": "普通用法", @@ -5525,7 +5525,7 @@ "TablesDynamicDynamicColButtonAddColumnText": "增加列", "TablesDynamicDynamicColButtonRemoveColumnText": "移除列" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesSearch": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesSearch": { "TablesSearchTitle": "Table 表格", "TablesSearchDesc": "常用于单表维护,通过属性配置实现简单的增、删、改、查、排序、过滤、搜索等常用功能,通过 Template 的高级用法能实现非常复杂的业务需求功能", "SearchTableTips": "Table 组件的搜索功能提供两种模式,可通过 SearchMode 进行设置,默认为 Popup 即弹窗模式,Top 模式下搜索栏会内置到表格上方,此模式下 刷新 按钮与 搜索 按钮二合一,可以通过设置 ShowSearchButton=false 关闭搜索按钮", @@ -5569,7 +5569,7 @@ "AddressPlaceholder": "请输入地址,500字以内", "AutoHeightIntro": "

    高度自适应

    本例中设置父容器高度为 600px 展开/收起搜索栏时,表格自动充满父容器

    " }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesFilter": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesFilter": { "MultiFilterTitle": "多选列表筛选", "MultiFilterIntro": "通过 FilterTemplate 使用内置 MultiFilter 组件提供多选筛选功能", "MultiFilterTips": "组件提供 Items OnGetItemsAsync 两种设置数据源方式", @@ -5611,7 +5611,7 @@ "SetFilterInCodeButtonText2": "重置条件", "TablesFilterTemplateDescription": "FilterTemplate 类型为 RenderFragment 其值为自定义组件,组件必须继承 FilterBase 本例中最后一列 数量列 通过筛选模板使用自定义组件 CustomerFilter [传送门] CustomerFilter 组件源码" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesFixedHeader": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesFixedHeader": { "TablesFixedHeaderTitle": "固定表头功能", "TablesFixedHeaderDesc": "滚动数据时表头固定方便查看各列表头信息", "TablesFixedHeaderDescP": " 本组件固定表头做法采用的是 双表头 做法,常见问题时出现列不对齐的问题,根据自己实际情况请自行添加部分样式,
    固定表头用法请尽可能的设置每列宽度,以避免列宽不对齐的问题", @@ -5633,7 +5633,7 @@ "DialogTitle": "弹窗内使用", "DialogButtonText": "弹窗" }, - "BootstrapBlazor.Shared.Components.Samples.Table.TablesAttribute": { + "BootstrapBlazor.Server.Components.Samples.Table.TablesAttribute": { "TableAttributeTitle": "特性标签 AutoGenerateClassAttribute/AutoGenerateColumnAttribute", "TableAttributeDescription": "通过使用特性标签可以大大节约代码", "AutoGenerateClassAttribute": "类标签 AutoGenerateClassAttribute", @@ -5654,7 +5654,7 @@ "TableAttributeQAP3": "最新版本 TableColumnFilterable 等一些参数值均更改为 可为空数据类型,其默认值由原来的 false 更改为 null,可由此判断,只要 TableColumn 的参数 Filterable 值不为空,即以 TableColumn 值为最终 UI 值", "TableAttributeColumn": "TableColumn 显示设置值" }, - "BootstrapBlazor.Shared.Components.Pages.Introduction": { + "BootstrapBlazor.Server.Components.Pages.Introduction": { "Title": "简介", "P1": "BootstrapBlazor 是一套基于 Bootstrap 和 Blazor 的企业级组件库,可以认为是 Bootstrap 项目的 Blazor 版实现。", "P2": "依赖关系为:BootstrapBlazor > Bootstrap", @@ -5688,15 +5688,15 @@ "AdvantageLi5": "组件支持组合", "Community": "交流群" }, - "BootstrapBlazor.Shared.Components.Components.QQGroup": { + "BootstrapBlazor.Server.Components.Components.QQGroup": { "Group": "QQ群", "Status": "满", "Welcome": "欢迎加群讨论" }, - "BootstrapBlazor.Shared.Components.Components.EventTable": { + "BootstrapBlazor.Server.Components.Components.EventTable": { "Title": "事件 Event" }, - "BootstrapBlazor.Shared.Components.Samples.Handwrittens": { + "BootstrapBlazor.Server.Components.Samples.Handwrittens": { "Title": "Handwritten 手写签名", "SubTitle": "用于移动终端签名保存为 Base64 编码字符串", "Tips": "已弃用,请使用 BootstrapBlazor.SignaturePad 组件,已知问题在弹窗中无法签名", @@ -5711,7 +5711,7 @@ "Result": "手写签名imgBase64字符串", "HandwrittenBase64": "手写结果回调方法" }, - "BootstrapBlazor.Shared.Components.Samples.ImageViewers": { + "BootstrapBlazor.Server.Components.Samples.ImageViewers": { "ImageViewerTitle": "ImageViewer 图片", "ImageViewerDescription": "图片容器,在保留原生 img 的特性下,支持懒加载,自定义占位、加载失败等", "ImageViewerNormalTitle": "基本用法", @@ -5758,7 +5758,7 @@ "IntersectionObserverTitle": "懒加载", "IntersectionObserverIntro": "通过设置 IsIntersectionObserver=\"true\" 开启懒加载特性,当图片在不可见区域时不加载图片,当图片即将可见时才开始加载图片" }, - "BootstrapBlazor.Shared.Components.Samples.Geolocations": { + "BootstrapBlazor.Server.Components.Samples.Geolocations": { "GeolocationsTitle": "地理定位/移动距离追踪", "GeolocationNormalText": "基础用法", "GeolocationNormalIntro": "通过浏览器 API 获取定位信息。", @@ -5784,7 +5784,7 @@ "CurrentDistance": "移动距离", "TotalDistance": "总移动距离" }, - "BootstrapBlazor.Shared.Components.Samples.Notifications": { + "BootstrapBlazor.Server.Components.Samples.Notifications": { "NotificationsTitle": "通知", "NotificationsNormalTitle": "基础用法", "NotificationsNormalIntro": "通过浏览器API发送通知信息", @@ -5808,7 +5808,7 @@ "NotificationsNormalTitleSampleText": "你有新的物流通知", "NotificationsNormalMessageSampleText": "您的包裹已到达亮马河南路,距离分发只剩3站." }, - "BootstrapBlazor.Shared.Components.Samples.SignaturePads": { + "BootstrapBlazor.Server.Components.Samples.SignaturePads": { "BaseUsageText": "基础用法", "BaseUsageIntro": "鼠标滑动进行签名", "ButtonCssStyleText": "按钮CSS式样", @@ -5826,7 +5826,7 @@ "BackText": "返回前页", "TipsResponsive": "设备宽度小于 640px (例如手机) 自动置顶无边框, 宽度小于 500px 按钮自动旋转. 可选透明背景。" }, - "BootstrapBlazor.Shared.Components.Samples.SignaturePadPageResponsive": { + "BootstrapBlazor.Server.Components.Samples.SignaturePadPageResponsive": { "ResponsiveInterfaceText": "响应式签名界面", "ResultBase64Text": "签名 Base64", "ResultText": "您的签名", @@ -5834,7 +5834,7 @@ "BackText": "返回前页", "TipsResponsive": "设备宽度小于 640px (例如手机) 自动置顶无边框, 宽度小于 500px 按钮自动旋转. 可选透明背景。" }, - "BootstrapBlazor.Shared.Components.Samples.Reconnectors": { + "BootstrapBlazor.Server.Components.Samples.Reconnectors": { "Title": "Reconnector 重连组件", "SubTitle": "用于自定义连接失败时各种状态信息", "ReconnectingTemplateAttr": "正在尝试重试连接对话框的模板", @@ -5857,7 +5857,7 @@ "TableRow5": "
  • 服务器端线路发生故障。
  • 客户端断开连接的时间足以使服务器删除用户的状态。用户组件的实例已被处置。
  • 服务器已重启,或者应用的工作进程被回收。
  • ", "Application": "实战应用" }, - "BootstrapBlazor.Shared.Components.Samples.OnScreenKeyboards": { + "BootstrapBlazor.Server.Components.Samples.OnScreenKeyboards": { "OnScreenKeyboardsTitle": "On-Screen keyboard 屏幕键盘", "OnScreenKeyboardsNormalText": "基础用法", "OnScreenKeyboardsNormalIntro": "全键盘", @@ -5872,7 +5872,7 @@ "OnScreenKeyboardsCss": " .kioskboard-body-padding { padding-top: unset !important;} ", "OnScreenKeyboardsBasicTitle": "基础用法" }, - "BootstrapBlazor.Shared.Components.Samples.Bluetooth": { + "BootstrapBlazor.Server.Components.Samples.Bluetooth": { "BluetoothTitle": "IBluetooth 蓝牙服务", "BluetoothIntro": "提供了查询蓝牙可用性和请求访问设备的方法", "BluetoothDescription": "允许网站与连接到用户计算机的蓝牙设备进行通信。例如可以连接蓝牙打印机进行打印操作", @@ -5895,7 +5895,7 @@ "BluetoothGetCharacteristicsText": "读取特征列表", "BluetoothReadValueText": "读取特征值" }, - "BootstrapBlazor.Shared.Components.Samples.FileIcons": { + "BootstrapBlazor.Server.Components.Samples.FileIcons": { "Title": "File Icon 文件图标", "Intro": "通过文件扩展名自定义显示图标", "BaseUsageTitle": "基本用法", @@ -5910,7 +5910,7 @@ "IconColorAttr": "扩展名标签背景色", "BackgroundTemplateAttr": "自定义背景图模板" }, - "BootstrapBlazor.Shared.Components.Samples.PdfReaders": { + "BootstrapBlazor.Server.Components.Samples.PdfReaders": { "Title": "PDF Reader PDF阅读器", "PdfReaderNormalText": "基础用法", "PdfReaderNormalIntro": "Filename 参数显示本服务器pdf文件,或 Stream 参数指定用于渲染的文件流", @@ -5955,7 +5955,7 @@ "PdfReaderCompatibilityModeTips": "- Chrome < 97 自动使用 2.4.456 版本
    - Chrome < 109 自动使用 2.6.347 版本
    - 注:ReadOnly 和 Watermark 在这两种兼容模式下不能使用", "LocalFileName": "PDF本地文件路径" }, - "BootstrapBlazor.Shared.Components.Samples.VideoPlayers": { + "BootstrapBlazor.Server.Components.Samples.VideoPlayers": { "VideoPlayersTitle": "VideoPlayer 视频播放器", "VideoPlayersNormalTitle": "基础用法", "VideoPlayersNormalIntro": "", @@ -5976,10 +5976,10 @@ "ShowBar": "是否显示 bar", "OnError": "错误回调" }, - "BootstrapBlazor.Shared.Components.Components.PackageTips": { + "BootstrapBlazor.Server.Components.Components.PackageTips": { "Tips": "

    注意事项 :

    本组件依赖于 {0},使用本组件时需要引用其组件包

    Nuget 包安装

    使用 nuget.org 进行 {0} 组件的安装

    " }, - "BootstrapBlazor.Shared.Components.Samples.FileViewers": { + "BootstrapBlazor.Server.Components.Samples.FileViewers": { "Title": "FileViewer 文件预览器", "BaseUsageText": "基础用法", "BaseUsageIntro": "Excel/Word 文件路径或者URL", @@ -5987,7 +5987,7 @@ "BaseUsageIntro2": "使用 Reload 方法重新载入文件", "Tips": "目前仅支持 Excel(.xlsx) 和 Word(.docx) 格式.
    特别说明:
    如果 Linux 下提示 The type initializer for 'Gdip' threw an exception. 错误, 则使用需要安装 libgdiplus 并开启 System.Drawing 支持.
    为非 Windows 平台启用 System.Drawing 支持,在你的项目文件中 (*.csproj), 添加:" }, - "BootstrapBlazor.Shared.Components.Samples.CountUps": { + "BootstrapBlazor.Server.Components.Samples.CountUps": { "Title": "计数器 CountUp", "Description": "多用于报表数据动态展示,数字以跳动的形式展现", "CountUpsNormalTitle": "基础用法", @@ -6012,7 +6012,7 @@ "ScrollSpyOnce": "滚动监听一次", "Numerals": "数字符号集合" }, - "BootstrapBlazor.Shared.Components.Samples.EyeDroppers": { + "BootstrapBlazor.Server.Components.Samples.EyeDroppers": { "EyeDropperTitle": "屏幕取色 EyeDropperService", "EyeDropperDescription": "用户可以从屏幕上采样颜色,包括在浏览器窗口之外", "EyeDropperNormalTitle": "基础用法", @@ -6023,7 +6023,7 @@ "EyeDropperTips3": "为了帮助用户更容易注意到吸管模式,浏览器将其设置为显而易见。短暂延迟后,正常的鼠标光标消失,取而代之的是一个放大镜。在滴管模式启动和用户可以选择像素以确保用户有时间查看放大镜之间也存在延迟", "EyeDropperTips4": "用户也可以随时取消吸管模式(按键 Escape)" }, - "BootstrapBlazor.Shared.Components.Pages.Chats": { + "BootstrapBlazor.Server.Components.Pages.Chats": { "ChatsTitle": "Azure OpenAI 服务", "ChatsDescription": "Azure OpenAI 服务是一个基于 Azure 云服务的聊天机器人,可以通过对话的方式与用户进行交互", "ChatNormalTitle": "Azure OpenAI 服务", @@ -6032,13 +6032,13 @@ "ChatUserMessageTitle": "你好 {0}", "ChatInfo": "由于 GPT 无免费接口,体验次数为 {1} 次,当前次数为 {0}" }, - "BootstrapBlazor.Shared.Components.Samples.HtmlRenderers": { + "BootstrapBlazor.Server.Components.Samples.HtmlRenderers": { "Title": "Html 转化器", "SubTitle": "把组件渲染成 Html 字符串", "BaseUsageText": "基础用法", "IntroText": "有些应用场景需要我们获得 Component 最终输出的 Html 代码片段,调用 IComponentHtmlRenderer 服务的 RenderAsync 实例方法即可" }, - "BootstrapBlazor.Shared.Components.Samples.ContextMenus": { + "BootstrapBlazor.Server.Components.Samples.ContextMenus": { "ContextMenuItemCopy": "拷贝", "ContextMenuItemPast": "粘贴", "ContextMenuTitle": "ContextMenu 右键菜单", @@ -6056,85 +6056,85 @@ "ContextMenuDisabledTitle": "禁止回调方法", "ContextMenuDisabledIntro": "通过设置 ContextMenuItem 组件参数 OnDisabledCallback 回调方法可用于设置当前右键选项是否禁用逻辑" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.Index": { + "BootstrapBlazor.Server.Components.Samples.DockViews.Index": { "DockViewTitle": "DockView 可停靠视图", "DockViewDescription": "多标签停靠布局管理器", "DockViewIntro": "

    DockView 组件是封装的 Golden Layout 库,它是一个 JavaScript 布局管理器,它使您能够在网页中布局组件并通过拖放重新排列它们。其特点包括:

    • 原生弹出窗口
    • 触摸支持
    • 支持 AngularVue 等应用框架
    • 虚拟组件
    • 全面的API
    • 加载和保存布局
    • 焦点组件
    • 完全主题化
    • 适用于现代浏览器(FirefoxChrome
    • 响应式设计
    " }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewCol": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewCol": { "DockViewColTitle": "DockView 列布局", "DockViewColIntro": "通过设置 Type=\"DockContentType.Column\" 使 DockView 垂直布局" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewRow": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewRow": { "DockViewRowTitle": "DockView 行布局", "DockViewRowIntro": "通过设置 Type=\"DockContentType.Row\" 使 DockView 水平布局" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewStack": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewStack": { "DockViewStackTitle": "DockView 堆栈布局", "DockViewStackIntro": "通过设置 Type=\"DockContentType.Stack\" 使 DockView 堆栈布局" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewComplex": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewComplex": { "DockViewComplexTitle": "DockView 复杂布局", "DockViewComplexIntro": "通过组合、嵌套设置 DockContentType 值可以得到复杂布局" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewLayout": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewLayout": { "DockViewLayoutTitle": "DockView 自定义布局", "DockViewLayoutIntro": "通过设置 DockView 的属性 LayoutConfig 初始化控制面板的显示布局, 方法 GetLayoutConfig 获取面板的显示布局" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewLock": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewLock": { "DockViewLockTitle": "DockView 锁定面板", "DockViewLockIntro": "通过设置 Dock 的属性 IsLock,控制所有面板是否能拖动" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewVisible": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewVisible": { "DockViewVisibleTitle": "DockView 可见性设置", "DockViewVisibleIntro": "通过设置 Visible 控制是否显示组件,使用 OnVisibleStateChangedAsync 设置面板关闭回调委托方法" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews.DockViewNest": { + "BootstrapBlazor.Server.Components.Samples.DockViews.DockViewNest": { "DockViewNestTitle": "DockView 嵌套布局", "DockViewNestIntro": "组件 DockComponent 内可嵌套放置 DockView 通过设置 ShowHeader=\"false\" 可使其标签不可见" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.Index": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.Index": { "DockView2Title": "DockViewV2 可停靠视图", "DockView2Description": "多标签停靠布局管理器", "DockView2Intro": "

    DockView 组件是封装的 DockView 库,它是一个 JavaScript 布局管理器,它使您能够在网页中布局组件并通过拖放重新排列它们。其特点包括:

    • 原生弹出窗口
    • 触摸支持
    • 支持 AngularVue 等应用框架
    • 虚拟组件
    • 全面的API
    • 加载和保存布局
    • 焦点组件
    • 完全主题化
    • 适用于现代浏览器(FirefoxChrome
    • 响应式设计
    " }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewCol": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewCol": { "DockViewColTitle": "DockViewV2 列布局", "DockViewColIntro": "通过设置 Type=\"DockViewContentType.Column\" 使 DockViewV2 垂直布局,通过设置 Height=\"240\" 初始化其面板高度" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewRow": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewRow": { "DockViewRowTitle": "DockViewV2 行布局", "DockViewRowIntro": "通过设置 Type=\"DockViewContentType.Row\" 使 DockViewV2 水平布局,通过设置 Width=\"240\" 初始化其面板宽度" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewGroup": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewGroup": { "DockViewGroupTitle": "DockViewV2 组布局", "DockViewGroupIntro": "通过设置 Type=\"DockViewContentType.Group\" 使 DockViewV2 组布局" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewComplex": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewComplex": { "DockViewComplexTitle": "DockViewV2 复杂布局", "DockViewComplexIntro": "通过组合、嵌套设置 DockViewContentType 值可以得到复杂布局" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewLayout": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewLayout": { "DockViewLayoutTitle": "DockViewV2 自定义布局", "DockViewLayoutIntro": "通过设置 DockViewV2 的属性 LayoutConfig 初始化控制面板的显示布局, 方法 GetLayoutConfig 获取面板的显示布局" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewLock": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewLock": { "DockViewLockTitle": "DockViewV2 锁定面板", "DockViewLockIntro": "通过设置 DockViewV2 的属性 IsLock,控制所有面板是否能拖动,通过设置 ShowLock 控制是否显示锁定按钮" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewTitle": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewTitle": { "DockViewTitleTitle": "DockViewV2 设置标题", "DockViewTitleIntro": "通过设置 ShowTitleBar 控制是否显示标题前功能按钮,使用 OnClickTitleBarCallback 设置回调委托方法,复杂功能使用 TitleTemplate 自定义" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewVisible": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewVisible": { "DockViewVisibleTitle": "DockViewV2 可见性设置", "DockViewVisibleIntro": "通过设置 Visible 控制是否显示组件,使用 OnVisibleStateChangedAsync 设置面板关闭回调委托方法" }, - "BootstrapBlazor.Shared.Components.Samples.DockViews2.DockViewNest": { + "BootstrapBlazor.Server.Components.Samples.DockViews2.DockViewNest": { "DockViewNestTitle": "DockViewV2 嵌套布局", "DockViewNestIntro": "组件 DockViewComponent 内可嵌套放置 DockViewV2 通过设置 ShowHeader=\"false\" 可使其标签不可见" }, - "BootstrapBlazor.Shared.Components.Samples.MouseFollowers": { + "BootstrapBlazor.Server.Components.Samples.MouseFollowers": { "MouseFollowersTitle": "鼠标跟随器", "MouseFollowersDescription": "可以为网站上的鼠标光标创建惊人而流畅的效果。", "MouseFollowerNormalTitle": "普通模式", @@ -6151,7 +6151,7 @@ "MouseFollowersGlobalMode": "全局|局部,模式", "MouseFollowersContent": "文本,图标,图片路径,视频路径" }, - "BootstrapBlazor.Shared.Components.Samples.ExportPdfButtons": { + "BootstrapBlazor.Server.Components.Samples.ExportPdfButtons": { "ExportPdfButtonsTitle": "将指定网页内容转成 Pdf", "ExportPdfButtonsDescription": "将 Html 片段或者网页元素导出为 Pdf", "ExportPdfButtonTips": "IHtml2Pdf 服务接口请参阅 [传送门]", @@ -6174,7 +6174,7 @@ "AttributeOnBeforeDownload": "下载 Pdf 之前回调委托", "AttributeOnAfterDownload": "下载 Pdf 之后回调委托" }, - "BootstrapBlazor.Shared.Components.Samples.Html2Pdfs": { + "BootstrapBlazor.Server.Components.Samples.Html2Pdfs": { "Html2PdfTitle": "Html 导出为 Pdf", "Html2PdfDescription": "将 Html 片段或者网页元素导出为 Pdf", "Html2PdfNote": "如果导出内容过多,可能会触发 signalR 通讯中断问题,请自行调整 HubOptions 配置即可。", @@ -6194,7 +6194,7 @@ "Html2PdfIntro3": "3. 通过 IHtml2Pdf 服务实例方法 PdfStreamFromHtmlAsync 将网页 转化为 Pdf", "Html2PdfIntro4": "4. IHtml2Pdf 实现服务使用 PuppeteerSharp 将网页 转化为 Pdf,首次使用时会下载 Chromium 运行时,网络不好的情况下可能会很慢" }, - "BootstrapBlazor.Shared.Components.Samples.Live2DDisplays": { + "BootstrapBlazor.Server.Components.Samples.Live2DDisplays": { "Live2DDisplayTitle": "Live2D 插件", "Live2DDisplayDescription": "基于 pixi-live2d-display 的 Live2D 插件,支持所有版本的 Live2D 模型。", "Live2DDisplayNormalTitle": "基本用法", @@ -6210,7 +6210,7 @@ "Live2DDisplaysBackgroundColor": "canvas画板背景颜色。", "Live2DDisplaysBackgroundAlpha": "canvas画板背景是否透明。" }, - "BootstrapBlazor.Shared.Components.Samples.SlideButtons": { + "BootstrapBlazor.Server.Components.Samples.SlideButtons": { "SlideButtonTitle": "SlideButton 抽屉式弹窗", "SlideButtonIntro": "点击按钮后弹出功能菜单等信息,多用于二级功能展示", "SlideButtonHeaderText": "Foo 数据一览", @@ -6225,13 +6225,13 @@ "BodyTemplateText": "自定义模板", "BodyTemplateIntro": "通过设置 BodyTemplate 自定义弹窗内数据" }, - "BootstrapBlazor.Shared.Components.Samples.DialButtons": { + "BootstrapBlazor.Server.Components.Samples.DialButtons": { "DialButtonTitle": "DialButton 拨号按钮", "DialButtonIntro": "点击按钮后弹出功能菜单等信息,多用于二级功能展示", "BaseUsageText": "基本用法", "BaseUsageIntro": "通过设置 Placement 枚举值设置弹窗与按钮位置关系" }, - "BootstrapBlazor.Shared.Components.Samples.CountButtons": { + "BootstrapBlazor.Server.Components.Samples.CountButtons": { "Title": "CountButton 倒计时按钮", "Description": "多用于强制一段执行时间逻辑,如发送验证码后 60 秒等待输入", "BaseUsageText": "基本用法", @@ -6244,7 +6244,7 @@ "CountText": "倒计时文本", "CountTextCallback": "倒计时格式化回调方法" }, - "BootstrapBlazor.Shared.Components.Samples.QueryBuilders": { + "BootstrapBlazor.Server.Components.Samples.QueryBuilders": { "QueryBuilderTitle": "条件生成器 QueryBuilder", "QueryBuilderSubTitle": "可用于表单、表格过滤条件生成", "QueryBuilderNormalTitle": "基本用法", @@ -6252,7 +6252,7 @@ "QueryBuilderHeaderTitle": "显示控制按钮", "QueryBuilderHeaderIntro": "通过设置 ShowHeader=\"false\" 关闭控制按钮" }, - "BootstrapBlazor.Shared.Components.Samples.WebSerials": { + "BootstrapBlazor.Server.Components.Samples.WebSerials": { "WebSerialTitle": "WebSerial 串口读写", "WebSerialIntro": "串口是一种具有广泛使用的通信协议,它可以实现计算机之间的数据传输", "WebSerialDescription": "允许网站与连接到用户计算机的外围设备进行通信。它提供了连接到操作系统需要通过串行 API 进行通信的设备的能力", @@ -6284,7 +6284,7 @@ "GetSignalsButtonText": "串口参数", "GetInfoButtonText": "USB 信息" }, - "BootstrapBlazor.Shared.Components.Samples.MindMaps": { + "BootstrapBlazor.Server.Components.Samples.MindMaps": { "MindMapTitle": "Mind Map 思维导图", "MindMapDescription": "快捷键Tab添加新节点,鼠标可拖动节点排列", "MindMapNormalTitle": "基本用法", @@ -6324,7 +6324,7 @@ "Layout": "布局", "Theme": "主题" }, - "BootstrapBlazor.Shared.Components.Samples.Mermaids": { + "BootstrapBlazor.Server.Components.Samples.Mermaids": { "MermaidTitle": "Mermaid 构图工具", "MermaidDescription": "本组件可渲染 Markdown 启发的文本定义以动态创建和修改图表。", "MermaidNormalTitle": "基本用法", @@ -6333,7 +6333,7 @@ "MermaidStyleIntro": "", "MermaidType": "图表类型" }, - "BootstrapBlazor.Shared.Components.Samples.Speeches.WebSpeeches": { + "BootstrapBlazor.Server.Components.Samples.Speeches.WebSpeeches": { "WebSpeechTitle": "Web Speech Api 网页原生语音处理 API", "WebSpeechSubTitle": "使用浏览器接口功能提供语音识别/合成服务", "WebSpeechNormalTitle": "语音合成", @@ -6357,7 +6357,7 @@ "RecognitionErrorBadGrammar": "语法错误", "RecognitionErrorLanguageNotSupported": "语言不支持" }, - "BootstrapBlazor.Shared.Components.Samples.ListGroups": { + "BootstrapBlazor.Server.Components.Samples.ListGroups": { "ListGroupsTitle": "ListGroup 列表框", "ListGroupsSubTitle": "多用于数据浏览与选择", "ListGroupsTips": "
  • 通过 Items 设置列表框显示数据集合
  • 通过 GetItemDisplayText 设置列表框数据项显示文本
  • 由于组件内部高度设置为 100% 使用时自动充满父容器,当父容器设置高度时,列表项自动出现滚动条,本例中设置外部容器元素 list-group-demo 高度为 280px
  • ", @@ -6376,13 +6376,13 @@ "AttrOnClickItem": "点击候选项回调方法", "GetItemDisplayText": "获得显示项显示内容回调方法" }, - "BootstrapBlazor.Shared.Components.Samples.Marquees": { + "BootstrapBlazor.Server.Components.Samples.Marquees": { "MarqueeTitle": "循环滚动组件", "MarqueeDescription": "组件多用于创建滚动文本,通常用于新闻滚动、广告滚动等效果", "MarqueeBase": "基本用法", "MarqueeBaseIntro": "通过参数调节文字滚动效果" }, - "BootstrapBlazor.Shared.Components.Samples.Stacks": { + "BootstrapBlazor.Server.Components.Samples.Stacks": { "Title": "Stack 布局", "BasicTitle": "普通用法", "BasicIntroe": "可用于在水平或垂直堆栈中排列其子组件", @@ -6403,7 +6403,7 @@ "AttrAlignItems": "垂直布局模式", "AttrChildContent": "内容模板" }, - "BootstrapBlazor.Shared.Components.Samples.Segmenteds": { + "BootstrapBlazor.Server.Components.Samples.Segmenteds": { "Title": "Segmented 分段控制器", "SubTitle": "展示多个选项并允许用户选择其中单个选项", "BasicTitle": "基本", @@ -6432,7 +6432,7 @@ "ShowTooltipAttr": "超长被截断的 Item 是否显示 Tooltip", "ChildContentAttr": "子组件" }, - "BootstrapBlazor.Shared.Components.Samples.CodeEditors": { + "BootstrapBlazor.Server.Components.Samples.CodeEditors": { "Title": "代码编辑器", "BasicTitle": "基础用法", "BasicIntro": "基础用法", @@ -6441,7 +6441,7 @@ "Language": "编辑器使用的语言:csharp,JavaScript,...", "ValueChanged": "获取或设置更新绑定值的回调" }, - "BootstrapBlazor.Shared.Components.Samples.JSRuntimeExtensions": { + "BootstrapBlazor.Server.Components.Samples.JSRuntimeExtensions": { "JSTips": "使用前,先按照以下代码导入模块。", "OpenUrlTitle": "OpenUrl", "OpenUrlIntro": "在特定窗口打开连接", @@ -6457,7 +6457,7 @@ "EvalAttr": "调用 Eval 方法", "FunctionAttr": "调用 Function 方法" }, - "BootstrapBlazor.Shared.Components.Samples.Clipboards": { + "BootstrapBlazor.Server.Components.Samples.Clipboards": { "ClipboardTitle": "ClipboardService", "ClipboardIntro": "剪切板服务!请注意,只能在 HTTPS 安全连接下运行,或者在本地 localhost 开发环境中使用", "ClipboardMessage": "文本内容:{0}, 已复制到剪切板", @@ -6466,7 +6466,7 @@ "ClipboardGetMethod": "读取剪切板内容方法", "ClipboardGetTextMethod": "读取剪切板文本内容方法" }, - "BootstrapBlazor.Shared.Components.Samples.Gantts": { + "BootstrapBlazor.Server.Components.Samples.Gantts": { "Title": "一个简单、交互式、现代的 Web 甘特图库,具有拖动、调整大小、依赖关系和时间刻度", "BasicTitle": "基础用法", "BasicDesc": "在时间线上拖动任务,调整大小以更改持续时间,单击以查看更多信息", @@ -6479,7 +6479,7 @@ "AttrOption": "配置项", "AttrMethod": "改变甘特图视图" }, - "BootstrapBlazor.Shared.Components.Samples.ImageCroppers": { + "BootstrapBlazor.Server.Components.Samples.ImageCroppers": { "Title": "ImageCropper 图像裁剪", "ImageCropperNormalText": "基础用法", "ImageCropperNormalIntro": "Url 参数设置图片", @@ -6495,7 +6495,7 @@ "AttributesImageCropperOptions": "裁剪选项", "AttributesImageCropperShape": "裁剪形状" }, - "BootstrapBlazor.Shared.Components.Samples.Translators": { + "BootstrapBlazor.Server.Components.Samples.Translators": { "TranslatorsTitle": "AzureTranslator 翻译服务", "TranslatorsDescription": "将源语言的字符或字母转换为目标语言的对应字符或字母", "TranslatorsNormalTitle": "基础用法", @@ -6503,7 +6503,7 @@ "TranslatorsInjectService": "注入服务", "TranslatorsTranslate": "翻译" }, - "BootstrapBlazor.Shared.Components.Samples.BarcodeGenerators": { + "BootstrapBlazor.Server.Components.Samples.BarcodeGenerators": { "Title": "BarcodeGenerator 条码生成器", "BarcodeGeneratorNormalText": "条码生成器", "BarcodeGeneratorNormalIntro": "通过给定 Value 值渲染成相对应格式的一维条码", @@ -6530,7 +6530,7 @@ "MarginRight": "右侧间距", "Flat": "底线平整 (仅EAN8/EAN13)" }, - "BootstrapBlazor.Shared.Components.Samples.ZipArchives": { + "BootstrapBlazor.Server.Components.Samples.ZipArchives": { "ZipArchivesTitle": "IZipArchive 压缩归档服务", "ZipArchivesSubTitle": "组件内置服务,可将文件或者文件夹压缩为指定名称的归档文件", "ZipArchiveInjectText": "注入服务", @@ -6538,7 +6538,7 @@ "ZipArchiveDirectoryText": "归档文件夹", "ZipArchiveExtractText": "解压缩到指定文件夹" }, - "BootstrapBlazor.Shared.Components.Samples.Tutorials.Translation.Translator": { + "BootstrapBlazor.Server.Components.Samples.Tutorials.Translation.Translator": { "File": "文件", "Hide": "隐藏", "Language": "语言", @@ -6553,7 +6553,7 @@ "ToolboxCardTitle": "工具栏", "Translate": "机翻" }, - "BootstrapBlazor.Shared.Components.Samples.SelectTables": { + "BootstrapBlazor.Server.Components.Samples.SelectTables": { "Title": "TableSelect 表格选择器", "Intro": "下拉框为表格用于展示复杂类型的选择需求", "NormalTitle": "基本功能", @@ -6581,10 +6581,10 @@ "SearchTitle": "搜索分页", "SearchIntro": "通过设置 TableColumnSearchable 开启列可搜索功能,与组件 Table 一样,通过设置 IsPagination ShowSearch 开启分页与表格搜索功能" }, - "BootstrapBlazor.Shared.Components.Samples.SelectTables+SelectTableMode": { + "BootstrapBlazor.Server.Components.Samples.SelectTables+SelectTableMode": { "Foo.Required": "{0} 是必填项" }, - "BootstrapBlazor.Shared.Components.Samples.SelectObjects": { + "BootstrapBlazor.Server.Components.Samples.SelectObjects": { "Title": "TableObject 任意选择器", "Intro": "下拉框为任意组件用于展示复杂类型的选择需求", "NormalTitle": "基本功能", @@ -6596,17 +6596,17 @@ "CustomComponentTitle": "自定义组件", "CustomComponentIntro": "任意组件均可放入下拉框内,需要有一个回调进行赋值或者关窗即可" }, - "BootstrapBlazor.Shared.Components.Samples.BrowserFingers": { + "BootstrapBlazor.Server.Components.Samples.BrowserFingers": { "BrowserFingerTitle": "浏览器指纹", "BrowserFingerIntro": "通过调用 IBrowserFingerService 服务实例方法 GetFingerCodeAsync 获得客户端浏览器指纹,隐私模式下指纹是一致的", "GetFingerCodeAsync": "获得指纹方法" }, - "BootstrapBlazor.Shared.Components.Samples.SvgEditors": { + "BootstrapBlazor.Server.Components.Samples.SvgEditors": { "SvgEditorTitle": "Svg 编辑器", "BasicTitle": "Svg 编辑器", "BasicIntro": "用于 Svg 编辑" }, - "BootstrapBlazor.Shared.Components.Samples.FlipClocks": { + "BootstrapBlazor.Server.Components.Samples.FlipClocks": { "FlipClocksTitle": "FlipClock 卡片翻转时钟", "FlipClocksDescription": "用于网站计时,或者倒计时使用", "BaseUsageText": "基本功能", @@ -6629,14 +6629,14 @@ "CardMargin": "卡片边距", "CardGroupMargin": "卡片组边距" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.BootstrapIcons": { + "BootstrapBlazor.Server.Components.Samples.Icons.BootstrapIcons": { "Title": "Bootstrap Icons", "BaseUsageText": "Bootstrap 免费开源图标库", "Icons": "图标列表请通过 [传送门] 查看", "P1": "通过引用扩展组件包", "P2": "后添加样式表文件链接开启图标" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.ElementIcons": { + "BootstrapBlazor.Server.Components.Samples.Icons.ElementIcons": { "ElementIconTitle": "饿了么图标库", "ElementIconDescription": "饿了么免费开源图标库", "CopiedTooltipText": "拷贝成功", @@ -6645,7 +6645,7 @@ "P3": "请拷贝下方样式即可", "Icons": "图标列表请通过 [传送门] 查看" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.FAIcons": { + "BootstrapBlazor.Server.Components.Samples.Icons.FAIcons": { "Title": "Font Awesome Icons", "BaseUsageText": "目前 BootstrapBlazor 使用 Font Awesome 最新版本作为内置图标库,所有图标如下", "SwitchButtonTextOff": "点击拷贝", @@ -6655,14 +6655,14 @@ "CopiedTooltipText": "拷贝成功", "Icons": "图标列表请通过 [传送门] 查看" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.MaterialDesignIcons": { + "BootstrapBlazor.Server.Components.Samples.Icons.MaterialDesignIcons": { "Title": "MaterialDesign Icons", "BaseUsageText": "Material Design 图标简单、现代、友好", "Icons": "图标列表请通过 [传送门] 查看", "P1": "通过引用扩展组件包", "P2": "后添加样式表文件链接开启图标" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.IconParks": { + "BootstrapBlazor.Server.Components.Samples.Icons.IconParks": { "IconParkTitle": "字节跳动图标库", "IconParkDescription": "已覆盖字节跳动商业化产品系所有平台,并被12个平台作为底层代码引入使用,保证了图标样式与认知的统一性", "CopiedTooltipText": "拷贝成功", @@ -6671,7 +6671,7 @@ "P3": "请拷贝下方样式即可", "Icons": "图标列表请通过 [传送门] 查看" }, - "BootstrapBlazor.Shared.Components.Samples.Icons.AntDesignIcons": { + "BootstrapBlazor.Server.Components.Samples.Icons.AntDesignIcons": { "AntDesignIconTitle": "蚂蚁图标库", "AntDesignIconDescription": "语义化的矢量图形", "CopiedTooltipText": "拷贝成功", @@ -6680,7 +6680,7 @@ "P3": "请拷贝下方样式即可", "Icons": "图标列表请通过 [传送门] 查看" }, - "BootstrapBlazor.Shared.Components.Samples.BootstrapBlazorIcons": { + "BootstrapBlazor.Server.Components.Samples.BootstrapBlazorIcons": { "IconsTitle": "Icon 图标", "IconsDescription": "同时支持字体图标、矢量 Svg 图标、以及 Image 图片", "FATitle": "字体图标", @@ -6691,7 +6691,7 @@ "ImageIntro": "通过 ChildContent 模板自定义显示内容", "Icons": "图标列表请通过 [传送门] 查看" }, - "BootstrapBlazor.Shared.Components.Samples.DriverDotnetJs": { + "BootstrapBlazor.Server.Components.Samples.DriverDotnetJs": { "DriverJsPopoverTitleText": "高亮向导组件演示", "DriverJsPopoverContentText1": "这里是菜单,点击后右侧面板出现详细示例", "DriverJsPopoverContentText2": "这里是组件介绍,通过点击下方单选框可切换图标主题", @@ -6714,7 +6714,7 @@ "DriverJsHighlightTitle": "高亮显示", "DriverJsHighlightIntro": "通过调用 DriverJs 组件实例方法 Highlight 使指定元素高亮聚焦显示" }, - "BootstrapBlazor.Shared.Components.Samples.IntersectionObservers": { + "BootstrapBlazor.Server.Components.Samples.IntersectionObservers": { "IntersectionObserverTitle": "IntersectionObserver 交叉观察器", "IntersectionObserverDescription": "通过滚动使元素可见使触发组件回调,多用于数据懒加载功能", "IntersectionObserverBaseUsage": "基础用法", @@ -6741,7 +6741,7 @@ "AttributeOnIntersectingAsync": "可见回调方法", "AttributeChildContent": "子组件" }, - "BootstrapBlazor.Shared.Components.Samples.SortableLists": { + "BootstrapBlazor.Server.Components.Samples.SortableLists": { "SortableListTitle": "SortableList 拖拽组件", "SortableListDescription": "可排序的拖拽组件", "SortableListNormalTitle": "简单例子", @@ -6775,7 +6775,7 @@ "AttributeOnUpdate": "更新元素时回调方法", "AttributeOnRemove": "删除元素时回调方法" }, - "BootstrapBlazor.Shared.Components.Samples.WinBoxes": { + "BootstrapBlazor.Server.Components.Samples.WinBoxes": { "WinBoxTitle": "WinBox 窗口组件", "WinBoxDescription": "模拟 Windows 窗口风格的组件", "WinBoxNormalTitle": "基础用法", @@ -6797,7 +6797,7 @@ "OnMinimizeAsync": "最小化弹窗回调方法", "OnCloseAsync": "关闭弹窗回调方法" }, - "BootstrapBlazor.Shared.Components.Samples.Players": { + "BootstrapBlazor.Server.Components.Samples.Players": { "PlayersTitle": "Player 音视频播放器", "PlayersDescription": "一个简单、可访问和可定制的媒体播放器", "PlayersTips": "Player 组件支持 视频,音频,YoutubeVimeo", @@ -6812,17 +6812,17 @@ "PlayersVimeoTitle": "Vimeo 支持", "PlayersVimeoIntro": "通过设置 Mode=\"PlayerSources\" 参数 Provider=\"vimeo\" 播放 Vimei 视频" }, - "BootstrapBlazor.Shared.Data.CustomValidataModel": { + "BootstrapBlazor.Server.Data.CustomValidataModel": { "Name": "名称", "Telephone1": "联系电话1", "Telephone2": "联系电话2", "CanNotBeTheSame": "联系电话1 和 联系电话2 不能相同" }, - "BootstrapBlazor.Shared.Data.CustomValidateCollectionModel": { + "BootstrapBlazor.Server.Data.CustomValidateCollectionModel": { "Telephone1": "联系电话1", "Telephone2": "联系电话2" }, - "BootstrapBlazor.Shared.Components.Samples.IFrames": { + "BootstrapBlazor.Server.Components.Samples.IFrames": { "IFrameTitle": "IFrame 内联框架", "IFrameDescription": "允许在页面中嵌入文档、视频和交互式媒体。 通过这样做可以在主页上显示一个辅助页面。 iFrame 元素允许包含来自其他源的内容,它可以在页面的任何地方集成内容。", "IFrameNormalTitle": "基础用法", diff --git a/src/BootstrapBlazor.Server/Program.cs b/src/BootstrapBlazor.Server/Program.cs index d38131ccc9b..5ebabd6700e 100644 --- a/src/BootstrapBlazor.Server/Program.cs +++ b/src/BootstrapBlazor.Server/Program.cs @@ -4,7 +4,7 @@ // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone using BootstrapBlazor.Server.Components; -using BootstrapBlazor.Shared.Components.Layout; +using BootstrapBlazor.Server.Components.Layout; using Microsoft.AspNetCore.HttpOverrides; using Microsoft.Extensions.Options; using System.Text; @@ -53,7 +53,6 @@ app.MapDefaultControllerRoute(); app.MapRazorComponents() - .AddInteractiveServerRenderMode() - .AddAdditionalAssemblies(typeof(MainLayout).Assembly); + .AddInteractiveServerRenderMode(); app.Run(); diff --git a/src/BootstrapBlazor.Shared/Services/CodeSnippetService.cs b/src/BootstrapBlazor.Server/Services/CodeSnippetService.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Services/CodeSnippetService.cs rename to src/BootstrapBlazor.Server/Services/CodeSnippetService.cs index ce7f985f8af..953f9b55a72 100644 --- a/src/BootstrapBlazor.Shared/Services/CodeSnippetService.cs +++ b/src/BootstrapBlazor.Server/Services/CodeSnippetService.cs @@ -5,7 +5,7 @@ using Microsoft.Extensions.Options; -namespace BootstrapBlazor.Shared.Services; +namespace BootstrapBlazor.Server.Services; class CodeSnippetService { diff --git a/src/BootstrapBlazor.Shared/Services/DashboardService.cs b/src/BootstrapBlazor.Server/Services/DashboardService.cs similarity index 96% rename from src/BootstrapBlazor.Shared/Services/DashboardService.cs rename to src/BootstrapBlazor.Server/Services/DashboardService.cs index 306e33cf9b0..3c2e3aeaade 100644 --- a/src/BootstrapBlazor.Shared/Services/DashboardService.cs +++ b/src/BootstrapBlazor.Server/Services/DashboardService.cs @@ -3,9 +3,9 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -using BootstrapBlazor.Shared.Components.Samples.Tutorials; +using BootstrapBlazor.Server.Components.Samples.Tutorials; -namespace BootstrapBlazor.Shared.Services; +namespace BootstrapBlazor.Server.Services; /// /// 仪表盘数据提供服务 diff --git a/src/BootstrapBlazor.Shared/Services/DemoLookupService.cs b/src/BootstrapBlazor.Server/Services/DemoLookupService.cs similarity index 100% rename from src/BootstrapBlazor.Shared/Services/DemoLookupService.cs rename to src/BootstrapBlazor.Server/Services/DemoLookupService.cs diff --git a/src/BootstrapBlazor.Shared/Services/FanControllerDataService.cs b/src/BootstrapBlazor.Server/Services/FanControllerDataService.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Services/FanControllerDataService.cs rename to src/BootstrapBlazor.Server/Services/FanControllerDataService.cs index a7b65520c10..a8c73091076 100644 --- a/src/BootstrapBlazor.Shared/Services/FanControllerDataService.cs +++ b/src/BootstrapBlazor.Server/Services/FanControllerDataService.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Services; +namespace BootstrapBlazor.Server.Services; internal class FanControllerDataService : IDisposable { diff --git a/src/BootstrapBlazor.Shared/Services/MenuService.cs b/src/BootstrapBlazor.Server/Services/MenuService.cs similarity index 93% rename from src/BootstrapBlazor.Shared/Services/MenuService.cs rename to src/BootstrapBlazor.Server/Services/MenuService.cs index a2fdafd82d7..12b5fe98ec3 100644 --- a/src/BootstrapBlazor.Shared/Services/MenuService.cs +++ b/src/BootstrapBlazor.Server/Services/MenuService.cs @@ -6,7 +6,7 @@ using System.Collections.Concurrent; using System.Globalization; -namespace BootstrapBlazor.Shared.Services; +namespace BootstrapBlazor.Server.Services; internal class MenuService(IStringLocalizer localizer) { diff --git a/src/BootstrapBlazor.Shared/Services/MockAuthenticationStateProvider.cs b/src/BootstrapBlazor.Server/Services/MockAuthenticationStateProvider.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Services/MockAuthenticationStateProvider.cs rename to src/BootstrapBlazor.Server/Services/MockAuthenticationStateProvider.cs index 77974c8d0f2..17e39b87ca5 100644 --- a/src/BootstrapBlazor.Shared/Services/MockAuthenticationStateProvider.cs +++ b/src/BootstrapBlazor.Server/Services/MockAuthenticationStateProvider.cs @@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Components.Authorization; using System.Security.Claims; -namespace BootstrapBlazor.Shared.Services; +namespace BootstrapBlazor.Server.Services; /// /// diff --git a/src/BootstrapBlazor.Shared/Services/MockDataTableDynamicService.cs b/src/BootstrapBlazor.Server/Services/MockDataTableDynamicService.cs similarity index 99% rename from src/BootstrapBlazor.Shared/Services/MockDataTableDynamicService.cs rename to src/BootstrapBlazor.Server/Services/MockDataTableDynamicService.cs index 2cbc0d81668..369aed7e82b 100644 --- a/src/BootstrapBlazor.Shared/Services/MockDataTableDynamicService.cs +++ b/src/BootstrapBlazor.Server/Services/MockDataTableDynamicService.cs @@ -5,7 +5,7 @@ using System.Data; -namespace BootstrapBlazor.Shared.Services; +namespace BootstrapBlazor.Server.Services; internal class MockDataTableDynamicService { diff --git a/src/BootstrapBlazor.Shared/Services/PackageVersionService.cs b/src/BootstrapBlazor.Server/Services/PackageVersionService.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Services/PackageVersionService.cs rename to src/BootstrapBlazor.Server/Services/PackageVersionService.cs index 62afb9c32df..db4aa94024e 100644 --- a/src/BootstrapBlazor.Shared/Services/PackageVersionService.cs +++ b/src/BootstrapBlazor.Server/Services/PackageVersionService.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Services; +namespace BootstrapBlazor.Server.Services; class PackageVersionService { diff --git a/src/BootstrapBlazor.Shared/Services/TableDemoDataService.cs b/src/BootstrapBlazor.Server/Services/TableDemoDataService.cs similarity index 98% rename from src/BootstrapBlazor.Shared/Services/TableDemoDataService.cs rename to src/BootstrapBlazor.Server/Services/TableDemoDataService.cs index fabf578c486..8f181e7ecb9 100644 --- a/src/BootstrapBlazor.Shared/Services/TableDemoDataService.cs +++ b/src/BootstrapBlazor.Server/Services/TableDemoDataService.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Services; +namespace BootstrapBlazor.Server.Services; /// /// 演示网站示例数据注入服务实现类 diff --git a/src/BootstrapBlazor.Shared/Services/WeatherForecastService.cs b/src/BootstrapBlazor.Server/Services/WeatherForecastService.cs similarity index 95% rename from src/BootstrapBlazor.Shared/Services/WeatherForecastService.cs rename to src/BootstrapBlazor.Server/Services/WeatherForecastService.cs index 2534c4bb208..d53a13b038e 100644 --- a/src/BootstrapBlazor.Shared/Services/WeatherForecastService.cs +++ b/src/BootstrapBlazor.Server/Services/WeatherForecastService.cs @@ -3,7 +3,7 @@ // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone -namespace BootstrapBlazor.Shared.Services; +namespace BootstrapBlazor.Server.Services; internal class WeatherForecastService { diff --git a/src/BootstrapBlazor.Shared/docs.json b/src/BootstrapBlazor.Server/docs.json similarity index 100% rename from src/BootstrapBlazor.Shared/docs.json rename to src/BootstrapBlazor.Server/docs.json diff --git a/src/BootstrapBlazor.Shared/topology.json b/src/BootstrapBlazor.Server/topology.json similarity index 100% rename from src/BootstrapBlazor.Shared/topology.json rename to src/BootstrapBlazor.Server/topology.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/css/ant.css b/src/BootstrapBlazor.Server/wwwroot/css/ant.css similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/css/ant.css rename to src/BootstrapBlazor.Server/wwwroot/css/ant.css diff --git a/src/BootstrapBlazor.Shared/wwwroot/css/blue.css b/src/BootstrapBlazor.Server/wwwroot/css/blue.css similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/css/blue.css rename to src/BootstrapBlazor.Server/wwwroot/css/blue.css diff --git a/src/BootstrapBlazor.Shared/wwwroot/css/devui.css b/src/BootstrapBlazor.Server/wwwroot/css/devui.css similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/css/devui.css rename to src/BootstrapBlazor.Server/wwwroot/css/devui.css diff --git a/src/BootstrapBlazor.Shared/wwwroot/css/layout.css b/src/BootstrapBlazor.Server/wwwroot/css/layout.css similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/css/layout.css rename to src/BootstrapBlazor.Server/wwwroot/css/layout.css diff --git a/src/BootstrapBlazor.Shared/wwwroot/css/layui.css b/src/BootstrapBlazor.Server/wwwroot/css/layui.css similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/css/layui.css rename to src/BootstrapBlazor.Server/wwwroot/css/layui.css diff --git a/src/BootstrapBlazor.Shared/wwwroot/css/site.css b/src/BootstrapBlazor.Server/wwwroot/css/site.css similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/css/site.css rename to src/BootstrapBlazor.Server/wwwroot/css/site.css diff --git a/src/BootstrapBlazor.Shared/wwwroot/css/wwads.css b/src/BootstrapBlazor.Server/wwwroot/css/wwads.css similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/css/wwads.css rename to src/BootstrapBlazor.Server/wwwroot/css/wwads.css diff --git a/src/BootstrapBlazor.Shared/wwwroot/fonts/simhei.ttf b/src/BootstrapBlazor.Server/wwwroot/fonts/simhei.ttf similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/fonts/simhei.ttf rename to src/BootstrapBlazor.Server/wwwroot/fonts/simhei.ttf diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Affix.svg b/src/BootstrapBlazor.Server/wwwroot/images/Affix.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Affix.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Affix.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Alert.svg b/src/BootstrapBlazor.Server/wwwroot/images/Alert.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Alert.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Alert.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Anchor.png b/src/BootstrapBlazor.Server/wwwroot/images/Anchor.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Anchor.png rename to src/BootstrapBlazor.Server/wwwroot/images/Anchor.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/AnchorLink.jpg b/src/BootstrapBlazor.Server/wwwroot/images/AnchorLink.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/AnchorLink.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/AnchorLink.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Argo-C.png b/src/BootstrapBlazor.Server/wwwroot/images/Argo-C.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Argo-C.png rename to src/BootstrapBlazor.Server/wwwroot/images/Argo-C.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Argo.png b/src/BootstrapBlazor.Server/wwwroot/images/Argo.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Argo.png rename to src/BootstrapBlazor.Server/wwwroot/images/Argo.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/AutoComplete.svg b/src/BootstrapBlazor.Server/wwwroot/images/AutoComplete.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/AutoComplete.svg rename to src/BootstrapBlazor.Server/wwwroot/images/AutoComplete.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/AutoFill.jpg b/src/BootstrapBlazor.Server/wwwroot/images/AutoFill.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/AutoFill.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/AutoFill.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Avatar.svg b/src/BootstrapBlazor.Server/wwwroot/images/Avatar.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Avatar.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Avatar.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Badge.svg b/src/BootstrapBlazor.Server/wwwroot/images/Badge.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Badge.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Badge.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Bar.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Bar.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Bar.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Bar.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/BarCode@2x.png b/src/BootstrapBlazor.Server/wwwroot/images/BarCode@2x.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/BarCode@2x.png rename to src/BootstrapBlazor.Server/wwwroot/images/BarCode@2x.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/BarcodeGenerator.jpg b/src/BootstrapBlazor.Server/wwwroot/images/BarcodeGenerator.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/BarcodeGenerator.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/BarcodeGenerator.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/BarcodeReader.png b/src/BootstrapBlazor.Server/wwwroot/images/BarcodeReader.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/BarcodeReader.png rename to src/BootstrapBlazor.Server/wwwroot/images/BarcodeReader.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Block.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Block.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Block.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Block.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Bluetooth.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Bluetooth.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Bluetooth.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Bluetooth.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Breadcrumb.png b/src/BootstrapBlazor.Server/wwwroot/images/Breadcrumb.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Breadcrumb.png rename to src/BootstrapBlazor.Server/wwwroot/images/Breadcrumb.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Breadcrumb.svg b/src/BootstrapBlazor.Server/wwwroot/images/Breadcrumb.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Breadcrumb.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Breadcrumb.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Bubble.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Bubble.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Bubble.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Bubble.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Button.svg b/src/BootstrapBlazor.Server/wwwroot/images/Button.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Button.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Button.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Calendar.svg b/src/BootstrapBlazor.Server/wwwroot/images/Calendar.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Calendar.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Calendar.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Camera.png b/src/BootstrapBlazor.Server/wwwroot/images/Camera.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Camera.png rename to src/BootstrapBlazor.Server/wwwroot/images/Camera.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Captcha.png b/src/BootstrapBlazor.Server/wwwroot/images/Captcha.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Captcha.png rename to src/BootstrapBlazor.Server/wwwroot/images/Captcha.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Card.svg b/src/BootstrapBlazor.Server/wwwroot/images/Card.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Card.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Card.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Carousel.svg b/src/BootstrapBlazor.Server/wwwroot/images/Carousel.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Carousel.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Carousel.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Cascader.png b/src/BootstrapBlazor.Server/wwwroot/images/Cascader.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Cascader.png rename to src/BootstrapBlazor.Server/wwwroot/images/Cascader.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Chart.png b/src/BootstrapBlazor.Server/wwwroot/images/Chart.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Chart.png rename to src/BootstrapBlazor.Server/wwwroot/images/Chart.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/CheckBox.svg b/src/BootstrapBlazor.Server/wwwroot/images/CheckBox.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/CheckBox.svg rename to src/BootstrapBlazor.Server/wwwroot/images/CheckBox.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/CheckboxList.png b/src/BootstrapBlazor.Server/wwwroot/images/CheckboxList.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/CheckboxList.png rename to src/BootstrapBlazor.Server/wwwroot/images/CheckboxList.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Circle.png b/src/BootstrapBlazor.Server/wwwroot/images/Circle.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Circle.png rename to src/BootstrapBlazor.Server/wwwroot/images/Circle.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Client.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Client.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Client.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Client.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Collapse.svg b/src/BootstrapBlazor.Server/wwwroot/images/Collapse.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Collapse.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Collapse.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/ColorPicker.jpg b/src/BootstrapBlazor.Server/wwwroot/images/ColorPicker.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/ColorPicker.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/ColorPicker.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Console.png b/src/BootstrapBlazor.Server/wwwroot/images/Console.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Console.png rename to src/BootstrapBlazor.Server/wwwroot/images/Console.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/DatePicker.svg b/src/BootstrapBlazor.Server/wwwroot/images/DatePicker.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/DatePicker.svg rename to src/BootstrapBlazor.Server/wwwroot/images/DatePicker.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/DateTimeRange.png b/src/BootstrapBlazor.Server/wwwroot/images/DateTimeRange.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/DateTimeRange.png rename to src/BootstrapBlazor.Server/wwwroot/images/DateTimeRange.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Dispatch.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Dispatch.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Dispatch.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Dispatch.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Display.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Display.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Display.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Display.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Divider.svg b/src/BootstrapBlazor.Server/wwwroot/images/Divider.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Divider.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Divider.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Doughnut.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Doughnut.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Doughnut.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Doughnut.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Download.png b/src/BootstrapBlazor.Server/wwwroot/images/Download.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Download.png rename to src/BootstrapBlazor.Server/wwwroot/images/Download.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Drawer.svg b/src/BootstrapBlazor.Server/wwwroot/images/Drawer.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Drawer.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Drawer.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Dropdown.svg b/src/BootstrapBlazor.Server/wwwroot/images/Dropdown.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Dropdown.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Dropdown.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/DropdownList.png b/src/BootstrapBlazor.Server/wwwroot/images/DropdownList.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/DropdownList.png rename to src/BootstrapBlazor.Server/wwwroot/images/DropdownList.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/DropdownWidget.png b/src/BootstrapBlazor.Server/wwwroot/images/DropdownWidget.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/DropdownWidget.png rename to src/BootstrapBlazor.Server/wwwroot/images/DropdownWidget.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Editor.png b/src/BootstrapBlazor.Server/wwwroot/images/Editor.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Editor.png rename to src/BootstrapBlazor.Server/wwwroot/images/Editor.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/EditorForm.png b/src/BootstrapBlazor.Server/wwwroot/images/EditorForm.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/EditorForm.png rename to src/BootstrapBlazor.Server/wwwroot/images/EditorForm.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Empty.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Empty.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Empty.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Empty.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/FileViewer.jpg b/src/BootstrapBlazor.Server/wwwroot/images/FileViewer.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/FileViewer.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/FileViewer.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/FloatingLabel.jpg b/src/BootstrapBlazor.Server/wwwroot/images/FloatingLabel.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/FloatingLabel.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/FloatingLabel.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Footer.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Footer.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Footer.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Footer.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/FullScreen.jpg b/src/BootstrapBlazor.Server/wwwroot/images/FullScreen.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/FullScreen.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/FullScreen.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Geolocation.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Geolocation.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Geolocation.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Geolocation.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/GoTop.png b/src/BootstrapBlazor.Server/wwwroot/images/GoTop.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/GoTop.png rename to src/BootstrapBlazor.Server/wwwroot/images/GoTop.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/GroupBox.png b/src/BootstrapBlazor.Server/wwwroot/images/GroupBox.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/GroupBox.png rename to src/BootstrapBlazor.Server/wwwroot/images/GroupBox.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Handwritten.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Handwritten.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Handwritten.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Handwritten.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/IP.jpg b/src/BootstrapBlazor.Server/wwwroot/images/IP.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/IP.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/IP.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Image.png b/src/BootstrapBlazor.Server/wwwroot/images/Image.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Image.png rename to src/BootstrapBlazor.Server/wwwroot/images/Image.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/ImageCropper.jpg b/src/BootstrapBlazor.Server/wwwroot/images/ImageCropper.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/ImageCropper.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/ImageCropper.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/ImageList1.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/ImageList1.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/ImageList1.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/ImageList1.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/ImageList2.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/ImageList2.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/ImageList2.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/ImageList2.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Input.svg b/src/BootstrapBlazor.Server/wwwroot/images/Input.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Input.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Input.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/InputGroup.png b/src/BootstrapBlazor.Server/wwwroot/images/InputGroup.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/InputGroup.png rename to src/BootstrapBlazor.Server/wwwroot/images/InputGroup.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/InputNumber.png b/src/BootstrapBlazor.Server/wwwroot/images/InputNumber.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/InputNumber.png rename to src/BootstrapBlazor.Server/wwwroot/images/InputNumber.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Layout.svg b/src/BootstrapBlazor.Server/wwwroot/images/Layout.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Layout.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Layout.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Light.png b/src/BootstrapBlazor.Server/wwwroot/images/Light.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Light.png rename to src/BootstrapBlazor.Server/wwwroot/images/Light.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Line.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Line.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Line.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Line.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/LinkButton.png b/src/BootstrapBlazor.Server/wwwroot/images/LinkButton.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/LinkButton.png rename to src/BootstrapBlazor.Server/wwwroot/images/LinkButton.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/ListView.png b/src/BootstrapBlazor.Server/wwwroot/images/ListView.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/ListView.png rename to src/BootstrapBlazor.Server/wwwroot/images/ListView.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Locator.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Locator.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Locator.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Locator.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Logout.png b/src/BootstrapBlazor.Server/wwwroot/images/Logout.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Logout.png rename to src/BootstrapBlazor.Server/wwwroot/images/Logout.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Markdown.png b/src/BootstrapBlazor.Server/wwwroot/images/Markdown.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Markdown.png rename to src/BootstrapBlazor.Server/wwwroot/images/Markdown.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Menu.svg b/src/BootstrapBlazor.Server/wwwroot/images/Menu.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Menu.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Menu.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Mermaid.png b/src/BootstrapBlazor.Server/wwwroot/images/Mermaid.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Mermaid.png rename to src/BootstrapBlazor.Server/wwwroot/images/Mermaid.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Message.svg b/src/BootstrapBlazor.Server/wwwroot/images/Message.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Message.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Message.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/MindMap.jpg b/src/BootstrapBlazor.Server/wwwroot/images/MindMap.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/MindMap.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/MindMap.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Modal.svg b/src/BootstrapBlazor.Server/wwwroot/images/Modal.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Modal.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Modal.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/MostValuableProfessionalCertificate20240918.jpg b/src/BootstrapBlazor.Server/wwwroot/images/MostValuableProfessionalCertificate20240918.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/MostValuableProfessionalCertificate20240918.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/MostValuableProfessionalCertificate20240918.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/MultiSelect.png b/src/BootstrapBlazor.Server/wwwroot/images/MultiSelect.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/MultiSelect.png rename to src/BootstrapBlazor.Server/wwwroot/images/MultiSelect.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Notification.svg b/src/BootstrapBlazor.Server/wwwroot/images/Notification.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Notification.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Notification.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Notifications.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Notifications.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Notifications.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Notifications.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/OnScreenKeyboard.png b/src/BootstrapBlazor.Server/wwwroot/images/OnScreenKeyboard.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/OnScreenKeyboard.png rename to src/BootstrapBlazor.Server/wwwroot/images/OnScreenKeyboard.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pagination.svg b/src/BootstrapBlazor.Server/wwwroot/images/Pagination.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pagination.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Pagination.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/PdfReader.jpg b/src/BootstrapBlazor.Server/wwwroot/images/PdfReader.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/PdfReader.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/PdfReader.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pic0.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Pic0.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pic0.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Pic0.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pic1.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Pic1.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pic1.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Pic1.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pic2.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Pic2.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pic2.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Pic2.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pic3.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Pic3.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pic3.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Pic3.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pic4.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Pic4.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pic4.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Pic4.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pic5.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Pic5.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pic5.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Pic5.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pic6.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Pic6.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pic6.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Pic6.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pic7.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Pic7.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pic7.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Pic7.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pic8.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Pic8.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pic8.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Pic8.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pie.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Pie.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pie.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Pie.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Pop-confirm.svg b/src/BootstrapBlazor.Server/wwwroot/images/Pop-confirm.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Pop-confirm.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Pop-confirm.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Popover.svg b/src/BootstrapBlazor.Server/wwwroot/images/Popover.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Popover.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Popover.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Print.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Print.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Print.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Print.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Progress.svg b/src/BootstrapBlazor.Server/wwwroot/images/Progress.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Progress.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Progress.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/QQGroup@2x.png b/src/BootstrapBlazor.Server/wwwroot/images/QQGroup@2x.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/QQGroup@2x.png rename to src/BootstrapBlazor.Server/wwwroot/images/QQGroup@2x.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/QRCode.png b/src/BootstrapBlazor.Server/wwwroot/images/QRCode.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/QRCode.png rename to src/BootstrapBlazor.Server/wwwroot/images/QRCode.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Radio.svg b/src/BootstrapBlazor.Server/wwwroot/images/Radio.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Radio.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Radio.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Rate.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Rate.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Rate.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Rate.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Rate.svg b/src/BootstrapBlazor.Server/wwwroot/images/Rate.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Rate.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Rate.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Recognizer.png b/src/BootstrapBlazor.Server/wwwroot/images/Recognizer.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Recognizer.png rename to src/BootstrapBlazor.Server/wwwroot/images/Recognizer.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Reconnector.png b/src/BootstrapBlazor.Server/wwwroot/images/Reconnector.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Reconnector.png rename to src/BootstrapBlazor.Server/wwwroot/images/Reconnector.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Responsive.png b/src/BootstrapBlazor.Server/wwwroot/images/Responsive.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Responsive.png rename to src/BootstrapBlazor.Server/wwwroot/images/Responsive.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Row.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Row.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Row.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Row.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Scroll.png b/src/BootstrapBlazor.Server/wwwroot/images/Scroll.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Scroll.png rename to src/BootstrapBlazor.Server/wwwroot/images/Scroll.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Search.png b/src/BootstrapBlazor.Server/wwwroot/images/Search.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Search.png rename to src/BootstrapBlazor.Server/wwwroot/images/Search.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/SearchDialog.png b/src/BootstrapBlazor.Server/wwwroot/images/SearchDialog.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/SearchDialog.png rename to src/BootstrapBlazor.Server/wwwroot/images/SearchDialog.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Select.svg b/src/BootstrapBlazor.Server/wwwroot/images/Select.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Select.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Select.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/SignaturePad.png b/src/BootstrapBlazor.Server/wwwroot/images/SignaturePad.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/SignaturePad.png rename to src/BootstrapBlazor.Server/wwwroot/images/SignaturePad.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Skeleton.png b/src/BootstrapBlazor.Server/wwwroot/images/Skeleton.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Skeleton.png rename to src/BootstrapBlazor.Server/wwwroot/images/Skeleton.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Slider.svg b/src/BootstrapBlazor.Server/wwwroot/images/Slider.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Slider.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Slider.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Space.svg b/src/BootstrapBlazor.Server/wwwroot/images/Space.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Space.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Space.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/SpeechWave.png b/src/BootstrapBlazor.Server/wwwroot/images/SpeechWave.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/SpeechWave.png rename to src/BootstrapBlazor.Server/wwwroot/images/SpeechWave.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Spinner.gif b/src/BootstrapBlazor.Server/wwwroot/images/Spinner.gif similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Spinner.gif rename to src/BootstrapBlazor.Server/wwwroot/images/Spinner.gif diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Split.png b/src/BootstrapBlazor.Server/wwwroot/images/Split.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Split.png rename to src/BootstrapBlazor.Server/wwwroot/images/Split.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Steps.svg b/src/BootstrapBlazor.Server/wwwroot/images/Steps.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Steps.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Steps.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/SweetAlert.png b/src/BootstrapBlazor.Server/wwwroot/images/SweetAlert.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/SweetAlert.png rename to src/BootstrapBlazor.Server/wwwroot/images/SweetAlert.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Switch.svg b/src/BootstrapBlazor.Server/wwwroot/images/Switch.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Switch.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Switch.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Table.svg b/src/BootstrapBlazor.Server/wwwroot/images/Table.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Table.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Table.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Tabs.svg b/src/BootstrapBlazor.Server/wwwroot/images/Tabs.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Tabs.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Tabs.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Tag.svg b/src/BootstrapBlazor.Server/wwwroot/images/Tag.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Tag.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Tag.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Textarea.png b/src/BootstrapBlazor.Server/wwwroot/images/Textarea.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Textarea.png rename to src/BootstrapBlazor.Server/wwwroot/images/Textarea.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Timeline.svg b/src/BootstrapBlazor.Server/wwwroot/images/Timeline.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Timeline.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Timeline.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Timer.png b/src/BootstrapBlazor.Server/wwwroot/images/Timer.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Timer.png rename to src/BootstrapBlazor.Server/wwwroot/images/Timer.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Title.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Title.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Title.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Title.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Toast.png b/src/BootstrapBlazor.Server/wwwroot/images/Toast.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Toast.png rename to src/BootstrapBlazor.Server/wwwroot/images/Toast.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Toggle.png b/src/BootstrapBlazor.Server/wwwroot/images/Toggle.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Toggle.png rename to src/BootstrapBlazor.Server/wwwroot/images/Toggle.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Tooltip.svg b/src/BootstrapBlazor.Server/wwwroot/images/Tooltip.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Tooltip.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Tooltip.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Transfer.svg b/src/BootstrapBlazor.Server/wwwroot/images/Transfer.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Transfer.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Transfer.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Transition.jpg b/src/BootstrapBlazor.Server/wwwroot/images/Transition.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Transition.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/Transition.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Tree.svg b/src/BootstrapBlazor.Server/wwwroot/images/Tree.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Tree.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Tree.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/Upload.svg b/src/BootstrapBlazor.Server/wwwroot/images/Upload.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/Upload.svg rename to src/BootstrapBlazor.Server/wwwroot/images/Upload.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/ValidateForm.png b/src/BootstrapBlazor.Server/wwwroot/images/ValidateForm.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/ValidateForm.png rename to src/BootstrapBlazor.Server/wwwroot/images/ValidateForm.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/VideoPlayer.jpg b/src/BootstrapBlazor.Server/wwwroot/images/VideoPlayer.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/VideoPlayer.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/VideoPlayer.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/WebSerial.jpg b/src/BootstrapBlazor.Server/wwwroot/images/WebSerial.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/WebSerial.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/WebSerial.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/WebSpeech.jpg b/src/BootstrapBlazor.Server/wwwroot/images/WebSpeech.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/WebSpeech.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/WebSpeech.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatar.png b/src/BootstrapBlazor.Server/wwwroot/images/avatar.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatar.png rename to src/BootstrapBlazor.Server/wwwroot/images/avatar.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatar2.png b/src/BootstrapBlazor.Server/wwwroot/images/avatar2.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatar2.png rename to src/BootstrapBlazor.Server/wwwroot/images/avatar2.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-1.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-1.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-1.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-1.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-10.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-10.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-10.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-10.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-11.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-11.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-11.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-11.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-12.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-12.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-12.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-12.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-13.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-13.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-13.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-13.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-14.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-14.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-14.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-14.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-15.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-15.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-15.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-15.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-16.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-16.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-16.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-16.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-17.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-17.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-17.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-17.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-18.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-18.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-18.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-18.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-19.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-19.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-19.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-19.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-2.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-2.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-2.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-2.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-20.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-20.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-20.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-20.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-21.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-21.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-21.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-21.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-22.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-22.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-22.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-22.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-23.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-23.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-23.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-23.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-24.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-24.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-24.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-24.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-3.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-3.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-3.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-3.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-4.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-4.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-4.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-4.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-5.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-5.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-5.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-5.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-6.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-6.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-6.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-6.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-7.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-7.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-7.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-7.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-8.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-8.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-8.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-8.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-9.jpg b/src/BootstrapBlazor.Server/wwwroot/images/avatars/150-9.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/avatars/150-9.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/avatars/150-9.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/bar.gif b/src/BootstrapBlazor.Server/wwwroot/images/bar.gif similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/bar.gif rename to src/BootstrapBlazor.Server/wwwroot/images/bar.gif diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/bird.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/bird.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/bird.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/bird.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/choose-project-template-maui-blazor.png b/src/BootstrapBlazor.Server/wwwroot/images/choose-project-template-maui-blazor.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/choose-project-template-maui-blazor.png rename to src/BootstrapBlazor.Server/wwwroot/images/choose-project-template-maui-blazor.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/choose-project-template-server-blazor.png b/src/BootstrapBlazor.Server/wwwroot/images/choose-project-template-server-blazor.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/choose-project-template-server-blazor.png rename to src/BootstrapBlazor.Server/wwwroot/images/choose-project-template-server-blazor.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/choose-project-template.png b/src/BootstrapBlazor.Server/wwwroot/images/choose-project-template.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/choose-project-template.png rename to src/BootstrapBlazor.Server/wwwroot/images/choose-project-template.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/clipboard.svg b/src/BootstrapBlazor.Server/wwwroot/images/clipboard.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/clipboard.svg rename to src/BootstrapBlazor.Server/wwwroot/images/clipboard.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/components.svg b/src/BootstrapBlazor.Server/wwwroot/images/components.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/components.svg rename to src/BootstrapBlazor.Server/wwwroot/images/components.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/create-new-application.png b/src/BootstrapBlazor.Server/wwwroot/images/create-new-application.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/create-new-application.png rename to src/BootstrapBlazor.Server/wwwroot/images/create-new-application.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/create-project.png b/src/BootstrapBlazor.Server/wwwroot/images/create-project.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/create-project.png rename to src/BootstrapBlazor.Server/wwwroot/images/create-project.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/default.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/default.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/default.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/default.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/demo-and-training.svg b/src/BootstrapBlazor.Server/wwwroot/images/demo-and-training.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/demo-and-training.svg rename to src/BootstrapBlazor.Server/wwwroot/images/demo-and-training.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/dotnet_foundation_v4.png b/src/BootstrapBlazor.Server/wwwroot/images/dotnet_foundation_v4.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/dotnet_foundation_v4.png rename to src/BootstrapBlazor.Server/wwwroot/images/dotnet_foundation_v4.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/dought.gif b/src/BootstrapBlazor.Server/wwwroot/images/dought.gif similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/dought.gif rename to src/BootstrapBlazor.Server/wwwroot/images/dought.gif diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/download-extensions.png b/src/BootstrapBlazor.Server/wwwroot/images/download-extensions.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/download-extensions.png rename to src/BootstrapBlazor.Server/wwwroot/images/download-extensions.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/ease-of-use.svg b/src/BootstrapBlazor.Server/wwwroot/images/ease-of-use.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/ease-of-use.svg rename to src/BootstrapBlazor.Server/wwwroot/images/ease-of-use.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/empty.svg b/src/BootstrapBlazor.Server/wwwroot/images/empty.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/empty.svg rename to src/BootstrapBlazor.Server/wwwroot/images/empty.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/fan.gif b/src/BootstrapBlazor.Server/wwwroot/images/fan.gif similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/fan.gif rename to src/BootstrapBlazor.Server/wwwroot/images/fan.gif diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/fan.svg b/src/BootstrapBlazor.Server/wwwroot/images/fan.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/fan.svg rename to src/BootstrapBlazor.Server/wwwroot/images/fan.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/fork.png b/src/BootstrapBlazor.Server/wwwroot/images/fork.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/fork.png rename to src/BootstrapBlazor.Server/wwwroot/images/fork.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/frequent-updates.svg b/src/BootstrapBlazor.Server/wwwroot/images/frequent-updates.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/frequent-updates.svg rename to src/BootstrapBlazor.Server/wwwroot/images/frequent-updates.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/git.svg b/src/BootstrapBlazor.Server/wwwroot/images/git.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/git.svg rename to src/BootstrapBlazor.Server/wwwroot/images/git.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/gitee.svg b/src/BootstrapBlazor.Server/wwwroot/images/gitee.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/gitee.svg rename to src/BootstrapBlazor.Server/wwwroot/images/gitee.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/global.svg b/src/BootstrapBlazor.Server/wwwroot/images/global.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/global.svg rename to src/BootstrapBlazor.Server/wwwroot/images/global.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/hassel-free-licensing.svg b/src/BootstrapBlazor.Server/wwwroot/images/hassel-free-licensing.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/hassel-free-licensing.svg rename to src/BootstrapBlazor.Server/wwwroot/images/hassel-free-licensing.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/image-ph.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/image-ph.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/image-ph.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/image-ph.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/install-extensions.png b/src/BootstrapBlazor.Server/wwwroot/images/install-extensions.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/install-extensions.png rename to src/BootstrapBlazor.Server/wwwroot/images/install-extensions.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/install-finish.png b/src/BootstrapBlazor.Server/wwwroot/images/install-finish.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/install-finish.png rename to src/BootstrapBlazor.Server/wwwroot/images/install-finish.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/log.svg b/src/BootstrapBlazor.Server/wwwroot/images/log.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/log.svg rename to src/BootstrapBlazor.Server/wwwroot/images/log.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/logo.png b/src/BootstrapBlazor.Server/wwwroot/images/logo.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/logo.png rename to src/BootstrapBlazor.Server/wwwroot/images/logo.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/m.svg b/src/BootstrapBlazor.Server/wwwroot/images/m.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/m.svg rename to src/BootstrapBlazor.Server/wwwroot/images/m.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/manage-nuget-packages-for-maui-app.png b/src/BootstrapBlazor.Server/wwwroot/images/manage-nuget-packages-for-maui-app.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/manage-nuget-packages-for-maui-app.png rename to src/BootstrapBlazor.Server/wwwroot/images/manage-nuget-packages-for-maui-app.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/manage-nuget-packages-for-server-app.png b/src/BootstrapBlazor.Server/wwwroot/images/manage-nuget-packages-for-server-app.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/manage-nuget-packages-for-server-app.png rename to src/BootstrapBlazor.Server/wwwroot/images/manage-nuget-packages-for-server-app.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/maui-blazor.gif b/src/BootstrapBlazor.Server/wwwroot/images/maui-blazor.gif similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/maui-blazor.gif rename to src/BootstrapBlazor.Server/wwwroot/images/maui-blazor.gif diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/mousefollower/cat.gif b/src/BootstrapBlazor.Server/wwwroot/images/mousefollower/cat.gif similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/mousefollower/cat.gif rename to src/BootstrapBlazor.Server/wwwroot/images/mousefollower/cat.gif diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/nuget_install.png b/src/BootstrapBlazor.Server/wwwroot/images/nuget_install.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/nuget_install.png rename to src/BootstrapBlazor.Server/wwwroot/images/nuget_install.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/performance.svg b/src/BootstrapBlazor.Server/wwwroot/images/performance.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/performance.svg rename to src/BootstrapBlazor.Server/wwwroot/images/performance.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/picture.jpg b/src/BootstrapBlazor.Server/wwwroot/images/picture.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/picture.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/picture.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/preview-maui.png b/src/BootstrapBlazor.Server/wwwroot/images/preview-maui.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/preview-maui.png rename to src/BootstrapBlazor.Server/wwwroot/images/preview-maui.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/preview.png b/src/BootstrapBlazor.Server/wwwroot/images/preview.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/preview.png rename to src/BootstrapBlazor.Server/wwwroot/images/preview.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/project.png b/src/BootstrapBlazor.Server/wwwroot/images/project.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/project.png rename to src/BootstrapBlazor.Server/wwwroot/images/project.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/readme.txt b/src/BootstrapBlazor.Server/wwwroot/images/readme.txt similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/readme.txt rename to src/BootstrapBlazor.Server/wwwroot/images/readme.txt diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/search-extensions.png b/src/BootstrapBlazor.Server/wwwroot/images/search-extensions.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/search-extensions.png rename to src/BootstrapBlazor.Server/wwwroot/images/search-extensions.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/table.png b/src/BootstrapBlazor.Server/wwwroot/images/table.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/table.png rename to src/BootstrapBlazor.Server/wwwroot/images/table.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/theme-light.svg b/src/BootstrapBlazor.Server/wwwroot/images/theme-light.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/theme-light.svg rename to src/BootstrapBlazor.Server/wwwroot/images/theme-light.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/theme-night.svg b/src/BootstrapBlazor.Server/wwwroot/images/theme-night.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/theme-night.svg rename to src/BootstrapBlazor.Server/wwwroot/images/theme-night.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/timeline.png b/src/BootstrapBlazor.Server/wwwroot/images/timeline.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/timeline.png rename to src/BootstrapBlazor.Server/wwwroot/images/timeline.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/tortoisegit.svg b/src/BootstrapBlazor.Server/wwwroot/images/tortoisegit.svg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/tortoisegit.svg rename to src/BootstrapBlazor.Server/wwwroot/images/tortoisegit.svg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/tutorials/admin.jpg b/src/BootstrapBlazor.Server/wwwroot/images/tutorials/admin.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/tutorials/admin.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/tutorials/admin.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/tutorials/dashboard.png b/src/BootstrapBlazor.Server/wwwroot/images/tutorials/dashboard.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/tutorials/dashboard.png rename to src/BootstrapBlazor.Server/wwwroot/images/tutorials/dashboard.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/tutorials/drawing.png b/src/BootstrapBlazor.Server/wwwroot/images/tutorials/drawing.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/tutorials/drawing.png rename to src/BootstrapBlazor.Server/wwwroot/images/tutorials/drawing.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/tutorials/login.png b/src/BootstrapBlazor.Server/wwwroot/images/tutorials/login.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/tutorials/login.png rename to src/BootstrapBlazor.Server/wwwroot/images/tutorials/login.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/tutorials/pro.jpg b/src/BootstrapBlazor.Server/wwwroot/images/tutorials/pro.jpg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/tutorials/pro.jpg rename to src/BootstrapBlazor.Server/wwwroot/images/tutorials/pro.jpg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/tutorials/translate.png b/src/BootstrapBlazor.Server/wwwroot/images/tutorials/translate.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/tutorials/translate.png rename to src/BootstrapBlazor.Server/wwwroot/images/tutorials/translate.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/tutorials/waterfall.png b/src/BootstrapBlazor.Server/wwwroot/images/tutorials/waterfall.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/tutorials/waterfall.png rename to src/BootstrapBlazor.Server/wwwroot/images/tutorials/waterfall.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/1.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/1.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/1.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/1.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/10.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/10.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/10.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/10.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/11.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/11.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/11.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/11.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/12.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/12.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/12.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/12.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/13.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/13.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/13.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/13.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/14.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/14.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/14.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/14.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/15.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/15.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/15.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/15.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/16.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/16.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/16.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/16.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/17.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/17.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/17.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/17.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/18.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/18.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/18.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/18.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/2.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/2.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/2.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/2.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/3.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/3.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/3.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/3.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/4.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/4.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/4.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/4.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/5.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/5.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/5.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/5.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/6.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/6.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/6.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/6.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/7.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/7.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/7.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/7.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/8.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/8.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/8.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/8.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/images/waterfall/9.jpeg b/src/BootstrapBlazor.Server/wwwroot/images/waterfall/9.jpeg similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/images/waterfall/9.jpeg rename to src/BootstrapBlazor.Server/wwwroot/images/waterfall/9.jpeg diff --git a/src/BootstrapBlazor.Shared/wwwroot/lib/highlight/cshtml-razor.min.js b/src/BootstrapBlazor.Server/wwwroot/lib/highlight/cshtml-razor.min.js similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/lib/highlight/cshtml-razor.min.js rename to src/BootstrapBlazor.Server/wwwroot/lib/highlight/cshtml-razor.min.js diff --git a/src/BootstrapBlazor.Shared/wwwroot/lib/highlight/highlight.min.js b/src/BootstrapBlazor.Server/wwwroot/lib/highlight/highlight.min.js similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/lib/highlight/highlight.min.js rename to src/BootstrapBlazor.Server/wwwroot/lib/highlight/highlight.min.js diff --git a/src/BootstrapBlazor.Shared/wwwroot/lib/highlight/vs.min.css b/src/BootstrapBlazor.Server/wwwroot/lib/highlight/vs.min.css similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/lib/highlight/vs.min.css rename to src/BootstrapBlazor.Server/wwwroot/lib/highlight/vs.min.css diff --git a/src/BootstrapBlazor.Shared/wwwroot/lib/highlight/vs2015.min.css b/src/BootstrapBlazor.Server/wwwroot/lib/highlight/vs2015.min.css similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/lib/highlight/vs2015.min.css rename to src/BootstrapBlazor.Server/wwwroot/lib/highlight/vs2015.min.css diff --git a/src/BootstrapBlazor.Shared/wwwroot/lib/wwads/wwads.js b/src/BootstrapBlazor.Server/wwwroot/lib/wwads/wwads.js similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/lib/wwads/wwads.js rename to src/BootstrapBlazor.Server/wwwroot/lib/wwads/wwads.js diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F01.exp3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F01.exp3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F01.exp3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F01.exp3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F02.exp3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F02.exp3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F02.exp3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F02.exp3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F03.exp3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F03.exp3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F03.exp3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F03.exp3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F04.exp3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F04.exp3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F04.exp3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F04.exp3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F05.exp3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F05.exp3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F05.exp3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F05.exp3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F06.exp3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F06.exp3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F06.exp3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F06.exp3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F07.exp3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F07.exp3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F07.exp3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F07.exp3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F08.exp3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F08.exp3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/expressions/F08.exp3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/expressions/F08.exp3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.2048/texture_00.png b/src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.2048/texture_00.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.2048/texture_00.png rename to src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.2048/texture_00.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.2048/texture_01.png b/src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.2048/texture_01.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.2048/texture_01.png rename to src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.2048/texture_01.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.moc3 b/src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.moc3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.moc3 rename to src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.moc3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.model3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.model3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.model3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.model3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.physics3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.physics3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.physics3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.physics3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.pose3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.pose3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/haru_greeter_t03.pose3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/haru_greeter_t03.pose3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/motion/haru_g_idle.motion3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/motion/haru_g_idle.motion3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/motion/haru_g_idle.motion3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/motion/haru_g_idle.motion3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/motion/haru_g_m05.motion3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/motion/haru_g_m05.motion3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/motion/haru_g_m05.motion3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/motion/haru_g_m05.motion3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/motion/haru_g_m07.motion3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/motion/haru_g_m07.motion3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/motion/haru_g_m07.motion3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/motion/haru_g_m07.motion3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/motion/haru_g_m14.motion3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/motion/haru_g_m14.motion3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/motion/haru_g_m14.motion3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/motion/haru_g_m14.motion3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/haru/motion/haru_g_m15.motion3.json b/src/BootstrapBlazor.Server/wwwroot/models/haru/motion/haru_g_m15.motion3.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/haru/motion/haru_g_m15.motion3.json rename to src/BootstrapBlazor.Server/wwwroot/models/haru/motion/haru_g_m15.motion3.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/expressions/f01.exp.json b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/expressions/f01.exp.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/expressions/f01.exp.json rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/expressions/f01.exp.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/expressions/f02.exp.json b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/expressions/f02.exp.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/expressions/f02.exp.json rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/expressions/f02.exp.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/expressions/f03.exp.json b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/expressions/f03.exp.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/expressions/f03.exp.json rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/expressions/f03.exp.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/expressions/f04.exp.json b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/expressions/f04.exp.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/expressions/f04.exp.json rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/expressions/f04.exp.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/flickHead_00.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/flickHead_00.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/flickHead_00.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/flickHead_00.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/flickHead_01.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/flickHead_01.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/flickHead_01.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/flickHead_01.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/flickHead_02.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/flickHead_02.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/flickHead_02.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/flickHead_02.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/idle_00.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/idle_00.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/idle_00.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/idle_00.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/idle_01.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/idle_01.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/idle_01.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/idle_01.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/idle_02.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/idle_02.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/idle_02.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/idle_02.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchIn_00.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchIn_00.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchIn_00.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchIn_00.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchIn_01.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchIn_01.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchIn_01.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchIn_01.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchIn_02.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchIn_02.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchIn_02.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchIn_02.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchOut_00.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchOut_00.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchOut_00.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchOut_00.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchOut_01.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchOut_01.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchOut_01.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchOut_01.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchOut_02.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchOut_02.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/pinchOut_02.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/pinchOut_02.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/shake_00.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/shake_00.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/shake_00.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/shake_00.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/shake_01.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/shake_01.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/shake_01.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/shake_01.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/shake_02.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/shake_02.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/shake_02.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/shake_02.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/tapBody_00.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/tapBody_00.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/tapBody_00.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/tapBody_00.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/tapBody_01.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/tapBody_01.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/tapBody_01.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/tapBody_01.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/tapBody_02.mtn b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/tapBody_02.mtn similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/motions/tapBody_02.mtn rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/motions/tapBody_02.mtn diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_00.png b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_00.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_00.png rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_00.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_01.png b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_01.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_01.png rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_01.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_02.png b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_02.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_02.png rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_02.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_03.png b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_03.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_03.png rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_03.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_04.png b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_04.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_04.png rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_04.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_05.png b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_05.png similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.1024/texture_05.png rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.1024/texture_05.png diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.moc b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.moc similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.moc rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.moc diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.model.json b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.model.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.model.json rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.model.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.physics.json b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.physics.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.physics.json rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.physics.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.pose.json b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.pose.json similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/shizuku.pose.json rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/shizuku.pose.json diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/flickHead_00.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/flickHead_00.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/flickHead_00.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/flickHead_00.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/flickHead_01.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/flickHead_01.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/flickHead_01.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/flickHead_01.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/flickHead_02.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/flickHead_02.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/flickHead_02.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/flickHead_02.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchIn_00.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchIn_00.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchIn_00.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchIn_00.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchIn_01.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchIn_01.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchIn_01.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchIn_01.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchIn_02.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchIn_02.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchIn_02.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchIn_02.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchOut_00.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchOut_00.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchOut_00.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchOut_00.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchOut_01.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchOut_01.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchOut_01.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchOut_01.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchOut_02.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchOut_02.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/pinchOut_02.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/pinchOut_02.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/shake_00.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/shake_00.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/shake_00.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/shake_00.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/shake_01.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/shake_01.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/shake_01.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/shake_01.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/shake_02.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/shake_02.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/shake_02.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/shake_02.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/tapBody_00.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/tapBody_00.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/tapBody_00.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/tapBody_00.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/tapBody_01.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/tapBody_01.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/tapBody_01.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/tapBody_01.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/tapBody_02.mp3 b/src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/tapBody_02.mp3 similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/models/shizuku/sounds/tapBody_02.mp3 rename to src/BootstrapBlazor.Server/wwwroot/models/shizuku/sounds/tapBody_02.mp3 diff --git a/src/BootstrapBlazor.Shared/wwwroot/samples/sample.docx b/src/BootstrapBlazor.Server/wwwroot/samples/sample.docx similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/samples/sample.docx rename to src/BootstrapBlazor.Server/wwwroot/samples/sample.docx diff --git a/src/BootstrapBlazor.Shared/wwwroot/samples/sample.pdf b/src/BootstrapBlazor.Server/wwwroot/samples/sample.pdf similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/samples/sample.pdf rename to src/BootstrapBlazor.Server/wwwroot/samples/sample.pdf diff --git a/src/BootstrapBlazor.Shared/wwwroot/samples/sample.xlsx b/src/BootstrapBlazor.Server/wwwroot/samples/sample.xlsx similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/samples/sample.xlsx rename to src/BootstrapBlazor.Server/wwwroot/samples/sample.xlsx diff --git a/src/BootstrapBlazor.Shared/wwwroot/samples/sample2.docx b/src/BootstrapBlazor.Server/wwwroot/samples/sample2.docx similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/samples/sample2.docx rename to src/BootstrapBlazor.Server/wwwroot/samples/sample2.docx diff --git a/src/BootstrapBlazor.Shared/wwwroot/samples/sample2.xlsx b/src/BootstrapBlazor.Server/wwwroot/samples/sample2.xlsx similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/samples/sample2.xlsx rename to src/BootstrapBlazor.Server/wwwroot/samples/sample2.xlsx diff --git a/src/BootstrapBlazor.Shared/wwwroot/samples/sample3.xlsx b/src/BootstrapBlazor.Server/wwwroot/samples/sample3.xlsx similarity index 100% rename from src/BootstrapBlazor.Shared/wwwroot/samples/sample3.xlsx rename to src/BootstrapBlazor.Server/wwwroot/samples/sample3.xlsx diff --git a/src/BootstrapBlazor.Shared/BootstrapBlazor.Shared.csproj b/src/BootstrapBlazor.Shared/BootstrapBlazor.Shared.csproj deleted file mode 100644 index eb31d6393ea..00000000000 --- a/src/BootstrapBlazor.Shared/BootstrapBlazor.Shared.csproj +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/BootstrapBlazor.Shared/Components/_Imports.razor b/src/BootstrapBlazor.Shared/Components/_Imports.razor deleted file mode 100644 index a76f2b66d10..00000000000 --- a/src/BootstrapBlazor.Shared/Components/_Imports.razor +++ /dev/null @@ -1,20 +0,0 @@ -@using BootstrapBlazor.Components -@using BootstrapBlazor.Shared -@using BootstrapBlazor.Shared.Components -@using BootstrapBlazor.Shared.Components.Components -@using BootstrapBlazor.Shared.Extensions -@using Microsoft.AspNetCore.Authorization -@using Microsoft.AspNetCore.Components.Authorization -@using Microsoft.AspNetCore.Components.Forms -@using Microsoft.AspNetCore.Components.Routing -@using Microsoft.AspNetCore.Components.Web -@using Microsoft.Extensions.Configuration -@using Microsoft.Extensions.DependencyInjection -@using Microsoft.Extensions.Localization -@using Microsoft.Extensions.Options -@using Microsoft.JSInterop -@using System.Diagnostics.CodeAnalysis -@using System.Globalization -@using System.Net.Http -@using System.Reflection -@using System.Threading.Tasks diff --git a/src/BootstrapBlazor.Shared/Directory.Build.props b/src/BootstrapBlazor.Shared/Directory.Build.props deleted file mode 100644 index 607b3730629..00000000000 --- a/src/BootstrapBlazor.Shared/Directory.Build.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - CS8002 - - - diff --git a/src/BootstrapBlazor.Shared/wwwroot/favicon.ico b/src/BootstrapBlazor.Shared/wwwroot/favicon.ico deleted file mode 100644 index 35480a03399..00000000000 Binary files a/src/BootstrapBlazor.Shared/wwwroot/favicon.ico and /dev/null differ diff --git a/src/BootstrapBlazor.Shared/wwwroot/favicon.png b/src/BootstrapBlazor.Shared/wwwroot/favicon.png deleted file mode 100644 index a14d3e12a45..00000000000 Binary files a/src/BootstrapBlazor.Shared/wwwroot/favicon.png and /dev/null differ diff --git a/src/BootstrapBlazorAuto/.gitignore b/src/BootstrapBlazorAuto/.gitignore deleted file mode 100644 index 87fbbc492bf..00000000000 --- a/src/BootstrapBlazorAuto/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -**/appsettings*.json -**/wwwroot/favicon.* diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/BootstrapBlazorAuto.Client.csproj b/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/BootstrapBlazorAuto.Client.csproj deleted file mode 100644 index acd445f8229..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/BootstrapBlazorAuto.Client.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - true - Default - true - - - - - - - - - - - - - diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Directory.Build.props b/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Directory.Build.props deleted file mode 100644 index fc268bd2af6..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Directory.Build.props +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Directory.Build.targets b/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Directory.Build.targets deleted file mode 100644 index a81952d35dd..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Directory.Build.targets +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Program.cs b/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Program.cs deleted file mode 100644 index 60ed6e84036..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Program.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the Apache 2.0 License -// See the LICENSE file in the project root for more information. -// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone - -using Microsoft.AspNetCore.Components.WebAssembly.Hosting; -using Microsoft.JSInterop; -using System.Globalization; - -var builder = WebAssemblyHostBuilder.CreateDefault(args); - -builder.Services.AddBootstrapBlazorServices(); - -var host = builder.Build(); - -const string defaultCulture = "en-US"; - -var js = host.Services.GetRequiredService(); -var result = await js.InvokeAsync("bbCulture.get"); -var culture = CultureInfo.GetCultureInfo(result ?? defaultCulture); - -if (result == null) -{ - await js.InvokeVoidAsync("bbCulture.set", defaultCulture); -} - -CultureInfo.DefaultThreadCurrentCulture = culture; -CultureInfo.DefaultThreadCurrentUICulture = culture; - -await host.RunAsync(); diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Routes.razor b/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Routes.razor deleted file mode 100644 index 242e0fffc98..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/Routes.razor +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/_Imports.razor b/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/_Imports.razor deleted file mode 100644 index fd1d8c4f67e..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto.Client/_Imports.razor +++ /dev/null @@ -1,10 +0,0 @@ -@using BootstrapBlazor.Components -@using BootstrapBlazor.Shared.Components.Layout -@using BootstrapBlazorAuto.Client - -@using Microsoft.AspNetCore.Components.Forms -@using Microsoft.AspNetCore.Components.Routing -@using Microsoft.AspNetCore.Components.Web - -@using System.Net.Http -@using System.Net.Http.Json diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/BootstrapBlazorAuto.csproj b/src/BootstrapBlazorAuto/BootstrapBlazorAuto/BootstrapBlazorAuto.csproj deleted file mode 100644 index 5d9e34cb4ab..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/BootstrapBlazorAuto.csproj +++ /dev/null @@ -1,36 +0,0 @@ - - - - net9.0 - dd866c36-9a9b-4dda-bce0-44c91d3094cc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Components/App.razor b/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Components/App.razor deleted file mode 100644 index 0bbc7af707c..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Components/App.razor +++ /dev/null @@ -1,69 +0,0 @@ -@inject IWebHostEnvironment Env -@inject IStringLocalizer Localizer -@inject IOptions WebsiteOption - - - - - - - - - - - - - @Localizer["SiteTitle"] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @if (Env.IsProduction()) - { - - - - } - - - diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Components/Pages/Error.razor b/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Components/Pages/Error.razor deleted file mode 100644 index 576cc2d2f4d..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Components/Pages/Error.razor +++ /dev/null @@ -1,36 +0,0 @@ -@page "/Error" -@using System.Diagnostics - -Error - -

    Error.

    -

    An error occurred while processing your request.

    - -@if (ShowRequestId) -{ -

    - Request ID: @RequestId -

    -} - -

    Development Mode

    -

    - Swapping to Development environment will display more detailed information about the error that occurred. -

    -

    - The Development environment shouldn't be enabled for deployed applications. - It can result in displaying sensitive information from exceptions to end users. - For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development - and restarting the app. -

    - -@code{ - [CascadingParameter] - private HttpContext? HttpContext { get; set; } - - private string? RequestId { get; set; } - private bool ShowRequestId => !string.IsNullOrEmpty(RequestId); - - protected override void OnInitialized() => - RequestId = Activity.Current?.Id ?? HttpContext?.TraceIdentifier; -} diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Components/_Imports.razor b/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Components/_Imports.razor deleted file mode 100644 index 5c8b8ce2eac..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Components/_Imports.razor +++ /dev/null @@ -1,21 +0,0 @@ -@using BootstrapBlazor.Components - -@using BootstrapBlazorAuto -@using BootstrapBlazorAuto.Client -@using BootstrapBlazorAuto.Components - -@using BootstrapBlazor.Shared.Components.Components -@using BootstrapBlazor.Shared.Components.Layout -@using BootstrapBlazor.Shared.Data - -@using Microsoft.AspNetCore.Components.Forms -@using Microsoft.AspNetCore.Components.Routing -@using Microsoft.AspNetCore.Components.Web -@using Microsoft.Extensions.Localization -@using Microsoft.Extensions.Options -@using static Microsoft.AspNetCore.Components.Web.RenderMode -@using Microsoft.AspNetCore.Components.Web.Virtualization -@using Microsoft.JSInterop - -@using System.Net.Http -@using System.Net.Http.Json diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Directory.Build.props b/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Directory.Build.props deleted file mode 100644 index fc268bd2af6..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Directory.Build.props +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Directory.Build.targets b/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Directory.Build.targets deleted file mode 100644 index e539458b9f0..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Directory.Build.targets +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Program.cs b/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Program.cs deleted file mode 100644 index f91833b342a..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Program.cs +++ /dev/null @@ -1,39 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the Apache 2.0 License -// See the LICENSE file in the project root for more information. -// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone - -using BootstrapBlazor.Shared.Components.Layout; -using BootstrapBlazorAuto.Components; - -var builder = WebApplication.CreateBuilder(args); - -builder.Services.AddRazorComponents() - .AddInteractiveServerComponents() - .AddInteractiveWebAssemblyComponents(); - -builder.Services.AddBootstrapBlazorServerService(); - -var app = builder.Build(); - -// Configure the HTTP request pipeline. -if (app.Environment.IsDevelopment()) -{ - app.UseWebAssemblyDebugging(); -} -else -{ - app.UseExceptionHandler("/Error", createScopeForErrors: true); -} - -app.UseAntiforgery(); -app.UseBootstrapBlazor(); - -app.MapStaticAssets(); -app.MapDefaultControllerRoute(); -app.MapRazorComponents() - .AddInteractiveServerRenderMode() - .AddInteractiveWebAssemblyRenderMode() - .AddAdditionalAssemblies(typeof(MainLayout).Assembly); - -app.Run(); diff --git a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Properties/launchSettings.json b/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Properties/launchSettings.json deleted file mode 100644 index d6574bbcb81..00000000000 --- a/src/BootstrapBlazorAuto/BootstrapBlazorAuto/Properties/launchSettings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/launchsettings.json", - "profiles": { - "http": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "applicationUrl": "http://localhost:5220", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - } - } diff --git a/src/Wasm/BootstrapBlazor.Maui/App.xaml b/src/Wasm/BootstrapBlazor.Maui/App.xaml deleted file mode 100644 index 49fbbcc6e9a..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/App.xaml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - #512bdf - White - - - - - - - - \ No newline at end of file diff --git a/src/Wasm/BootstrapBlazor.Maui/App.xaml.cs b/src/Wasm/BootstrapBlazor.Maui/App.xaml.cs deleted file mode 100644 index 66c9e869a32..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/App.xaml.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -namespace BootstrapBlazor.Maui; - -public partial class App : Application -{ - public App() - { - InitializeComponent(); - - MainPage = new MainPage(); - } -} diff --git a/src/Wasm/BootstrapBlazor.Maui/BootstrapBlazor.Maui.csproj b/src/Wasm/BootstrapBlazor.Maui/BootstrapBlazor.Maui.csproj deleted file mode 100644 index 0ecd0c09d20..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/BootstrapBlazor.Maui.csproj +++ /dev/null @@ -1,73 +0,0 @@ - - - - net7.0-android;net7.0-ios;net7.0-maccatalyst - $(TargetFrameworks);net7.0-windows10.0.19041.0 - - - Exe - BootstrapBlazor.Maui - true - true - enable - false - - - BootstrapBlazor.Maui - - - com.companyname.bootstrapblazor.maui - 5E662D79-7B8D-441B-986E-5C306144F3CD - - - 1.0 - 1 - - 14.2 - 14.0 - 24.0 - 10.0.17763.0 - 10.0.17763.0 - 6.5 - True - True - False - True - E:\sms - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - PreserveNewest - - - - diff --git a/src/Wasm/BootstrapBlazor.Maui/Main.razor b/src/Wasm/BootstrapBlazor.Maui/Main.razor deleted file mode 100644 index a14c0692124..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Main.razor +++ /dev/null @@ -1,15 +0,0 @@ -@using BootstrapBlazor.Components - - - - - - - - Not found - -

    正在玩命开发中 ...

    -
    -
    -
    -
    diff --git a/src/Wasm/BootstrapBlazor.Maui/Main.razor.cs b/src/Wasm/BootstrapBlazor.Maui/Main.razor.cs deleted file mode 100644 index a85192e949b..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Main.razor.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -using BootstrapBlazor.Shared; -using Microsoft.AspNetCore.Components; -using Microsoft.Extensions.Options; -using System.Reflection; - -namespace BootstrapBlazor.Maui; - -public partial class Main -{ - [Inject] - [NotNull] - private IOptions? WebsiteOptions { get; set; } - - [NotNull] - private IEnumerable? AdditionalAssemblies { get; set; } - - /// - /// - /// - protected override void OnInitialized() - { - base.OnInitialized(); - - AdditionalAssemblies = WebsiteOptions.Value.AdditionalAssemblies; - } -} diff --git a/src/Wasm/BootstrapBlazor.Maui/MainPage.xaml b/src/Wasm/BootstrapBlazor.Maui/MainPage.xaml deleted file mode 100644 index e7daa976360..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/MainPage.xaml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - diff --git a/src/Wasm/BootstrapBlazor.Maui/MainPage.xaml.cs b/src/Wasm/BootstrapBlazor.Maui/MainPage.xaml.cs deleted file mode 100644 index da6adf29c70..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/MainPage.xaml.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -namespace BootstrapBlazor.Maui; - -public partial class MainPage : ContentPage -{ - public MainPage() - { - InitializeComponent(); - } -} diff --git a/src/Wasm/BootstrapBlazor.Maui/MauiProgram.cs b/src/Wasm/BootstrapBlazor.Maui/MauiProgram.cs deleted file mode 100644 index 7985c5c2024..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/MauiProgram.cs +++ /dev/null @@ -1,136 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ -using BootstrapBlazor.Components; -using BootstrapBlazor.Shared; -using Microsoft.Extensions.Logging; -using Microsoft.Extensions.Options; -using Org.BouncyCastle.Asn1.X509.Qualified; -using System.Reflection; - -namespace BootstrapBlazor.Maui; -public static class MauiProgram -{ - public static MauiApp CreateMauiApp() - { - var builder = MauiApp.CreateBuilder(); - builder - .UseMauiApp() - .ConfigureFonts(fonts => - { - fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); - }); - - builder.Services.AddMauiBlazorWebView(); - - // 增加错误日志 - //builder.Services.AddLogging(logging => logging.AddFileLogger()); - - // 增加后台任务服务 - //builder.Services.AddTaskServices(); - //builder.Services.AddHostedService(); - - // 增加演示网站服务 - builder.Services.AddWebSiteServices(); - - // 配置网站路由表 - builder.Services.Configure(op => - { - op.AdditionalAssemblies = new Assembly[] { typeof(Shared.App).Assembly }; - }); - - // 增加 BootstrapBlazor 组件 - builder.Services.AddBootstrapBlazor(); - - // 增加 Azure 语音服务 - //services.AddBootstrapBlazorAzureSpeech(); - - // 增加 Baidu 语音服务 - builder.Services.AddBootstrapBlazorBaiduSpeech(); - - builder.Services.ConfigureJsonLocalizationOptions(op => - { - // 附加自己的 json 多语言文化资源文件 如 zh-TW.json - op.AdditionalJsonAssemblies = new Assembly[] - { - typeof(BootstrapBlazor.Shared.App).Assembly, - typeof(BootstrapBlazor.Components.BarcodeReader).Assembly, - typeof(BootstrapBlazor.Components.Chart).Assembly, - typeof(BootstrapBlazor.Components.SignaturePad).Assembly - }; - }); - - // 设置地理位置定位器 - //builder.Services.ConfigureIPLocatorOption(op => op.LocatorFactory = sp => new BaiDuIPLocator()); - - // 增加 Baidu ORC 服务 - builder.Services.AddBootstrapBlazorBaiduOcr(); - - // 增加多语言支持配置信息 - //builder.Services.AddRequestLocalization>((localizerOption, blazorOption) => - //{ - // blazorOption.OnChange(op => Invoke(op)); - // Invoke(blazorOption.CurrentValue); - - // void Invoke(BootstrapBlazorOptions option) - // { - // var supportedCultures = option.GetSupportedCultures(); - // localizerOption.SupportedCultures = supportedCultures; - // localizerOption.SupportedUICultures = supportedCultures; - // } - //}); - - // 增加 AzureOpenAI 服务 - builder.Services.AddBootstrapBlazorAzureOpenAIService(); - - // 增加 Pdf 导出服务 - builder.Services.AddBootstrapBlazorHtml2PdfService(); - - //builder.Services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme) - // .AddCookie() - // .AddGitee(OAuthHelper.Configure) - // .AddGitHub(OAuthHelper.Configure); - - // 增加 PetaPoco ORM 数据服务操作类 - // 需要时打开下面代码 - //services.AddPetaPoco(option => - //{ - // // 配置数据信息 - // // 使用 SQLite 数据以及从配置文件中获取数据库连接字符串 - // // 需要引用 Microsoft.Data.Sqlite 包,操作 SQLite 数据库 - // // 需要引用 PetaPoco.Extensions 包,PetaPoco 包扩展批量插入与删除 - // option.UsingProvider() - // .UsingConnectionString(Configuration.GetConnectionString("bb")); - //}); - - // 增加 FreeSql ORM 数据服务操作类 - // 需要时打开下面代码 - // 需要引入 FreeSql 对 SQLite 的扩展包 FreeSql.Provider.Sqlite - //services.AddFreeSql(option => - //{ - // option.UseConnectionString(FreeSql.DataType.Sqlite, Configuration.GetConnectionString("bb")) -#if DEBUG - // //开发环境:自动同步实体 - // .UseAutoSyncStructure(true) - // //调试sql语句输出 - // .UseMonitorCommand(cmd => System.Console.WriteLine(cmd.CommandText)) -#endif - // ; - //}); - - // 增加 EFCore ORM 数据服务操作类 - // 需要时打开下面代码 - //services.AddEntityFrameworkCore(option => - //{ - // // 需要引用 Microsoft.EntityFrameworkCore.Sqlite 包,操作 SQLite 数据库 - // option.UseSqlite(Configuration.GetConnectionString("bb")); - //}); - -#if DEBUG - builder.Services.AddBlazorWebViewDeveloperTools(); - builder.Logging.AddDebug(); -#endif - - return builder.Build(); - } -} diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/Android/MainActivity.cs b/src/Wasm/BootstrapBlazor.Maui/Platforms/Android/MainActivity.cs deleted file mode 100644 index dc19cc4816e..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/Android/MainActivity.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -using Android.App; -using Android.Content.PM; -using Android.OS; - -namespace BootstrapBlazor.Maui; -[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)] -public class MainActivity : MauiAppCompatActivity -{ -} diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/Android/MainApplication.cs b/src/Wasm/BootstrapBlazor.Maui/Platforms/Android/MainApplication.cs deleted file mode 100644 index bcc6a1e98df..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/Android/MainApplication.cs +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -using Android.App; -using Android.Runtime; - -namespace BootstrapBlazor.Maui; -[Application] -public class MainApplication : MauiApplication -{ - public MainApplication(IntPtr handle, JniHandleOwnership ownership) - : base(handle, ownership) - { - } - - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/MacCatalyst/AppDelegate.cs b/src/Wasm/BootstrapBlazor.Maui/Platforms/MacCatalyst/AppDelegate.cs deleted file mode 100644 index 0d619872446..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/MacCatalyst/AppDelegate.cs +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -using Foundation; - -namespace BootstrapBlazor.Maui; -[Register("AppDelegate")] -public class AppDelegate : MauiUIApplicationDelegate -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/MacCatalyst/Info.plist b/src/Wasm/BootstrapBlazor.Maui/Platforms/MacCatalyst/Info.plist deleted file mode 100644 index 403ce9c6682..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/MacCatalyst/Info.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - UIDeviceFamily - - 1 - 2 - - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/appicon.appiconset - - diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/MacCatalyst/Program.cs b/src/Wasm/BootstrapBlazor.Maui/Platforms/MacCatalyst/Program.cs deleted file mode 100644 index c59e4820a44..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/MacCatalyst/Program.cs +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -using ObjCRuntime; -using UIKit; - -namespace BootstrapBlazor.Maui; -public class Program -{ - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } -} \ No newline at end of file diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/Tizen/Main.cs b/src/Wasm/BootstrapBlazor.Maui/Platforms/Tizen/Main.cs deleted file mode 100644 index d218d7ad55c..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/Tizen/Main.cs +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -using Microsoft.Maui; -using Microsoft.Maui.Hosting; -using System; - -namespace BootstrapBlazor.Maui; - -internal class Program : MauiApplication -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - - static void Main(string[] args) - { - var app = new Program(); - app.Run(args); - } -} diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/App.xaml b/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/App.xaml deleted file mode 100644 index be7216590c3..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/App.xaml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/App.xaml.cs b/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/App.xaml.cs deleted file mode 100644 index 4c511a0d5d1..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/App.xaml.cs +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -using Microsoft.UI.Xaml; - -// To learn more about WinUI, the WinUI project structure, -// and more about our project templates, see: http://aka.ms/winui-project-info. - -namespace BootstrapBlazor.Maui.WinUI; -/// -/// Provides application-specific behavior to supplement the default Application class. -/// -public partial class App : MauiWinUIApplication -{ - /// - /// Initializes the singleton application object. This is the first line of authored code - /// executed, and as such is the logical equivalent of main() or WinMain(). - /// - public App() - { - this.InitializeComponent(); - } - - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} - diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/Package.appxmanifest b/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/Package.appxmanifest deleted file mode 100644 index 0003a8740c9..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/Package.appxmanifest +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - $placeholder$ - User Name - $placeholder$.png - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/app.manifest b/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/app.manifest deleted file mode 100644 index 7681a1d4b61..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/Windows/app.manifest +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - true/PM - PerMonitorV2, PerMonitor - - - diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/iOS/AppDelegate.cs b/src/Wasm/BootstrapBlazor.Maui/Platforms/iOS/AppDelegate.cs deleted file mode 100644 index 0d619872446..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/iOS/AppDelegate.cs +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -using Foundation; - -namespace BootstrapBlazor.Maui; -[Register("AppDelegate")] -public class AppDelegate : MauiUIApplicationDelegate -{ - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); -} diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/iOS/Info.plist b/src/Wasm/BootstrapBlazor.Maui/Platforms/iOS/Info.plist deleted file mode 100644 index ecb7f719bd2..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/iOS/Info.plist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - LSRequiresIPhoneOS - - UIDeviceFamily - - 1 - 2 - - UIRequiredDeviceCapabilities - - arm64 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/appicon.appiconset - - diff --git a/src/Wasm/BootstrapBlazor.Maui/Platforms/iOS/Program.cs b/src/Wasm/BootstrapBlazor.Maui/Platforms/iOS/Program.cs deleted file mode 100644 index 57a9bb95468..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Platforms/iOS/Program.cs +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -// Website: https://www.blazor.zone or https://argozhang.github.io/ - -using ObjCRuntime; -using UIKit; - -namespace BootstrapBlazor.Maui; -public class Program -{ - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } -} diff --git a/src/Wasm/BootstrapBlazor.Maui/Properties/launchSettings.json b/src/Wasm/BootstrapBlazor.Maui/Properties/launchSettings.json deleted file mode 100644 index edf8aadcc83..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "Windows Machine": { - "commandName": "MsixPackage", - "nativeDebugging": false - } - } -} \ No newline at end of file diff --git a/src/Wasm/BootstrapBlazor.Maui/Resources/AppIcon/appicon.svg b/src/Wasm/BootstrapBlazor.Maui/Resources/AppIcon/appicon.svg deleted file mode 100644 index 9d63b6513a1..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Resources/AppIcon/appicon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Wasm/BootstrapBlazor.Maui/Resources/AppIcon/appiconfg.svg b/src/Wasm/BootstrapBlazor.Maui/Resources/AppIcon/appiconfg.svg deleted file mode 100644 index 21dfb25f187..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Resources/AppIcon/appiconfg.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/Wasm/BootstrapBlazor.Maui/Resources/Fonts/OpenSans-Regular.ttf b/src/Wasm/BootstrapBlazor.Maui/Resources/Fonts/OpenSans-Regular.ttf deleted file mode 100644 index 35fb8d513ce..00000000000 Binary files a/src/Wasm/BootstrapBlazor.Maui/Resources/Fonts/OpenSans-Regular.ttf and /dev/null differ diff --git a/src/Wasm/BootstrapBlazor.Maui/Resources/Images/dotnet_bot.svg b/src/Wasm/BootstrapBlazor.Maui/Resources/Images/dotnet_bot.svg deleted file mode 100644 index abfaff26a85..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Resources/Images/dotnet_bot.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Wasm/BootstrapBlazor.Maui/Resources/Raw/AboutAssets.txt b/src/Wasm/BootstrapBlazor.Maui/Resources/Raw/AboutAssets.txt deleted file mode 100644 index 531df33f7fc..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Resources/Raw/AboutAssets.txt +++ /dev/null @@ -1,15 +0,0 @@ -Any raw assets you want to be deployed with your application can be placed in -this directory (and child directories). Deployment of the asset to your application -is automatically handled by the following `MauiAsset` Build Action within your `.csproj`. - - - -These files will be deployed with you package and will be accessible using Essentials: - - async Task LoadMauiAsset() - { - using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt"); - using var reader = new StreamReader(stream); - - var contents = reader.ReadToEnd(); - } diff --git a/src/Wasm/BootstrapBlazor.Maui/Resources/Splash/splash.svg b/src/Wasm/BootstrapBlazor.Maui/Resources/Splash/splash.svg deleted file mode 100644 index 21dfb25f187..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/Resources/Splash/splash.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/Wasm/BootstrapBlazor.Maui/_Imports.razor b/src/Wasm/BootstrapBlazor.Maui/_Imports.razor deleted file mode 100644 index 3e04caa0206..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/_Imports.razor +++ /dev/null @@ -1,7 +0,0 @@ -@using System.Net.Http -@using Microsoft.AspNetCore.Components.Forms -@using Microsoft.AspNetCore.Components.Routing -@using Microsoft.AspNetCore.Components.Web -@using Microsoft.AspNetCore.Components.Web.Virtualization -@using Microsoft.JSInterop -@using BootstrapBlazor.Maui diff --git a/src/Wasm/BootstrapBlazor.Maui/wwwroot/BrowserNotSupported.html b/src/Wasm/BootstrapBlazor.Maui/wwwroot/BrowserNotSupported.html deleted file mode 100644 index e69d8d61f2d..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/wwwroot/BrowserNotSupported.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Bootstrap Blazor - 企业级 UI 组件库 - - -
    您的浏览器不支持 WebAssembly
    - -
    - -
    - Your browser doesn't support WebAssembly -
    - -
    - -
    - For more information on WebAssembly browser support please follow this link. -
    - - - diff --git a/src/Wasm/BootstrapBlazor.Maui/wwwroot/decode.js b/src/Wasm/BootstrapBlazor.Maui/wwwroot/decode.js deleted file mode 100644 index 9ec8773c766..00000000000 --- a/src/Wasm/BootstrapBlazor.Maui/wwwroot/decode.js +++ /dev/null @@ -1,2287 +0,0 @@ -/* Copyright 2017 Google Inc. All Rights Reserved. - - Distributed under MIT license. - See file LICENSE for detail or copy at https://opensource.org/licenses/MIT -*/ -(/** - * @param {!Object} zis - * @return {function(!Int8Array):!Int8Array} - */ function(zis) { - /** - * @constructor - * @param {!Int8Array} bytes - * @struct - */ - function InputStream(bytes) { - /** @type {!Int8Array} */ - this.data = bytes; - /** @type {!number} */ - this.offset = 0; - } - -/* GENERATED CODE BEGIN */ - /** @type {!Int32Array} */ - var MAX_HUFFMAN_TABLE_SIZE = Int32Array.from([256, 402, 436, 468, 500, 534, 566, 598, 630, 662, 694, 726, 758, 790, 822, 854, 886, 920, 952, 984, 1016, 1048, 1080]); - /** @type {!Int32Array} */ - var CODE_LENGTH_CODE_ORDER = Int32Array.from([1, 2, 3, 4, 0, 5, 17, 6, 16, 7, 8, 9, 10, 11, 12, 13, 14, 15]); - /** @type {!Int32Array} */ - var DISTANCE_SHORT_CODE_INDEX_OFFSET = Int32Array.from([0, 3, 2, 1, 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3]); - /** @type {!Int32Array} */ - var DISTANCE_SHORT_CODE_VALUE_OFFSET = Int32Array.from([0, 0, 0, 0, -1, 1, -2, 2, -3, 3, -1, 1, -2, 2, -3, 3]); - /** @type {!Int32Array} */ - var FIXED_TABLE = Int32Array.from([0x020000, 0x020004, 0x020003, 0x030002, 0x020000, 0x020004, 0x020003, 0x040001, 0x020000, 0x020004, 0x020003, 0x030002, 0x020000, 0x020004, 0x020003, 0x040005]); - /** @type {!Int32Array} */ - var BLOCK_LENGTH_OFFSET = Int32Array.from([1, 5, 9, 13, 17, 25, 33, 41, 49, 65, 81, 97, 113, 145, 177, 209, 241, 305, 369, 497, 753, 1265, 2289, 4337, 8433, 16625]); - /** @type {!Int32Array} */ - var BLOCK_LENGTH_N_BITS = Int32Array.from([2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 7, 8, 9, 10, 11, 12, 13, 24]); - /** @type {!Int16Array} */ - var INSERT_LENGTH_N_BITS = Int16Array.from([0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x02, 0x02, 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0C, 0x0E, 0x18]); - /** @type {!Int16Array} */ - var COPY_LENGTH_N_BITS = Int16Array.from([0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x02, 0x02, 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x18]); - /** @type {!Int16Array} */ - var CMD_LOOKUP = new Int16Array(2816); - { - unpackCommandLookupTable(CMD_LOOKUP); - } - /** - * @param {number} i - * @return {number} - */ - function log2floor(i) { - var /** @type{number} */ result = -1; - var /** @type{number} */ step = 16; - while (step > 0) { - if ((i >>> step) != 0) { - result += step; - i = i >>> step; - } - step = step >> 1; - } - return result + i; - } - /** - * @param {number} npostfix - * @param {number} ndirect - * @param {number} maxndistbits - * @return {number} - */ - function calculateDistanceAlphabetSize(npostfix, ndirect, maxndistbits) { - return 16 + ndirect + 2 * (maxndistbits << npostfix); - } - /** - * @param {number} maxDistance - * @param {number} npostfix - * @param {number} ndirect - * @return {number} - */ - function calculateDistanceAlphabetLimit(maxDistance, npostfix, ndirect) { - if (maxDistance < ndirect + (2 << npostfix)) { - throw "maxDistance is too small"; - } - var /** @type{number} */ offset = ((maxDistance - ndirect) >> npostfix) + 4; - var /** @type{number} */ ndistbits = log2floor(offset) - 1; - var /** @type{number} */ group = ((ndistbits - 1) << 1) | ((offset >> ndistbits) & 1); - return ((group - 1) << npostfix) + (1 << npostfix) + ndirect + 16; - } - /** - * @param {!Int16Array} cmdLookup - * @return {void} - */ - function unpackCommandLookupTable(cmdLookup) { - var /** @type{!Int16Array} */ insertLengthOffsets = new Int16Array(24); - var /** @type{!Int16Array} */ copyLengthOffsets = new Int16Array(24); - copyLengthOffsets[0] = 2; - for (var /** @type{number} */ i = 0; i < 23; ++i) { - insertLengthOffsets[i + 1] = (insertLengthOffsets[i] + (1 << INSERT_LENGTH_N_BITS[i])); - copyLengthOffsets[i + 1] = (copyLengthOffsets[i] + (1 << COPY_LENGTH_N_BITS[i])); - } - for (var /** @type{number} */ cmdCode = 0; cmdCode < 704; ++cmdCode) { - var /** @type{number} */ rangeIdx = cmdCode >>> 6; - var /** @type{number} */ distanceContextOffset = -4; - if (rangeIdx >= 2) { - rangeIdx -= 2; - distanceContextOffset = 0; - } - var /** @type{number} */ insertCode = (((0x29850 >>> (rangeIdx * 2)) & 0x3) << 3) | ((cmdCode >>> 3) & 7); - var /** @type{number} */ copyCode = (((0x26244 >>> (rangeIdx * 2)) & 0x3) << 3) | (cmdCode & 7); - var /** @type{number} */ copyLengthOffset = copyLengthOffsets[copyCode]; - var /** @type{number} */ distanceContext = distanceContextOffset + (copyLengthOffset > 4 ? 3 : copyLengthOffset - 2); - var /** @type{number} */ index = cmdCode * 4; - cmdLookup[index + 0] = (INSERT_LENGTH_N_BITS[insertCode] | (COPY_LENGTH_N_BITS[copyCode] << 8)); - cmdLookup[index + 1] = insertLengthOffsets[insertCode]; - cmdLookup[index + 2] = copyLengthOffsets[copyCode]; - cmdLookup[index + 3] = distanceContext; - } - } - /** - * @param {!State} s - * @return {number} - */ - function decodeWindowBits(s) { - var /** @type{number} */ largeWindowEnabled = s.isLargeWindow; - s.isLargeWindow = 0; - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - if (readFewBits(s, 1) == 0) { - return 16; - } - var /** @type{number} */ n = readFewBits(s, 3); - if (n != 0) { - return 17 + n; - } - n = readFewBits(s, 3); - if (n != 0) { - if (n == 1) { - if (largeWindowEnabled == 0) { - return -1; - } - s.isLargeWindow = 1; - if (readFewBits(s, 1) == 1) { - return -1; - } - n = readFewBits(s, 6); - if (n < 10 || n > 30) { - return -1; - } - return n; - } else { - return 8 + n; - } - } - return 17; - } - /** - * @param {!State} s - * @return {void} - */ - function enableEagerOutput(s) { - if (s.runningState != 1) { - throw "State MUST be freshly initialized"; - } - s.isEager = 1; - } - /** - * @param {!State} s - * @return {void} - */ - function enableLargeWindow(s) { - if (s.runningState != 1) { - throw "State MUST be freshly initialized"; - } - s.isLargeWindow = 1; - } - /** - * @param {!State} s - * @param {!Int8Array} data - * @return {void} - */ - function attachDictionaryChunk(s, data) { - if (s.runningState != 1) { - throw "State MUST be freshly initialized"; - } - if (s.cdNumChunks == 0) { - s.cdChunks = new Array(16); - s.cdChunkOffsets = new Int32Array(16); - s.cdBlockBits = -1; - } - if (s.cdNumChunks == 15) { - throw "Too many dictionary chunks"; - } - s.cdChunks[s.cdNumChunks] = data; - s.cdNumChunks++; - s.cdTotalSize += data.length; - s.cdChunkOffsets[s.cdNumChunks] = s.cdTotalSize; - } - /** - * @param {!State} s - * @param {!InputStream} input - * @return {void} - */ - function initState(s, input) { - if (s.runningState != 0) { - throw "State MUST be uninitialized"; - } - s.blockTrees = new Int32Array(3091); - s.blockTrees[0] = 7; - s.distRbIdx = 3; - var /** @type{number} */ maxDistanceAlphabetLimit = calculateDistanceAlphabetLimit(0x7FFFFFFC, 3, 15 << 3); - s.distExtraBits = new Int8Array(maxDistanceAlphabetLimit); - s.distOffset = new Int32Array(maxDistanceAlphabetLimit); - s.input = input; - initBitReader(s); - s.runningState = 1; - } - /** - * @param {!State} s - * @return {void} - */ - function close(s) { - if (s.runningState == 0) { - throw "State MUST be initialized"; - } - if (s.runningState == 11) { - return; - } - s.runningState = 11; - if (s.input != null) { - closeInput(s.input); - s.input = null; - } - } - /** - * @param {!State} s - * @return {number} - */ - function decodeVarLenUnsignedByte(s) { - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - if (readFewBits(s, 1) != 0) { - var /** @type{number} */ n = readFewBits(s, 3); - if (n == 0) { - return 1; - } else { - return readFewBits(s, n) + (1 << n); - } - } - return 0; - } - /** - * @param {!State} s - * @return {void} - */ - function decodeMetaBlockLength(s) { - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - s.inputEnd = readFewBits(s, 1); - s.metaBlockLength = 0; - s.isUncompressed = 0; - s.isMetadata = 0; - if ((s.inputEnd != 0) && readFewBits(s, 1) != 0) { - return; - } - var /** @type{number} */ sizeNibbles = readFewBits(s, 2) + 4; - if (sizeNibbles == 7) { - s.isMetadata = 1; - if (readFewBits(s, 1) != 0) { - throw "Corrupted reserved bit"; - } - var /** @type{number} */ sizeBytes = readFewBits(s, 2); - if (sizeBytes == 0) { - return; - } - for (var /** @type{number} */ i = 0; i < sizeBytes; i++) { - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ bits = readFewBits(s, 8); - if (bits == 0 && i + 1 == sizeBytes && sizeBytes > 1) { - throw "Exuberant nibble"; - } - s.metaBlockLength |= bits << (i * 8); - } - } else { - for (var /** @type{number} */ i = 0; i < sizeNibbles; i++) { - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ bits = readFewBits(s, 4); - if (bits == 0 && i + 1 == sizeNibbles && sizeNibbles > 4) { - throw "Exuberant nibble"; - } - s.metaBlockLength |= bits << (i * 4); - } - } - s.metaBlockLength++; - if (s.inputEnd == 0) { - s.isUncompressed = readFewBits(s, 1); - } - } - /** - * @param {!Int32Array} tableGroup - * @param {number} tableIdx - * @param {!State} s - * @return {number} - */ - function readSymbol(tableGroup, tableIdx, s) { - var /** @type{number} */ offset = tableGroup[tableIdx]; - var /** @type{number} */ val = (s.accumulator32 >>> s.bitOffset); - offset += val & 0xFF; - var /** @type{number} */ bits = tableGroup[offset] >> 16; - var /** @type{number} */ sym = tableGroup[offset] & 0xFFFF; - if (bits <= 8) { - s.bitOffset += bits; - return sym; - } - offset += sym; - var /** @type{number} */ mask = (1 << bits) - 1; - offset += (val & mask) >>> 8; - s.bitOffset += ((tableGroup[offset] >> 16) + 8); - return tableGroup[offset] & 0xFFFF; - } - /** - * @param {!Int32Array} tableGroup - * @param {number} tableIdx - * @param {!State} s - * @return {number} - */ - function readBlockLength(tableGroup, tableIdx, s) { - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ code = readSymbol(tableGroup, tableIdx, s); - var /** @type{number} */ n = BLOCK_LENGTH_N_BITS[code]; - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - return BLOCK_LENGTH_OFFSET[code] + ((n <= 16) ? readFewBits(s, n) : readManyBits(s, n)); - } - /** - * @param {!Int32Array} v - * @param {number} index - * @return {void} - */ - function moveToFront(v, index) { - var /** @type{number} */ value = v[index]; - for (; index > 0; index--) { - v[index] = v[index - 1]; - } - v[0] = value; - } - /** - * @param {!Int8Array} v - * @param {number} vLen - * @return {void} - */ - function inverseMoveToFrontTransform(v, vLen) { - var /** @type{!Int32Array} */ mtf = new Int32Array(256); - for (var /** @type{number} */ i = 0; i < 256; i++) { - mtf[i] = i; - } - for (var /** @type{number} */ i = 0; i < vLen; i++) { - var /** @type{number} */ index = v[i] & 0xFF; - v[i] = mtf[index]; - if (index != 0) { - moveToFront(mtf, index); - } - } - } - /** - * @param {!Int32Array} codeLengthCodeLengths - * @param {number} numSymbols - * @param {!Int32Array} codeLengths - * @param {!State} s - * @return {void} - */ - function readHuffmanCodeLengths(codeLengthCodeLengths, numSymbols, codeLengths, s) { - var /** @type{number} */ symbol = 0; - var /** @type{number} */ prevCodeLen = 8; - var /** @type{number} */ repeat = 0; - var /** @type{number} */ repeatCodeLen = 0; - var /** @type{number} */ space = 32768; - var /** @type{!Int32Array} */ table = new Int32Array(32 + 1); - var /** @type{number} */ tableIdx = table.length - 1; - buildHuffmanTable(table, tableIdx, 5, codeLengthCodeLengths, 18); - while (symbol < numSymbols && space > 0) { - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ p = (s.accumulator32 >>> s.bitOffset) & 31; - s.bitOffset += table[p] >> 16; - var /** @type{number} */ codeLen = table[p] & 0xFFFF; - if (codeLen < 16) { - repeat = 0; - codeLengths[symbol++] = codeLen; - if (codeLen != 0) { - prevCodeLen = codeLen; - space -= 32768 >> codeLen; - } - } else { - var /** @type{number} */ extraBits = codeLen - 14; - var /** @type{number} */ newLen = 0; - if (codeLen == 16) { - newLen = prevCodeLen; - } - if (repeatCodeLen != newLen) { - repeat = 0; - repeatCodeLen = newLen; - } - var /** @type{number} */ oldRepeat = repeat; - if (repeat > 0) { - repeat -= 2; - repeat <<= extraBits; - } - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - repeat += readFewBits(s, extraBits) + 3; - var /** @type{number} */ repeatDelta = repeat - oldRepeat; - if (symbol + repeatDelta > numSymbols) { - throw "symbol + repeatDelta > numSymbols"; - } - for (var /** @type{number} */ i = 0; i < repeatDelta; i++) { - codeLengths[symbol++] = repeatCodeLen; - } - if (repeatCodeLen != 0) { - space -= repeatDelta << (15 - repeatCodeLen); - } - } - } - if (space != 0) { - throw "Unused space"; - } - codeLengths.fill(0, symbol, numSymbols); - } - /** - * @param {!Int32Array} symbols - * @param {number} length - * @return {void} - */ - function checkDupes(symbols, length) { - for (var /** @type{number} */ i = 0; i < length - 1; ++i) { - for (var /** @type{number} */ j = i + 1; j < length; ++j) { - if (symbols[i] == symbols[j]) { - throw "Duplicate simple Huffman code symbol"; - } - } - } - } - /** - * @param {number} alphabetSizeMax - * @param {number} alphabetSizeLimit - * @param {!Int32Array} tableGroup - * @param {number} tableIdx - * @param {!State} s - * @return {number} - */ - function readSimpleHuffmanCode(alphabetSizeMax, alphabetSizeLimit, tableGroup, tableIdx, s) { - var /** @type{!Int32Array} */ codeLengths = new Int32Array(alphabetSizeLimit); - var /** @type{!Int32Array} */ symbols = new Int32Array(4); - var /** @type{number} */ maxBits = 1 + log2floor(alphabetSizeMax - 1); - var /** @type{number} */ numSymbols = readFewBits(s, 2) + 1; - for (var /** @type{number} */ i = 0; i < numSymbols; i++) { - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ symbol = readFewBits(s, maxBits); - if (symbol >= alphabetSizeLimit) { - throw "Can't readHuffmanCode"; - } - symbols[i] = symbol; - } - checkDupes(symbols, numSymbols); - var /** @type{number} */ histogramId = numSymbols; - if (numSymbols == 4) { - histogramId += readFewBits(s, 1); - } - switch(histogramId) { - case 1: - codeLengths[symbols[0]] = 1; - break; - case 2: - codeLengths[symbols[0]] = 1; - codeLengths[symbols[1]] = 1; - break; - case 3: - codeLengths[symbols[0]] = 1; - codeLengths[symbols[1]] = 2; - codeLengths[symbols[2]] = 2; - break; - case 4: - codeLengths[symbols[0]] = 2; - codeLengths[symbols[1]] = 2; - codeLengths[symbols[2]] = 2; - codeLengths[symbols[3]] = 2; - break; - case 5: - codeLengths[symbols[0]] = 1; - codeLengths[symbols[1]] = 2; - codeLengths[symbols[2]] = 3; - codeLengths[symbols[3]] = 3; - break; - default: - break; - } - return buildHuffmanTable(tableGroup, tableIdx, 8, codeLengths, alphabetSizeLimit); - } - /** - * @param {number} alphabetSizeLimit - * @param {number} skip - * @param {!Int32Array} tableGroup - * @param {number} tableIdx - * @param {!State} s - * @return {number} - */ - function readComplexHuffmanCode(alphabetSizeLimit, skip, tableGroup, tableIdx, s) { - var /** @type{!Int32Array} */ codeLengths = new Int32Array(alphabetSizeLimit); - var /** @type{!Int32Array} */ codeLengthCodeLengths = new Int32Array(18); - var /** @type{number} */ space = 32; - var /** @type{number} */ numCodes = 0; - for (var /** @type{number} */ i = skip; i < 18 && space > 0; i++) { - var /** @type{number} */ codeLenIdx = CODE_LENGTH_CODE_ORDER[i]; - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ p = (s.accumulator32 >>> s.bitOffset) & 15; - s.bitOffset += FIXED_TABLE[p] >> 16; - var /** @type{number} */ v = FIXED_TABLE[p] & 0xFFFF; - codeLengthCodeLengths[codeLenIdx] = v; - if (v != 0) { - space -= (32 >> v); - numCodes++; - } - } - if (space != 0 && numCodes != 1) { - throw "Corrupted Huffman code histogram"; - } - readHuffmanCodeLengths(codeLengthCodeLengths, alphabetSizeLimit, codeLengths, s); - return buildHuffmanTable(tableGroup, tableIdx, 8, codeLengths, alphabetSizeLimit); - } - /** - * @param {number} alphabetSizeMax - * @param {number} alphabetSizeLimit - * @param {!Int32Array} tableGroup - * @param {number} tableIdx - * @param {!State} s - * @return {number} - */ - function readHuffmanCode(alphabetSizeMax, alphabetSizeLimit, tableGroup, tableIdx, s) { - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ simpleCodeOrSkip = readFewBits(s, 2); - if (simpleCodeOrSkip == 1) { - return readSimpleHuffmanCode(alphabetSizeMax, alphabetSizeLimit, tableGroup, tableIdx, s); - } else { - return readComplexHuffmanCode(alphabetSizeLimit, simpleCodeOrSkip, tableGroup, tableIdx, s); - } - } - /** - * @param {number} contextMapSize - * @param {!Int8Array} contextMap - * @param {!State} s - * @return {number} - */ - function decodeContextMap(contextMapSize, contextMap, s) { - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - var /** @type{number} */ numTrees = decodeVarLenUnsignedByte(s) + 1; - if (numTrees == 1) { - contextMap.fill(0, 0, contextMapSize); - return numTrees; - } - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ useRleForZeros = readFewBits(s, 1); - var /** @type{number} */ maxRunLengthPrefix = 0; - if (useRleForZeros != 0) { - maxRunLengthPrefix = readFewBits(s, 4) + 1; - } - var /** @type{number} */ alphabetSize = numTrees + maxRunLengthPrefix; - var /** @type{number} */ tableSize = MAX_HUFFMAN_TABLE_SIZE[(alphabetSize + 31) >> 5]; - var /** @type{!Int32Array} */ table = new Int32Array(tableSize + 1); - var /** @type{number} */ tableIdx = table.length - 1; - readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); - for (var /** @type{number} */ i = 0; i < contextMapSize; ) { - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ code = readSymbol(table, tableIdx, s); - if (code == 0) { - contextMap[i] = 0; - i++; - } else if (code <= maxRunLengthPrefix) { - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ reps = (1 << code) + readFewBits(s, code); - while (reps != 0) { - if (i >= contextMapSize) { - throw "Corrupted context map"; - } - contextMap[i] = 0; - i++; - reps--; - } - } else { - contextMap[i] = (code - maxRunLengthPrefix); - i++; - } - } - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - if (readFewBits(s, 1) == 1) { - inverseMoveToFrontTransform(contextMap, contextMapSize); - } - return numTrees; - } - /** - * @param {!State} s - * @param {number} treeType - * @param {number} numBlockTypes - * @return {number} - */ - function decodeBlockTypeAndLength(s, treeType, numBlockTypes) { - var /** @type{!Int32Array} */ ringBuffers = s.rings; - var /** @type{number} */ offset = 4 + treeType * 2; - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ blockType = readSymbol(s.blockTrees, 2 * treeType, s); - var /** @type{number} */ result = readBlockLength(s.blockTrees, 2 * treeType + 1, s); - if (blockType == 1) { - blockType = ringBuffers[offset + 1] + 1; - } else if (blockType == 0) { - blockType = ringBuffers[offset]; - } else { - blockType -= 2; - } - if (blockType >= numBlockTypes) { - blockType -= numBlockTypes; - } - ringBuffers[offset] = ringBuffers[offset + 1]; - ringBuffers[offset + 1] = blockType; - return result; - } - /** - * @param {!State} s - * @return {void} - */ - function decodeLiteralBlockSwitch(s) { - s.literalBlockLength = decodeBlockTypeAndLength(s, 0, s.numLiteralBlockTypes); - var /** @type{number} */ literalBlockType = s.rings[5]; - s.contextMapSlice = literalBlockType << 6; - s.literalTreeIdx = s.contextMap[s.contextMapSlice] & 0xFF; - var /** @type{number} */ contextMode = s.contextModes[literalBlockType]; - s.contextLookupOffset1 = contextMode << 9; - s.contextLookupOffset2 = s.contextLookupOffset1 + 256; - } - /** - * @param {!State} s - * @return {void} - */ - function decodeCommandBlockSwitch(s) { - s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes); - s.commandTreeIdx = s.rings[7]; - } - /** - * @param {!State} s - * @return {void} - */ - function decodeDistanceBlockSwitch(s) { - s.distanceBlockLength = decodeBlockTypeAndLength(s, 2, s.numDistanceBlockTypes); - s.distContextMapSlice = s.rings[9] << 2; - } - /** - * @param {!State} s - * @return {void} - */ - function maybeReallocateRingBuffer(s) { - var /** @type{number} */ newSize = s.maxRingBufferSize; - if (newSize > s.expectedTotalSize) { - var /** @type{number} */ minimalNewSize = s.expectedTotalSize; - while ((newSize >> 1) > minimalNewSize) { - newSize >>= 1; - } - if ((s.inputEnd == 0) && newSize < 16384 && s.maxRingBufferSize >= 16384) { - newSize = 16384; - } - } - if (newSize <= s.ringBufferSize) { - return; - } - var /** @type{number} */ ringBufferSizeWithSlack = newSize + 37; - var /** @type{!Int8Array} */ newBuffer = new Int8Array(ringBufferSizeWithSlack); - if (s.ringBuffer.length != 0) { - newBuffer.set(s.ringBuffer.subarray(0, 0 + s.ringBufferSize), 0); - } - s.ringBuffer = newBuffer; - s.ringBufferSize = newSize; - } - /** - * @param {!State} s - * @return {void} - */ - function readNextMetablockHeader(s) { - if (s.inputEnd != 0) { - s.nextRunningState = 10; - s.runningState = 12; - return; - } - s.literalTreeGroup = new Int32Array(0); - s.commandTreeGroup = new Int32Array(0); - s.distanceTreeGroup = new Int32Array(0); - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - decodeMetaBlockLength(s); - if ((s.metaBlockLength == 0) && (s.isMetadata == 0)) { - return; - } - if ((s.isUncompressed != 0) || (s.isMetadata != 0)) { - jumpToByteBoundary(s); - s.runningState = (s.isMetadata != 0) ? 5 : 6; - } else { - s.runningState = 3; - } - if (s.isMetadata != 0) { - return; - } - s.expectedTotalSize += s.metaBlockLength; - if (s.expectedTotalSize > 1 << 30) { - s.expectedTotalSize = 1 << 30; - } - if (s.ringBufferSize < s.maxRingBufferSize) { - maybeReallocateRingBuffer(s); - } - } - /** - * @param {!State} s - * @param {number} treeType - * @param {number} numBlockTypes - * @return {number} - */ - function readMetablockPartition(s, treeType, numBlockTypes) { - var /** @type{number} */ offset = s.blockTrees[2 * treeType]; - if (numBlockTypes <= 1) { - s.blockTrees[2 * treeType + 1] = offset; - s.blockTrees[2 * treeType + 2] = offset; - return 1 << 28; - } - var /** @type{number} */ blockTypeAlphabetSize = numBlockTypes + 2; - offset += readHuffmanCode(blockTypeAlphabetSize, blockTypeAlphabetSize, s.blockTrees, 2 * treeType, s); - s.blockTrees[2 * treeType + 1] = offset; - var /** @type{number} */ blockLengthAlphabetSize = 26; - offset += readHuffmanCode(blockLengthAlphabetSize, blockLengthAlphabetSize, s.blockTrees, 2 * treeType + 1, s); - s.blockTrees[2 * treeType + 2] = offset; - return readBlockLength(s.blockTrees, 2 * treeType + 1, s); - } - /** - * @param {!State} s - * @param {number} alphabetSizeLimit - * @return {void} - */ - function calculateDistanceLut(s, alphabetSizeLimit) { - var /** @type{!Int8Array} */ distExtraBits = s.distExtraBits; - var /** @type{!Int32Array} */ distOffset = s.distOffset; - var /** @type{number} */ npostfix = s.distancePostfixBits; - var /** @type{number} */ ndirect = s.numDirectDistanceCodes; - var /** @type{number} */ postfix = 1 << npostfix; - var /** @type{number} */ bits = 1; - var /** @type{number} */ half = 0; - var /** @type{number} */ i = 16; - for (var /** @type{number} */ j = 0; j < ndirect; ++j) { - distExtraBits[i] = 0; - distOffset[i] = j + 1; - ++i; - } - while (i < alphabetSizeLimit) { - var /** @type{number} */ base = ndirect + ((((2 + half) << bits) - 4) << npostfix) + 1; - for (var /** @type{number} */ j = 0; j < postfix; ++j) { - distExtraBits[i] = bits; - distOffset[i] = base + j; - ++i; - } - bits = bits + half; - half = half ^ 1; - } - } - /** - * @param {!State} s - * @return {void} - */ - function readMetablockHuffmanCodesAndContextMaps(s) { - s.numLiteralBlockTypes = decodeVarLenUnsignedByte(s) + 1; - s.literalBlockLength = readMetablockPartition(s, 0, s.numLiteralBlockTypes); - s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1; - s.commandBlockLength = readMetablockPartition(s, 1, s.numCommandBlockTypes); - s.numDistanceBlockTypes = decodeVarLenUnsignedByte(s) + 1; - s.distanceBlockLength = readMetablockPartition(s, 2, s.numDistanceBlockTypes); - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - s.distancePostfixBits = readFewBits(s, 2); - s.numDirectDistanceCodes = readFewBits(s, 4) << s.distancePostfixBits; - s.contextModes = new Int8Array(s.numLiteralBlockTypes); - for (var /** @type{number} */ i = 0; i < s.numLiteralBlockTypes; ) { - var /** @type{number} */ limit = min(i + 96, s.numLiteralBlockTypes); - for (; i < limit; ++i) { - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - s.contextModes[i] = readFewBits(s, 2); - } - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - } - s.contextMap = new Int8Array(s.numLiteralBlockTypes << 6); - var /** @type{number} */ numLiteralTrees = decodeContextMap(s.numLiteralBlockTypes << 6, s.contextMap, s); - s.trivialLiteralContext = 1; - for (var /** @type{number} */ j = 0; j < s.numLiteralBlockTypes << 6; j++) { - if (s.contextMap[j] != j >> 6) { - s.trivialLiteralContext = 0; - break; - } - } - s.distContextMap = new Int8Array(s.numDistanceBlockTypes << 2); - var /** @type{number} */ numDistTrees = decodeContextMap(s.numDistanceBlockTypes << 2, s.distContextMap, s); - s.literalTreeGroup = decodeHuffmanTreeGroup(256, 256, numLiteralTrees, s); - s.commandTreeGroup = decodeHuffmanTreeGroup(704, 704, s.numCommandBlockTypes, s); - var /** @type{number} */ distanceAlphabetSizeMax = calculateDistanceAlphabetSize(s.distancePostfixBits, s.numDirectDistanceCodes, 24); - var /** @type{number} */ distanceAlphabetSizeLimit = distanceAlphabetSizeMax; - if (s.isLargeWindow == 1) { - distanceAlphabetSizeMax = calculateDistanceAlphabetSize(s.distancePostfixBits, s.numDirectDistanceCodes, 62); - distanceAlphabetSizeLimit = calculateDistanceAlphabetLimit(0x7FFFFFFC, s.distancePostfixBits, s.numDirectDistanceCodes); - } - s.distanceTreeGroup = decodeHuffmanTreeGroup(distanceAlphabetSizeMax, distanceAlphabetSizeLimit, numDistTrees, s); - calculateDistanceLut(s, distanceAlphabetSizeLimit); - s.contextMapSlice = 0; - s.distContextMapSlice = 0; - s.contextLookupOffset1 = s.contextModes[0] * 512; - s.contextLookupOffset2 = s.contextLookupOffset1 + 256; - s.literalTreeIdx = 0; - s.commandTreeIdx = 0; - s.rings[4] = 1; - s.rings[5] = 0; - s.rings[6] = 1; - s.rings[7] = 0; - s.rings[8] = 1; - s.rings[9] = 0; - } - /** - * @param {!State} s - * @return {void} - */ - function copyUncompressedData(s) { - var /** @type{!Int8Array} */ ringBuffer = s.ringBuffer; - if (s.metaBlockLength <= 0) { - reload(s); - s.runningState = 2; - return; - } - var /** @type{number} */ chunkLength = min(s.ringBufferSize - s.pos, s.metaBlockLength); - copyRawBytes(s, ringBuffer, s.pos, chunkLength); - s.metaBlockLength -= chunkLength; - s.pos += chunkLength; - if (s.pos == s.ringBufferSize) { - s.nextRunningState = 6; - s.runningState = 12; - return; - } - reload(s); - s.runningState = 2; - } - /** - * @param {!State} s - * @return {number} - */ - function writeRingBuffer(s) { - var /** @type{number} */ toWrite = min(s.outputLength - s.outputUsed, s.ringBufferBytesReady - s.ringBufferBytesWritten); - if (toWrite != 0) { - s.output.set(s.ringBuffer.subarray(s.ringBufferBytesWritten, s.ringBufferBytesWritten + toWrite), s.outputOffset + s.outputUsed); - s.outputUsed += toWrite; - s.ringBufferBytesWritten += toWrite; - } - if (s.outputUsed < s.outputLength) { - return 1; - } else { - return 0; - } - } - /** - * @param {number} alphabetSizeMax - * @param {number} alphabetSizeLimit - * @param {number} n - * @param {!State} s - * @return {!Int32Array} - */ - function decodeHuffmanTreeGroup(alphabetSizeMax, alphabetSizeLimit, n, s) { - var /** @type{number} */ maxTableSize = MAX_HUFFMAN_TABLE_SIZE[(alphabetSizeLimit + 31) >> 5]; - var /** @type{!Int32Array} */ group = new Int32Array(n + n * maxTableSize); - var /** @type{number} */ next = n; - for (var /** @type{number} */ i = 0; i < n; ++i) { - group[i] = next; - next += readHuffmanCode(alphabetSizeMax, alphabetSizeLimit, group, i, s); - } - return group; - } - /** - * @param {!State} s - * @return {number} - */ - function calculateFence(s) { - var /** @type{number} */ result = s.ringBufferSize; - if (s.isEager != 0) { - result = min(result, s.ringBufferBytesWritten + s.outputLength - s.outputUsed); - } - return result; - } - /** - * @param {!State} s - * @param {number} fence - * @return {void} - */ - function doUseDictionary(s, fence) { - if (s.distance > 0x7FFFFFFC) { - throw "Invalid backward reference"; - } - var /** @type{number} */ address = s.distance - s.maxDistance - 1 - s.cdTotalSize; - if (address < 0) { - initializeCompoundDictionaryCopy(s, -address - 1, s.copyLength); - s.runningState = 14; - } else { - var /** @type{!Int8Array} */ dictionaryData = getData(); - var /** @type{number} */ wordLength = s.copyLength; - if (wordLength > 31) { - throw "Invalid backward reference"; - } - var /** @type{number} */ shift = sizeBits[wordLength]; - if (shift == 0) { - throw "Invalid backward reference"; - } - var /** @type{number} */ offset = offsets[wordLength]; - var /** @type{number} */ mask = (1 << shift) - 1; - var /** @type{number} */ wordIdx = address & mask; - var /** @type{number} */ transformIdx = address >>> shift; - offset += wordIdx * wordLength; - var /** @type{!Transforms} */ transforms = RFC_TRANSFORMS; - if (transformIdx >= transforms.numTransforms) { - throw "Invalid backward reference"; - } - var /** @type{number} */ len = transformDictionaryWord(s.ringBuffer, s.pos, dictionaryData, offset, wordLength, transforms, transformIdx); - s.pos += len; - s.metaBlockLength -= len; - if (s.pos >= fence) { - s.nextRunningState = 4; - s.runningState = 12; - return; - } - s.runningState = 4; - } - } - /** - * @param {!State} s - * @return {void} - */ - function initializeCompoundDictionary(s) { - s.cdBlockMap = new Int8Array(256); - var /** @type{number} */ blockBits = 8; - while (((s.cdTotalSize - 1) >>> blockBits) != 0) { - blockBits++; - } - blockBits -= 8; - s.cdBlockBits = blockBits; - var /** @type{number} */ cursor = 0; - var /** @type{number} */ index = 0; - while (cursor < s.cdTotalSize) { - while (s.cdChunkOffsets[index + 1] < cursor) { - index++; - } - s.cdBlockMap[cursor >>> blockBits] = index; - cursor += 1 << blockBits; - } - } - /** - * @param {!State} s - * @param {number} address - * @param {number} length - * @return {void} - */ - function initializeCompoundDictionaryCopy(s, address, length) { - if (s.cdBlockBits == -1) { - initializeCompoundDictionary(s); - } - var /** @type{number} */ index = s.cdBlockMap[address >>> s.cdBlockBits]; - while (address >= s.cdChunkOffsets[index + 1]) { - index++; - } - if (s.cdTotalSize > address + length) { - throw "Invalid backward reference"; - } - s.distRbIdx = (s.distRbIdx + 1) & 0x3; - s.rings[s.distRbIdx] = s.distance; - s.metaBlockLength -= length; - s.cdBrIndex = index; - s.cdBrOffset = address - s.cdChunkOffsets[index]; - s.cdBrLength = length; - s.cdBrCopied = 0; - } - /** - * @param {!State} s - * @param {number} fence - * @return {number} - */ - function copyFromCompoundDictionary(s, fence) { - var /** @type{number} */ pos = s.pos; - var /** @type{number} */ origPos = pos; - while (s.cdBrLength != s.cdBrCopied) { - var /** @type{number} */ space = fence - pos; - var /** @type{number} */ chunkLength = s.cdChunkOffsets[s.cdBrIndex + 1] - s.cdChunkOffsets[s.cdBrIndex]; - var /** @type{number} */ remChunkLength = chunkLength - s.cdBrOffset; - var /** @type{number} */ length = s.cdBrLength - s.cdBrCopied; - if (length > remChunkLength) { - length = remChunkLength; - } - if (length > space) { - length = space; - } - copyBytes(s.ringBuffer, pos, s.cdChunks[s.cdBrIndex], s.cdBrOffset, s.cdBrOffset + length); - pos += length; - s.cdBrOffset += length; - s.cdBrCopied += length; - if (length == remChunkLength) { - s.cdBrIndex++; - s.cdBrOffset = 0; - } - if (pos >= fence) { - break; - } - } - return pos - origPos; - } - /** - * @param {!State} s - * @return {void} - */ - function decompress(s) { - if (s.runningState == 0) { - throw "Can't decompress until initialized"; - } - if (s.runningState == 11) { - throw "Can't decompress after close"; - } - if (s.runningState == 1) { - var /** @type{number} */ windowBits = decodeWindowBits(s); - if (windowBits == -1) { - throw "Invalid 'windowBits' code"; - } - s.maxRingBufferSize = 1 << windowBits; - s.maxBackwardDistance = s.maxRingBufferSize - 16; - s.runningState = 2; - } - var /** @type{number} */ fence = calculateFence(s); - var /** @type{number} */ ringBufferMask = s.ringBufferSize - 1; - var /** @type{!Int8Array} */ ringBuffer = s.ringBuffer; - while (s.runningState != 10) { - switch(s.runningState) { - case 2: - if (s.metaBlockLength < 0) { - throw "Invalid metablock length"; - } - readNextMetablockHeader(s); - fence = calculateFence(s); - ringBufferMask = s.ringBufferSize - 1; - ringBuffer = s.ringBuffer; - continue; - case 3: - readMetablockHuffmanCodesAndContextMaps(s); - s.runningState = 4; - case 4: - if (s.metaBlockLength <= 0) { - s.runningState = 2; - continue; - } - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - if (s.commandBlockLength == 0) { - decodeCommandBlockSwitch(s); - } - s.commandBlockLength--; - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ cmdCode = readSymbol(s.commandTreeGroup, s.commandTreeIdx, s) << 2; - var /** @type{number} */ insertAndCopyExtraBits = CMD_LOOKUP[cmdCode]; - var /** @type{number} */ insertLengthOffset = CMD_LOOKUP[cmdCode + 1]; - var /** @type{number} */ copyLengthOffset = CMD_LOOKUP[cmdCode + 2]; - s.distanceCode = CMD_LOOKUP[cmdCode + 3]; - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ extraBits = insertAndCopyExtraBits & 0xFF; - s.insertLength = insertLengthOffset + ((extraBits <= 16) ? readFewBits(s, extraBits) : readManyBits(s, extraBits)); - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ extraBits = insertAndCopyExtraBits >> 8; - s.copyLength = copyLengthOffset + ((extraBits <= 16) ? readFewBits(s, extraBits) : readManyBits(s, extraBits)); - s.j = 0; - s.runningState = 7; - case 7: - if (s.trivialLiteralContext != 0) { - while (s.j < s.insertLength) { - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - if (s.literalBlockLength == 0) { - decodeLiteralBlockSwitch(s); - } - s.literalBlockLength--; - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - ringBuffer[s.pos] = readSymbol(s.literalTreeGroup, s.literalTreeIdx, s); - s.pos++; - s.j++; - if (s.pos >= fence) { - s.nextRunningState = 7; - s.runningState = 12; - break; - } - } - } else { - var /** @type{number} */ prevByte1 = ringBuffer[(s.pos - 1) & ringBufferMask] & 0xFF; - var /** @type{number} */ prevByte2 = ringBuffer[(s.pos - 2) & ringBufferMask] & 0xFF; - while (s.j < s.insertLength) { - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - if (s.literalBlockLength == 0) { - decodeLiteralBlockSwitch(s); - } - var /** @type{number} */ literalContext = LOOKUP[s.contextLookupOffset1 + prevByte1] | LOOKUP[s.contextLookupOffset2 + prevByte2]; - var /** @type{number} */ literalTreeIdx = s.contextMap[s.contextMapSlice + literalContext] & 0xFF; - s.literalBlockLength--; - prevByte2 = prevByte1; - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - prevByte1 = readSymbol(s.literalTreeGroup, literalTreeIdx, s); - ringBuffer[s.pos] = prevByte1; - s.pos++; - s.j++; - if (s.pos >= fence) { - s.nextRunningState = 7; - s.runningState = 12; - break; - } - } - } - if (s.runningState != 7) { - continue; - } - s.metaBlockLength -= s.insertLength; - if (s.metaBlockLength <= 0) { - s.runningState = 4; - continue; - } - var /** @type{number} */ distanceCode = s.distanceCode; - if (distanceCode < 0) { - s.distance = s.rings[s.distRbIdx]; - } else { - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - if (s.distanceBlockLength == 0) { - decodeDistanceBlockSwitch(s); - } - s.distanceBlockLength--; - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - var /** @type{number} */ distTreeIdx = s.distContextMap[s.distContextMapSlice + distanceCode] & 0xFF; - distanceCode = readSymbol(s.distanceTreeGroup, distTreeIdx, s); - if (distanceCode < 16) { - var /** @type{number} */ index = (s.distRbIdx + DISTANCE_SHORT_CODE_INDEX_OFFSET[distanceCode]) & 0x3; - s.distance = s.rings[index] + DISTANCE_SHORT_CODE_VALUE_OFFSET[distanceCode]; - if (s.distance < 0) { - throw "Negative distance"; - } - } else { - var /** @type{number} */ extraBits = s.distExtraBits[distanceCode]; - var /** @type{number} */ bits; - if (s.bitOffset + extraBits <= 32) { - bits = readFewBits(s, extraBits); - } else { - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - bits = ((extraBits <= 16) ? readFewBits(s, extraBits) : readManyBits(s, extraBits)); - } - s.distance = s.distOffset[distanceCode] + (bits << s.distancePostfixBits); - } - } - if (s.maxDistance != s.maxBackwardDistance && s.pos < s.maxBackwardDistance) { - s.maxDistance = s.pos; - } else { - s.maxDistance = s.maxBackwardDistance; - } - if (s.distance > s.maxDistance) { - s.runningState = 9; - continue; - } - if (distanceCode > 0) { - s.distRbIdx = (s.distRbIdx + 1) & 0x3; - s.rings[s.distRbIdx] = s.distance; - } - if (s.copyLength > s.metaBlockLength) { - throw "Invalid backward reference"; - } - s.j = 0; - s.runningState = 8; - case 8: - var /** @type{number} */ src = (s.pos - s.distance) & ringBufferMask; - var /** @type{number} */ dst = s.pos; - var /** @type{number} */ copyLength = s.copyLength - s.j; - var /** @type{number} */ srcEnd = src + copyLength; - var /** @type{number} */ dstEnd = dst + copyLength; - if ((srcEnd < ringBufferMask) && (dstEnd < ringBufferMask)) { - if (copyLength < 12 || (srcEnd > dst && dstEnd > src)) { - for (var /** @type{number} */ k = 0; k < copyLength; k += 4) { - ringBuffer[dst++] = ringBuffer[src++]; - ringBuffer[dst++] = ringBuffer[src++]; - ringBuffer[dst++] = ringBuffer[src++]; - ringBuffer[dst++] = ringBuffer[src++]; - } - } else { - ringBuffer.copyWithin(dst, src, srcEnd); - } - s.j += copyLength; - s.metaBlockLength -= copyLength; - s.pos += copyLength; - } else { - for (; s.j < s.copyLength; ) { - ringBuffer[s.pos] = ringBuffer[(s.pos - s.distance) & ringBufferMask]; - s.metaBlockLength--; - s.pos++; - s.j++; - if (s.pos >= fence) { - s.nextRunningState = 8; - s.runningState = 12; - break; - } - } - } - if (s.runningState == 8) { - s.runningState = 4; - } - continue; - case 9: - doUseDictionary(s, fence); - continue; - case 14: - s.pos += copyFromCompoundDictionary(s, fence); - if (s.pos >= fence) { - s.nextRunningState = 14; - s.runningState = 12; - return; - } - s.runningState = 4; - continue; - case 5: - while (s.metaBlockLength > 0) { - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - readFewBits(s, 8); - s.metaBlockLength--; - } - s.runningState = 2; - continue; - case 6: - copyUncompressedData(s); - continue; - case 12: - s.ringBufferBytesReady = min(s.pos, s.ringBufferSize); - s.runningState = 13; - case 13: - if (writeRingBuffer(s) == 0) { - return; - } - if (s.pos >= s.maxBackwardDistance) { - s.maxDistance = s.maxBackwardDistance; - } - if (s.pos >= s.ringBufferSize) { - if (s.pos > s.ringBufferSize) { - ringBuffer.copyWithin(0, s.ringBufferSize, s.pos); - } - s.pos &= ringBufferMask; - s.ringBufferBytesWritten = 0; - } - s.runningState = s.nextRunningState; - continue; - default: - throw "Unexpected state " + s.runningState; - } - } - if (s.runningState == 10) { - if (s.metaBlockLength < 0) { - throw "Invalid metablock length"; - } - jumpToByteBoundary(s); - checkHealth(s, 1); - } - } - - /** - * @constructor - * @param {number} numTransforms - * @param {number} prefixSuffixLen - * @param {number} prefixSuffixCount - * @struct - */ - function Transforms(numTransforms, prefixSuffixLen, prefixSuffixCount) { - /** @type {!number} */ - this.numTransforms = 0; - /** @type {!Int32Array} */ - this.triplets = new Int32Array(0); - /** @type {!Int8Array} */ - this.prefixSuffixStorage = new Int8Array(0); - /** @type {!Int32Array} */ - this.prefixSuffixHeads = new Int32Array(0); - /** @type {!Int16Array} */ - this.params = new Int16Array(0); - this.numTransforms = numTransforms; - this.triplets = new Int32Array(numTransforms * 3); - this.params = new Int16Array(numTransforms); - this.prefixSuffixStorage = new Int8Array(prefixSuffixLen); - this.prefixSuffixHeads = new Int32Array(prefixSuffixCount + 1); - } - - /** @type {!Transforms|null} */ - var RFC_TRANSFORMS = new Transforms(121, 167, 50); - /** - * @param {!Int8Array} prefixSuffix - * @param {!Int32Array} prefixSuffixHeads - * @param {!Int32Array} transforms - * @param {!string} prefixSuffixSrc - * @param {!string} transformsSrc - * @return {void} - */ - function unpackTransforms(prefixSuffix, prefixSuffixHeads, transforms, prefixSuffixSrc, transformsSrc) { - var /** @type{number} */ n = prefixSuffixSrc.length; - var /** @type{number} */ index = 1; - var /** @type{number} */ j = 0; - for (var /** @type{number} */ i = 0; i < n; ++i) { - var /** @type{number} */ c = prefixSuffixSrc.charCodeAt(i); - if (c == 35) { - prefixSuffixHeads[index++] = j; - } else { - prefixSuffix[j++] = c; - } - } - for (var /** @type{number} */ i = 0; i < 363; ++i) { - transforms[i] = transformsSrc.charCodeAt(i) - 32; - } - } - { - unpackTransforms(RFC_TRANSFORMS.prefixSuffixStorage, RFC_TRANSFORMS.prefixSuffixHeads, RFC_TRANSFORMS.triplets, "# #s #, #e #.# the #.com/#\302\240# of # and # in # to #\"#\">#\n#]# for # a # that #. # with #'# from # by #. The # on # as # is #ing #\n\t#:#ed #(# at #ly #=\"# of the #. This #,# not #er #al #='#ful #ive #less #est #ize #ous #", " !! ! , *! &! \" ! ) * * - ! # ! #!*! + ,$ ! - % . / # 0 1 . \" 2 3!* 4% ! # / 5 6 7 8 0 1 & $ 9 + : ; < ' != > ?! 4 @ 4 2 & A *# ( B C& ) % ) !*# *-% A +! *. D! %' & E *6 F G% ! *A *% H! D I!+! J!+ K +- *4! A L!*4 M N +6 O!*% +.! K *G P +%( ! G *D +D Q +# *K!*G!+D!+# +G +A +4!+% +K!+4!*D!+K!*K"); - } - /** - * @param {!Int8Array} dst - * @param {number} dstOffset - * @param {!Int8Array} src - * @param {number} srcOffset - * @param {number} len - * @param {!Transforms} transforms - * @param {number} transformIndex - * @return {number} - */ - function transformDictionaryWord(dst, dstOffset, src, srcOffset, len, transforms, transformIndex) { - var /** @type{number} */ offset = dstOffset; - var /** @type{!Int32Array} */ triplets = transforms.triplets; - var /** @type{!Int8Array} */ prefixSuffixStorage = transforms.prefixSuffixStorage; - var /** @type{!Int32Array} */ prefixSuffixHeads = transforms.prefixSuffixHeads; - var /** @type{number} */ transformOffset = 3 * transformIndex; - var /** @type{number} */ prefixIdx = triplets[transformOffset]; - var /** @type{number} */ transformType = triplets[transformOffset + 1]; - var /** @type{number} */ suffixIdx = triplets[transformOffset + 2]; - var /** @type{number} */ prefix = prefixSuffixHeads[prefixIdx]; - var /** @type{number} */ prefixEnd = prefixSuffixHeads[prefixIdx + 1]; - var /** @type{number} */ suffix = prefixSuffixHeads[suffixIdx]; - var /** @type{number} */ suffixEnd = prefixSuffixHeads[suffixIdx + 1]; - var /** @type{number} */ omitFirst = transformType - 11; - var /** @type{number} */ omitLast = transformType - 0; - if (omitFirst < 1 || omitFirst > 9) { - omitFirst = 0; - } - if (omitLast < 1 || omitLast > 9) { - omitLast = 0; - } - while (prefix != prefixEnd) { - dst[offset++] = prefixSuffixStorage[prefix++]; - } - if (omitFirst > len) { - omitFirst = len; - } - srcOffset += omitFirst; - len -= omitFirst; - len -= omitLast; - var /** @type{number} */ i = len; - while (i > 0) { - dst[offset++] = src[srcOffset++]; - i--; - } - if (transformType == 10 || transformType == 11) { - var /** @type{number} */ uppercaseOffset = offset - len; - if (transformType == 10) { - len = 1; - } - while (len > 0) { - var /** @type{number} */ c0 = dst[uppercaseOffset] & 0xFF; - if (c0 < 0xC0) { - if (c0 >= 97 && c0 <= 122) { - dst[uppercaseOffset] ^= 32; - } - uppercaseOffset += 1; - len -= 1; - } else if (c0 < 0xE0) { - dst[uppercaseOffset + 1] ^= 32; - uppercaseOffset += 2; - len -= 2; - } else { - dst[uppercaseOffset + 2] ^= 5; - uppercaseOffset += 3; - len -= 3; - } - } - } else if (transformType == 21 || transformType == 22) { - var /** @type{number} */ shiftOffset = offset - len; - var /** @type{number} */ param = transforms.params[transformIndex]; - var /** @type{number} */ scalar = (param & 0x7FFF) + (0x1000000 - (param & 0x8000)); - while (len > 0) { - var /** @type{number} */ step = 1; - var /** @type{number} */ c0 = dst[shiftOffset] & 0xFF; - if (c0 < 0x80) { - scalar += c0; - dst[shiftOffset] = (scalar & 0x7F); - } else if (c0 < 0xC0) { - } else if (c0 < 0xE0) { - if (len >= 2) { - var /** @type{number} */ c1 = dst[shiftOffset + 1]; - scalar += (c1 & 0x3F) | ((c0 & 0x1F) << 6); - dst[shiftOffset] = (0xC0 | ((scalar >> 6) & 0x1F)); - dst[shiftOffset + 1] = ((c1 & 0xC0) | (scalar & 0x3F)); - step = 2; - } else { - step = len; - } - } else if (c0 < 0xF0) { - if (len >= 3) { - var /** @type{number} */ c1 = dst[shiftOffset + 1]; - var /** @type{number} */ c2 = dst[shiftOffset + 2]; - scalar += (c2 & 0x3F) | ((c1 & 0x3F) << 6) | ((c0 & 0x0F) << 12); - dst[shiftOffset] = (0xE0 | ((scalar >> 12) & 0x0F)); - dst[shiftOffset + 1] = ((c1 & 0xC0) | ((scalar >> 6) & 0x3F)); - dst[shiftOffset + 2] = ((c2 & 0xC0) | (scalar & 0x3F)); - step = 3; - } else { - step = len; - } - } else if (c0 < 0xF8) { - if (len >= 4) { - var /** @type{number} */ c1 = dst[shiftOffset + 1]; - var /** @type{number} */ c2 = dst[shiftOffset + 2]; - var /** @type{number} */ c3 = dst[shiftOffset + 3]; - scalar += (c3 & 0x3F) | ((c2 & 0x3F) << 6) | ((c1 & 0x3F) << 12) | ((c0 & 0x07) << 18); - dst[shiftOffset] = (0xF0 | ((scalar >> 18) & 0x07)); - dst[shiftOffset + 1] = ((c1 & 0xC0) | ((scalar >> 12) & 0x3F)); - dst[shiftOffset + 2] = ((c2 & 0xC0) | ((scalar >> 6) & 0x3F)); - dst[shiftOffset + 3] = ((c3 & 0xC0) | (scalar & 0x3F)); - step = 4; - } else { - step = len; - } - } - shiftOffset += step; - len -= step; - if (transformType == 21) { - len = 0; - } - } - } - while (suffix != suffixEnd) { - dst[offset++] = prefixSuffixStorage[suffix++]; - } - return offset - dstOffset; - } - - /** - * @param {number} key - * @param {number} len - * @return {number} - */ - function getNextKey(key, len) { - var /** @type{number} */ step = 1 << (len - 1); - while ((key & step) != 0) { - step >>= 1; - } - return (key & (step - 1)) + step; - } - /** - * @param {!Int32Array} table - * @param {number} offset - * @param {number} step - * @param {number} end - * @param {number} item - * @return {void} - */ - function replicateValue(table, offset, step, end, item) { - do { - end -= step; - table[offset + end] = item; - } while (end > 0); - } - /** - * @param {!Int32Array} count - * @param {number} len - * @param {number} rootBits - * @return {number} - */ - function nextTableBitSize(count, len, rootBits) { - var /** @type{number} */ left = 1 << (len - rootBits); - while (len < 15) { - left -= count[len]; - if (left <= 0) { - break; - } - len++; - left <<= 1; - } - return len - rootBits; - } - /** - * @param {!Int32Array} tableGroup - * @param {number} tableIdx - * @param {number} rootBits - * @param {!Int32Array} codeLengths - * @param {number} codeLengthsSize - * @return {number} - */ - function buildHuffmanTable(tableGroup, tableIdx, rootBits, codeLengths, codeLengthsSize) { - var /** @type{number} */ tableOffset = tableGroup[tableIdx]; - var /** @type{number} */ key; - var /** @type{!Int32Array} */ sorted = new Int32Array(codeLengthsSize); - var /** @type{!Int32Array} */ count = new Int32Array(16); - var /** @type{!Int32Array} */ offset = new Int32Array(16); - var /** @type{number} */ symbol; - for (symbol = 0; symbol < codeLengthsSize; symbol++) { - count[codeLengths[symbol]]++; - } - offset[1] = 0; - for (var /** @type{number} */ len = 1; len < 15; len++) { - offset[len + 1] = offset[len] + count[len]; - } - for (symbol = 0; symbol < codeLengthsSize; symbol++) { - if (codeLengths[symbol] != 0) { - sorted[offset[codeLengths[symbol]]++] = symbol; - } - } - var /** @type{number} */ tableBits = rootBits; - var /** @type{number} */ tableSize = 1 << tableBits; - var /** @type{number} */ totalSize = tableSize; - if (offset[15] == 1) { - for (key = 0; key < totalSize; key++) { - tableGroup[tableOffset + key] = sorted[0]; - } - return totalSize; - } - key = 0; - symbol = 0; - for (var /** @type{number} */ len = 1, step = 2; len <= rootBits; len++, step <<= 1) { - for (; count[len] > 0; count[len]--) { - replicateValue(tableGroup, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); - key = getNextKey(key, len); - } - } - var /** @type{number} */ mask = totalSize - 1; - var /** @type{number} */ low = -1; - var /** @type{number} */ currentOffset = tableOffset; - for (var /** @type{number} */ len = rootBits + 1, step = 2; len <= 15; len++, step <<= 1) { - for (; count[len] > 0; count[len]--) { - if ((key & mask) != low) { - currentOffset += tableSize; - tableBits = nextTableBitSize(count, len, rootBits); - tableSize = 1 << tableBits; - totalSize += tableSize; - low = key & mask; - tableGroup[tableOffset + low] = (tableBits + rootBits) << 16 | (currentOffset - tableOffset - low); - } - replicateValue(tableGroup, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << 16 | sorted[symbol++]); - key = getNextKey(key, len); - } - } - return totalSize; - } - - /** - * @param {!State} s - * @return {void} - */ - function doReadMoreInput(s) { - if (s.endOfStreamReached != 0) { - if (halfAvailable(s) >= -2) { - return; - } - throw "No more input"; - } - var /** @type{number} */ readOffset = s.halfOffset << 1; - var /** @type{number} */ bytesInBuffer = 4096 - readOffset; - s.byteBuffer.copyWithin(0, readOffset, 4096); - s.halfOffset = 0; - while (bytesInBuffer < 4096) { - var /** @type{number} */ spaceLeft = 4096 - bytesInBuffer; - var /** @type{number} */ len = readInput(s.input, s.byteBuffer, bytesInBuffer, spaceLeft); - if (len <= 0) { - s.endOfStreamReached = 1; - s.tailBytes = bytesInBuffer; - bytesInBuffer += 1; - break; - } - bytesInBuffer += len; - } - bytesToNibbles(s, bytesInBuffer); - } - /** - * @param {!State} s - * @param {number} endOfStream - * @return {void} - */ - function checkHealth(s, endOfStream) { - if (s.endOfStreamReached == 0) { - return; - } - var /** @type{number} */ byteOffset = (s.halfOffset << 1) + ((s.bitOffset + 7) >> 3) - 4; - if (byteOffset > s.tailBytes) { - throw "Read after end"; - } - if ((endOfStream != 0) && (byteOffset != s.tailBytes)) { - throw "Unused bytes after end"; - } - } - /** - * @param {!State} s - * @return {void} - */ - function assertAccumulatorHealthy(s) { - if (s.bitOffset > 32) { - throw "Accumulator underloaded: " + s.bitOffset; - } - } - /** - * @param {!State} s - * @param {number} n - * @return {number} - */ - function readFewBits(s, n) { - var /** @type{number} */ val = (s.accumulator32 >>> s.bitOffset) & ((1 << n) - 1); - s.bitOffset += n; - return val; - } - /** - * @param {!State} s - * @param {number} n - * @return {number} - */ - function readManyBits(s, n) { - var /** @type{number} */ low = readFewBits(s, 16); - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - return low | (readFewBits(s, n - 16) << 16); - } - /** - * @param {!State} s - * @return {void} - */ - function initBitReader(s) { - s.byteBuffer = new Int8Array(4160); - s.accumulator32 = 0; - s.shortBuffer = new Int16Array(2080); - s.bitOffset = 32; - s.halfOffset = 2048; - s.endOfStreamReached = 0; - prepare(s); - } - /** - * @param {!State} s - * @return {void} - */ - function prepare(s) { - if (s.halfOffset > 2030) { - doReadMoreInput(s); - } - checkHealth(s, 0); - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - /** - * @param {!State} s - * @return {void} - */ - function reload(s) { - if (s.bitOffset == 32) { - prepare(s); - } - } - /** - * @param {!State} s - * @return {void} - */ - function jumpToByteBoundary(s) { - var /** @type{number} */ padding = (32 - s.bitOffset) & 7; - if (padding != 0) { - var /** @type{number} */ paddingBits = readFewBits(s, padding); - if (paddingBits != 0) { - throw "Corrupted padding bits"; - } - } - } - /** - * @param {!State} s - * @return {number} - */ - function halfAvailable(s) { - var /** @type{number} */ limit = 2048; - if (s.endOfStreamReached != 0) { - limit = (s.tailBytes + 1) >> 1; - } - return limit - s.halfOffset; - } - /** - * @param {!State} s - * @param {!Int8Array} data - * @param {number} offset - * @param {number} length - * @return {void} - */ - function copyRawBytes(s, data, offset, length) { - if ((s.bitOffset & 7) != 0) { - throw "Unaligned copyBytes"; - } - while ((s.bitOffset != 32) && (length != 0)) { - data[offset++] = (s.accumulator32 >>> s.bitOffset); - s.bitOffset += 8; - length--; - } - if (length == 0) { - return; - } - var /** @type{number} */ copyNibbles = min(halfAvailable(s), length >> 1); - if (copyNibbles > 0) { - var /** @type{number} */ readOffset = s.halfOffset << 1; - var /** @type{number} */ delta = copyNibbles << 1; - data.set(s.byteBuffer.subarray(readOffset, readOffset + delta), offset); - offset += delta; - length -= delta; - s.halfOffset += copyNibbles; - } - if (length == 0) { - return; - } - if (halfAvailable(s) > 0) { - if (s.bitOffset >= 16) { - s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); - s.bitOffset -= 16; - } - while (length != 0) { - data[offset++] = (s.accumulator32 >>> s.bitOffset); - s.bitOffset += 8; - length--; - } - checkHealth(s, 0); - return; - } - while (length > 0) { - var /** @type{number} */ len = readInput(s.input, data, offset, length); - if (len == -1) { - throw "Unexpected end of input"; - } - offset += len; - length -= len; - } - } - /** - * @param {!State} s - * @param {number} byteLen - * @return {void} - */ - function bytesToNibbles(s, byteLen) { - var /** @type{!Int8Array} */ byteBuffer = s.byteBuffer; - var /** @type{number} */ halfLen = byteLen >> 1; - var /** @type{!Int16Array} */ shortBuffer = s.shortBuffer; - for (var /** @type{number} */ i = 0; i < halfLen; ++i) { - shortBuffer[i] = ((byteBuffer[i * 2] & 0xFF) | ((byteBuffer[(i * 2) + 1] & 0xFF) << 8)); - } - } - - /** @type {!Int32Array} */ - var LOOKUP = new Int32Array(2048); - /** - * @param {!Int32Array} lookup - * @param {!string} map - * @param {!string} rle - * @return {void} - */ - function unpackLookupTable(lookup, map, rle) { - for (var /** @type{number} */ i = 0; i < 256; ++i) { - lookup[i] = i & 0x3F; - lookup[512 + i] = i >> 2; - lookup[1792 + i] = 2 + (i >> 6); - } - for (var /** @type{number} */ i = 0; i < 128; ++i) { - lookup[1024 + i] = 4 * (map.charCodeAt(i) - 32); - } - for (var /** @type{number} */ i = 0; i < 64; ++i) { - lookup[1152 + i] = i & 1; - lookup[1216 + i] = 2 + (i & 1); - } - var /** @type{number} */ offset = 1280; - for (var /** @type{number} */ k = 0; k < 19; ++k) { - var /** @type{number} */ value = k & 3; - var /** @type{number} */ rep = rle.charCodeAt(k) - 32; - for (var /** @type{number} */ i = 0; i < rep; ++i) { - lookup[offset++] = value; - } - } - for (var /** @type{number} */ i = 0; i < 16; ++i) { - lookup[1792 + i] = 1; - lookup[2032 + i] = 6; - } - lookup[1792] = 0; - lookup[2047] = 7; - for (var /** @type{number} */ i = 0; i < 256; ++i) { - lookup[1536 + i] = lookup[1792 + i] << 3; - } - } - { - unpackLookupTable(LOOKUP, " !! ! \"#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# ", "A/* ': & : $ \201 @"); - } - - /** - * @constructor - * @struct - */ - function State() { - /** @type {!Int8Array} */ - this.ringBuffer = new Int8Array(0); - /** @type {!Int8Array} */ - this.contextModes = new Int8Array(0); - /** @type {!Int8Array} */ - this.contextMap = new Int8Array(0); - /** @type {!Int8Array} */ - this.distContextMap = new Int8Array(0); - /** @type {!Int8Array} */ - this.distExtraBits = new Int8Array(0); - /** @type {!Int8Array} */ - this.output = new Int8Array(0); - /** @type {!Int8Array} */ - this.byteBuffer = new Int8Array(0); - /** @type {!Int16Array} */ - this.shortBuffer = new Int16Array(0); - /** @type {!Int32Array} */ - this.intBuffer = new Int32Array(0); - /** @type {!Int32Array} */ - this.rings = new Int32Array(0); - /** @type {!Int32Array} */ - this.blockTrees = new Int32Array(0); - /** @type {!Int32Array} */ - this.literalTreeGroup = new Int32Array(0); - /** @type {!Int32Array} */ - this.commandTreeGroup = new Int32Array(0); - /** @type {!Int32Array} */ - this.distanceTreeGroup = new Int32Array(0); - /** @type {!Int32Array} */ - this.distOffset = new Int32Array(0); - /** @type {!number} */ - this.runningState = 0; - /** @type {!number} */ - this.nextRunningState = 0; - /** @type {!number} */ - this.accumulator32 = 0; - /** @type {!number} */ - this.bitOffset = 0; - /** @type {!number} */ - this.halfOffset = 0; - /** @type {!number} */ - this.tailBytes = 0; - /** @type {!number} */ - this.endOfStreamReached = 0; - /** @type {!number} */ - this.metaBlockLength = 0; - /** @type {!number} */ - this.inputEnd = 0; - /** @type {!number} */ - this.isUncompressed = 0; - /** @type {!number} */ - this.isMetadata = 0; - /** @type {!number} */ - this.literalBlockLength = 0; - /** @type {!number} */ - this.numLiteralBlockTypes = 0; - /** @type {!number} */ - this.commandBlockLength = 0; - /** @type {!number} */ - this.numCommandBlockTypes = 0; - /** @type {!number} */ - this.distanceBlockLength = 0; - /** @type {!number} */ - this.numDistanceBlockTypes = 0; - /** @type {!number} */ - this.pos = 0; - /** @type {!number} */ - this.maxDistance = 0; - /** @type {!number} */ - this.distRbIdx = 0; - /** @type {!number} */ - this.trivialLiteralContext = 0; - /** @type {!number} */ - this.literalTreeIdx = 0; - /** @type {!number} */ - this.commandTreeIdx = 0; - /** @type {!number} */ - this.j = 0; - /** @type {!number} */ - this.insertLength = 0; - /** @type {!number} */ - this.contextMapSlice = 0; - /** @type {!number} */ - this.distContextMapSlice = 0; - /** @type {!number} */ - this.contextLookupOffset1 = 0; - /** @type {!number} */ - this.contextLookupOffset2 = 0; - /** @type {!number} */ - this.distanceCode = 0; - /** @type {!number} */ - this.numDirectDistanceCodes = 0; - /** @type {!number} */ - this.distancePostfixBits = 0; - /** @type {!number} */ - this.distance = 0; - /** @type {!number} */ - this.copyLength = 0; - /** @type {!number} */ - this.maxBackwardDistance = 0; - /** @type {!number} */ - this.maxRingBufferSize = 0; - /** @type {!number} */ - this.ringBufferSize = 0; - /** @type {!number} */ - this.expectedTotalSize = 0; - /** @type {!number} */ - this.outputOffset = 0; - /** @type {!number} */ - this.outputLength = 0; - /** @type {!number} */ - this.outputUsed = 0; - /** @type {!number} */ - this.ringBufferBytesWritten = 0; - /** @type {!number} */ - this.ringBufferBytesReady = 0; - /** @type {!number} */ - this.isEager = 0; - /** @type {!number} */ - this.isLargeWindow = 0; - /** @type {!number} */ - this.cdNumChunks = 0; - /** @type {!number} */ - this.cdTotalSize = 0; - /** @type {!number} */ - this.cdBrIndex = 0; - /** @type {!number} */ - this.cdBrOffset = 0; - /** @type {!number} */ - this.cdBrLength = 0; - /** @type {!number} */ - this.cdBrCopied = 0; - /** @type {!Array} */ - this.cdChunks = new Array(0); - /** @type {!Int32Array} */ - this.cdChunkOffsets = new Int32Array(0); - /** @type {!number} */ - this.cdBlockBits = 0; - /** @type {!Int8Array} */ - this.cdBlockMap = new Int8Array(0); - /** @type {!InputStream|null} */ - this.input = null; - this.ringBuffer = new Int8Array(0); - this.rings = new Int32Array(10); - this.rings[0] = 16; - this.rings[1] = 15; - this.rings[2] = 11; - this.rings[3] = 4; - } - - /** @type {!Int8Array} */ - var data = null; - /** @type {!Int32Array} */ - var offsets = new Int32Array(32); - /** @type {!Int32Array} */ - var sizeBits = new Int32Array(32); - /** - * @param {!Int8Array} newData - * @param {!Int32Array} newSizeBits - * @return {void} - */ - function setData(newData, newSizeBits) { - if ((isDirect(newData) == 0) || (isReadOnly(newData) == 0)) { - throw "newData must be a direct read-only byte buffer"; - } - if (newSizeBits.length > 31) { - throw "sizeBits length must be at most " + 31; - } - for (var /** @type{number} */ i = 0; i < 4; ++i) { - if (newSizeBits[i] != 0) { - throw "first " + 4 + " must be 0"; - } - } - var /** @type{!Int32Array} */ dictionaryOffsets = offsets; - var /** @type{!Int32Array} */ dictionarySizeBits = sizeBits; - dictionarySizeBits.set(newSizeBits.subarray(0, 0 + newSizeBits.length), 0); - var /** @type{number} */ pos = 0; - var /** @type{number} */ limit = newData.length; - for (var /** @type{number} */ i = 0; i < newSizeBits.length; ++i) { - dictionaryOffsets[i] = pos; - var /** @type{number} */ bits = dictionarySizeBits[i]; - if (bits != 0) { - if (bits >= 31) { - throw "newSizeBits values must be less than 31"; - } - pos += i << bits; - if (pos <= 0 || pos > limit) { - throw "newSizeBits is inconsistent: overflow"; - } - } - } - for (var /** @type{number} */ i = newSizeBits.length; i < 32; ++i) { - dictionaryOffsets[i] = pos; - } - if (pos != limit) { - throw "newSizeBits is inconsistent: underflow"; - } - data = newData; - } - /** - * @return {!Int8Array} - */ - function getData() { - if (data != null) { - return data; - } - if (!DataLoader.OK) { - throw "brotli dictionary is not set"; - } - return data; - } - - /** - * @param {!Int8Array} dictionary - * @param {!string} data0 - * @param {!string} data1 - * @param {!string} skipFlip - * @param {!Int32Array} sizeBits - * @param {!string} sizeBitsData - * @return {void} - */ - function unpackDictionaryData(dictionary, data0, data1, skipFlip, sizeBits, sizeBitsData) { - var /** @type{!Int8Array} */ dict = toUsAsciiBytes(data0 + data1); - if (dict.length != dictionary.length) { - throw "Corrupted brotli dictionary"; - } - var /** @type{number} */ offset = 0; - var /** @type{number} */ n = skipFlip.length; - for (var /** @type{number} */ i = 0; i < n; i += 2) { - var /** @type{number} */ skip = skipFlip.charCodeAt(i) - 36; - var /** @type{number} */ flip = skipFlip.charCodeAt(i + 1) - 36; - offset += skip; - for (var /** @type{number} */ j = 0; j < flip; ++j) { - dict[offset] |= 0x80; - offset++; - } - } - for (var /** @type{number} */ i = 0; i < sizeBitsData.length; ++i) { - sizeBits[i] = sizeBitsData.charCodeAt(i) - 65; - } - dictionary.set(dict); - } - { - var /** @type{!Int8Array} */ dictionaryData = new Int8Array(122784); - var /** @type{!Int32Array} */ dictionarySizeBits = new Int32Array(25); - unpackDictionaryData(dictionaryData, "timedownlifeleftbackcodedatashowonlysitecityopenjustlikefreeworktextyearoverbodyloveformbookplaylivelinehelphomesidemorewordlongthemviewfindpagedaysfullheadtermeachareafromtruemarkableuponhighdatelandnewsevennextcasebothpostusedmadehandherewhatnameLinkblogsizebaseheldmakemainuser') +holdendswithNewsreadweresigntakehavegameseencallpathwellplusmenufilmpartjointhislistgoodneedwayswestjobsmindalsologorichuseslastteamarmyfoodkingwilleastwardbestfirePageknowaway.pngmovethanloadgiveselfnotemuchfeedmanyrockicononcelookhidediedHomerulehostajaxinfoclublawslesshalfsomesuchzone100%onescareTimeracebluefourweekfacehopegavehardlostwhenparkkeptpassshiproomHTMLplanTypedonesavekeepflaglinksoldfivetookratetownjumpthusdarkcardfilefearstaykillthatfallautoever.comtalkshopvotedeepmoderestturnbornbandfellroseurl(skinrolecomeactsagesmeetgold.jpgitemvaryfeltthensenddropViewcopy1.0\"stopelseliestourpack.gifpastcss?graymean>rideshotlatesaidroadvar feeljohnrickportfast'UA-deadpoorbilltypeU.S.woodmust2px;Inforankwidewantwalllead[0];paulwavesure$('#waitmassarmsgoesgainlangpaid!-- lockunitrootwalkfirmwifexml\"songtest20pxkindrowstoolfontmailsafestarmapscorerainflowbabyspansays4px;6px;artsfootrealwikiheatsteptriporg/lakeweaktoldFormcastfansbankveryrunsjulytask1px;goalgrewslowedgeid=\"sets5px;.js?40pxif (soonseatnonetubezerosentreedfactintogiftharm18pxcamehillboldzoomvoideasyringfillpeakinitcost3px;jacktagsbitsrolleditknewnearironfreddiskwentsoilputs/js/holyT22:ISBNT20:adamsees

    json', 'contT21: RSSloopasiamoon

    soulLINEfortcartT14:

    80px!--<9px;T04:mike:46ZniceinchYorkricezh:d'));puremageparatonebond:37Z_of_']);000,zh:gtankyardbowlbush:56ZJava30px\n|}\n%C3%:34ZjeffEXPIcashvisagolfsnowzh:iquer.csssickmeatmin.binddellhirepicsrent:36ZHTTP-201fotowolfEND xbox:54ZBODYdick;\n}\nexit:35Zvarsbeat'});diet999;anne}}sonyguysfuckpipe|-\n!002)ndow[1];[];\nLog salt\r\n\t\tbangtrimbath){\r\n00px\n});ko:lfeesad>\rs:// [];tollplug(){\n{\r\n .js'200pdualboat.JPG);\n}quot);\n\n');\n\r\n}\r201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037201320122011201020092008200720062005200420032002200120001999199819971996199519941993199219911990198919881987198619851984198319821981198019791978197719761975197419731972197119701969196819671966196519641963196219611960195919581957195619551954195319521951195010001024139400009999comomC!sesteestaperotodohacecadaaC1obiendC-aasC-vidacasootroforosolootracualdijosidograntipotemadebealgoquC)estonadatrespococasabajotodasinoaguapuesunosantediceluisellamayozonaamorpisoobraclicellodioshoracasiP7P0P=P0P>PP>Q\2P8P7P=P>P4P>Q\2P>P6P5P>P=P8Q\5P\35P0P5P5P1Q\13PP2Q\13P2P>P\35P>P>P1P\37P>P;P8P=P8P P$P\35P5P\34Q\13Q\2Q\13P\36P=P8Pthing.org/multiheardPowerstandtokensolid(thisbringshipsstafftriedcallsfullyfactsagentThis //-->adminegyptEvent15px;Emailtrue\"crossspentblogsbox\">notedleavechinasizesguest

    robotheavytrue,sevengrandcrimesignsawaredancephase>\n\n\r\nname=diegopage swiss-->\n\n#fff;\">Log.com\"treatsheet) && 14px;sleepntentfiledja:c\3id=\"cName\"worseshots-box-delta\n<bears:48Z spendbakershops= \"\";php\">ction13px;brianhellosize=o=%2F joinmaybe, fjsimg\" \")[0]MTopBType\"newlyDanskczechtrailknowsfaq\">zh-cn10);\n-1\");type=bluestrulydavis.js';>\r\n\r\nform jesus100% menu.\r\n\t\r\nwalesrisksumentddingb-likteachgif\" vegasdanskeestishqipsuomisobredesdeentretodospuedeaC1osestC!tienehastaotrospartedondenuevohacerformamismomejormundoaquC-dC-assC3loayudafechatodastantomenosdatosotrassitiomuchoahoralugarmayorestoshorastenerantesfotosestaspaC-snuevasaludforosmedioquienmesespoderchileserC!vecesdecirjosC)estarventagrupohechoellostengoamigocosasnivelgentemismaairesjuliotemashaciafavorjuniolibrepuntobuenoautorabrilbuenatextomarzosaberlistaluegocC3moenerojuegoperC:haberestoynuncamujervalorfueralibrogustaigualvotoscasosguC-apuedosomosavisousteddebennochebuscafaltaeurosseriedichocursoclavecasasleC3nplazolargoobrasvistaapoyojuntotratavistocrearcampohemoscincocargopisosordenhacenC!readiscopedrocercapuedapapelmenorC:tilclarojorgecalleponertardenadiemarcasigueellassiglocochemotosmadreclaserestoniC1oquedapasarbancohijosviajepabloC)stevienereinodejarfondocanalnorteletracausatomarmanoslunesautosvillavendopesartipostengamarcollevapadreunidovamoszonasambosbandamariaabusomuchasubirriojavivirgradochicaallC-jovendichaestantalessalirsuelopesosfinesllamabuscoC)stalleganegroplazahumorpagarjuntadobleislasbolsabaC1ohablaluchaC\1readicenjugarnotasvalleallC!cargadolorabajoestC)gustomentemariofirmacostofichaplatahogarartesleyesaquelmuseobasespocosmitadcielochicomiedoganarsantoetapadebesplayaredessietecortecoreadudasdeseoviejodeseaaguas"domaincommonstatuseventsmastersystemactionbannerremovescrollupdateglobalmediumfilternumberchangeresultpublicscreenchoosenormaltravelissuessourcetargetspringmodulemobileswitchphotosborderregionitselfsocialactivecolumnrecordfollowtitle>eitherlengthfamilyfriendlayoutauthorcreatereviewsummerserverplayedplayerexpandpolicyformatdoublepointsseriespersonlivingdesignmonthsforcesuniqueweightpeopleenergynaturesearchfigurehavingcustomoffsetletterwindowsubmitrendergroupsuploadhealthmethodvideosschoolfutureshadowdebatevaluesObjectothersrightsleaguechromesimplenoticesharedendingseasonreportonlinesquarebuttonimagesenablemovinglatestwinterFranceperiodstrongrepeatLondondetailformeddemandsecurepassedtoggleplacesdevicestaticcitiesstreamyellowattackstreetflighthiddeninfo\">openedusefulvalleycausesleadersecretseconddamagesportsexceptratingsignedthingseffectfieldsstatesofficevisualeditorvolumeReportmuseummoviesparentaccessmostlymother\" id=\"marketgroundchancesurveybeforesymbolmomentspeechmotioninsidematterCenterobjectexistsmiddleEuropegrowthlegacymannerenoughcareeransweroriginportalclientselectrandomclosedtopicscomingfatheroptionsimplyraisedescapechosenchurchdefinereasoncorneroutputmemoryiframepolicemodelsNumberduringoffersstyleskilledlistedcalledsilvermargindeletebetterbrowselimitsGlobalsinglewidgetcenterbudgetnowrapcreditclaimsenginesafetychoicespirit-stylespreadmakingneededrussiapleaseextentScriptbrokenallowschargedividefactormember-basedtheoryconfigaroundworkedhelpedChurchimpactshouldalwayslogo\" bottomlist\">){var prefixorangeHeader.push(couplegardenbridgelaunchReviewtakingvisionlittledatingButtonbeautythemesforgotSearchanchoralmostloadedChangereturnstringreloadMobileincomesupplySourceordersviewed courseAbout island: The dialoghousesBEGIN MexicostartscentreheightaddingIslandassetsEmpireSchooleffortdirectnearlymanualSelect.\n\nOnejoinedmenu\">PhilipawardshandleimportOfficeregardskillsnationSportsdegreeweekly (e.g.behinddoctorloggedunitedbeyond-scaleacceptservedmarineFootercamera\n_form\"leavesstress\" />\r\n.gif\" onloadloaderOxfordsistersurvivlistenfemaleDesignsize=\"appealtext\">levelsthankshigherforcedanimalanyoneAfricaagreedrecentPeople
    wonderpricesturned|| {};main\">inlinesundaywrap\">failedcensusminutebeaconquotes150px|estateremoteemail\"linkedright;signalformal1.htmlsignupprincefloat:.png\" forum.AccesspaperssoundsextendHeightsliderUTF-8\"& Before. WithstudioownersmanageprofitjQueryannualparamsboughtfamousgooglelongeri++) {israelsayingdecidehome\">headerensurebranchpiecesblock;statedtop\">boston.test(avatartested_countforumsschemaindex,filledsharesreaderalert(appearSubmitline\">body\">\n* TheThoughseeingjerseyNews\nSystem DavidcancertablesprovedApril reallydriveritem\">more\">boardscolorscampusfirst || [];media.guitarfinishwidth:showedOther .php\" assumelayerswilsonstoresreliefswedenCustomeasily your String\n\nWhiltaylorclear:resortfrenchthough\") + \"buyingbrandsMembername\">oppingsector5px;\">vspacepostermajor coffeemartinmaturehappenkansaslink\">Images=falsewhile hspace0& \n\nIn powerPolski-colorjordanBottomStart -count2.htmlnews\">01.jpgOnline-rightmillerseniorISBN 00,000 guidesvalue)ectionrepair.xml\" rights.html-blockregExp:hoverwithinvirginphones\rusing \n\tvar >');\n\t\n\nbahasabrasilgalegomagyarpolskisrpskiX1X/Y\10d8-f\26\7g.\0d=\23g9\1i+\24d?!f\1/d8-e\33=f\10\21d;,d8\0d8*e\5,e\0178g.!g\20\6h.:e\35\33e\17/d;%f\34\re\n!f\0276i\0274d8*d::d:'e\23\1h\7*e71d<\1d8\32f\37%g\34\13e7%d=\34h\1\24g3;f2!f\34\tg=\21g+\31f\t\0f\34\th/\4h.:d8-e?\3f\26\7g+ g\24(f\0107i&\26i!5d=\34h\0\5f\n\0f\34/i\27.i\"\30g\0338e\0053d8\13h==f\20\34g4\"d=?g\24(h=/d;6e\34(g:?d8;i\"\30h5\4f\26\31h'\6i\"\21e\33\36e$\rf3(e\6\14g=\21g;\34f\0246h\27\17e\6\5e.9f\16(h\r\20e8\2e\34:f6\10f\1/g):i\0274e\17\21e8\3d;\0d9\10e%=e\17\13g\24\37f4;e\33>g\t\7e\17\21e1\25e&\2f\36\34f\t\13f\34:f\0260i\27;f\34\0f\0260f\0269e<\17e\14\27d:,f\17\20d>\33e\0053d:\16f\0334e$\32h?\31d8*g3;g;\37g\37%i\1\23f88f\10\17e9?e\21\ne\0056d;\26e\17\21h!(e.\te\5(g,,d8\0d<\32e\21\30h?\33h!\14g\0029e\7;g\t\10f\35\3g\0245e-\20d8\26g\25\14h.>h.!e\5\rh49f\25\31h\0022e\n e\5%f4;e\n(d;\26d;,e\25\6e\23\1e\r\32e.\"g\0160e\34(d8\nf57e&\2d=\25e72g;\17g\25\31h(\0h/&g;\6g$>e\14:g\31;e=\25f\34,g+\31i\34\0h&\1d;7f f\16%e\33=e.6e;:h.>f\34\13e\17\13i\30\5h/;f3\25e>\13d=\rg=.g;\17f5\16i\0\tf\13)h?\31f 7e=\23e\t\re\10\6g1;f\16\22h!\14e\33 d8:d:$f\30\23f\34\0e\20\16i\0373d9\20d8\rh\3=i\0\32h?\7h!\14d8\32g'\21f\n\0e\17/h\3=h.>e$\7e\20\10d=\34e$'e.6g$>d<\32g \24g)6d8\23d8\32e\5(i\3(i!9g\33.h?\31i\7\14h?\30f\30/e<\0e'\13f\3\5e\0065g\0245h\4\21f\26\7d;6e\23\1g\t\14e8.e\n)f\26\7e\14\26h5\4f:\20e$'e-&e-&d9 e\0340e\35\0f5\17h'\10f\n\25h5\4e7%g(\13h&\1f1\2f\0\16d9\10f\0276e\0\31e\n\37h\3=d8;h&\1g\33.e\t\rh5\4h./e\37\16e8\2f\0269f3\25g\0245e=1f\13\33h\1\30e#0f\30\16d;;d=\25e\1%e:7f\0250f\r.g>\16e\33=f1=h=&d;\13g;\rd=\6f\30/d:$f5\1g\24\37d:'f\t\0d;%g\0245h/\35f\30>g$:d8\0d:\33e\r\25d=\rd::e\21\30e\10\6f\36\20e\0340e\33>f\27\5f88e7%e\0057e-&g\24\37g3;e\10\27g=\21e\17\13e8\26e-\20e/\6g \1i\"\21i\1\23f\16'e\0106e\0340e\14:e\37:f\34,e\5(e\33=g=\21d8\ni\7\rh&\1g,,d:\14e\26\34f,\"h?\33e\5%e\17\13f\3\5h?\31d:\33h\0\3h/\25e\17\21g\0160e\0379h.-d;%d8\nf\24?e:\34f\10\20d8:g\16/e\"\3i&\31f8/e\20\14f\0276e(1d9\20e\17\21i\0\1d8\0e.\32e<\0e\17\21d=\34e\23\1f \7e\7\6f,\"h?\16h'#e\0063e\0340f\0269d8\0d8\13d;%e\17\nh4#d;;f\10\26h\0\5e.\"f\0107d;#h!(g'/e\10\6e%3d::f\0250g \1i\24\0e\24.e\7:g\0160g&;g:?e:\24g\24(e\10\27h!(d8\re\20\14g<\26h>\21g;\37h.!f\37%h/\"d8\rh&\1f\34\te\0053f\34:f\36\4e>\10e$\32f\22-f\24>g;\4g;\7f\24?g-\26g\0334f\16%h\3=e\n\33f\35%f:\20f\31\2i\26\23g\34\13e\0100g\3-i\27(e\0053i\24.d8\23e\14:i\35\36e88h\0131h/-g\31>e:&e8\14f\34\33g>\16e%3f/\24h>\3g\37%h/\6h'\4e.\32e;:h..i\3(i\27(f\4\17h'\1g2>e=)f\27%f\34,f\17\20i+\30e\17\21h(\0f\0269i\35\"e\37:i\7\21e$\4g\20\6f\35\3i\31\20e=1g\t\7i\0236h!\14h?\30f\34\te\10\6d:+g\t)e\23\1g;\17h\20%f7;e\n d8\23e.6h?\31g'\rh/\35i\"\30h57f\35%d8\32e\n!e\5,e\21\nh.0e=\25g.\0d;\13h4(i\7\17g\0247d::e=1e\23\re<\25g\24(f\n%e\21\ni\3(e\10\6e?+i\0\37e\22(h/\"f\0276e0\32f3(f\4\17g\0243h/7e-&f !e:\24h/%e\16\6e\0172e\17*f\30/h?\24e\33\36h4-d90e\20\rg'0d8:d:\6f\10\20e\n\37h/4f\30\16d>\33e:\24e-)e-\20d8\23i\"\30g(\13e:\17d8\0h\10,f\34\3e\23!e\17*f\34\te\0056e.\3d?\35f\n$h\0\14d8\24d;\ne$)g*\27e\17#e\n(f\0\1g\n6f\0\1g\t9e\10+h.$d8:e?\5i!;f\0334f\0260e0\17h/4f\10\21e\0\21d=\34d8:e*\22d=\23e\14\5f\13,i\2#d9\10d8\0f 7e\33=e\6\5f\30/e\20&f 9f\r.g\0245h'\6e-&i\31\"e\0057f\34\th?\7g(\13g\0241d:\16d::f\t\re\7:f\35%d8\rh?\7f-#e\34(f\30\16f\30\37f\25\5d:\13e\0053g3;f \7i\"\30e\25\6e\n!h>\23e\5%d8\0g\0334e\37:g!\0f\25\31e-&d:\6h'#e;:g-\21g;\23f\36\34e\5(g\20\3i\0\32g\37%h.!e\10\22e/9d:\16h\t:f\34/g\0338e\6\14e\17\21g\24\37g\34\37g\32\4e;:g+\13g-\tg:'g1;e\36\13g;\17i*\14e.\36g\0160e\0106d=\34f\35%h\7*f \7g->d;%d8\13e\16\37e\10\33f\27 f3\25e\0056d8-e\0\13d::d8\0e\10\7f\14\7e\r\27e\0053i\27-i\33\6e\33\"g,,d8\te\0053f3(e\33 f-$g\5'g\t\7f71e\0343e\25\6d8\32e9?e7\36f\27%f\34\37i+\30g:'f\34\0h?\21g;\21h!\14d8:d:$i\0\32h/\4d;7h'\te>\27g2>e\r\16e.6e:-e.\14f\10\20f\4\37h'\te.\th#\5e>\27e\0100i\2.d;6e\0106e:&i#\37e\23\1h\31=g\0046h=,h==f\n%d;7h.0h\0\5f\0269f!\10h!\14f\24?d::f0\21g\24(e\23\1d8\34h%?f\17\20e\7:i\5\22e:\27g\0046e\20\16d;\30f,>g\3-g\0029d;%e\t\re.\14e\5(e\17\21e8\26h.>g=.i\"\6e/g%\36h\0167e>\27e\10)g\24(g;'g;-d= d;,h?\31d9\10f(!e<\17h/-h(\0h\3=e$\37i\33\5h\31\16f\23\rd=\34i#\16f d9&f\34\tf\25\10f5\13h/\25g';e\n(f\t\rh\3=e\0063e.\32h\2!g%(d8\rf\26-i\34\0f1\2d8\re>\27e\n\36f3\25d9\13i\0274i\7\7g\24(h\20%i\24\0f\n\25h/\tg\33.f \7g\0101f\3\5f\21\4e=1f\34\td:\33h$\7h#=f\26\7e-&f\34:d<\32f\0250e-\27h#\5d?.h4-g\t)e\6\34f\35\21e\5(i\35\"g2>e\23\1e\0056e.\36d:\13f\3\5f04e93f\17\20g$:d8\ne8\2h0\"h0\"f\31.i\0\32f\25\31e8\10d8\nd< g1;e\10+f-\14f\0332f\13%f\34\te\10\33f\0260i\5\rd;6e\17*h&\1f\0276d;#h3\7h(\nh>>e\0100d::g\24\37h.\"i\30\5h\0\1e8\10e1\25g$:e?\3g\20\6h44e-\20g62g+\31d8;i!\14h\7*g\0046g:'e\10+g.\0e\r\25f\0249i\35)i\2#d:\33f\35%h/4f\t\23e<\0d;#g \1e\10 i\31$h/\1e\0108h\n\2g\33.i\7\rg\0029f,!f\0258e$\32e0\21h'\4e\10\22h5\4i\7\21f\t>e\0100d;%e\20\16e$'e\5(d8;i!5f\34\0d=3e\33\36g-\24e$)d8\13d?\35i\32\34g\0160d;#f#\0f\37%f\n\25g%(e0\17f\0276f2\22f\34\tf-#e88g\24\32h\0073d;#g\20\6g\33.e=\25e\5,e<\0e$\re\0106i\7\21h\36\re98g&\17g\t\10f\34,e=\"f\10\20e\7\6e$\7h!\14f\3\5e\33\36e\0100f\0\35f\0033f\0\16f 7e\r\17h..h.$h/\1f\34\0e%=d:'g\24\37f\14\tg\5'f\34\rh#\5e9?d8\34e\n(f<+i\7\7h4-f\0260f\t\13g;\4e\33>i\35\"f\35?e\17\2h\0\3f\24?f2;e.9f\30\23e$)e\0340e\n*e\n\33d::d;,e\r\7g:'i\0\37e:&d::g\t)h0\3f\0254f5\1h!\14i\0 f\10\20f\26\7e-\27i\37)e\33=h48f\30\23e<\0e1\25g\0338i\27\34h!(g\0160e=1h'\6e&\2f-$g>\16e.9e$'e0\17f\n%i\1\23f\35!f,>e?\3f\3\5h.8e$\32f3\25h'\4e.6e1\5d9&e:\27h?\36f\16%g+\13e\r3d8>f\n%f\n\0e7'e%%h?\20g\31;e\5%d;%f\35%g\20\6h.:d:\13d;6h\7*g\0241d8-e\r\16e\n\36e\5,e&\10e&\10g\34\37f-#d8\ri\24\31e\5(f\26\7e\20\10e\20\14d;7e\0e7&e\0173h\2!d;=g-\24f!\10e.\36i\31\5g\0245d?!g;\17g\20\6g\24\37e\21=e.#d< d;;e\n!f-#e<\17g\t9h\t2d8\13f\35%e\r\17d<\32e\17*h\3=e=\23g\0046i\7\rf\0260e\5'e.9f\14\7e/g(\13e\14;g\26\27g;\17h?\7h?\7e\16;d9\13e\t\rf\0246e\5%e94e:&f\35\2e?\27g>\16d8=f\34\0i+\30g\31;i\31\6f\34*f\35%e\n e7%e\5\rh4#f\25\31g(\13g\t\10e\35\27h:+d=\23i\7\re:\6e\7:e\24.f\10\20f\34,e=\"e<\17e\34\37h1\6e\7:e\0039d8\34f\0269i\2.g.1e\r\27d:,f1\2h\1\14e\17\26e>\27h\1\14d=\rg\0338d?!i!5i\35\"e\10\6i\22\37g=\21i!5g!.e.\32e\33>d>\13g=\21e\35\0g'/f\36\1i\24\31h//g\33.g\32\4e.\35h4\35f\34:e\0053i#\16i\31)f\16\10f\35\3g\27\5f/\22e. g\t)i\31$d:\6h)\25h+\26g\26>g\27\5e\17\nf\0276f1\2h4-g+\31g\0029e\4?g+%f/\17e$)d8-e$.h.$h/\6f/\17d8*e$)f4%e-\27d=\23e\0170g\1#g;4f\n$f\34,i!5d8*f\0'e.\30f\0269e88h'\1g\0338f\34:f\10\30g\25%e:\24e=\23e>\13e8\10f\0269d>?f !e\33-h\2!e8\2f\10?e1\13f \17g\33.e\21\30e7%e/\16e\5\3e<\25h57f\0249e\17\30g,,e\33\33d<\32h.!h**f\30\16i\32\20g'\1e.\35e.\35h'\4h\14\3f6\10h49e\0051e\20\14e?\30h.0d=\23g3;e8&f\35%e\20\re-\27g\31e\n g\33\37e\17\27e\0100d:\14f\t\13e$'i\7\17f\10\20d::f\0250i\7\17e\0051d:+e\14:e\37\37e%3e-)e\16\37e\10\31f\t\0e\34(g;\23f\35\37i\0\32d?!h6\5g:'i\5\rg=.e=\23f\0276d<\30g'\0f\0'f\4\37f\10?d:'i\1\nf\0102e\7:e\17#f\17\20d:$e01d8\32d?\35e\1%g(\13e:&e\17\2f\0250d:\13d8\32f\0254d8*e11d8\34f\3\5f\4\37g\t9f.\ne\10\6i!\36f\20\34e0\13e1\36d:\16i\27(f\0107h4\"e\n!e#0i\0373e\17\ne\0056h4\"g;\17e\35\32f\14\1e92i\3(f\10\20g+\13e\10)g\33\nh\0\3h\31\21f\10\20i\3=e\14\5h#\5g\24(f\0106f/\24h5\33f\26\7f\30\16f\13\33e\25\6e.\14f\0254g\34\37f\30/g\34e/\6g\"\16i#\37g;?h\t2g(3e.\32g;\10d:\16g\24\37g\t)d>\33f1\2f\20\34g\13\20e\n\33i\7\17d8%i\7\rf08h?\34e\6\31g\34\37f\34\ti\31\20g+\36d:\te/9h1!h49g\24(d8\re%=g;\35e/9e\r\1e\10\6d?\3h?\33g\0029h/\4e=1i\0373d<\30e\n?d8\re0\21f,#h5\17e96d8\24f\34\tg\0029f\0269e\20\21e\5(f\0260d?!g\24(h.>f\26=e=\"h1!h5\4f \16e\25\6e\37\16g;\37d8\0e\7:g\t\10f\t\23i\0 g\24\"e\23\1f&\2e\0065g\24(d:\16d?\35g\25\31e\33 g4 d8-e\34\13e-\30e\2(h44e\33>f\34\0f\4\33i\25?f\34\37e\17#d;7g\20\6h4\"e\37:e\0340e.\tf\16\22f-&f1\ti\7\14i\35\"e\10\33e;:e$)g):i&\26e\5\10e.\14e\26\4i)1e\n(d8\13i\35\"d8\re\6\rh/\32d?!f\4\17d9\ti\0303e\5\th\0131e\33=f<\2d:.e\6\33d:\13g\16)e.6g>$d<\27e\6\34f0\21e\r3e\17/e\20\rg(1e.6e\0057e\n(g\24;f\0033e\0100f3(f\30\16e0\17e-&f\0'h\3=h\0\3g \24g!,d;6h'\2g\34\13f8\5f%\32f\20\36g,\21i&\26i \1i;\4i\7\21i\0\2g\24(f1\37h\13\17g\34\37e.\36d8;g.!i\0306f.5h(;e\6\ng?;h/\21f\35\3e\10)e\1\32e%=d<P:P0P:P8P;P8Q\rQ\2P>P2Q\1P5P5P3P>P?Q\0P8Q\2P0P:P5Q\tP5Q\3P6P5P\32P0P:P1P5P7P1Q\13P;P>P=P8P\22Q\1P5P?P>P4P-Q\2P>Q\2P>PP=P0P3P4P5PP3P>P4P2P>Q\2Q\2P0PP2P0Q\1P2P0PQ\2Q\3Q\2P=P0P4P4P=Q\17P\22P>Q\2Q\2Q\0P8P=P5P9P\22P0Q\1P=P8PQ\2Q\0Q\3P1P\36P=P8PPP9P4P2P5P>P=P>Q\1Q\3P4`$\25`%\7`$9`%\10`$\25`%\0`$8`%\7`$\25`$>`$\25`%\13`$\24`$0`$*`$0`$(`%\7`$\17`$\25`$\25`$?`$-`%\0`$\7`$8`$\25`$0`$$`%\13`$9`%\13`$\6`$*`$9`%\0`$/`$9`$/`$>`$$`$\25`$%`$>jagran`$\6`$\34`$\34`%\13`$\5`$,`$&`%\13`$\27`$\10`$\34`$>`$\27`$\17`$9`$.`$\7`$(`$5`$9`$/`%\7`$%`%\7`$%`%\0`$\30`$0`$\34`$,`$&`%\0`$\25`$\10`$\34`%\0`$5`%\7`$(`$\10`$(`$\17`$9`$0`$\t`$8`$.`%\7`$\25`$.`$5`%\13`$2`%\7`$8`$,`$.`$\10`$&`%\7`$\23`$0`$\6`$.`$,`$8`$-`$0`$,`$(`$\32`$2`$.`$(`$\6`$\27`$8`%\0`$2`%\0X9Y\4Y\tX%Y\4Y\tY\7X0X'X\"X.X1X9X/X/X'Y\4Y\tY\7X0Y\7X5Y\10X1X:Y\nX1Y\3X'Y\6Y\10Y\4X'X(Y\nY\6X9X1X6X0Y\4Y\3Y\7Y\6X'Y\nY\10Y\5Y\2X'Y\4X9Y\4Y\nX'Y\6X'Y\4Y\3Y\6X-X*Y\tY\2X(Y\4Y\10X-X)X'X.X1Y\1Y\2X7X9X(X/X1Y\3Y\6X%X0X'Y\3Y\5X'X'X-X/X%Y\4X'Y\1Y\nY\7X(X9X6Y\3Y\nY\1X(X-X+Y\10Y\5Y\6Y\10Y\7Y\10X#Y\6X'X,X/X'Y\4Y\7X'X3Y\4Y\5X9Y\6X/Y\4Y\nX3X9X(X1X5Y\4Y\tY\5Y\6X0X(Y\7X'X#Y\6Y\7Y\5X+Y\4Y\3Y\6X*X'Y\4X'X-Y\nX+Y\5X5X1X4X1X-X-Y\10Y\4Y\10Y\1Y\nX'X0X'Y\4Y\3Y\4Y\5X1X)X'Y\6X*X'Y\4Y\1X#X(Y\10X.X'X5X#Y\6X*X'Y\6Y\7X'Y\4Y\nX9X6Y\10Y\10Y\2X/X'X(Y\6X.Y\nX1X(Y\6X*Y\4Y\3Y\5X4X'X!Y\10Y\7Y\nX'X(Y\10Y\2X5X5Y\10Y\5X'X1Y\2Y\5X#X-X/Y\6X-Y\6X9X/Y\5X1X#Y\nX'X-X)Y\3X*X(X/Y\10Y\6Y\nX,X(Y\5Y\6Y\7X*X-X*X,Y\7X)X3Y\6X)Y\nX*Y\5Y\3X1X)X:X2X)Y\6Y\1X3X(Y\nX*Y\4Y\4Y\7Y\4Y\6X'X*Y\4Y\3Y\2Y\4X(Y\4Y\5X'X9Y\6Y\7X#Y\10Y\4X4Y\nX!Y\6Y\10X1X#Y\5X'Y\1Y\nY\3X(Y\3Y\4X0X'X*X1X*X(X(X#Y\6Y\7Y\5X3X'Y\6Y\3X(Y\nX9Y\1Y\2X/X-X3Y\6Y\4Y\7Y\5X4X9X1X#Y\7Y\4X4Y\7X1Y\2X7X1X7Y\4X(profileservicedefaulthimselfdetailscontentsupportstartedmessagesuccessfashioncountryaccountcreatedstoriesresultsrunningprocesswritingobjectsvisiblewelcomearticleunknownnetworkcompanydynamicbrowserprivacyproblemServicerespectdisplayrequestreservewebsitehistoryfriendsoptionsworkingversionmillionchannelwindow.addressvisitedweathercorrectproductedirectforwardyou canremovedsubjectcontrolarchivecurrentreadinglibrarylimitedmanagerfurthersummarymachineminutesprivatecontextprogramsocietynumberswrittenenabledtriggersourcesloadingelementpartnerfinallyperfectmeaningsystemskeepingculture",journalprojectsurfaces"expiresreviewsbalanceEnglishContentthroughPlease opinioncontactaverageprimaryvillageSpanishgallerydeclinemeetingmissionpopularqualitymeasuregeneralspeciessessionsectionwriterscounterinitialreportsfiguresmembersholdingdisputeearlierexpressdigitalpictureAnothermarriedtrafficleadingchangedcentralvictoryimages/reasonsstudiesfeaturelistingmust beschoolsVersionusuallyepisodeplayinggrowingobviousoverlaypresentactions</ul>\r\nwrapperalreadycertainrealitystorageanotherdesktopofferedpatternunusualDigitalcapitalWebsitefailureconnectreducedAndroiddecadesregular & animalsreleaseAutomatgettingmethodsnothingPopularcaptionletterscapturesciencelicensechangesEngland=1&History = new CentralupdatedSpecialNetworkrequirecommentwarningCollegetoolbarremainsbecauseelectedDeutschfinanceworkersquicklybetweenexactlysettingdiseaseSocietyweaponsexhibit<!--Controlclassescoveredoutlineattacksdevices(windowpurposetitle=\"Mobile killingshowingItaliandroppedheavilyeffects-1']);\nconfirmCurrentadvancesharingopeningdrawingbillionorderedGermanyrelated</form>includewhetherdefinedSciencecatalogArticlebuttonslargestuniformjourneysidebarChicagoholidayGeneralpassage,"animatefeelingarrivedpassingnaturalroughly.\n\nThe but notdensityBritainChineselack oftributeIreland\" data-factorsreceivethat isLibraryhusbandin factaffairsCharlesradicalbroughtfindinglanding:lang=\"return leadersplannedpremiumpackageAmericaEdition]"Messageneed tovalue=\"complexlookingstationbelievesmaller-mobilerecordswant tokind ofFirefoxyou aresimilarstudiedmaximumheadingrapidlyclimatekingdomemergedamountsfoundedpioneerformuladynastyhow to SupportrevenueeconomyResultsbrothersoldierlargelycalling."AccountEdward segmentRobert effortsPacificlearnedup withheight:we haveAngelesnations_searchappliedacquiremassivegranted: falsetreatedbiggestbenefitdrivingStudiesminimumperhapsmorningsellingis usedreversevariant role=\"missingachievepromotestudentsomeoneextremerestorebottom:evolvedall thesitemapenglishway to AugustsymbolsCompanymattersmusicalagainstserving})();\r\npaymenttroubleconceptcompareparentsplayersregionsmonitor ''The winningexploreadaptedGalleryproduceabilityenhancecareers). The collectSearch ancientexistedfooter handlerprintedconsoleEasternexportswindowsChannelillegalneutralsuggest_headersigning.html\">settledwesterncausing-webkitclaimedJusticechaptervictimsThomas mozillapromisepartieseditionoutside:false,hundredOlympic_buttonauthorsreachedchronicdemandssecondsprotectadoptedprepareneithergreatlygreateroverallimprovecommandspecialsearch.worshipfundingthoughthighestinsteadutilityquarterCulturetestingclearlyexposedBrowserliberal} catchProjectexamplehide();FloridaanswersallowedEmperordefenseseriousfreedomSeveral-buttonFurtherout of != nulltrainedDenmarkvoid(0)/all.jspreventRequestStephen\n\nWhen observe</h2>\r\nModern provide\" alt=\"borders.\n\nFor \n\nMany artistspoweredperformfictiontype ofmedicalticketsopposedCouncilwitnessjusticeGeorge Belgium...</a>twitternotablywaitingwarfare Other rankingphrasesmentionsurvivescholar</p>\r\n Countryignoredloss ofjust asGeorgiastrange<head><stopped1']);\r\nislandsnotableborder:list ofcarried100,000</h3>\n severalbecomesselect wedding00.htmlmonarchoff theteacherhighly biologylife ofor evenrise of»plusonehunting(thoughDouglasjoiningcirclesFor theAncientVietnamvehiclesuch ascrystalvalue =Windowsenjoyeda smallassumed<a id=\"foreign All rihow theDisplayretiredhoweverhidden;battlesseekingcabinetwas notlook atconductget theJanuaryhappensturninga:hoverOnline French lackingtypicalextractenemieseven ifgeneratdecidedare not/searchbeliefs-image:locatedstatic.login\">convertviolententeredfirst\">circuitFinlandchemistshe was10px;\">as suchdivided</span>will beline ofa greatmystery/index.fallingdue to railwaycollegemonsterdescentit withnuclearJewish protestBritishflowerspredictreformsbutton who waslectureinstantsuicidegenericperiodsmarketsSocial fishingcombinegraphicwinners<br /><by the NaturalPrivacycookiesoutcomeresolveSwedishbrieflyPersianso muchCenturydepictscolumnshousingscriptsnext tobearingmappingrevisedjQuery(-width:title\">tooltipSectiondesignsTurkishyounger.match(})();\n\nburningoperatedegreessource=Richardcloselyplasticentries</tr>\r\ncolor:#ul id=\"possessrollingphysicsfailingexecutecontestlink toDefault<br />\n: true,chartertourismclassicproceedexplain</h1>\r\nonline.?xml vehelpingdiamonduse theairlineend -->).attr(readershosting#ffffffrealizeVincentsignals src=\"/ProductdespitediversetellingPublic held inJoseph theatreaffects<style>a largedoesn'tlater, ElementfaviconcreatorHungaryAirportsee theso thatMichaelSystemsPrograms, and width=e"tradingleft\">\npersonsGolden Affairsgrammarformingdestroyidea ofcase ofoldest this is.src = cartoonregistrCommonsMuslimsWhat isin manymarkingrevealsIndeed,equally/show_aoutdoorescape(Austriageneticsystem,In the sittingHe alsoIslandsAcademy\n\t\t<!--Daniel bindingblock\">imposedutilizeAbraham(except{width:putting).html(|| [];\nDATA[ *kitchenmountedactual dialectmainly _blank'installexpertsif(typeIt also© \">Termsborn inOptionseasterntalkingconcerngained ongoingjustifycriticsfactoryits ownassaultinvitedlastinghis ownhref=\"/\" rel=\"developconcertdiagramdollarsclusterphp?id=alcohol);})();using a><span>vesselsrevivalAddressamateurandroidallegedillnesswalkingcentersqualifymatchesunifiedextinctDefensedied in\n\t<!-- customslinkingLittle Book ofeveningmin.js?are thekontakttoday's.html\" target=wearingAll Rig;\n})();raising Also, crucialabout\">declare-->\n<scfirefoxas muchappliesindex, s, but type = \n\r\n<!--towardsRecordsPrivateForeignPremierchoicesVirtualreturnsCommentPoweredinline;povertychamberLiving volumesAnthonylogin\" RelatedEconomyreachescuttinggravitylife inChapter-shadowNotable</td>\r\n returnstadiumwidgetsvaryingtravelsheld bywho arework infacultyangularwho hadairporttown of\n\nSome 'click'chargeskeywordit willcity of(this);Andrew unique checkedor more300px; return;rsion=\"pluginswithin herselfStationFederalventurepublishsent totensionactresscome tofingersDuke ofpeople,exploitwhat isharmonya major\":\"httpin his menu\">\nmonthlyofficercouncilgainingeven inSummarydate ofloyaltyfitnessand wasemperorsupremeSecond hearingRussianlongestAlbertalateralset of small\">.appenddo withfederalbank ofbeneathDespiteCapitalgrounds), and percentit fromclosingcontainInsteadfifteenas well.yahoo.respondfighterobscurereflectorganic= Math.editingonline paddinga wholeonerroryear ofend of barrierwhen itheader home ofresumedrenamedstrong>heatingretainscloudfrway of March 1knowingin partBetweenlessonsclosestvirtuallinks\">crossedEND -->famous awardedLicenseHealth fairly wealthyminimalAfricancompetelabel\">singingfarmersBrasil)discussreplaceGregoryfont copursuedappearsmake uproundedboth ofblockedsaw theofficescoloursif(docuwhen heenforcepush(fuAugust UTF-8\">Fantasyin mostinjuredUsuallyfarmingclosureobject defenceuse of Medical<body>\nevidentbe usedkeyCodesixteenIslamic#000000entire widely active (typeofone cancolor =speakerextendsPhysicsterrain<tbody>funeralviewingmiddle cricketprophetshifteddoctorsRussell targetcompactalgebrasocial-bulk ofman and</td>\n he left).val()false);logicalbankinghome tonaming Arizonacredits);\n});\nfounderin turnCollinsbefore But thechargedTitle\">CaptainspelledgoddessTag -->Adding:but wasRecent patientback in=false&Lincolnwe knowCounterJudaismscript altered']);\n has theunclearEvent',both innot all\n\n<!-- placinghard to centersort ofclientsstreetsBernardassertstend tofantasydown inharbourFreedomjewelry/about..searchlegendsis mademodern only ononly toimage\" linear painterand notrarely acronymdelivershorter00&as manywidth=\"/* <![Ctitle =of the lowest picked escapeduses ofpeoples PublicMatthewtacticsdamagedway forlaws ofeasy to windowstrong simple}catch(seventhinfoboxwent topaintedcitizenI don'tretreat. Some ww.\");\nbombingmailto:made in. Many carries||{};wiwork ofsynonymdefeatsfavoredopticalpageTraunless sendingleft\"><comScorAll thejQuery.touristClassicfalse\" Wilhelmsuburbsgenuinebishops.split(global followsbody ofnominalContactsecularleft tochiefly-hidden-banner</li>\n\n. When in bothdismissExplorealways via thespaC1olwelfareruling arrangecaptainhis sonrule ofhe tookitself,=0&(calledsamplesto makecom/pagMartin Kennedyacceptsfull ofhandledBesides//--></able totargetsessencehim to its by common.mineralto takeways tos.org/ladvisedpenaltysimple:if theyLettersa shortHerbertstrikes groups.lengthflightsoverlapslowly lesser social </p>\n\t\tit intoranked rate oful>\r\n attemptpair ofmake itKontaktAntoniohaving ratings activestreamstrapped\").css(hostilelead tolittle groups,Picture-->\r\n\r\n rows=\" objectinverse<footerCustomV><\\/scrsolvingChamberslaverywoundedwhereas!= 'undfor allpartly -right:Arabianbacked centuryunit ofmobile-Europe,is homerisk ofdesiredClintoncost ofage of become none ofp"Middle ead')[0Criticsstudios>©group\">assemblmaking pressedwidget.ps:\" ? rebuiltby someFormer editorsdelayedCanonichad thepushingclass=\"but arepartialBabylonbottom carrierCommandits useAs withcoursesa thirddenotesalso inHouston20px;\">accuseddouble goal ofFamous ).bind(priests Onlinein Julyst + \"gconsultdecimalhelpfulrevivedis veryr'+'iptlosing femalesis alsostringsdays ofarrivalfuture <objectforcingString(\" />\n\t\there isencoded. The balloondone by/commonbgcolorlaw of Indianaavoidedbut the2px 3pxjquery.after apolicy.men andfooter-= true;for usescreen.Indian image =family,http://  driverseternalsame asnoticedviewers})();\n is moreseasonsformer the newis justconsent Searchwas thewhy theshippedbr><br>width: height=made ofcuisineis thata very Admiral fixed;normal MissionPress, ontariocharsettry to invaded=\"true\"spacingis mosta more totallyfall of});\r\n immensetime inset outsatisfyto finddown tolot of Playersin Junequantumnot thetime todistantFinnishsrc = (single help ofGerman law andlabeledforestscookingspace\">header-well asStanleybridges/globalCroatia About [0];\n it, andgroupedbeing a){throwhe madelighterethicalFFFFFF\"bottom\"like a employslive inas seenprintermost ofub-linkrejectsand useimage\">succeedfeedingNuclearinformato helpWomen'sNeitherMexicanprotein<table by manyhealthylawsuitdevised.push({sellerssimply Through.cookie Image(older\">us.js\"> Since universlarger open to!-- endlies in']);\r\n marketwho is (\"DOMComanagedone fortypeof Kingdomprofitsproposeto showcenter;made itdressedwere inmixtureprecisearisingsrc = 'make a securedBaptistvoting \n\t\tvar March 2grew upClimate.removeskilledway the</head>face ofacting right\">to workreduceshas haderectedshow();action=book ofan area== \"htt<header\n<html>conformfacing cookie.rely onhosted .customhe wentbut forspread Family a meansout theforums.footage\">MobilClements\" id=\"as highintense--><!--female is seenimpliedset thea stateand hisfastestbesidesbutton_bounded\"><img Infoboxevents,a youngand areNative cheaperTimeoutand hasengineswon the(mostlyright: find a -bottomPrince area ofmore ofsearch_nature,legallyperiod,land ofor withinducedprovingmissilelocallyAgainstthe wayk"px;\">\r\npushed abandonnumeralCertainIn thismore inor somename isand, incrownedISBN 0-createsOctobermay notcenter late inDefenceenactedwish tobroadlycoolingonload=it. TherecoverMembersheight assumes<html>\npeople.in one =windowfooter_a good reklamaothers,to this_cookiepanel\">London,definescrushedbaptismcoastalstatus title\" move tolost inbetter impliesrivalryservers SystemPerhapses and contendflowinglasted rise inGenesisview ofrising seem tobut in backinghe willgiven agiving cities.flow of Later all butHighwayonly bysign ofhe doesdiffersbattery&lasinglesthreatsintegertake onrefusedcalled =US&See thenativesby thissystem.head of:hover,lesbiansurnameand allcommon/header__paramsHarvard/pixel.removalso longrole ofjointlyskyscraUnicodebr />\r\nAtlantanucleusCounty,purely count\">easily build aonclicka givenpointerh"events else {\nditionsnow the, with man whoorg/Webone andcavalryHe diedseattle00,000 {windowhave toif(windand itssolely m"renewedDetroitamongsteither them inSenatorUs</a><King ofFrancis-produche usedart andhim andused byscoringat hometo haverelatesibilityfactionBuffalolink\"><what hefree toCity ofcome insectorscountedone daynervoussquare };if(goin whatimg\" alis onlysearch/tuesdaylooselySolomonsexual - <a hrmedium\"DO NOT France,with a war andsecond take a >\r\n\r\n\r\nmarket.highwaydone inctivity\"last\">obligedrise to\"undefimade to Early praisedin its for hisathleteJupiterYahoo! termed so manyreally s. The a woman?value=direct right\" bicycleacing=\"day andstatingRather,higher Office are nowtimes, when a pay foron this-link\">;borderaround annual the Newput the.com\" takin toa brief(in thegroups.; widthenzymessimple in late{returntherapya pointbanninginks\">\n();\" rea place\\u003Caabout atr>\r\n\t\tccount gives a<SCRIPTRailwaythemes/toolboxById(\"xhumans,watchesin some if (wicoming formats Under but hashanded made bythan infear ofdenoted/iframeleft involtagein eacha"base ofIn manyundergoregimesaction </p>\r\n<ustomVa;></importsor thatmostly &re size=\"</a></ha classpassiveHost = WhetherfertileVarious=[];(fucameras/></td>acts asIn some>\r\n\r\n<!organis <br />BeijingcatalC deutscheuropeueuskaragaeilgesvenskaespaC1amensajeusuariotrabajomC)xicopC!ginasiempresistemaoctubreduranteaC1adirempresamomentonuestroprimeratravC)sgraciasnuestraprocesoestadoscalidadpersonanC:meroacuerdomC:sicamiembroofertasalgunospaC-sesejemploderechoademC!sprivadoagregarenlacesposiblehotelessevillaprimeroC:ltimoeventosarchivoculturamujeresentradaanuncioembargomercadograndesestudiomejoresfebrerodiseC1oturismocC3digoportadaespaciofamiliaantoniopermiteguardaralgunaspreciosalguiensentidovisitastC-tuloconocersegundoconsejofranciaminutossegundatenemosefectosmC!lagasesiC3nrevistagranadacompraringresogarcC-aacciC3necuadorquienesinclusodeberC!materiahombresmuestrapodrC-amaC1anaC:ltimaestamosoficialtambienningC:nsaludospodemosmejorarpositionbusinesshomepagesecuritylanguagestandardcampaignfeaturescategoryexternalchildrenreservedresearchexchangefavoritetemplatemilitaryindustryservicesmaterialproductsz-index:commentssoftwarecompletecalendarplatformarticlesrequiredmovementquestionbuildingpoliticspossiblereligionphysicalfeedbackregisterpicturesdisabledprotocolaudiencesettingsactivityelementslearninganythingabstractprogressoverviewmagazineeconomictrainingpressurevarious <strong>propertyshoppingtogetheradvancedbehaviordownloadfeaturedfootballselectedLanguagedistanceremembertrackingpasswordmodifiedstudentsdirectlyfightingnortherndatabasefestivalbreakinglocationinternetdropdownpracticeevidencefunctionmarriageresponseproblemsnegativeprogramsanalysisreleasedbanner\">purchasepoliciesregionalcreativeargumentbookmarkreferrerchemicaldivisioncallbackseparateprojectsconflicthardwareinterestdeliverymountainobtained= false;for(var acceptedcapacitycomputeridentityaircraftemployedproposeddomesticincludesprovidedhospitalverticalcollapseapproachpartnerslogo\"><adaughterauthor\" culturalfamilies/images/assemblypowerfulteachingfinisheddistrictcriticalcgi-bin/purposesrequireselectionbecomingprovidesacademicexerciseactuallymedicineconstantaccidentMagazinedocumentstartingbottom\">observed: "extendedpreviousSoftwarecustomerdecisionstrengthdetailedslightlyplanningtextareacurrencyeveryonestraighttransferpositiveproducedheritageshippingabsolutereceivedrelevantbutton\" violenceanywherebenefitslaunchedrecentlyalliancefollowedmultiplebulletinincludedoccurredinternal$(this).republic><tr><tdcongressrecordedultimatesolution<ul id=\"discoverHome</a>websitesnetworksalthoughentirelymemorialmessagescontinueactive\">somewhatvictoriaWestern title=\"LocationcontractvisitorsDownloadwithout right\">\nmeasureswidth = variableinvolvedvirginianormallyhappenedaccountsstandingnationalRegisterpreparedcontrolsaccuratebirthdaystrategyofficialgraphicscriminalpossiblyconsumerPersonalspeakingvalidateachieved.jpg\" />machines</h2>\n keywordsfriendlybrotherscombinedoriginalcomposedexpectedadequatepakistanfollow\" valuable</label>relativebringingincreasegovernorplugins/List of Header\">\" name=\" ("graduate</head>\ncommercemalaysiadirectormaintain;height:schedulechangingback to catholicpatternscolor: #greatestsuppliesreliable</ul>\n\t\t<select citizensclothingwatching<li id=\"specificcarryingsentence<center>contrastthinkingcatch(e)southernMichael merchantcarouselpadding:interior.split(\"lizationOctober ){returnimproved-->\n\ncoveragechairman.png\" />subjectsRichard whateverprobablyrecoverybaseballjudgmentconnect..css\" /> websitereporteddefault\"/></a>\r\nelectricscotlandcreationquantity. ISBN 0did not instance-search-\" lang=\"speakersComputercontainsarchivesministerreactiondiscountItalianocriteriastrongly: 'http:'script'coveringofferingappearedBritish identifyFacebooknumerousvehiclesconcernsAmericanhandlingdiv id=\"William provider_contentaccuracysection andersonflexibleCategorylawrence<script>layout=\"approved maximumheader\"></table>Serviceshamiltoncurrent canadianchannels/themes//articleoptionalportugalvalue=\"\"intervalwirelessentitledagenciesSearch\" measuredthousandspending…new Date\" size=\"pageNamemiddle\" \" /></a>hidden\">sequencepersonaloverflowopinionsillinoislinks\">\n\t<title>versionssaturdayterminalitempropengineersectionsdesignerproposal=\"false\"EspaC1olreleasessubmit\" er"additionsymptomsorientedresourceright\"><pleasurestationshistory.leaving border=contentscenter\">.\n\nSome directedsuitablebulgaria.show();designedGeneral conceptsExampleswilliamsOriginal\"><span>search\">operatorrequestsa "allowingDocumentrevision. \n\nThe yourselfContact michiganEnglish columbiapriorityprintingdrinkingfacilityreturnedContent officersRussian generate-8859-1\"indicatefamiliar qualitymargin:0 contentviewportcontacts-title\">portable.length eligibleinvolvesatlanticonload=\"default.suppliedpaymentsglossary\n\nAfter guidance</td><tdencodingmiddle\">came to displaysscottishjonathanmajoritywidgets.clinicalthailandteachers<head>\n\taffectedsupportspointer;toString</small>oklahomawill be investor0\" alt=\"holidaysResourcelicensed (which . After considervisitingexplorerprimary search\" android\"quickly meetingsestimate;return ;color:# height=approval, " checked.min.js\"magnetic></a></hforecast. While thursdaydvertiseéhasClassevaluateorderingexistingpatients Online coloradoOptions\"campbell<!-- end</span><<br />\r\n_popups|sciences," quality Windows assignedheight: <b classle" value=\" Companyexamples<iframe believespresentsmarshallpart of properly).\n\nThe taxonomymuch of </span>\n\" data-srtuguC*sscrollTo project<head>\r\nattorneyemphasissponsorsfancyboxworld's wildlifechecked=sessionsprogrammpx;font- Projectjournalsbelievedvacationthompsonlightingand the special border=0checking</tbody><button Completeclearfix\n<head>\narticle <sectionfindingsrole in popular Octoberwebsite exposureused to changesoperatedclickingenteringcommandsinformed numbers </div>creatingonSubmitmarylandcollegesanalyticlistingscontact.loggedInadvisorysiblingscontent\"s")s. This packagescheckboxsuggestspregnanttomorrowspacing=icon.pngjapanesecodebasebutton\">gamblingsuch as , while </span> missourisportingtop:1px .</span>tensionswidth=\"2lazyloadnovemberused in height=\"cript\">\n </<tr><td height:2/productcountry include footer\" <!-- title\"></jquery.</form>\n(g.\0d=\23)(g9\1i+\24)hrvatskiitalianoromC\"nD\3tC<rkC'eX'X1X/Y\10tambiC)nnoticiasmensajespersonasderechosnacionalserviciocontactousuariosprogramagobiernoempresasanunciosvalenciacolombiadespuC)sdeportesproyectoproductopC:bliconosotroshistoriapresentemillonesmediantepreguntaanteriorrecursosproblemasantiagonuestrosopiniC3nimprimirmientrasamC)ricavendedorsociedadrespectorealizarregistropalabrasinterC)sentoncesespecialmiembrosrealidadcC3rdobazaragozapC!ginassocialesbloqueargestiC3nalquilersistemascienciascompletoversiC3ncompletaestudiospC:blicaobjetivoalicantebuscadorcantidadentradasaccionesarchivossuperiormayorC-aalemaniafunciC3nC:ltimoshaciendoaquellosediciC3nfernandoambientefacebooknuestrasclientesprocesosbastantepresentareportarcongresopublicarcomerciocontratojC3venesdistritotC)cnicaconjuntoenergC-atrabajarasturiasrecienteutilizarboletC-nsalvadorcorrectatrabajosprimerosnegocioslibertaddetallespantallaprC3ximoalmerC-aanimalesquiC)nescorazC3nsecciC3nbuscandoopcionesexteriorconceptotodavC-agalerC-aescribirmedicinalicenciaconsultaaspectoscrC-ticadC3laresjusticiadeberC!nperC-odonecesitamantenerpequeC1orecibidatribunaltenerifecanciC3ncanariasdescargadiversosmallorcarequieretC)cnicodeberC-aviviendafinanzasadelantefuncionaconsejosdifC-cilciudadesantiguasavanzadatC)rminounidadessC!nchezcampaC1asoftonicrevistascontienesectoresmomentosfacultadcrC)ditodiversassupuestofactoressegundospequeC1aP3P>P4P0P5Q\1P;P8P5Q\1Q\2Q\14P1Q\13P;P>P1Q\13Q\2Q\14Q\rQ\2P>P<P\25Q\1P;P8Q\2P>P3P>P<P5P=Q\17P2Q\1P5Q\5Q\rQ\2P>P9P4P0P6P5P1Q\13P;P8P3P>P4Q\3P4P5P=Q\14Q\rQ\2P>Q\2P1Q\13P;P0Q\1P5P1Q\17P>P4P8P=Q\1P5P1P5P=P0P4P>Q\1P0P9Q\2Q\4P>Q\2P>P=P5P3P>Q\1P2P>P8Q\1P2P>P9P8P3Q\0Q\13Q\2P>P6P5P2Q\1P5P<Q\1P2P>Q\16P;P8Q\10Q\14Q\rQ\2P8Q\5P?P>P:P0P4P=P5P9P4P>P<P0P<P8Q\0P0P;P8P1P>Q\2P5P<Q\3Q\5P>Q\2Q\17P4P2Q\3Q\5Q\1P5Q\2P8P;Q\16P4P8P4P5P;P>P<P8Q\0P5Q\2P5P1Q\17Q\1P2P>P5P2P8P4P5Q\7P5P3P>Q\rQ\2P8P<Q\1Q\7P5Q\2Q\2P5P<Q\13Q\6P5P=Q\13Q\1Q\2P0P;P2P5P4Q\14Q\2P5P<P5P2P>P4Q\13Q\2P5P1P5P2Q\13Q\10P5P=P0P<P8Q\2P8P?P0Q\2P>P<Q\3P?Q\0P0P2P;P8Q\6P0P>P4P=P0P3P>P4Q\13P7P=P0Q\16P<P>P3Q\3P4Q\0Q\3P3P2Q\1P5P9P8P4P5Q\2P:P8P=P>P>P4P=P>P4P5P;P0P4P5P;P5Q\1Q\0P>P:P8Q\16P=Q\17P2P5Q\1Q\14P\25Q\1Q\2Q\14Q\0P0P7P0P=P0Q\10P8X'Y\4Y\4Y\7X'Y\4X*Y\nX,Y\5Y\nX9X.X'X5X)X'Y\4X0Y\nX9Y\4Y\nY\7X,X/Y\nX/X'Y\4X\"Y\6X'Y\4X1X/X*X-Y\3Y\5X5Y\1X-X)Y\3X'Y\6X*X'Y\4Y\4Y\nY\nY\3Y\10Y\6X4X(Y\3X)Y\1Y\nY\7X'X(Y\6X'X*X-Y\10X'X!X#Y\3X+X1X.Y\4X'Y\4X'Y\4X-X(X/Y\4Y\nY\4X/X1Y\10X3X'X6X:X7X*Y\3Y\10Y\6Y\7Y\6X'Y\3X3X'X-X)Y\6X'X/Y\nX'Y\4X7X(X9Y\4Y\nY\3X4Y\3X1X'Y\nY\5Y\3Y\6Y\5Y\6Y\7X'X4X1Y\3X)X1X&Y\nX3Y\6X4Y\nX7Y\5X'X0X'X'Y\4Y\1Y\6X4X(X'X(X*X9X(X1X1X-Y\5X)Y\3X'Y\1X)Y\nY\2Y\10Y\4Y\5X1Y\3X2Y\3Y\4Y\5X)X#X-Y\5X/Y\2Y\4X(Y\nY\nX9Y\6Y\nX5Y\10X1X)X7X1Y\nY\2X4X'X1Y\3X,Y\10X'Y\4X#X.X1Y\tY\5X9Y\6X'X'X(X-X+X9X1Y\10X6X(X4Y\3Y\4Y\5X3X,Y\4X(Y\6X'Y\6X.X'Y\4X/Y\3X*X'X(Y\3Y\4Y\nX)X(X/Y\10Y\6X#Y\nX6X'Y\nY\10X,X/Y\1X1Y\nY\2Y\3X*X(X*X#Y\1X6Y\4Y\5X7X(X.X'Y\3X+X1X(X'X1Y\3X'Y\1X6Y\4X'X-Y\4Y\tY\6Y\1X3Y\7X#Y\nX'Y\5X1X/Y\10X/X#Y\6Y\7X'X/Y\nY\6X'X'Y\4X'Y\6Y\5X9X1X6X*X9Y\4Y\5X/X'X.Y\4Y\5Y\5Y\3Y\6\0\0\0\0\0\0\0\0\1\0\1\0\1\0\1\0\2\0\2\0\2\0\2\0\4\0\4\0\4\0\4\0\0\1\2\3\4\5\6\7\7\6\5\4\3\2\1\0\10\t\n\13\14\r\16\17\17\16\r\14\13\n\t\10\20\21\22\23\24\25\26\27\27\26\25\24\23\22\21\20\30\31\32\33\34\35\36\37\37\36\35\34\33\32\31\30\177\177\177\177\0\0\0\0\0\0\0\0\177\177\177\177\1\0\0\0\2\0\0\0\2\0\0\0\1\0\0\0\1\0\0\0\3\0\0\0\177\177\0\1\0\0\0\1\0\0\177\177\0\1\0\0\0\10\0\10\0\10\0\10\0\0\0\1\0\2\0\3\0\4\0\5\0\6\0\7resourcescountriesquestionsequipmentcommunityavailablehighlightDTD/xhtmlmarketingknowledgesomethingcontainerdirectionsubscribeadvertisecharacter\" value=\"</select>Australia\" class=\"situationauthorityfollowingprimarilyoperationchallengedevelopedanonymousfunction functionscompaniesstructureagreement\" title=\"potentialeducationargumentssecondarycopyrightlanguagesexclusivecondition</form>\r\nstatementattentionBiography} else {\nsolutionswhen the Analyticstemplatesdangeroussatellitedocumentspublisherimportantprototypeinfluence»</effectivegenerallytransformbeautifultransportorganizedpublishedprominentuntil thethumbnailNational .focus();over the migrationannouncedfooter\">\nexceptionless thanexpensiveformationframeworkterritoryndicationcurrentlyclassNamecriticismtraditionelsewhereAlexanderappointedmaterialsbroadcastmentionedaffiliate</option>treatmentdifferent/default.Presidentonclick=\"biographyotherwisepermanentFranC'aisHollywoodexpansionstandards</style>\nreductionDecember preferredCambridgeopponentsBusiness confusion>\n<title>presentedexplaineddoes not worldwideinterfacepositionsnewspaper</table>\nmountainslike the essentialfinancialselectionaction=\"/abandonedEducationparseInt(stabilityunable to\nrelationsNote thatefficientperformedtwo yearsSince thethereforewrapper\">alternateincreasedBattle ofperceivedtrying tonecessaryportrayedelectionsElizabethdiscoveryinsurances.length;legendaryGeographycandidatecorporatesometimesservices.inheritedCommunityreligiouslocationsCommitteebuildingsthe worldno longerbeginningreferencecannot befrequencytypicallyinto the relative;recordingpresidentinitiallytechniquethe otherit can beexistenceunderlinethis timetelephoneitemscopepracticesadvantage);return For otherprovidingdemocracyboth the extensivesufferingsupportedcomputers functionpracticalsaid thatit may beEnglish\nsuspectedmargin: 0spiritual\n\nmicrosoftgraduallydiscussedhe becameexecutivejquery.jshouseholdconfirmedpurchasedliterallydestroyedup to thevariationremainingit is notcenturiesJapanese among thecompletedalgorithminterestsrebellionundefinedencourageresizableinvolvingsensitiveuniversalprovision(althoughfeaturingconducted), which continued-header\">February numerous overflow:componentfragmentsexcellentcolspan=\"technicalnear the Advanced source ofexpressedHong Kong Facebookmultiple mechanismelevationoffensive\n\tsponsoreddocument.or "there arethose whomovementsprocessesdifficultsubmittedrecommendconvincedpromoting\" width=\".replace(classicalcoalitionhis firstdecisionsassistantindicatedevolution-wrapper\"enough toalong thedelivered-->\r\n\n\r\n
    Archbishop class=\"nobeing usedapproachesprivilegesnoscript>\nresults inmay be theEaster eggmechanismsreasonablePopulationCollectionselected\">noscript>\r/index.phparrival of-jssdk'));managed toincompletecasualtiescompletionChristiansSeptember arithmeticproceduresmight haveProductionit appearsPhilosophyfriendshipleading togiving thetoward theguaranteeddocumentedcolor:#000video gamecommissionreflectingchange theassociatedsans-serifonkeypress; padding:He was theunderlyingtypically , and the srcElementsuccessivesince the should be networkingaccountinguse of thelower thanshows that\n\t\tcomplaintscontinuousquantitiesastronomerhe did notdue to itsapplied toan averageefforts tothe futureattempt toTherefore,capabilityRepublicanwas formedElectronickilometerschallengespublishingthe formerindigenousdirectionssubsidiaryconspiracydetails ofand in theaffordablesubstancesreason forconventionitemtype=\"absolutelysupposedlyremained aattractivetravellingseparatelyfocuses onelementaryapplicablefound thatstylesheetmanuscriptstands for no-repeat(sometimesCommercialin Americaundertakenquarter ofan examplepersonallyindex.php?\npercentagebest-knowncreating a\" dir=\"ltrLieutenant\n
    is said tostructuralreferendummost oftena separate->\n
    soundtracksearchFormtend to beinput id=\"opening ofrestrictedadopted byaddressingtheologianmethods ofvariant ofChristian very largeautomotiveby far therange frompursuit offollow thebrought toin Englandagree thataccused ofcomes frompreventingdiv style=his or hertremendousfreedom ofconcerning0 1em 1em;Basketball/style.cssan earliereven after/\" title=\".com/indextaking thepittsburghcontent\">\rimplementedcan be seenthere was ademonstratecontainer\">connectionsthe Britishwas written!important;px; margin-followed byability to complicatedduring the immigrationalso called

    \n

    acquisitioncalled the persecutiondesignation{font-size:appeared ininvestigateexperiencedmost likelywidely useddiscussionspresence of (document.extensivelyIt has beenit does notcontrary toinhabitantsimprovementscholarshipconsumptioninstructionfor exampleone or morepx; paddingthe currenta series ofare usuallyrole in thepreviously derivativesevidence ofexperiencescolorschemestated thatcertificate
    \n selected=\"high schoolresponse tocomfortableadoption ofthree yearsthe countryin Februaryso that thepeople who provided by\nhaving been\r\n\r\n< "The compilationhe had beenproduced byphilosopherconstructedintended toamong othercompared toto say thatEngineeringa differentreferred todifferencesbelief thatphotographsidentifyingHistory of Republic ofnecessarilyprobabilitytechnicallyleaving thespectacularfraction ofelectricityhead of therestaurantspartnershipemphasis onmost recentshare with saying thatfilled withdesigned toit is often\">as follows:merged withthrough thecommercial pointed outopportunityview of therequirementdivision ofprogramminghe receivedsetInterval\">maintainingChristopherMuch of thewritings of\" height=\"2size of theversion of mixture of between theExamples ofeducationalcompetitive onsubmit=\"director ofdistinctive/DTD XHTML relating totendency toprovince ofwhich woulddespite thescientific legislature.innerHTML allegationsAgriculturewas used inapproach tointelligentyears later,sans-serifdeterminingPerformanceappearances, which is foundationsabbreviatedhigher thans from the individual composed ofsupposed toclaims thatattributionfont-size:1elements ofHistorical his brotherat the timeanniversarygoverned byrelated to ultimately innovationsit is stillcan only bedefinitionstoGMTStringA number ofimg class=\"Eventually,was changedoccurred inneighboringdistinguishwhen he wasintroducingterrestrialMany of theargues thatan Americanconquest ofwidespread were killedscreen and In order toexpected todescendantsare locatedlegislativegenerations backgroundmost peopleyears afterthere is nothe highestfrequently they do notargued thatshowed thatpredominanttheologicalby the timeconsideringshort-livedcan be usedvery littleone of the had alreadyinterpretedcommunicatefeatures ofgovernment,entered the\" height=\"3Independentpopulationslarge-scale. Although used in thedestructionpossibilitystarting intwo or moreexpressionssubordinatelarger thanhistory and\r\nContinentaleliminatingwill not bepractice ofin front ofsite of theensure thatto create amississippipotentiallyoutstandingbetter thanwhat is nowsituated inmeta name=\"TraditionalsuggestionsTranslationthe form ofatmosphericideologicalenterprisescalculatingeast of theremnants ofpluginspage/index.php?remained intransformedHe was alsowas alreadystatisticalin favor ofMinistry ofmovement offormulationis required\nquestion ofwas electedto become abecause of some peopleinspired bysuccessful a time whenmore commonamongst thean officialwidth:100%;technology,was adoptedto keep thesettlementslive birthsindex.html\"Connecticutassigned to&times;account foralign=rightthe companyalways beenreturned toinvolvementBecause thethis period\" name=\"q\" confined toa result ofvalue=\"\" />is actuallyEnvironment\r\n\r\nConversely,>\n
    this is notthe presentif they areand finallya matter of\r\n\t
    \r\n\r\nfaster thanmajority ofafter whichcomparativeto maintainimprove theawarded theer\" class=\"frameborderrestorationin the sameanalysis oftheir firstDuring the continentalsequence offunction(){font-size: work on the\nadopted theproperty ofdirected byeffectivelywas broughtchildren ofProgramminglonger thanmanuscriptswar againstby means ofand most ofsimilar to proprietaryoriginatingprestigiousgrammaticalexperience.to make theIt was alsois found incompetitorsin the U.S.replace thebrought thecalculationfall of thethe generalpracticallyin honor ofreleased inresidentialand some ofking of thereaction to1st Earl ofculture andprincipally\n they can beback to thesome of hisexposure toare similarform of theaddFavoritecitizenshippart in thepeople within practiceto continue&minus;approved by the first allowed theand for thefunctioningplaying thesolution toheight=\"0\" in his bookmore than afollows thecreated thepresence in nationalistthe idea ofa characterwere forced class=\"btndays of thefeatured inshowing theinterest inin place ofturn of thethe head ofLord of thepoliticallyhas its ownEducationalapproval ofsome of theeach other,behavior ofand becauseand anotherappeared onrecorded inblack"may includethe world'scan lead torefers to aborder=\"0\" government winning theresulted in while the Washington,the subjectcity in the>
    \r\n\t\treflect theto completebecame moreradioactiverejected bywithout anyhis father,which couldcopy of theto indicatea politicalaccounts ofconstitutesworked witherof his lifeaccompaniedclientWidthprevent theLegislativedifferentlytogether inhas severalfor anothertext of thefounded thee with the is used forchanged theusually theplace wherewhereas the> \nHowever thelead to the\tThe currentthe site ofsubstantialexperience,in the Westthey shouldslovenD\rinacomentariosuniversidadcondicionesactividadesexperienciatecnologC-aproducciC3npuntuaciC3naplicaciC3ncontraseC1acategorC-asregistrarseprofesionaltratamientoregC-stratesecretarC-aprincipalesprotecciC3nimportantesimportanciaposibilidadinteresantecrecimientonecesidadessuscribirseasociaciC3ndisponiblesevaluaciC3nestudiantesresponsableresoluciC3nguadalajararegistradosoportunidadcomercialesfotografC-aautoridadesingenierC-atelevisiC3ncompetenciaoperacionesestablecidosimplementeactualmentenavegaciC3nconformidadline-height:font-family:\" : \"http://applicationslink\" href=\"specifically//\n/index.html\"window.open( !important;application/independence//www.googleorganizationautocompleterequirementsconservative
    most notably/>notification'undefined')Furthermore,believe thatinnerHTML = prior to thedramaticallyreferring tonegotiationsheadquartersSouth AfricaunsuccessfulPennsylvaniaAs a result,\npadding-top:experimentalgetAttributeinstructionstechnologiespart of the =function(){subscriptionl.dtd\">\r\nEnglish (US)appendChild(transmissions. However, intelligence\" tabindex=\"float:right;Commonwealthranging fromin which theat least onereproductionencyclopedia;font-size:1jurisdictionat that time\">compensationchampionshipmedia=\"all\" violation ofreference toreturn true;Strict//EN\" transactionsinterventionverificationInformation difficultiesChampionshipcapabilities}\n\nChristianityfor example,Professionalrestrictionssuggest thatwas released(such as theremoveClass(unemploymentthe Americanstructure of/index.html published inspan class=\"\">\n\nf (document.border: 1px {font-size:1treatment of0\" height=\"1modificationIndependencedivided intogreater thanachievementsestablishingJavaScript\" neverthelesssignificanceBroadcasting> container\">\nsuch as the influence ofa particularsrc='http://navigation\" half of the substantial  advantage ofdiscovery offundamental metropolitanthe opposite\" xml:lang=\"deliberatelyalign=centerevolution ofpreservationimprovementsbeginning inJesus ChristPublicationsdisagreementtext-align:r, function()similaritiesbody>is currentlyalphabeticalis sometimestype=\"image/many of the flow:hidden;available indescribe theexistence ofall over thethe Internet\t