Argo
|
5f777a2b06
|
!2248 fix(#I3HWSW): throw AmbiguousMatchException when subclass use new override inherit class
* fix: 增加数据类型判断
* fix: 兼容子类 new 复写父类属性情况
* test: 增加子类使用 new 重写父类属性单元测试
* fix: 修复子类使用 new 导致属性二义性异常
* refactor: 重构代码
|
2021-12-23 17:20:54 +00:00 |
|
Argo
|
1be0a04934
|
!2247 test(#I4NW9R): add TitleService unit test
* test: 增加 TitleService 单元测试
* refactor: 更新代码移除 set 属性
|
2021-12-23 15:58:25 +00:00 |
|
Argo
|
0419089fba
|
!2246 fix(#I4N9U1): button set IsAsync to True can't restore state when throw exception in callback
* fix: 修复 Button 异步出错后按钮未恢复状态问题
|
2021-12-23 14:13:00 +00:00 |
|
Argo
|
e5ba1bd7b2
|
!2245 doc(#I4NTRJ): update Skeleton document
* doc: 增加骨架屏文档
* feat: Table 骨架屏增加 Toolbar
* style: 微调树状结构小箭头动画
|
2021-12-23 07:20:47 +00:00 |
|
Argo
|
9be739b5bb
|
!2244 test(#I4NNYJ): add unit test for Logout
* test: 增加 Logout 单元测试
* test: 重构代码消除警告
* refactor: 移除不使用的 IsShow 变量
* doc: 增加 Logout 组件总览截图
|
2021-12-22 07:46:40 +00:00 |
|
Argo
|
608fc84eeb
|
!2243 doc(#I4NNK5): update Logout document
* doc: 增加示例
* style: 支持 class 参数
* doc: 增加登出菜单
* doc: 增加登出菜单
* doc: 设计菜单文件
|
2021-12-22 07:11:18 +00:00 |
|
Argo
|
211ada6486
|
!2242 feat(#I4NMID): add Logout component
* chore: bump version beta12
* feat: 增加多语言支持
* style: 增加 Logout 组件样式
* feat: 增加 Logout 组件
|
2021-12-22 04:51:48 +00:00 |
|
Argo
|
f5b5483a60
|
!2241 fix(#I4NMI4): OnIncrement/OnDecrement not work on InputNumber
* fix: 修复回调方法未生效问题
|
2021-12-22 04:50:08 +00:00 |
|
Argo
|
6aa4e51f35
|
!2240 feat(#I4NK5N): add flex style for template on TreeItem
* chore: bump version to beta11
* style: Tree 组件更新样式支持模板默认 flex 布局
|
2021-12-21 18:04:16 +00:00 |
|
Argo
|
6054cae710
|
!2239 feat(#I4NK5M): add configure callback on ShowSaveDialog method
* feat: ShowSaveDialog 方法增加配置回调委托
|
2021-12-21 18:00:45 +00:00 |
|
Argo
|
b5c32689f6
|
!2238 feat(#I4NK18): add OnTreeItemChecked callback on Tree component
* chore: bump version to beta10
* fix: 选中节点包括自身
* revert: 弃用条件参数
* refactor: format doc
* Merge branch 'main' into dev-tree
* refactor: 修复Tree 选取节点问题
* wip: 临时提交
* doc: 更新文档
* refactor: 合并选中复选框回调方法
* feat: Tree 组件增加级联获得选中项方法
* doc: 添加 Tree 获取所有选中节点示例
* feat: Tree 获取所有选中节点
* refactor: 重构代码
|
2021-12-21 15:27:41 +00:00 |
|
Argo
|
1cab0a1bb6
|
!2237 fix(#I4NK0M): filter not work when set IsTree to true on Table component
* fix: 修复 IsTree 开启后过滤器失效问题
|
2021-12-21 15:04:16 +00:00 |
|
Argo
|
ce41be1903
|
!2236 feat(#I4NK0F): add Lookup Filter on Table component
* test: 增加 ChangeType 单元测试
* feat: 弃用 Lookup 过滤器
* feat: 增加 Lookup 过滤
|
2021-12-21 14:59:19 +00:00 |
|
Argo
|
53057efced
|
!2235 feat(#I4NHCY): add TreeIcon parameter on Table component
* chore: bump version to beta09
* doc: 增加更改图标示例
* feat: 增加树形结构小箭头图标参数
* doc: 更新说明提示
* feat: 微调 Tree 样式
|
2021-12-21 06:58:34 +00:00 |
|
Argo
|
e28890232e
|
!2234 feat(#I4NBWG): allow parameter null on BootstrapDynamicComponent
* chore: bump version to beta08
* feat: BootstrapDynamicComponent 静态方法参数可为空
|
2021-12-20 08:29:18 +00:00 |
|
Argo
|
66e381a6ca
|
!2233 feat(#I4NBUK): add ShowSaveDialog method on Dialog service
* feat: 增加 ShowSaveDialog 弹窗方法
|
2021-12-20 08:16:00 +00:00 |
|
Argo
|
0370861b97
|
!2232 test(#I4NATF): add ModalDialog of OnSaveAsync unit test
* test: 增加单元测试 OnSaveAsync
|
2021-12-20 06:53:30 +00:00 |
|
Argo
|
2171aa55c5
|
!2231 feat(#I4NAQ4): change parameter to IDictionary<string, object?>
* doc: 更新参数类型
* refactor: BootstrapDynamicComponent 组件参数定义更新
|
2021-12-20 06:49:45 +00:00 |
|
Argo
|
1e87c54cdb
|
!2230 feat(#I4NAN8): add Save button in footer on Dialog component
* refactor: 更改 OnSaveAsync 方法为 OnEditAsync
* refactor: 移动资源文件设置显示文本到组件内部
* feat: Dialog 组件参数重构支持保存按钮事件回调
* feat: ModalDialog 内置保存按钮
* chore: 更新资源文件
|
2021-12-20 06:42:40 +00:00 |
|
Argo
|
5eb097888f
|
!2229 doc(#I4N6JR): update IDispatchService demo
* doc: 更新消息分发示例
|
2021-12-19 09:33:52 +00:00 |
|
Argo
|
0ec7cda59d
|
!2228 test(#I4N6IB): add LinkButton unit test
* test: 移除 Task 单元测试
* test: 增加 LinkButton 单元测试
|
2021-12-19 09:17:25 +00:00 |
|
Argo
|
760e19c7e3
|
!2227 doc(#I4N6H2): add LinkButton document
* doc: 组件集合中增加 LinkButton
* doc: 增加 LinkButton 示例
* doc: 增加注释文本
* doc: 格式化代码
* doc: 增加组件列表描述信息
* doc: 增加 LinkButton 菜单
* doc: 增加 LinkButons 文档链接
|
2021-12-19 08:57:42 +00:00 |
|
Morcom
|
a350217d98
|
!2224 feat(#I4N5NM): add ShowSearchTextTooltip on Table component
* Merge branch 'main' into dev-table-tooltip
* refactor: 重命名 ShowSearchTextTooltip
* revert: 重置样式
* Merge branch 'feat-morcom' of https://gitee.com/morcom/BootstrapBlazor…
* 表格搜索框添加一个选项,用于是否显示tooltip
* Revert "表格搜索功能添加一个选项,用于不显示tooltip。因为有时候感觉挺影响视觉效果。"
* 表格搜索功能添加一个选项,用于不显示tooltip。因为有时候感觉挺影响视觉效果。
* 固定表头且自适应高度时,自后一条记录没有底部边框的问题
|
2021-12-18 23:11:55 +08:00 |
|
Argo
|
e3cd8978a2
|
!2223 test(#I4N5N6): add Block unit test
* test: 增加授权单元测试
* refactor: 更新代码逻辑
* test: 增加 Condition 单元测试
* refactor: 移除 AuthenticationState 级联参数
* test: 移除 IsGroup 单元测试
* test: 增加 Name 参数单元测试
* refactor: 移除 IsGroup 参数单元测试
* chore: bump version to beta06
* refactor: 增加注释
* refactor: 更新代码消除错误
|
2021-12-18 15:00:45 +00:00 |
|
Argo
|
16c351e866
|
!2222 feat(#I4MZDX): add SwitchButton component
* feat: 增加 SwitchButton 组件
|
2021-12-17 05:06:34 +00:00 |
|
Argo
|
e87adbfd17
|
!2221 feat(#I4MZCQ): add Redirect component
* refactor: 更新组件名称
* feat: 增加 RedirectTo 组件
|
2021-12-17 04:45:21 +00:00 |
|
Argo
|
f13f262da7
|
!2220 feat(#I4MZCE): add LinkButton component
* feat: 增加 LinkButton 组件
|
2021-12-17 04:37:16 +00:00 |
|
Argo
|
45c441fb7d
|
!2219 feat(#I4MYK6): redesign Divider component add wrap node
* refactor: span 更改为 i
* refactor: Divider 增加 wrap 样式防止被干扰
* refactor: 更改 Id 为小写
|
2021-12-17 02:54:30 +00:00 |
|
Argo
|
da1e694505
|
!2218 feat(#I4MWDG): add OnAuthorizing callback on Layout component
* feat: Layout 增加授权认证回调方法配合权限管理框架
* refactor: 更新注释
|
2021-12-16 12:03:06 +00:00 |
|
Argo
|
148dd2a27e
|
!2217 feat(#I4MSIJ): add BootstrapInputGroup component
* feat: 增加 BootstrapInputGroup 组件
|
2021-12-16 04:12:07 +00:00 |
|
Argo
|
f474a3c316
|
!2216 feat(#I4MSHK): Block add Condition parameter
* feat: Block 组件增加 Condition 参数用于直接赋值
* refactor: 增加弃用说明
|
2021-12-16 04:02:30 +00:00 |
|
Argo
|
2fc3a78ae8
|
!2215 feat(#I4MP2F): redesign BeforeRowButtonTemplate in Table component
* chore: bump version to beta05
* doc: 更新示例
* feat: 增加 TableCellPopconfirmButton 组件
* Revert "feat: 增加 ShowInRow 参数"
* Revert "feat: 弹窗确认组件增加 ShowInRow 参数"
* feat: 弹窗确认组件增加 ShowInRow 参数
* feat: 增加 ShowInRow 参数
* doc: 更新示例移除 SelectedRows 赋值
* feat: 改造 TableCellButton 支持自动选中本行功能
* feat: 增加 TableExtensionButton 组件扩展行内按钮
* refactor: 格式化文档
|
2021-12-15 10:12:55 +00:00 |
|
Argo
|
a10e0ee3d0
|
!2214 feat(#I4MMZ2): add IsEnableWhenSelectedOneRow on Button in Toolbar
* feat: 工具栏按钮增加 IsEnableWhenSelectedOnRow 属性
* refactor: 重构代码
|
2021-12-15 07:23:23 +00:00 |
|
Argo
|
ccacc88ccf
|
!2213 feat(#I4MLL7): add shadow effects of dropdown menu on Tab
* feat: Tab 关闭所有标签页下拉框增加阴影效果
|
2021-12-15 05:20:33 +00:00 |
|
Argo
|
c4636ac256
|
!2210 feat(#I4M8V8): support IsActive parameter on Tree component
* chore: bump verson to 6.1.1-beta04
* doc: revert demo
* feat: 增加 ActiveItem 节点查找逻辑
* refactor: 重构 TreeItem 增加 IsActive 属性
* refactor: 重构 ValidateBase 代码
|
2021-12-14 01:57:33 +00:00 |
|
Argo
|
21e5b02015
|
!2209 feat(#I4M8X7): redesign popup window layout in Root component
* refactor: 微调弹窗组件顺序
|
2021-12-13 07:08:31 +00:00 |
|
Argo
|
76677e7f48
|
!2208 feat(#I4M8W5): filter lambda expresson support enum type
* feat: 扩展表达式树内置支持枚举类型查询
|
2021-12-13 07:05:43 +00:00 |
|
Argo
|
995718af53
|
!2207 feat(#I4M7KC): add ErrorLogger in Layout component
* refactor: 增加 Layout 传递参数给 Tab 组件
* refactor: 更改 ErrorLogger 作用域
* fix: 更新 TabItem 生成逻辑增加 ErrorLogger 组件
* refactor: 重构 IErrorLogger 接口
|
2021-12-13 04:10:03 +00:00 |
|
Argo
|
22e92f163a
|
!2206 fix(#I4M57S): not set CascadingValue of ErrorLogger in Layout
* fix: 修复 Layout 组件开启多标签页时未级联 ErrorLogger 问题
|
2021-12-12 19:07:36 +00:00 |
|
Argo
|
37ce485481
|
!2205 feat(#I4M353): adjust style for Menu in sidebar
* Merge branch 'main' into dev-menu
* chore: bump version beta03
* style: 微调侧边栏菜单样式
|
2021-12-11 08:23:10 +00:00 |
|
Argo
|
b240f6cf29
|
!2204 feat(#I4M345): add IQueryableExtensions for EFCore
* chore: bump version to 6.1.1-beta02
* feat: 增加 IQueryable 扩展方法
|
2021-12-11 08:13:33 +00:00 |
|
Argo
|
1da71108a7
|
!2203 feat(#I4M1SI): add Id/ParentId property on MenuItem
* chore: bump version to 6.1.1-beta01
* feat: MenuItem 增加 Id ParentId
|
2021-12-10 16:14:24 +00:00 |
|
Argo
|
8725519725
|
!2202 feat(#I4M1SL): add PageItemSource default value
* refactor: 重构分页设置提供默认值
|
2021-12-10 16:11:56 +00:00 |
|
Argo
|
2b10e50345
|
!2201 test(#I4LVVL): add Drawer unit test
* test: 增加代码覆盖率
* test: 添加 Drawer 组件单元测试
|
2021-12-09 16:45:50 +00:00 |
|
Argo
|
3b0f43def1
|
!2200 fix(#I4LVVG): SearchText input box show label when Table shown in EditDialog
* fix: 修复 SearchText 内置表单后显示 Label 问题
|
2021-12-09 16:33:52 +00:00 |
|
Argo
|
1452a32561
|
!2199 test(#I4LVVF): add Utility unit test
* test: 移除单元测试
* test: 增加动态类测试辅助类
* test: 增加 MockTableColumn 测试类
* test: 增加 Utility 单元测试
|
2021-12-09 16:29:04 +00:00 |
|
Argo
|
500df3d2a6
|
!2198 test(#I4LVV7): add Switch unit test
* test: 增加 CssBuilder 单元测试
* test: 增加 Modal 代码覆盖率
* refactor: 移除 Dispose 延时
* refactor: 更新 ModalDialog 代码逻辑
* test: 增加 Color.None 单元测试
|
2021-12-09 16:25:52 +00:00 |
|
Argo-Tianyi
|
262331e418
|
chore: bump version to 6.1.0
|
2021-12-09 09:56:53 +08:00 |
|
Argo
|
9bc7579581
|
!2197 test(#I4LPGB): add NullSwitch unit test
* Merge branch 'main' into dev-test-nullswitch
* test: 补充单元测试
* test: 补充单元测试
* test: 添加 NullSwitch 组件单元测试
|
2021-12-08 17:27:03 +00:00 |
|
Argo
|
f34247f3a4
|
!2196 test(#I4LPGA): add Switch unit test
* Merge remote-tracking branch 'origin/main' into dev-test-switch
* refactor: 更新点击事件
* refactor: 整理命名空间
* test: 补充单元测试
* test: 添加 Switch 组件单元测试
* test: 添加 Tag 组件单元测试
|
2021-12-08 17:22:12 +00:00 |
|