forked from dotnetcore/BootstrapBlazor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(DockView): add TitleClass/TitleWidth parameter dotnetcore#3377 (d…
…otnetcore#3378) * refactor: 删除宏定义 * fix: 修复客户端布局与服务器端布局不一致时导致 UI 不渲染问题 * feat: add TitleWidth 参数 * feat: 增加 TitleClass 参数 * feat: 支持设置 TitleWidht/TitleClass 参数 * refactor: 忽略序列化 * refactor: 移除 ShowClose 参数 * doc: 更新示例 * refactor: 增加忽略标记 * refactor: 增加已弃用标签 * refactor: 更改 ShowClose 参数为 IsClosable * chore: bump version 8.0.9 * doc: 更新依赖包 * revert: 恢复点击 Stack 关闭不触发 TabClose 问题 * chore: bump version 8.1.0 * chore: 更新依赖包 * refactor: 使用 getState 方法 * refactor: 精简代码 * feat: 增加锁定按钮 * revert: 恢复 ShowClose 参数 * refactor: 重构代码 * revert: 撤销样式更新 * refactor: 增加 Stack 布局判断 * chore: bump version 8.1.1
- Loading branch information
Showing
5 changed files
with
90 additions
and
61 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/Extensions/Components/BootstrapBlazor.Dock/BootstrapBlazor.Dock.csproj
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
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