Commit Graph

3158 Commits

Author SHA1 Message Date
Argo
8423c97e6a !2739 fix(#I54GGV): update sample code for Menu bottom
* fix: 修复菜单与代码块开关重叠问题
* doc: 格式化文档
* refactor: 增加代码推送弹窗自动关闭时间
2022-05-02 08:03:11 +00:00
alex_zou
f0f851a545 !2729 fix(#I55EA6): language incorrect on Markdown component
* chore: 移除 zh-cn 脚本直接使用 min 脚本打包
* chore: bump version 6.1.4
* Merge branch 'main' into dev-Markdown
* Merge branch 'main' into dev-Markdown
* Merge branch 'main' into dev-Markdown
* 貌似上个发行版没正确打包min.js
* 默认已经打包,不需要多写"启用前需要引入插件对应的js css"这句话了
* Update Responsives.razor.cs
* Delete zh-cn.min.js
* 解决插入图片和Url中文资源读取不到问题.  改为自动打包语言文件, 默认带的语言文件min有问题
* 最终版本
* 完善
* 修改Markdown组件的交互方式为change,解决blur产生的部分光标跳转到最后的问题
2022-05-02 07:44:36 +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
794340039c !2728 fix(#I55E8Q): update table sample code of ShowDetails feature
* fix: 修复 table 详细表文档报错
2022-04-29 12:21:06 +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
6e0515caaa !2727 doc(#I55C6D): update doc for popup component
* doc: 更新 Message 组件文档
* doc: 更新弹窗组件文档
* doc: 更新 swal 文档
* doc: 更新 Toast 文档
2022-04-29 05:05:54 +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
alex_zou
33370e524a !2717 feat(#I51YC0): add screen keyboard component
* doc: 增加 CLI 脚本
* doc: 更新代码
* refacotor: 重构代码
* doc: 更新资源文件
* 优化文档
* doc: 更新依赖顺序
* Merge branch 'main' into OnScreenKeyboard_
* 提交 OnScreenKeyboard 屏幕键盘 组件
* 中文资源
* Delete b03sqlite
* Update BootstrapBlazor.Shared.csproj
* Merge branch 'main' into OnScreenKeyboard_
* 添加 屏幕键盘组件 OnScreenKeyboard , 文档还没处理全
2022-04-29 01:14:14 +08: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
2ab63ad00b !2721 fix(#I54O4J): update markdown component
* chore: 更新打包策略
* Delete zh-cn.min.js
* 解决插入图片和Url中文资源读取不到问题.  改为自动打包语言文件, 默认带的语言文件min有问题
* 最终版本
* 完善
* 修改Markdown组件的交互方式为change,解决blur产生的部分光标跳转到最后的问题
2022-04-28 03:17:42 +00:00
Argo
c95fd0e90f !2720 doc(#I5546N): add introduction on web site
* feat: 增加关闭弹窗
* doc: 更新 Logo 图
* doc: 更新组件介绍文字
* doc: 更新介绍文档
* wip: 临时提交
2022-04-28 03:00:07 +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
alex_zou
f9370428bb !2716 doc(#I553ZC): update document for responsive component
* Update Responsives.razor.cs
2022-04-28 02:43:19 +00:00
一事冇诚
5fef89d6f1 !2714 fix(#I54VOU): use IOptionsMonitor instead of IOptions for WebsiteOptions
* fix(#I54VOU): 修复官网 Download 组件示例加载报错问题
2022-04-27 08:41:01 +00:00
Argo
31a55b5c6d !2715 feat(#I550IB): option of speech support hot reload
* feat: Speech 配置类支持热更新
2022-04-27 08:37:56 +00:00
一事冇诚
7b0287e27b !2713 doc(#I54VKC): add IsAccordion document for Layout
* doc(#I54VKC): Layout 文档增加 IsAccordion 参数说明
2022-04-27 02:27:56 +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
9edb7dd2e0 !2704 test(#I54DT1): improve code coverage for table component
* test: 增加明细行单元测试
* test: 增加过滤行扩展按钮单元测试
* test: 增加过滤行单元测试
* test: 更正列宽调整单元测试
* test: 增加列宽调整单元测试
* test: 增加可排序单元测试
* test: 增加表头模板单元测试
* test: 增加表头分组单元测试
2022-04-24 08:00:52 +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
Argo
d552b3f433 !2699 doc(#I54780): update document for BootstrapInput
* doc: 更新 Inputs 示例
2022-04-22 16:14:34 +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
494b31160a !2695 test(#I53YQQ): improve unit test for Table
* test: 增加过滤单元测试
* test: 增加分页单元测试
* test: 增加 IsExcel 单元测试
* test: 增加 TableFooter 单元测试
* test: 增加 ShowFooter 单元测试
* test: 增加 OnCellRender 单元测试
* test: 增加 IsExtendButtonsInRowHeader 单元测试
2022-04-21 11:32:40 +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
e0adb717c5 !2693 test(#I53OZB): improve code coverage
* test: 增加服务代码覆盖率
* test: 增加 AutoGenerateClass 代码覆盖率
* test: 增加 SearchFilterAction 代码覆盖率
* doc: 移除 IsConfirm 参数介绍
2022-04-20 07:50:48 +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
一事冇诚
57685f2b10 !2689 doc(#I53LUB): update doc table for ShowAdvancedSearch parameter
* doc: Table 组件 Samples 中,增加 ShowAdvancedSearch 是否显示高级搜索 属性说明
2022-04-20 02:28:37 +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