Commit Graph

3284 Commits

Author SHA1 Message Date
Argo
e397030395 !2764 feat(#I56JGP): update parameter Callback as option on SynthesizerServiceExtensions
* chore: bump version to 6.0.5
* refactor: 增加参数可选设置
2022-05-09 09:04:41 +00:00
Argo
7fb22c5808 !2762 feat(#I56GPF): add AutoRecoginzerElapsedMilliseconds option
* chore: 格式化项目文件
* Merge branch 'main' into feat-speech
* chore: bump version 6.0.4
* Merge branch 'dev-speech' into feat-speech
* chore: bump version 6.6.5
* feat: 增加自动识别时长配置
* chore: 移除项目依赖
* chore: 移除对项目的依赖
* doc: 更新文档移除对 Azure 语音识别的依赖
* doc: 更新语音实战示例
* doc: 更新语音合成示例
* doc: 移除语音组件选择
* doc: 更新语音识别示例
* doc: 精简代码
* feat: 自动识别时长配置项可配置
* refactor: 增加自动识别时长配置
* refactor: 增加关闭回调方法
* refactor: 增加 关闭 枚举
* refactor: 更改回调方法签名
* refactor: api 改名
* chore: 更新 Azure 语音识别接口
* chore: 更新 百度语音识别脚本
* doc: 更新示例
* refactor: 更新百度语音识别包参数接口定义
2022-05-09 05:47:17 +00:00
Argo
efafdc3fe6 !2763 feat(#I56GYE): add RecognizerStatus on callback
* chore: bump version 6.6.5
* feat: 增加自动识别时长配置
2022-05-09 05:43:35 +00:00
Argo
14d94ec419 !2761 feat(#I56CL9): search text support the others data type column set searchable to true
* chore: bump version to 6.6.3
* doc: 移除 BB 包
* doc: 移除测试工程
* feat: SearchText 支持 整型、枚举、布尔等类型
* refactor: 增加枚举类型支持
* feat: 更新搜索逻辑支持 int
* doc: 增加测试用例
* doc: 更新注释
2022-05-08 05:05:39 +00:00
Argo
8d968dc842 !2760 test(#I5691Y): improve code coverage for table column
* test: 增加复杂类型代码覆盖
* test: 增加搜素模板代码覆盖率
* test: 更新 TableColumn 代码覆盖率
* Merge branch 'main' into test-table-edit
* doc: 增加注释文档
2022-05-07 06:59:02 +00:00
Argo
81b2d88705 !2759 doc(#I568JH): update document for install
* doc: 更新文档
* doc: 调整按钮上间距
2022-05-07 06:17:10 +00:00
Argo
c5dd5a697b !2758 feat(#I55NBU): DatatimePicker adapts to InputGroup component
* chore: bump version 6.6.3
* doc: 更新示例增加后缀示例
* doc: 增加适配 InputGroup 示例
* chore: 增加资源文件
* feat: Select 组件与 DatetimePicker 组件适配 InputGroup 组件
2022-05-06 07:22:32 +00:00
Argo
4ee4ff44bc !2757 test(#I55Y6V): add unit test for table column
* test: 增加 TableColumn 单元测试
2022-05-05 16:03:11 +00:00
Argo
0db6430862 !2756 refactor(#I55WZA): update fix column logic and improve unit test
* test: 增加固定列单元测试
* refactor: 更新固定列判断尾部逻辑
2022-05-05 09:57:59 +00:00
Argo
17246ab74b !2755 fix(#I55SHG): revert code change for fix column feature
* chore: bump version 6.6.2
* test: 更新单元测试
* revert: 恢复判断尾行逻辑
2022-05-05 08:11:26 +00:00
Argo
6cf92aac94 !2754 test(#I55SHE): add unit test for TableToolbar
* test: 增加自定义工具栏按钮单元测试
* test: 增加移动端工具栏按钮单元测试
* refactor: 删除不使用的代码
* test: 增加扩展按钮单元测试
* refactor: 精简代码
* test: 增加 Height 单元测试
* test: 增加 PageItemsSource 单元测试
* refactor: 重构 PageItemsSource 参数逻辑
2022-05-05 07:04:06 +00:00
一事冇诚
47efab6059 !2753 fix(#I55PJ9): add Disabled function on AutoComplete component
* fix(#I55PJ9): 修复 AutoComplete 组件 IsDisabled 属性无效问题
2022-05-05 06:42:51 +00:00
Argo
7422a077e0 !2752 doc(#I55RPM): update document for localization
* doc: 更新本地化文档
2022-05-05 03:00:13 +00:00
Argo
901440fe6b !2751 refactor(#I55O3U): TableToolbarButton remove IDispose interface
* Merge branch 'main' into dev-table
* test: 更新单元测试
* refactor: 移除 IToolbarButton 接口
* refactor: 移除 IDispose 接口
2022-05-04 08:19:28 +00:00
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
55eddf8432 !2744 doc(#I55LOR): add document for breakpoints
* doc: 更新文档内容
* doc: 增加断点阈值文档
* doc: 增加断点阈值菜单
* chore: 增加资源文件
2022-05-03 03:27:56 +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
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