Commit Graph

2485 Commits

Author SHA1 Message Date
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
alex_zou
2006ef88f7 !2683 doc(#I53DQR): update doc for TableColumn parameters
* 整理补充新添加的一堆 TableColumn 特性到文档工程
2022-04-19 05:15:12 +00:00
Argo
8375b75e0c !2680 chore(#I53DOY): udpate package rule reduce nuget package size
* chore: 更新打包规则精简 nuget 包体积
2022-04-18 17:06:16 +00:00
Argo
bbe2c35528 !2679 chore(#I53B9G): update build script for QRCode
* chore: 更新打包脚本
2022-04-18 09:13:16 +00:00
Argo
9852c80f99 !2678 chore(#I53B6S): update script for github pack action
* chore: 更新脚本打包前先 build
* chore: 更正大小写兼容 linux
2022-04-18 09:08:23 +00:00
Argo
7119bd30d9 !2676 chore(#I53AD4): remove dependence of BuildBundlerMinifierPlus
* chore: 更改打包配置
2022-04-18 08:12:29 +00:00
Argo
df3159a0a0 !2674 refactor(#I539CT): use JSModule in markdown component
* refactor: 精简代码
* feat: 支持外部路径
* doc: 更新文档
* chore: 更新打包文件
* chore: bump version 6.5.6
2022-04-18 07:11:20 +00:00
Argo
6329044a84 !2673 feat(#I537YS): update QRCode dynamic load javascript
* refactor: 更新打包文件名
* chore: 更新打包文件
* doc: 删除注销代码
* refactor: 二维码组件改为动态加载
* chore: 更新 QRCode 打包文件
2022-04-18 05:06:06 +00:00
Argo
32c3f095b4 !2672 refactor(#I537XZ): merge javascript into upload.js
* refactor: 合并脚本
* fix: 修复 UploadBase 报错问题
2022-04-18 04:58:05 +00:00
Argo
98f2f9af60 !2671 feat(#I537X5): remove zxing.min.js from bundle.min.js
* refactor: 更新打包文件名
* feat: BarcodeReader 增加动态加载功能
* feat: 增加 JSModule 扩展方法
* chore: 增加 esm 配置
* refactor: 移动 zxing 包到动态加载目录
* refactor: 移动震动脚本到扩展类中
2022-04-18 04:48:38 +00:00
Argo
0338d89505 !2669 fix(#I534TZ): addLink extensions method throw exception
* chore: bump version 6.5.5
* fix: 修复 addLink 脚本
2022-04-17 18:04:25 +00:00
Argo
6353e6a663 !2668 test(#I534SP): improve code coverage
* test: 增加 Options 单元测试
* test: 修复失败的单元测试
* test: 增加 AutoGenerate 单元测试
* test: 更新异步单元测试
* fix: 修复失败的单元测试
2022-04-17 17:03:16 +00:00
j4587698
1892432980 !2667 feat(#I5348N): add FixedButtonText parameter
* refactor: 更新参数名称
* doc: 增加资源文件
* Dropdown组件添加固定按钮文字的用法
2022-04-18 00:09:53 +08:00
Argo
7103624671 !2666 feat(#I5340E): button/card upload paste/drap not work
* doc: 格式化代码
* fix: 修复 Card/Button upload 组件拖拽无效问题
2022-04-17 09:44:37 +00:00
Argo
c9f8f338dc !2665 feat(#I533TP): add LookupStringCompare parameter
* chore: bump version 6.5.4
* doc: 增加 LookupStringComparison 说明
* feat: 支持 LookupStringComparison 参数
* feat: 增加 LookupStringComparison 参数
* doc: 格式化代码
2022-04-17 09:11:35 +00:00
Argo
44083050c1 !2664 feat(#I52PW1): image viewer support touch on mobile device
* doc: 更新组件名称
* fix: 修复拖动报错问题
* chore: 更新打包文件
* feat: 手势移除动画效果
* revert: 恢复配置
* fix: 修复js
* wip: 提交脚本调试
* chore: 更新资源文件
* feat: ImageViewer 支持手势缩放
* feat: 增加手势缩放
2022-04-17 07:39:36 +00:00
Argo
deb62e4a4a !2663 fix(#I533H3): image inversion cause by mouse wheel
* chore: 打包脚本
* fix: 修复鼠标滚轮导致图片反转问题
2022-04-17 03:33:39 +00:00
Argo
1392027875 !2662 feat(#I52L17): support drag to upload file
* refactor: 移除不使用的参数
* revert: 撤销改名
* refactor: 更新脚本名称
* refactor: 精简代码
* feat: 更新代码逻辑
* feat: 更新扩展方法增加对 Module 支持
* feat: 增加客户端报错脚本
* doc: 移除 Id 设置
* revert: 移除组件 ref
* Merge branch 'Upload_drop_paste' of https://gitee.com/LongbowEnterpris…
* InvokeAsync改InvokeAsyncbb
* doc: 格式化文档
* Merge branch 'main' into Upload_drop_paste
* chore: 增加 modules 给 import 用
* @ref="inputFile"
* 上传组件支持拖放上传和粘贴上传
2022-04-16 10:18:44 +00:00
Argo
5e582fc9c8 !2660 test(#I531EA): add unit test for responsive
* test: 增加 Resposive 单元测试
2022-04-16 04:14:53 +00:00
Argo
ca5edec0b3 !2659 test(#I531D6): improve code coverage for table filters
* test: 更新 NumberFilter 单元测试
* test: 更新 StringFIlter 单元测试
* test: 更新 LoolupFilter 单元测试
* refactor: 更新 EnumFilter 单元测试
* test: 更新 DateTimeFilter 单元测试
* test: 更新 BoolFilter 单元测试
2022-04-16 04:03:47 +00:00
Argo
aa989cf4d9 !2658 fix(#I5316J): resolve resize notification javascript error
* fix: 修复脚本错误
2022-04-16 03:11:15 +00:00
devhxj
086000f322 !2649 feat(#I525HA): add ResizeNotificationService services and Responsive component
* doc: 增加断点通知菜单于搜索组件
* doc: 调整组件分类
* feat: 增加组件加载获取窗口大小逻辑
* feat: 增加标签增加移除脚本
* doc: 更新示例文档
* refactor: 增加断点阀值监视服务
* doc: 更新示例
* feat: 增加 OnSize 通知服务
* refactor: 移除不使用的命名空间
* doc: 增加静态关键字
* doc: 增加代码路径适配
* Merge branch 'main' into dev-Breakpoint
* Adjust the packaging configuration of responsive component module
* Merge latest changes
* Merge latest changes
* Remove references to stand-alone components
* Adjust the JS module reference path of the responsive component
* Remove the responsive component standalone package
* Implement responsive components
* Encapsulate the JS module reference of the responsive component
* Packaging configuration of JS module of responsive component
* Configure CSS and JS module resources of responsive components
* Remove individual packages and integrate them into the main project
* Merge branch 'main' into dev-Breakpoint
* doc: 更新示例
* chore: 更新打包文件
* chore: 更改默认命名空间
* Submit the implementation code of breakpoint listening component
2022-04-16 02:50:33 +00:00
Argo
4c89680f93 !2656 feat(#I52CRS): add module load script
* chore: bump version 6.5.3
* chore: 更新脚本
* chore: 使用 BootstrapBlazorModules 精简代码
* chore: 增加 BootstrapBlazorModules 辅助类
2022-04-15 07:40:55 +00:00
Niko Wettstein
bc7075bb7a Added Table.ResetAllColumnsFilter and IFilterAction.SetFilterConditions methods. 2022-04-15 15:24:44 +08:00
Niko Wettstein
ec6498c69f fix: The TableFilter was rendered twice when ShowFilterHeader and TableColumn.Filterable were set. 2022-04-15 15:21:57 +08:00
Argo
007a5149e9 !2652 feat(#I52FDR): add BaiduSpeech service
* chore: bump version
* feat: 完善语音交互
* chore: 更新枚举类型
* feat: 增加语音识别枚举
* feat: 增加 Cancel 事件
* chore: 增加自动更新配置
* refactor: 移除 Close 枚举
* refactor: 移除 audio 标签呢
* chore: 百度语音增加动态加载功能
* chore: 删除脚本
* feat: 增加动态加载功能
* chore: 增加 speech 脚本
* refactor: 移除 Result 类
* feat: Azure 语音支持停止功能
* refactor: 使用枚举
* fix: 修复缓存策略
* doc: 增加语音示例基
* feat: 合并js 文件
* chore: 移除 百度 语音脚本
* chore: 更新依赖关系
* Merge branch 'main' into dev-feat-baiduspeech
* !2654 refactor(#I52M1A): remove audio lib from package
* feat: 移除 ts msbuild
* feat: 移除ts
* feat: 增加语音结束判断
* feat: 增加关闭语音方法参数
* refactor: 修复参数问题
* feat: 修改 js 逻辑
* fix: 修复报错
* fix: 修改方法名称
* wip: 关闭 api 区分百度和 Azure
* doc: 更新语音服务示例
* doc: 更新语音识别脚本逻辑
* doc: 更新语音合成示例
* feat: 语音识别支持 百度
* feat: 修正 Baidu 语音合成问题
* chore: 移除 Azure sdk 引用改为动态加载
* feat: 打包js
* refactor: 更改 js 回调方法名称
* refactor: 更新 Baidu 语音识别接口
* refactor: 修改ts
* refactor: 移除无用方法
* refactor: 合并 Azure Baidu 语音服务到一个页面
* refactor: 统一 Azure Baidu 语音服务方法
* doc: 更新示例文档到 Speechs 文件夹
* doc: 更新菜单
* doc: 格式化文档
* feat: 增加 Provider 扩展方法
* feat: 更新服务注册逻辑
* doc: 更新示例命名空间
2022-04-14 07:07:12 +00:00
Argo
6bcd4f342a !2654 refactor(#I52M1A): remove audio lib from package
* chore: bump version 6.5.1
* chore: remove audio lib
2022-04-13 14:40:40 +00:00
Niko Wettstein
47a68be21d fix: Table with Row Virtualization fixed Sorting and Filtering. 2022-04-13 03:02:50 +08:00
Argo
9b52a53a9d !2648 fix(#I52427): set color not work on PopConfirmButton component
* chore: bump version 6.5.1-beta04
* feat: 增加组件自定义样式
* feat: 更改 Color 默认值
2022-04-11 09:17:17 +00:00
alex_zou
28f19edccd !2622 feat(#I51EQX): add SignaturePad component
* doc: 更新资源文件
* doc: 页面格式化
* Merge branch 'main' into SignaturePad
* 补上依赖组件说明
* 提交 BootstrapBlazor.SignaturePad 演示文档
* 分离独立包
* doc: 格式化文档
* doc: 格式文档
* revert: 恢复文档
* chore: 更新项目文件
* Merge branch 'main' into SignaturePad
* BootstrapBlazor.AxperiencePack => SignaturePad
* Merge branch 'main' into SignaturePad
* 修复文档错误
* Update launchSettings.json
* SignaturePad 完成
* 合并工程
* Merge branch 'main' into SignaturePad
* signature_pad.umd.js 搬到组件文件夹, 居然就好了
* first step
2022-04-11 06:31:59 +00:00
Argo
f836d5e16a !2647 fix(#I521CL): not show tooltip when validate failed on AutoComplete component
* chore: bump version 6.5.1-beta03
* fix: add id for auto complete component
2022-04-11 04:56:11 +00:00
Argo
2602b93c1b !2644 feat(#I51TFF): add SetText method on TabItem instance
* test: 补充单元测试
* feat: 增加 SetText 实例方法
2022-04-10 18:56:14 +00:00
Argo
9af8fea3eb !2643 fix(#I50WN8): item do not keep state on table row has KeyAttribute flag
* chore: bump version 6.5.1-beta02
* refactor: 动态类型不保持选中行
* fix: 修复 Key 标记 ID 选中列无法保持问题
2022-04-10 17:43:23 +00:00
Argo
62003c3afc !2642 feat(#I51LEH): ImageViewer support drag
* chore: 增加阻止默认行为语句
* feat: 增加鼠标拖动 js
* refactor: 增加 style 为拖动做准备
2022-04-10 13:28:07 +00:00
Argo
87e762d791 !2636 test(#I51UGB): improve code coverage for Block
* refactor: 更改代码提高覆盖率
* test: 更新异步单元测试提供通过率
2022-04-09 03:55:52 +00:00
Argo
ba3365df0e !2634 refactor(#I51UCV): adjust wasm consistent with the default template
* chore: 兼容 #app 节点
* refactor: wasm 模式与默认模板保持一致
2022-04-09 03:34:08 +00:00
Argo
48a5b1751e !2632 test(#I51U5H): improve Captcha unit test
* test: 补充单元测试
* refactor: 微调 Captcha 组件
* test: 移除不使用的 ClosableDialogBase 基类
2022-04-09 02:48:24 +00:00
Argo
e44f0c63eb !2630 feat(#I51TLZ): add Synthesizer component
* test: 增加语音合成单元测试
* feat: 合并语音识别与语音合成服务
* fix: 修复 EditorItem Lookup 不生效问题
* doc: 增加示例
* feat: 增加语音合成回调方法
* feat: 增加语音合成状态枚举
* doc: 增加语音合成示例
* feat: 增加语音合成组件
* refactor: 更新语音合成服务
* refactor: 更新语音识别服务
* refactor: 增加条件判断防止为空
* doc: 更新语音识别示例
* refactor: 移除 Recognizer 类
* feat: 增加语音合成 Provider
* doc: 增加语音合成菜单
* feat: 增加语音合成组件
* doc: 增加波形图片
* test: 更改单元测试
* refactor: 重命名 Speech 为 Recognizer
2022-04-08 15:48:59 +00:00
Argo
9a43efc7be !2629 fix(#I51TKP): lookup not work on EditorItem component
* fix: 修复 EditorItem Lookup 不生效问题
2022-04-08 15:03:16 +00:00
Argo
f8ec74dda1 !2628 test(#I51QQC): add SpeechWave unit test
* test: 增加 Wave 单元测试
* refactor: 更新代码
2022-04-08 07:47:39 +00:00
Argo
aae3046e02 !2626 feat(#I51PB4): add SpeechWave component
* refactor: 更改 Value 为 Show
* doc: 增加波形图菜单
* doc: 增加波形图示例
* doc: 格式化文档
* chore: 微调样式
* doc: 增加组件列表
* doc: 更新示例
* chore: 移除配置防止报错
2022-04-08 06:09:37 +00:00
Argo
d59525a97e !2625 feat(#I51M4O): add SpeechWave component
* chore: bump version 6.5.1-beta01
* refactor: 优化代码
* doc: 更新示例
* feat: 增加 Module 扩展
* feat: 增加是否显示计时器
* doc: 更新示例
* feat: 增加 SpeechWave 组件
2022-04-07 21:05:18 +00:00
Argo
cae09c5ee1 !2623 refactor(#I51JWV): redesign Speech component
* refactor: 移除 Speech 服务配置
* refactor: 精简代码
* doc: 格式化代码
* refactor: 重命名配置文件类名
* feat: 增加交换 Token 逻辑
* doc: 更新示例
* refactor: 移除 IServiceProvider 参数精简代码
* feat: 增加 AzureSpeechOption 精简代码
* feat: 增加 AzureSpeechOption
* refactor: 更改 Speech 工程为 AzureSpeech
2022-04-07 08:24:32 +00:00
Argo-Lenovo
5aa1b39497 chore: bump version 6.5.0 2022-04-07 01:53:37 +08:00
Argo
3023af3bf1 !2621 fix(#I51EP5): Value incorrect when move right panel items to left panel
* doc: 更新文档
* doc: 更新示例
* chore: 更新资源文件
* fix: 修复右侧已选数据取消选择时 Value 不正确问题
2022-04-06 17:51:20 +00:00
Argo
acc7fc64bd !2620 feat(#I51EOA): add Speech component
* test: 更新单元测试
* refactor: 更新可为空判断逻辑
* chore: 重新打包
* doc: 移除语音识别菜单
* doc: 更新菜单名称
* chore: 更新服务注册代码
* chore: 更新 Issue 模板
* doc: 更新示例
* feat: 增加 Close 扩展方法
* chore: 脚本增加 close 方法
* refactor: 移除构造函数
* refactor: 更改方法名
* chore: 更新脚本
* doc: 更新示例
* feat: 增加 ISpeechProvider 服务
* refactor: 删除组件
* refactor: 增加 Invoke 方法
* refactor: 增加 ProviderOption
* fix: 修复警告信息
* refactor: 清理基类方法
* revert: 移除语音识别相关代码
* feat: 增加示例文档
* feat: 增加语音识别服务
* feat: 增加 Speech 工程
* doc: 删除空行
* feat: 增加 Speech 组件
* refactor: 消除警告信息
* refactor: 移除 WebAudio 组件
* Merge remote-tracking branch 'origin/main' into feat-webaudio
* doc: azure 示例
* feat: 添加 azure 语音识别
* feat: 配置 huboptions
* docs: 录音组件示例
* feat: 添加录音组件
* content: 添加录音js
* doc: 增加 WebAudio 示例
* feat: 增加 WebAudio 组件
2022-04-06 17:11:10 +00:00
Argo
5616452920 !2619 refactor(#I516CG): rename Image to ImageViewer
* chore: 更打包脚本
* chore: 菜单更改名称
* test: 单元测试更改名称
* doc: 示例更改名称
* refactor: 改名为 ImageViewer
2022-04-06 05:58:24 +00:00
Argo
9712468d1f !2618 feat(#I5153N): add image preview feature on CardUpload component
* chore: bump version 6.4.18
* test: 增加 CardUpload 单元测试
* refactor: 精简代码
* refactor: 增加单文件不显示左右切换按钮逻辑
* feat: Upload 组件增加 Zoom 功能
* feat: 拆分 Preview 组件
* feat: 增加全屏与恢复比例移除特效逻辑
2022-04-05 03:04:11 +00:00
Argo
8bee41567f !2617 feat(#I514V4): add doc/unit test for Image component
* chore: bump version 6.4.17
* test: 增加 ShowPreviewList 单元测试
* test: 增加 HandleError 单元测试
* test: 增加 OnLoad 单元测试
* test: 增加 PlaceHolder 单元测试
* test: 增加 Alt 单元测试
* doc: 更新 OnLoadAsync 参数文档
* feat: 增加 OnLoadAsync 回调
* doc: 更新文档
* feat: 增加 OnErrorAsync 回调方法
* test: 增加 ShowImage 单元测试
* doc: 更新文档
* doc: 格式化文档
* doc: 增加 FitMode 说明
* doc: 更新样式
* feat: 增加 OnError 不显示图片逻辑
* feat: 增加鼠标点击遮罩关闭功能
* feat: 增加切换图片关闭特效功能
* chore: 更新打包文件
* fix: 修复恢复比例问题
* feat: 更新全屏按钮功能
* feat: 支持键盘
* feat: 增加滚轮支持
* feat: 增加放大缩小与旋转功能
* doc: 更新大图预览示例
* feat: 增加大图预览关闭与上一张下一张功能
* doc: 增加 PreviewList 大图预览示例
* feat: 增加 PreviewList 参数
* doc: 更正锚点名称
2022-04-04 17:02:45 +00:00
Argo
cf8aac3213 !2616 feat(#I512OY): add HandleError feature on Image component
* doc: 增加加载错误模板示例
* feat: 增加加载失败模板功能
* doc: 更新占位模板示例
* refactor: 增加 HandleError 参数
2022-04-03 18:04:00 +00:00
Argo
e4740eb5ec !2615 feat(#I512OS): add PlaceHolderTemplate on Image component
* doc: 增加占位模板示例
* feat: 增加占位模板功能
2022-04-03 17:03:36 +00:00
Argo
90517c8cc1 !2614 feat(#I512B7): add Image component
* doc: 增加占位功能示例
* feat: 增加占位符功能
* chore: 增加搜索链接
* doc: 增加示例网页
* chore: 增加 Image 组件菜单
* feat: 增加 FitMode 参数
* doc: rename locator
* doc: 增加 Images 示例
* feat: 增加 Image 组件
2022-04-03 16:43:05 +00:00
Argo
5b4462b556 !2612 revert(#I5122Z): revert dialog extensions method
* chore: bump version 6.4.16
* refactor: 增加空判断
* Revert "!2610 feat(#I511PX): dialog extensions compatible prev version"
2022-04-03 07:19:02 +00:00