Commit Graph

3084 Commits

Author SHA1 Message Date
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
e9a55c2b42 !2661 test(#I531V5): add ShowColumnList unit test on Table
* test: 增加 ShowColumnList 单元测试
* test: 更新 Upload 单元测试增加 await 关键字
2022-04-16 07:05:56 +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
006f9acef6 !2657 doc(#I52Y49): update document for FontAwesome
* doc: 更新文档
* chore: update version
2022-04-15 08:00:51 +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
8b03836649 !2655 test(#I52Q5P): fix failed unit test
* test: fix failed unit test
2022-04-14 07:27:18 +00: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
Argo
1072a703ae !2651 test(#I52EWU): add ShowToolbar unit test
* test: 增加 ShowToolbar 单元测试
2022-04-12 19:56:43 +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
9336a45f10 !2646 doc(#I520S6): update donate barcode link address
* doc: update donate barcode link
2022-04-11 03:33:07 +00:00
Argo
d97e04c72d !2645 chore(#I51XIB): update github action script for remove setup aspnetcore 2.1
* chore: 移除对 aspnetcore 2.1 依赖
2022-04-11 03:30:40 +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
4c62b28e7e !2641 doc(#I51XHX): update document for ShowSearchTextTooltip parameter
* doc: 更新 ShowSearchTextTooltip 参数说明
2022-04-10 09:21:02 +00:00
Argo
ef59453a40 !2640 chore(#I51XEP): update bundle tools
* chore: 打包脚本增加到单独项目中
* chore: 更新打包工具
* chore: 更新打包工具
2022-04-10 08:25:36 +00:00
Argo
89d3297362 !2639 chore(#I51X50): bump version 6.0.3
* chore: bump Markdown version to 6.0.3
2022-04-10 06:12:02 +00:00
Argo
3458481ef2 !2638 doc(#I51WB7): update new sample code for speech
* doc: 更新实战实例
* doc: 更新语音合成示例
* refactor: 增加语音实战示例
2022-04-09 12:35:16 +00:00
j4587698
b42f45ac4a !2637 fix(#I51WA2): can't insert content when use bind-Value
* 修复Markdown组件bind后插入内容无效的问题
2022-04-09 12:32:29 +00:00
Argo
87e762d791 !2636 test(#I51UGB): improve code coverage for Block
* refactor: 更改代码提高覆盖率
* test: 更新异步单元测试提供通过率
2022-04-09 03:55:52 +00:00
Argo
5cda7343c6 !2635 test(#I51UDD): improve code coverage for BootstrapBlazorRoot component
* test: 提高 Root 组件代码覆盖率
2022-04-09 03:37:29 +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
f791d88232 !2633 test(#I51U7I): improve BootstrapLabel unit test
* test: 增加 BootstrapLabel 单元测试
2022-04-09 03:02:14 +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
4cc7f278dc !2631 doc(#I51TMU): update document for Speech component
* doc: 增加语音组件简介
* doc: 增加语音服务简介资料
* chore: 更新菜单
2022-04-08 16:15:25 +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
bf9b93f6e6 !2627 test(#I51PW6): add test for Speech component
* test: 增加 Speech 单元测试
2022-04-08 06:48:14 +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