Skip to content

Commit d1601d6

Browse files
authored
doc(Component): update annotation text of components (#7465)
* doc: 更改 StopPropagation 参数说明 * doc: 更改 SlideButton Placement 参数说明文档 * doc: 更新类名注释
1 parent 03ebf66 commit d1601d6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/BootstrapBlazor/Components/Button/ButtonBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public abstract class ButtonBase : TooltipWrapperBase
129129
public bool IsDisabled { get; set; }
130130

131131
/// <summary>
132-
/// 获得/设置 点击时间是否向上传播 默认 false
132+
/// 获得/设置 点击事件是否向上传播 默认 false
133133
/// </summary>
134134
[Parameter]
135135
public bool StopPropagation { get; set; }

src/BootstrapBlazor/Components/Button/SlideButton.razor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the Apache 2.0 License
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
@@ -55,7 +55,7 @@ public partial class SlideButton
5555
public Color Color { get; set; } = Color.Primary;
5656

5757
/// <summary>
58-
/// 获得/设置 按钮颜色
58+
/// 获得/设置 展开项显示位置
5959
/// </summary>
6060
[Parameter]
6161
public Placement Placement { get; set; }

src/BootstrapBlazor/Components/Filters/DateTimeFilter.razor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the Apache 2.0 License
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
55

66
namespace BootstrapBlazor.Components;
77

88
/// <summary>
9-
/// DataTime filter component
9+
/// DateTime filter component
1010
/// </summary>
1111
public partial class DateTimeFilter
1212
{

0 commit comments

Comments
 (0)