b7830a3e32
- Introduce a new ToolbarScope parameter in SbMarkdownEditor, SbMarkEditor, and SbRichTextEditor to filter toolbar contributors based on context. - Update related services and interfaces to support scoped contributions, enhancing the flexibility of toolbar item management. - Add disposal handling in SbSelectOption to unregister options properly. - Implement CSS coverage fixes for various components to ensure consistent styling across the application.
19 lines
841 B
XML
19 lines
841 B
XML
<Project>
|
|
<Import Project="versions.props" />
|
|
<Import Project="common.props" />
|
|
|
|
<PropertyGroup>
|
|
<Company>Sufi Chain Intelligent Solutions</Company>
|
|
<Authors>Sufi Chain Team</Authors>
|
|
<Product>SufiBlazor</Product>
|
|
<Copyright>Copyright © Sufi Chain Intelligent Solutions $([System.DateTime]::Now.Year)</Copyright>
|
|
<PackageProjectUrl>https://git.sabp.ir/sufi-chain/sufi-blazor</PackageProjectUrl>
|
|
<RepositoryUrl>https://git.sabp.ir/sufi-chain/sufi-blazor.git</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<NoWarn>$(NoWarn);CS8601;CS8602;CS8603;CS8604;CS8613;CS8618;CS8619;CS8620;CS8625;CS8629;CS8632;CS8669;CS8609;CS8767</NoWarn>
|
|
</PropertyGroup>
|
|
</Project>
|