Skip to content

Commit 9493604

Browse files
authored
doc(Icon): remove IconList component (#4793)
* chore: 更新依赖包 * doc: 移除 AntDesign 图标列表 * doc: 增加示例 * doc: 移除 ElementIcon 列表组件 * doc: 移除 FAIconList 组件 * doc: 移除 IconParkList 组件 * doc: 增加 MDI 图标使用示例 * doc: 增加本地化
1 parent 1079c49 commit 9493604

26 files changed

+38
-8146
lines changed

src/BootstrapBlazor.Shared/BootstrapBlazor.Shared.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<PackageReference Include="BootstrapBlazor.CherryMarkdown" Version="9.0.0" />
2929
<PackageReference Include="BootstrapBlazor.CodeEditor" Version="9.0.0" />
3030
<PackageReference Include="BootstrapBlazor.Dock" Version="9.0.0" />
31-
<PackageReference Include="BootstrapBlazor.DockView" Version="9.0.0" />
31+
<PackageReference Include="BootstrapBlazor.DockView" Version="9.0.1" />
3232
<PackageReference Include="BootstrapBlazor.DriverJs" Version="9.0.0" />
3333
<PackageReference Include="BootstrapBlazor.ElementIcon" Version="9.0.0" />
3434
<PackageReference Include="BootstrapBlazor.FileViewer" Version="9.0.0" />
35-
<PackageReference Include="BootstrapBlazor.FontAwesome" Version="9.0.0" />
35+
<PackageReference Include="BootstrapBlazor.FontAwesome" Version="9.0.1" />
3636
<PackageReference Include="BootstrapBlazor.Gantt" Version="9.0.0" />
3737
<PackageReference Include="BootstrapBlazor.Holiday" Version="9.0.0" />
3838
<PackageReference Include="BootstrapBlazor.Html2Pdf" Version="9.0.0" />
@@ -43,20 +43,20 @@
4343
<PackageReference Include="BootstrapBlazor.MaterialDesign" Version="9.0.0" />
4444
<PackageReference Include="BootstrapBlazor.MaterialDesign.Extensions" Version="9.0.0" />
4545
<PackageReference Include="BootstrapBlazor.MeiliSearch" Version="9.0.4" />
46-
<PackageReference Include="BootstrapBlazor.Mermaid" Version="9.0.1" />
46+
<PackageReference Include="BootstrapBlazor.Mermaid" Version="9.0.2" />
4747
<PackageReference Include="BootstrapBlazor.MindMap" Version="9.0.0" />
4848
<PackageReference Include="BootstrapBlazor.MouseFollower" Version="9.0.0" />
4949
<PackageReference Include="BootstrapBlazor.OnScreenKeyboard" Version="9.0.0" />
5050
<PackageReference Include="BootstrapBlazor.PdfReader" Version="9.0.0" />
5151
<PackageReference Include="BootstrapBlazor.Player" Version="9.0.0" />
5252
<PackageReference Include="BootstrapBlazor.SignaturePad" Version="9.0.0" />
5353
<PackageReference Include="BootstrapBlazor.Sortable" Version="9.0.1" />
54-
<PackageReference Include="BootstrapBlazor.Splitting" Version="9.0.0" />
54+
<PackageReference Include="BootstrapBlazor.Splitting" Version="9.0.1" />
5555
<PackageReference Include="BootstrapBlazor.SvgEditor" Version="9.0.0" />
5656
<PackageReference Include="BootstrapBlazor.SummerNote" Version="9.0.1" />
5757
<PackageReference Include="BootstrapBlazor.TableExport" Version="9.0.0" />
5858
<PackageReference Include="BootstrapBlazor.Topology" Version="9.0.0" />
59-
<PackageReference Include="BootstrapBlazor.VideoPlayer" Version="9.0.1" />
59+
<PackageReference Include="BootstrapBlazor.VideoPlayer" Version="9.0.2" />
6060
<PackageReference Include="BootstrapBlazor.WinBox" Version="9.0.5" />
6161
</ItemGroup>
6262

src/BootstrapBlazor.Shared/Components/Samples/Icons/AntDesignIconList.razor

-842
This file was deleted.

src/BootstrapBlazor.Shared/Components/Samples/Icons/AntDesignIconList.razor.cs

-23
This file was deleted.

src/BootstrapBlazor.Shared/Components/Samples/Icons/AntDesignIconList.razor.css

-42
This file was deleted.

src/BootstrapBlazor.Shared/Components/Samples/Icons/AntDesignIconList.razor.js

-70
This file was deleted.

src/BootstrapBlazor.Shared/Components/Samples/Icons/AntDesignIcons.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525
<Pre>&lt;AntDesignIcon Category="AntDesignIconCategory.Outlined" Name="account-book"&gt;&lt;AntDesignIcon&gt;</Pre>
2626

27-
<AntDesignIconList CopiedTooltipText="@Localizer["CopiedTooltipText"]" />
27+
<div>@((MarkupString)Localizer["Icons"].Value)</div>

src/BootstrapBlazor.Shared/Components/Samples/Icons/BootstrapIcons.razor

+2
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@
1414

1515
<Pre>&lt;link href="_content/BootstrapBlazor.BootstrapIcon/css/bootstrap.min.css" rel="stylesheet"&gt;</Pre>
1616

17+
<Pre>&lt;i class="bi bi-save"&gt;&lt;/i&gt;</Pre>
18+
1719
<div>@((MarkupString)Localizer["Icons"].Value)</div>

0 commit comments

Comments
 (0)