-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v7 Preparation: File Arrangements (#377)
* v7 Preparation File Arrangements * Fix Remaining Changed Namespace * Fix Other Projects Remaining Namespaces
- Loading branch information
Showing
176 changed files
with
614 additions
and
586 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
ComponentViewer/App.razor → ...udBlazor.Extensions.Docs.Server/App.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ComponentViewer/Pages/_Host.cshtml → ...Extensions.Docs.Server/Pages/_Host.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ComponentViewer/Pages/_Layout.cshtml → ...tensions.Docs.Server/Pages/_Layout.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ComponentViewer.Wasm/Program.cs → ...MudBlazor.Extensions.Docs.Wasm/Program.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...entViewer.Docs/Components/CodeBlock.razor → ...xtensions.Docs/Components/CodeBlock.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...iewer.Docs/Components/ComponentCard.razor → ...sions.Docs/Components/ComponentCard.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...er.Docs/Components/ComponentCard.razor.cs → ...ns.Docs/Components/ComponentCard.razor.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Viewer.Docs/Components/DocsApiTable.razor → ...nsions.Docs/Components/DocsApiTable.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tViewer.Docs/Components/ExamplePage.razor → ...ensions.Docs/Components/ExamplePage.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions
13
CodeBeam.MudBlazor.Extensions.Docs/Pages/Components/Animate/AnimatePage.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@page "/mudanimate" | ||
@namespace MudExtensions.Docs.Pages | ||
|
||
<ExamplePage Title="MudAnimate"> | ||
<ExampleCard ComponentName="Animate" ExampleName="AnimateExample1" Title="Playground" Description="See the MudAnimate's capabilities."> | ||
<AnimateExample1 /> | ||
</ExampleCard> | ||
|
||
<ExampleCard ComponentName="Animate" ExampleName="AnimateExample2" Title="Multiple Animations" Description=" Multiple animations can be added with KeyframeAdvanced parameter."> | ||
<AnimateExample2 /> | ||
</ExampleCard> | ||
</ExamplePage> | ||
|
4 changes: 3 additions & 1 deletion
4
...Docs/Pages/Examples/AnimateExample1.razor → ...ts/Animate/Examples/AnimateExample1.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...Docs/Pages/Examples/AnimateExample2.razor → ...ts/Animate/Examples/AnimateExample2.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
CodeBeam.MudBlazor.Extensions.Docs/Pages/Components/Barcode/BarcodePage.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@page "/mudbarcode" | ||
@namespace MudExtensions.Docs.Pages | ||
|
||
<ExamplePage Title="MudBarcode"> | ||
<ExampleCard ComponentName="Barcode" ExampleName="BarcodeExampleIntro" Title="Intro & Tips" Description="" ShowCodeSection="false"> | ||
<BarcodeExampleIntro /> | ||
</ExampleCard> | ||
|
||
<ExampleCard ComponentName="Barcode" ExampleName="BarcodeExample1" Title="Usage" Description="Barcode shows different bar codes like QR code with defined value."> | ||
<BarcodeExample1 /> | ||
</ExampleCard> | ||
</ExamplePage> |
3 changes: 2 additions & 1 deletion
3
...Docs/Pages/Examples/BarcodeExample1.razor → ...ts/Barcode/Examples/BarcodeExample1.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
.../Pages/Examples/BarcodeExampleIntro.razor → ...arcode/Examples/BarcodeExampleIntro.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
CodeBeam.MudBlazor.Extensions.Docs/Pages/Components/ChipField/ChipFieldPage.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@page "/mudchipfield" | ||
@namespace MudExtensions.Docs.Pages | ||
|
||
<ExamplePage Title="MudChipField"> | ||
<ExampleCard ComponentName="ChipField" ExampleName="ChipFieldExample1" Title="Playground" Description="Chip field create chips when user press delimiter key."> | ||
<ChipFieldExample1 /> | ||
</ExampleCard> | ||
</ExamplePage> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
CodeBeam.MudBlazor.Extensions.Docs/Pages/Components/CodeInput/CodeInputPage.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@page "/mudcodeinput" | ||
@namespace MudExtensions.Docs.Pages | ||
|
||
<ExamplePage Title="MudCodeInput"> | ||
<ExampleCard ComponentName="CodeInput" ExampleName="CodeInputExample1" Title="Usage" Description=""> | ||
<CodeInputExample1 /> | ||
</ExampleCard> | ||
</ExamplePage> |
3 changes: 1 addition & 2 deletions
3
...cs/Pages/Examples/CodeInputExample1.razor → ...odeInput/Examples/CodeInputExample1.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../Pages/Components/ColorProviderPage.razor → ...nts/ColorProvider/ColorProviderPage.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
...ages/Examples/ColorProviderExample1.razor → ...ider/Examples/ColorProviderExample1.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
...ages/Examples/ColorProviderExample2.razor → ...ider/Examples/ColorProviderExample2.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...er.Docs/Pages/Examples/RelatedTones.razor → ...ColorProvider/Examples/RelatedTones.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...nentViewer.Docs/Pages/Examples/Tone.razor → ...ponents/ColorProvider/Examples/Tone.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...entViewer.Docs/Pages/Examples/Tones.razor → ...onents/ColorProvider/Examples/Tones.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.