Commit Graph

2437 Commits

Author SHA1 Message Date
Argo
0779c5f486 !2750 test(#I55NYC): add unit test for pagination of Table
* test: 增加翻页操作单元测试
* refactor: 增加行号资源文件
2022-05-04 08:02:14 +00:00
Argo
f6fcc4e024 !2749 fix(#I55NSB): revert dispose code from TableExtensionButton class
* chore: bump version to 6.6.1
* revert: remove extension button on table inherit IDispose interface
2022-05-04 06:47:37 +00:00
Argo
fdcd581370 !2748 feat(#I55NIO): add AutoReconnect parameter on ReconnectorOutlet component
* doc: 增加 AutoReconnect 参数文档说明
* test: 更新单元测试代码覆盖率 100%
* doc: 网站增加自动重连变量
* feat: 增加自动重连参数
* chore: 增加重连机制脚本
* doc: 格式化脚本
* chore: 更新项目配置文件
2022-05-04 04:58:49 +00:00
Argo-Lenovo
341505566b chore: bump version to 6.6.0 2022-05-04 10:21:02 +08:00
Argo
5ae1a58998 !2747 test(#I55N6S): add unit test for checkbox on Table component
* test: 增加行内复选框点击单元测试
* test: 增加表头点击全选框单元测试
* refactor: 精简 Table 代码
2022-05-04 02:19:48 +00:00
j4587698
3327b5bf08 !2741 fix(#I55KOT): update max-width for IPAddress component
* chore: bump version 6.5.20
* chore: 微调样式
* Merge branch 'main' into dev-ip
* 修改ip输入框max-width为28px
2022-05-03 11:44:36 +00:00
Argo
de5aa26b37 !2746 test(#I55MCV): add unit test for footer aggregate function
* Merge branch 'main' into test-table
* fix: 修复 Footer 移动端无法正常显示 bug
* test: 增加移动端检测单元测试
* test: 增加数据类型单元测试
* test: 增加聚合函数单元测试
* test: 增加对齐单元测试
* test: 增加 Count 单元测试
* test: 增加 Text 单元测试
* refactor: 重构 FooterCell 组件
* test: 更新移动端统计合并功能
* test: 增加 FooterCell 单元测试
* refactor: 更新 Footer 内部变量与语义一致
2022-05-03 09:43:43 +00:00
Argo
3f5b7e6e6b !2745 fix(#I55MCP): display incorrect on mobile of Table component footer aggregate function
* fix: 修复 Footer 移动端无法正常显示 bug
2022-05-03 09:40:16 +00:00
Argo
749e67157d !2743 fix(#I55L3J): trigger twice Enter keyup event on AutoComplete component
* feat: 增加不注册按钮处理程序变量
* doc: 格式化文档
2022-05-02 17:35:42 +00:00
Argo
2bf4352f86 !2742 test(#I55L6P): improve table code coverage
* test: 增加 JSInvoke 搜索单元测试
* test: 增加模糊搜索单元测试
* test: 增加顶栏搜索按钮单元测试
* test: 更新高级搜索自定义模型单元测试
* test: 更新高级搜索单元测试
* test: 增加 Search 单元测试
* refactor: 移除不必要的条件
* test: 增加重置按钮单元测试
* test: 自定义充值搜索模型单元测试
* test: 增加自定义搜索模型单元测试
* refactor: 排除代码覆盖率计算
2022-05-02 17:09:38 +00:00
Argo
07b9b742c1 !2740 feat(#I55KQD): add IsAutoFocus parameter on Button component
* test: 增加 IsAutoFocus 单元测试
* chore: bump version 6.5.19
* feat: add IsAutoFocus on Button component
2022-05-02 09:32:39 +00:00
Argo
fa3ca5982c !2738 fix(#I55J40): datatime view mode incorrect when click datetime cell to switch the view mode
* chore: bump version 6.5.18
* test: 增加代码覆盖率
* test: 增加天溢出单元测试
* test: 增加年溢出单元测试
* refactor: 更新 IsDayOverflow 逻辑
* refactor: 更改为属性
* doc: 格式化文档
* refactor: 重新排序枚举类型增加组件视图默认值
* fix: 修复 Month 视图时点击后进入 DateTime 视图
* doc: 更改文件名与枚举类型一致
* refactor: 排序 DatePickerViewMode 枚举类型
2022-05-02 07:05:09 +00:00
Argo
3ebfeb7bfc !2737 test(#I55K9H): improve unit test for Table component
* test: 增加 SearchText 单元测试
* test: 增加 ShowSearchButton 单元测试
* test: 增加 ShowResetButton 单元测试
* test: 增加 ShowSearchTooltip 单元测试
* test: 增加 CollapsedTopSearch 单元测试
* doc: 更新参数说明
* test: 增加断言
* test: 增加固定列单元测试
* fix: 修复判断是否固定尾部逻辑
* test: 增加 ShowCheckboxText 单元测试
* test: 增加列宽单元测试
* test: 增加列宽调整单元测试
* test: 增加这行单元测试
* test: 更新单元测试增加代码覆盖率
* doc: 增加注释
* test: 增加排序单元测试
* test: 增加虚拟滚动排序单元测试
* refactor: 精简代码
* fix: 修复失败单元测试
* fix: 修复可能失败的单元测试
* chore: 增加内部类排除代码覆盖率统计
* test: 精简代码
* feat: 增加 IDispose 接口
* test: 扩展确认按钮单元测试
* test: 精简代码
* test: 增加额外扩展按钮单元测试
* test: 增加代码覆盖率
* test: 更新代码
* test: 增加扩展按钮点击事件
* test: 增加 TableCellButton 单元测试
* test: 更新单元测试防止执行失败
2022-05-02 04:41:47 +00:00
Argo
a36bc58a9a !2736 feat(#I55J3N): add Collapsed parameter on Card
* chore: bump version 6.5.17
* test: 增加单元测试
* doc: 更新文档
* doc: 增加 Collapsed 参数介绍
* chore: 更新资源文件
* chore: 更新打包文件
* feat: 增加默认收缩展开逻辑
* feat: 增加 Collapsed 参数默认 false
* doc: 格式化代码
2022-05-01 12:26:12 +00:00
Argo
a974139562 !2735 test(#I55HY6): improve unit test for Table
* test: OnClickExtensionButton_InRowHeader 单元测试
* test: 增加 OnClickExtensionButton 单元测试
* test: 增加 SaveAsync 单元测试
* test: 增加 Filter 单元测试
* test: 增加双击行单元测试
* test: 增加 ClickToSelect 单元测试
* doc: 移除冗余代码
2022-04-30 12:33:56 +00:00
一事冇诚
4eba1d545f !2734 fix(#I55HX9): not show NoData display text when first input value not match anythings
* fix: AutoComplete 组件,修复当首次输入值无匹配数据时,不出现 “无匹配数据”问题
2022-04-30 12:30:20 +00:00
Argo
400cd6b1a8 !2733 test(#I558OR): add unit test for Dragdrop component
* doc: 增加新组件标签
* doc: 格式化代码
* doc: 格式化代码
* test: 更新单元测试
* 完善dragdrop单元测试
* test: 增加 drop 代码覆盖单元测试
* 完善拖拽测试用例
* test: 增加拖动单元测试
* test: 增加 DropEnter 单元测试
* test: 增加 DragStart 单元测试
* test: 增加 DragLeave 单元测试
* test: 增加 DragEnter 单元测试
* test: 增加 OnDrag 单元测试
* test: 更新 ChildContent 单元测试
* test: 增加 Drop 单元测试
* test: 增加 DragEnter 单元测试
* test: 增加 DragOver 单元测试
* test: 增加 ItemWrapperClass 单元测试
* test: 增加 DragDrop 单元测试
* doc: 更新文档
* Merge branch 'main' into test-drag
* test: 增加 Drag 单元测试
* refactor: 代码格式化
* refactor: 移除可为空标记
2022-04-30 07:37:21 +00:00
Argo
938f42db0b !2731 feat(#I55DWN): add OnAfterSaveAsync callback method on Table component
* chore: bump version 6.5.16
* feat: 增加 OnAfterSaveAsync 回调方法
2022-04-29 12:22:31 +00:00
Nine
f24ef999c5 !2726 fix(#I55BRE): not set Value when click label text
* chore: bump version 6.5.15
* test: 增加单元测试
* fix: 增加选中状态翻转代码
* test: 补充单元测试
* feat: 支持点击 TreeItem 节点标签逻辑
* fix: 修复选中文本取不到 Value
2022-04-29 05:33:35 +00:00
Argo
5a73e1c5db !2725 feat(#I5587C): add Debounce parameter on AutoFill component
* test: 增加单元测试
* doc: 增加防抖时长参数说明
* doc: 更新资源文件
* feat: 增加防抖功能
2022-04-29 03:18:53 +00:00
Argo
d2320f2d5d !2724 fix(#I556W5): CurrentUICulture set wrong value
* chore: bump version 6.5.14
* fix: 修复未配置文化是默认使用回落语言导致界面为 en 文化
2022-04-28 08:03:45 +00:00
Argo
2f24c1603d !2723 doc(#I555PR): update logo for nuget package and website
* chore: 增加移动端适配脚本
* doc: 更新移动端菜单颜色
* chore: 更新 logo 尺寸
* chore: 更新网站 logo 图标
* chore: 更新图标
* chore: 增加 Header 悬浮特效
* chore: 删除不使用的工程
* chore: 更新 Logo 图标
2022-04-28 07:22:18 +00:00
Argo
5cd8ba3d4d !2718 fix(#I552KB): do not clone origin model when set OnEditAsync callback
* chore: bump version 6.5.13
* fix: 修复 提供 OnEditAsync 回调时编辑对象未复制导致原始值被更改问题
2022-04-28 03:20:35 +00:00
Argo
b4869a5ea7 !2719 feat(#I5544K): JsonStringLocalizerFactory support hot reload when BootstrapBlazorOptions changed
* feat: 增加 BootstrapBlazorOptions 配置文件变更后联动逻辑
* refactor: 移除对 JsonLocalizationOptions 类的配置绑定
* refactor: 格式化代码
* feat: IPLocatorOption 支持热更新
2022-04-28 02:56:07 +00:00
Argo
ce62a3e75c !2712 feat(#I54V9B): support null value of Culture system like mac centos ubuntu
* chore: bump version to 6.5.12
* refactor: 精简代码
* feat: 增加对 Linux mac 等无文化信息系统支持
* refactor: 精简代码
2022-04-26 15:03:05 +00:00
Argo
454633f759 !2711 revert(#I54UQP): remove test project from solution
* chore: 恢复默认配置
* doc: 格式化代码
* refactor: 移除测试工程
2022-04-26 10:58:25 +00:00
Argo
e14c1e5892 !2710 test(#I54UOQ): improve unit test for Table
* test: 增加 SearchTemplate 单元测试
* test: 增加 customSearchModel 单元测试
* test: 增加 IsTracking 单元测试
* test: 增加 InCell 单元测试
* Merge branch 'main' into test-table
* test: 增加 RowTemplate 空单元测试
* test: 增加 Tracking 模式单元测试
* test: 增加 IsTree 单元测试
* test: 增加 ColSpan 单元测试
* test: 增加 Tooltip 单元测试
2022-04-26 10:46:53 +00:00
alex_zou
d924606216 !2709 feat(#I53ZDH ): support nullable bool data type on table component
* fix: 修复 null 值未更新模型问题
* feat: 增加 NullSwitch 默认值设定逻辑
*  [DefaultValue(true)] 在表格视图渲染为空, 点开编辑界面渲染为 NullSwitch 控件值为 true , 无修改情…
* feat: 增加对 DefaultValue 标签支持
* refactor: 使用 NullSwitch 接收可为空布尔值
* doc: 增加注释
* 还有点可加强的
* doc: 增加注释
* doc: 更新示例增加标签
* feat: 增加可为空获取集合逻辑
* chore: 增加项目依赖
* feat: 增加 NullableBoolItemAttribute 类
* 两个bool?都不正常
2022-04-26 09:17:57 +00:00
Argo
cb257b184f !2708 test(#I54NDP): improve swal unit test
* test: 修复单元测试增加代码覆盖率
2022-04-25 11:15:29 +00:00
Argo
259bba0d0f !2707 test(#I54N0G): add WebClientService unit test
* test: 增加 LookupService 单元测试
* doc: 精简代码
* test: 增加 WebClient 单元测试
* doc: 格式化文档
* refactor: 移除 OnChange 回调
2022-04-25 10:20:37 +00:00
alex_zou
587604fa27 !2705 feat(#I54GH3 ): add cascade items method on MenuItem class
* test: 格式化文档
* 添加菜单树状数据层次化方法测试
* 添加菜单树状数据层次化方法
* Merge branch 'main' into Dev_CascadingMenu
* 添加菜单树状数据层次化方法
2022-04-25 07:27:43 +00:00
Argo
5145b8cbe5 !2706 feat(#I54J8T): options support hot reload
* fix: 修复丢失资源文件问题
* refactor: wasm 配置类更新逻辑
* doc: 更新网站配置类支持热更新
* refactor: 移除不使用的参数
* doc: QQ 群更新支持热更新
* refactor: 更新 api 接口使用 IOptionMonitor
* test: 更新单元测试
* test: 更新 Toast 单元测试
* refactor: 更新扩展方法接口
* refactor: 使用 AddOptionsMonitor 重构代码
* doc: 格式化代码
* feat: 网站配置 WebsiteOption 支持热更新
* Revert "doc: 更新示例"
* doc: 移除文化下拉框更新代码
* revert: 恢复配置文件实现类
* refactor: 代码格式化
* feat: 文化选择下拉框支持热更新
* refactor: 移除文化缓存
* feat: 多语言支持增加热更新配置
* refactor: 更新配置类注册方式
* revert: 恢复配置代码更改
* test: 移除不必要的配置
* doc: 更新示例
* refactor: 移除代码配置使用配置文件
* refactor: 更新使用 IOptionsMonitor 配置类
* refactor: 增加配置类辅助类支持热更新
* refactor: 更新逻辑精简代码
* refactor: 拆分扩展方法
2022-04-25 07:16:46 +00:00
Argo
250636bbef !2703 doc(#I54CVB): add video link for speech and re-connector component
* refactor: 精简代码逻辑
* doc: 代码文档格式化
* doc: 增加视频资源地址链接
2022-04-24 06:47:23 +00:00
Argo
cd4f7df058 !2702 doc(#I54BXS): update Reconnector document
* doc: 更新文档
* doc: Reconnector 示例适配移动端
2022-04-24 04:35:38 +00:00
Argo
19d9e3e4ff !2701 test(#I54A03): add unit test for Reconnector
* refactor: 更新样式
* test: 增加 Reconnector 单元测试
* test: 增加 Content 单元测试
* test: 增加 outlet 单元测试
* refactor: 更改组件逻辑
2022-04-24 02:44:07 +00:00
j4587698
354d296bd3 !2698 feat(##I540NR): add Reconnector component
* doc: 增加重连组件搜索栏支持
* doc: 更新描述文字
* chore: 增加社区群二维码
* chore: 更新脚本文件
* chore: 更新项目文件配置
* doc: 增加实战示例
* style: 更新样式
* doc: 更新服务器拒绝连接提示
* style: 更新 Reconnector 默认样式
* doc: 增加 BlazorReconnector 组件
* doc: 更改菜单位置
* doc: 增加示例说明与资源文件
* doc: 更新示例文件名
* Merge branch 'main' into dev-reconnect
* doc: 更新示例
* feat: 增加 Reconnector 组件
* feat: 增加 ReconnectorOutlet 组件
* feat: 增加 IReconnectorProvider 服务
* refactor: 删除冗余样式
* refactor: 移除组件
* doc: 更新 Inputs 示例
* revert: 恢复 App 组件
* 添加自定义连接失败UI组件
2022-04-24 01:25:52 +00:00
Argo
97c4cc186d !2700 fix(#I546YJ): tooltip title incorrect after change page index
* chore: bump version 6.5.11
* doc: 更新示例
* fix: 修复翻页后 tooltip 失效问题
* revert: 撤销 DynamicElemet 更改
* revert: 撤销对 GenerateElement 参数的移除
2022-04-23 05:00:47 +00:00
alex_zou
11c621ea67 !2697 doc(#I53ZJF): rename RenderModel to RenderMode
* Fixed Table 组件 RenderModel 拼写错误  https://gitee.com/LongbowEnterprise/B
2022-04-22 02:44:57 +00:00
Argo
6d8f809ccd !2696 test(#I53ZJW): improve code coverage for Table
* test: 增加扩展按钮列宽单元测试
* test: 更新 ShowLine 单元测试
* test: 更新多选单元测试
* test: 增加 FooterTemplate 单元测试
* test: 更新 ShowFooter 单元测试
* test: 增加 RenderEditForm 单元测试
* test: 增加 ShowDetail 单元测试
* test: 增加 ShowEmpty 单元测试
* test: 增加 ScrollMode 单元测试
* test: 增加 EditForm 单元测试
* test: 增加 ScrollMode 单元测试
2022-04-21 17:20:13 +00:00
Argo
8373b62814 !2694 test(#I53YFE): add unit test for BrowserNotification
* doc: 移除语音识别组件数量设置
* test: 增加 BrowserNotification 单元测试
* refactor: 更新 BrowserNotification
* test: update unit test
2022-04-21 10:54:46 +00:00
Argo
af3ce8dd76 !2692 feat(#I53O6S): update table filter
* chore: bump version 6.5.10
* test: 更新单元测试
* doc: 更新示例
* fix: 修复不可过滤列在行内过滤时可用问题
* doc: 更新示例精简代码
* feat: OnFilterAsync 增加不为空标签
* refactor: 移除显式继承接口
2022-04-20 06:58:57 +00:00
j4587698
ba5101f5e7 !2690 feat(#I53LM6): add OnSelectedItemChanged callback on AutoComplete component
* doc: 增加英语文档
* refactor: 代码重构
* test: 更新单元测试
* 添加AutoComplete组件下拉菜单选中事件
2022-04-20 06:53:16 +00:00
Niko Wettstein
fc4a98059f fix and added example for IFilterAction.SetFilterConditions 2022-04-20 13:23:08 +08:00
Argo
4bfa947557 !2691 feat(#I538WS): add CollapsedTopSearch parameter on Table component
* doc: 更新文档增加 CollapsedTopSearch 参数说明
* doc: 更新示例文档
* feat: 增加 CollapsedTopSearch 参数
2022-04-20 04:34:07 +00:00
Argo
3b1f2438a8 !2688 feat(#I53KLK): add ShowUnsetGroupItemsOnTop parameter on EditorForm
* chore: bump version 6.5.9
* test: 增加单元测试
* doc: 增加 ShowUnsetGroupItemsOnTop 参数说明
* feat: Table 组件增加 ShowUnsetGroupItemsOnTop 参数
* feat: 增加 ShowUnsetGroupItemsOnTop 参数控制未分组项目布局位置
2022-04-19 17:36:07 +00:00
Argo
0c8e009e73 !2687 fix(#I53KMB): update the ShowExtendEditButtonn/ShowExtendDeleteButton default value to true
* doc: 更新参数说明文档
* fix: 更新显示 编辑删除 按钮 默认值
2022-04-19 16:27:54 +00:00
Argo
e7fa409949 !2686 fix(#I53KLP): GroupName on TableColumn now work
* fix: 增加 Parameter 关键字
2022-04-19 16:19:26 +00:00
alex_zou
2720c8746e !2682 feat(#I5338U): add GroupName on IEditItem interface
* chore: bump version 6.5.9-beta01
* Merge branch 'main' into Group
* test: 增加 EditorForm 单元测试
* test: 增加 LookupStringComparison 单元测试
* style: 增加样式兼容 row 排前面情况
* revert: 撤销分组排序代码
* feat: 增加分组排序渲染逻辑
* test: 增加 Group 单元测试
* refactor: 格式化代码
* feat: 增加 GroupName 与 GroupOrder
* feat: 增加 CategoryOrder 参数
* Update BootstrapBlazor.sln
* 移除分组测试工程
* refactor: 更改 GroupBox 内部使用 row
* doc: 移除背景色
* refactor: 更改 Group 为 Category
* Merge branch 'main' into Group
* SearchDialog 高级搜索
* 测试 ValidateForm 表单组件
* Table 的 ColumnAttribute 添加属性分组 Group 特性 https://gitee.com/LongbowEnter
2022-04-19 13:35:40 +00:00
Argo
6b1b7aad27 !2685 feat(#I53H0O): add ShowExtendEditButton/ShowExtendDeleteButton parameter on Table
* chore: bump vresion 6.5.8
* feat: 增加 ShowExtendEditButton/ShowExtendDeleteButton
2022-04-19 10:03:24 +00:00
Argo
41b5c4ef2d !2684 doc(#I53GGD): update readme markdown file
* doc: update readme doc
2022-04-19 05:35:28 +00:00