Commit Graph

77 Commits

Author SHA1 Message Date
Argo Zhang
32c4569dde
feat(PDF): add Html2Pdf service (#1454)
* feat: 增加 Pdf 服务

* feat: 增加 Pdf 导出工程

* chore: 精简项目配置文件

* chore: 更新解决方案

* chore: 更新依赖
2023-06-26 16:08:09 +08:00
Old Li
708caf161d
feat(MouseFollower): add MouseFollower component (#1448)
* feat(MouseFollower): add MouseFollower component

* feat(MouseFollower): add MouseFollower Parameter

* feat(MouseFollower): add demos

* feat(MouseFollower): add MouseFollowerMode enum

* feat(MouseFollower): update demo

* feat(MouseFollower): 重构部分代码

* feat(MouseFollower): 实现DisposeAsync

* feat(MouseFollower): support Localizer

* feat(MouseFollower): update demo

* feat(MouseFollower): update css

* chore: 移动 MouseFollower 组件到新工程

* refactor: 更改方法名称

* refactor: 修复编译错误

* refactor: 重新设计参数传递

* feat: 更新参数传递逻辑

* doc: 更新示例代码

---------

Co-authored-by: Argo-AscioTech <argo@live.ca>
2023-06-25 03:18:15 +00:00
Argo Zhang
8bf97260a2
feat(FloatingUI): add Floating-UI package (#1410)
* chore: 增加 FloatingUI 组件

* chore: 增加 floating 脚本包

* chore: 重构结构

# Conflicts:
#	src/BootstrapBlazor/wwwroot/js/floating-ui.core.esm.js
#	src/BootstrapBlazor/wwwroot/js/floating-ui.dom.esm.js
#	src/BootstrapBlazor/wwwroot/lib/floating/floating-ui.core.esm.js
#	src/BootstrapBlazor/wwwroot/lib/floating/floating-ui.dom.esm.js
#	src/Extensions/Components/BootstrapBlazor.FloatingUI/wwwroot/js/floating-ui.core.esm.js
#	src/Extensions/Components/BootstrapBlazor.FloatingUI/wwwroot/js/floating-ui.dom.esm.js

* refactor: 重构 float-UI 包

# Conflicts:
#	src/BootstrapBlazor/Components/ContextMenu/ContextMenu.razor.js
#	src/BootstrapBlazor/wwwroot/lib/floating-ui/floating-ui.dom.esm.js
2023-06-19 10:24:56 +08:00
Argo Zhang
3e24393012
feat(Dock): add BootstrapBlazor.Dock lib (#1365)
* feat:  添加 dock 组件

* feat: 添加 dock 组件示例

* doc(Dialog): add ShowResize sample code (#1353)

* chore: 更新配置文件

* refactor 更新 Modal 示例

* refactor: 更新调整大小元素

* doc: 增加 Dialog Resize 示例

* fix: 修复传值错误

* refactor: 增加 ShowResize 参数

* feat: 增加 ModalDialog 脚本

* doc: 更新示例

* chore: 移除冗余样式

* refactor: 移除拖动脚本到 Dialog 中

* feat: 增加 resize 脚本

* refactor: 更新脚本

* test: 更新单元测试

* feat: 添加静态文件

* refactor: 删除不用的脚本

* refactor: 重构组件

* chore: 更新项目配置

* refactor: 更新样式

* feat: 增加 Json 转化类

* feat: 增加配置类

* refactor: 增加 DockView 布局配置下行逻辑

* doc: 更新示例

* chore: 增加 dock 样式

* refactor: 使用新的方法

* feat: 添加复杂案列

* refactor: 重命名转换器

* refactor: 更新样式

* refactor: 更改类名

* feat: 增加对组件支持

* feat: 增加配置项

* doc: 增加组件逻辑支持

* doc: 增加嵌套使用示例

* feat: 增加 Visible 参数用于控制是否可见

* refactor: 更新 init 脚本逻辑保证执行一次

* refactor: 移除不使用的样式

* feat: 增加 Visible 参数

* feat: 增加 Visible 逻辑不参与序列化

* doc: 更新示例

* feat: 增加 Visible 逻辑控制 DOM

* feat: 添加未压缩js,便于调试

* feat: 添加 stateChanged 、tabClosed 事件

* refactor: 重构获取本地存储逻辑

* doc: 更新示例

* feat: 增加版本号名称是否开启本地存储配置项

* chore: 调整 stack 标签样式

* chore: 隐藏 Header 控制按钮

* feat: 增加 LocalStorage 功能

* feat: 增加 Close 事件销毁方法

* feat: 增加 title 标识逻辑

* refactor: 更新关闭标签页逻辑

* refactor: 增加销毁调用逻辑

* fix: 修复多余的 dock 关键字

* refactor: 移除不必要的配置项

* refactor: 保存布局增加判断

* chore: 更新脚本包

* chore: 更新脚本包

* chore: 增加 tabClose 方法

* feat:  更新脚本

* refactor: 修复报错问题

* doc: 更新测试用例

* refactor: 移动到 Converters 目录

* feat: 增加扩展方法

* feat: 增加 OnCloseItemAsync 回调方法

* refactor: 根据 tabClosed 参数类型

* feat: 更新脚本

* feat: 使用 _element 属性

* refactor: 增加 DockViewConfig 用于序列化

* refactor: 重命名组件

* doc: 更新示例

* feat: 增加 Tab 关闭自定义逻辑

* refactor: 移除原始函数保持

* refactor: 使用事件提高代码复用率

* feat: 移除无用资源

* refactor: 增加添加新 Row 逻辑

* feat: hack onSplitterDragStop 方法

* feat: 增加分隔条处理逻辑

* feat: hack onDrop 方法

* feat: 增加拖拽逻辑

* doc: 更新文档

* doc: 更新示例代码

* doc: 更新菜单

* refactor: 移除可拖动区域设置

* doc: 增加示例网页

* doc: 增加侧边栏布局

* refactor: 更新脚本

* refactor: 重构级联参数支持组合模式

* doc: 更新示例

* doc: 更新示例

* refactor: 增加样式

* doc: 增加嵌套示例

* refactor: 增加默认模板页

* doc: 增加 Visible 示例

* feat: 增加 setTitle 方法更新

* feat: 增加 ShowClose 参数用于控制是否可关闭

* refactor: 增加 List<DockContent> 转化器

* feat: 布局根据参数渲染

* doc: 增加标签二

* doc: 更新示例引用

---------

Co-authored-by: zhangpeihang <948869991@qq.com>
2023-06-10 10:55:29 +08:00
Argo Zhang
d131c171d7
feat(OpenAI): add Azure OpenAI component (#1288)
* chore: add tags for component

* chore: update project type to Sdk.Razor

* doc: update TableExport version 7.4.0

* feat: 增加 AzureOpenAI 服务

* refactor: 更新 SDK 类型

* chore: 更新 SDK 类型

* chore: 增加 AzureOpenAI 扩展库

* refactor: 删除不使用的服务

* chore: bump version 7.0.0-beta01

* refactor: 增加 OAuth 服务

* refactor: 更新代码消除警告信息

* doc: 增加示例代码

* feat: 增加 OAuth 服务

* refactor: 精简代码

* doc: 更新注释

* chore: 增加 OpenAI 服务配置

* feat: 增加 Cookie 认证

* doc: 更新示例

* refactor: 删除 OAuthService 服务

* chore: 增加登出控制器

* chore: 增加资源文件

* chore: 增加 https 启动项配置

* chore: 增加 OpenAI 包
2023-05-22 18:44:33 +08:00
Argo Zhang
892a864a20
feat: update AnchorLink support custom icon (#665)
* feat: 增加图标映射配置类

* doc: 增加 AnchorLink 组件图标配置示例

* refactor: 改用 IOptions

* refactor: 移除 AddFontAwesomeIconMapper 扩展方法

* 更新Avatar图标是用服务

* feat: 增加 Meterial 扩展图标包

* refactor: 增加系统更改图标示例代码

* AutoComplete组件图标服务化,修改Avatar的图标服务到OnParametersSet

* AutoFill组件图标服务化

* 尝试修复格式

* refactor: 更新单词拼写错误

* refactor: 更改工程名称

* feat: 更新 Table 组件图标

* feat: 增加 table 组件图标枚举

* chore: 增加 MaterialDesign 包

* feat: 微调 filter 图标

* chore: 合并 main 分支解决冲突

* chore: 移除不使用的命名空间

---------

Co-authored-by: jx <jx@jvxiang.com>
2023-03-09 20:52:27 +08:00
Argo Zhang
abea2e9887
feat: add material icon extension package (#663)
* chore: 增加 MaterialDesign 扩展包

* test: add unit test for ConfigureIconMapperOptions

* feat: add GetIcon extension method

* test: add GetIcon unit test
2023-03-09 20:22:50 +08:00
Argo Zhang
af4930634c
feat: add material design icon theme (#661)
* chore: 增加 MaterialDesign 包

* feat: add material icon theme
2023-03-09 19:50:53 +08:00
Argo Zhang
dc6a4c0f92
chore: update solution file remove miscellaneous (#485)
* doc: update repro doc

* doc: add document form value

* doc: add unit test form value

* doc: add other form

* doc: rename config form

* doc: update pull request template

* chore: update solution file
2023-02-05 20:47:17 +08:00
Argo Zhang
75ceb8ef79
chore: add bb-auto-config.yml file (#465) 2023-02-03 20:41:35 +08:00
Argo
bae3541589
chore: merge comment label action into auto assign action (#409)
* chore: 移除不使用的脚本

* chore: 增加文档

* chore: 更新解决方案文档

* chore: 消除预览版本警告信息

* chore: 更新部署脚本

* chore: 更新 linux 配置脚本

* chore: 更新 nginx.conf 配置项

* chore: 删除自动 comment 脚本

* chore: 增加自动标签后根据不同标签自动 comment 功能

* chore: 输出信息更改为首字母大写

* chore: 增加 Reviewer 是仓库作者判断

* chore: 移除对 auto_comment 脚本引用

* revert: 撤销更改

* chore: 增加 Reviewer 是仓库作者判断
2023-01-28 16:30:05 +08:00
Lambert Lee
90ecae9491
test: add menu unit test improve code coverage (#401)
* chore: rename action name

* doc: 增加注释

* test: add IsDisabled unit test

* test: update IsDisabled unit test

Co-authored-by: Argo Zhang <argo@163.com>
Co-authored-by: lambert lee <lish@live.cn>
2023-01-27 20:09:07 +08:00
Argo
726644c69c
chore: merge action into one action (#393) 2023-01-26 00:04:57 +08:00
Argo
2cbb7b384a
chore: add sync labels assignees milestone actions (#391)
* fix: missing labeler.yml file

* chore: rename job name

* chore: update not-before value

* chore: update auto assign milestone action

* chore: add auto assign milestone action

* chore: add jobs name

* chore: remove copy milestone action

* chore: remove pr auto assign label

* feat: add auto assign assignee label

* chore: add sync action

* chore: update action name
2023-01-25 21:52:27 +08:00
Argo
7862505863
feat: add github labeler bot (#389)
* chore: update action jobs name

* chore: update auto labels bot support pull request

* chore: put labels.yml into github folder

* chore: remove labeler.yml file
2023-01-25 13:42:42 +08:00
Argo
02e1bd215b
chore: update actions/bots jobs name (#387)
* chore: rename action bot jobs name

* chore: add bots on solution
2023-01-25 12:42:51 +08:00
Argo
293bbf2c23 !3771 feat(#I6AY0F): add baidu ocr component
* doc: 更新使用方法
* doc: 增加源码链接配置
* doc: 增加 IBarduOcr 菜单
* chore: 移除重复菜单
* doc: 增加增值税票据识别组件菜单
* Merge branch 'main' into feat/Baidu.Orc
* doc: 更新示例
* refactor: 更改 SaveToFile 方法为异步方法
* refactor: SaveToFile 更改为扩展方法
* refactor: GetBytes 更改为扩展方法
* refactor: RequestBase64ImageFileAsync 更改为扩展方法
* doc: 增加格式化
* doc: 增加发票明细列表
* doc: 更新 Tips 文档
* doc: 不显示已上传列表
* chore: 更新项目依赖项
* doc: 格式化文档
* doc: 增加 BaiduOcr 示例
* chore: 增加 Logo
* refactor: 更新 UploadFile
* doc: 更新示例
* feat: 增加增值税识别方法
* feat: 增加增值税实体类
* doc: 增加反序列化示例
* doc: 增加 BaiduOrc 示例
* feat: 更新 IBaiduOrc 接口
* chore: 增加 BaiduOrc 识别服务
* feat: 增加百度增值税发票识别接口
* chore: 增加百度文字识别配置项
* doc: 增加注释
* Merge branch 'main' into feat/Baidu.Orc
* chore: 增加 BaiduOcr 工程
* refactor: 精简代码消除警告信息
* feat: 增加文字识别服务
2023-01-18 06:04:15 +00:00
Argo
8862ad7c04 !3521 feat(#I60FH2): extensions package support NET7
* chore: 更新依赖包到 V7
* fix: 修复首次加载 lastValue 赋值
* refactor: 重构代码消除警告信息
* refactor: 重构代码消除警告信息
* chore: 更新组件版本 7.0
* refactor: 数据库扩展更新版本到 7.0
* chore: 移除 localizer 解决方案文件夹
* refactor: 中间件支持 NET7
2022-11-10 02:42:21 +00:00
Argo
d7bd0b4f58 !3519 doc(#I5ZOFF): add zh-TW localization file
* doc: 增加繁体中文资源文档
* doc: 更新本地化文档增加 json 文件放置位置说明
* chore: 移动资源文件到项目文件夹
2022-11-09 15:42:27 +00:00
Argo
c714c3ea2b !3286 feat(#I5TFE1): add BootstrapBlazor.BarCode extensions package
* feat: 修复编译错误
* chore: 更新脚本
* chore: 更新配置文件
* refactor: 更新 BarcodeReader 脚本
* refactor: 更新 QRCode 脚本引用问题
* chore: 增加 BarCode 扩展工程
* chore: 删除 QRCode/BarcodeReader 组件
2022-09-27 09:10:42 +00:00
Argo
313147d2e8 !3193 chore(#I5PL6B): update props config ready for upgrade to net7
* chore: 更新解决方案框架配置
* chore: 更新组件版本配置
* chore: 更新全局配置
* chore: 增加 Logo 配置
* Merge branch 'main' into dev-net7
* refactor: 适配 net7 消除警告信息
* refactor: 更改代码写法消除 net7 警告信息
* refactor: ICacheManager 兼容 NET7
* chore: Wasm 项目统一框架设置
* chore: 统一项目框架版本
* chore: 更新项目框架设置
* wip: 支持多框架
* wip: 增加 net6 框架
* chore: 升级框架为 net7
2022-09-04 07:17:12 +00:00
j4587698
22a4216416 !2829 feat: add cherry-markdown
* chore: 更新依赖包
* refactor: 更新组件到 0.7.3
* 升级cherrymarkdown版本到0.7.3
* doc: 更新示例文档
* doc: 更新参数注释
* doc: 更新菜单
* chore: 更新资源文件
* refactor: 更新组件 logo
* Merge branch 'main' into dev-CherryMarkdown
* chore: 更新打包文件
* feat: 增加客户端文件键值防止大文件并行上传键值覆盖问题
* chore: 格式化脚本更改缓存键值
* fix: 增加 using 释放文件流
* refactor: 重构代码增加兼容 NET5 代码
* chore: 更新项目配置文件
* chore: 更新打包文件
* Merge branch 'main' into dev-CherryMarkdown
* update
* update
* update
* update
* update
* update
* update
2022-05-28 01:59:33 +00:00
Argo
7c806e2856 !2800 feat(#I58J2U): add Topology component
* Merge branch 'main' into dev-feat-flowchart
* chore: 版本升级到 6.6.10 扩展 JSModule 参数
* refactor: 更改脚本名称
* doc: 更新示例
* doc: 更新示例
* chore: 更新配置文件
* feat: Topology 组件增加 IDispose 接口
* feat: JSModule 增加 Token 参数
* feat: 添加推送数据属性
* feat: 添加移除脚本方法
* feat: 添加移除脚本方法
* feat: 添加锁定画布方法
* doc: 修改文档示例
* refactor: 增加类注释
* doc: 更新示例样式适配全屏
* feat: 优化代码增加图形渲染隔离
* doc: 修改示例
* feat: 添加加载内容参数
* feat: 修改js加载延迟时间
* refactor: 更新脚本测试数据交互
* feat: 重构 乐吾乐分支代码
* !2796 refactor(#I58ATL): update upload component
* !2795 doc(#I587I3):add english translation of table cell page
* !2794 feat(#I57RYM): readonly property support render as Textarea
* !2793 test(#I584OU): add unit test for table component excel mode
* !2792 doc(#I5827U):add english translation of table column page
* !2791 test(#I581BH): add unit test for table toolbar
* !2790 doc(#I57XKX):add english translation of table base page
* !2789 test(#I57VQW): add unit test for toolbar button on table
* !2787 doc(#I57PJI): document of Cameras add information of attention
* !2788 feat(#I57PKH): markdown support validate
* !2786 test(#I57N4E): add edit feature unit test for Table
* !2785 test(#I57IBT): add unit test for edit feature of Table
* !2784 doc(#I57G14): update version update intro
* !2783 doc(#I57EVZ): update website theme
* !2782 test(#I57CZ1): update test for TotalTime parameter on Speech  component
* !2781 test(#I57CTU): update test for speech
* !2777 feat(#I578CU): MultiSelect support group feature
* !2780 feat(#I57AGS): improve speech component
* !2779 doc(#I579YF): add english translation of speechwave page
* !2778 doc(#I579S4): add english translation of ajaxs page
* !2776 fix(#I576DA): update js for Editor
* !2775 feat(#I575PZ): add ItemTemplate on MultiSelect component
* !2774 doc(#I575AJ): Supplement markdown translation documentation
* feat: 添加流程图文档
* feat: 添加流程图组件
2022-05-20 20:11:56 +08:00
Argo
06c9761565 !2769 test(#I56WPV): add unit test for editor
* test: 增加 Editor 单元测试项目
* feat: 增加版本号信息
* doc: 更新资源文件
* doc: 增加包文档
* refactor: 移除 sealed 修饰符
* chore: 更新配置文件
2022-05-11 07:02:28 +00:00
Argo
51d69b9c18 !2766 feat(#I56Q9E): add BootstrapBlazor.SummerNote package for editor
* feat: Editor 组件内置中文资源
* doc: 移除 Editor 中文资源
* Revert "doc: 移动 Editor 汉化文件到组件内"
* doc: 更新项目文件
* doc: 移动 Editor 汉化文件到组件内
* chore: 依赖组件包
* Merge branch 'main' into feat-summernote
* feat: 引用工程调试项目
* feat: 实现动态加载功能
* feat: 增加 Editor 组件
* refactor: 移除 Editor 组件
* test: 移除 Editor 单元测试
* refactor: 移除 Editor 组件
2022-05-10 07:51:05 +00:00
Argo
454633f759 !2711 revert(#I54UQP): remove test project from solution
* chore: 恢复默认配置
* doc: 格式化代码
* refactor: 移除测试工程
2022-04-26 10:58:25 +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
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
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
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
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
5ad92870d9 !2468 chore(#I4VP0M): add script for development
* chore: 增加 Nginx 配置代码
* chore: 增加 blazor 服务脚本
* chore: 更新脚本
2022-03-01 02:25:31 +00:00
Argo
01f4546615 !2464 feat(#I4VEUV): add FontAwesome nuget package
* chore: 增加 FontAwesome 包脚本
* refactor: 重命名类名
* refactor: 重命名类
* chore: 排除 BB 资源文件
* chore: 增加 FontAwesome 项目
* chore: 增加资源文件
2022-02-26 14:05:17 +00:00
Argo
1edbe4c0a2 !2379 chore(#I4SLE2): add global using for solution
* refactor: 优化代码消除警告信息
* chore: 更新项目配置文件
* chore: 更新代码文件精简命名空间
* chore: 更新 Server 工程配置
* chore: 移除 Blazor 组件工程中命名空间
* chore: 增加全局引用命名空间
* chore: 更新解决方案配置
* refactor: 精简代码
2022-02-03 03:35:30 +00:00
Argo
3be452fbde !2369 test(#I4SKPA): add unit test for CheckboxList
* chore: 更新解决方案配置项
* test: 增加 CheckboxList 单元测试
* refactor: 重构 CheckboxList 组件逻辑
* test: 更新 CheckboxList 单元测试
2022-01-31 05:55:52 +00:00
Argo
4df42641cd !2359 test(#I4SACC): remove net 5 framework from unit test project
* test: 更新测试脚本
* test: 更新单元测试文件
* test: 增加单元测试工程配置文件
* test: 移除不使用的属性
* chore: 移除 Nullable 配置
2022-01-26 07:52:19 +00:00
Argo
db701da344 !2154 doc(#I4KCDS): add code coverage badge
* doc: 更新英文文档
* doc: 更新文档
* doc: 更新文档
* revert: 移除多语言
* test: 更正单元测试
* revert: 增加多语言测试
* test: 更新结果文件
* test: 移除多语言测试
* test: 更新项目路径
* test: 更改命令
* chore: 增加代码覆盖率
2021-11-29 16:49:13 +00:00
Argo
7f0005c413 !2130 test(#I4JTGK): localization unit test into localization test project
* test: 拆分多语言单元测试到独立工程中
2021-11-25 08:28:29 +00:00
Argo
bd5318700b !2121 feat(#I4JL1Y): update BootstrapBlazorRoot component usage
* doc: 更新 BootstrapBlazorRoot 组件使用方法
* doc: 更新 Messages 示例代码
* doc: 更新 Toast 设置位置示例代码
* feat: 改造 BootstrapBlazorRoot 为容器组件
* refactor: 移除内置标签统一使用 BootstrapBlazorRoot
* doc: 移除不用的命名空间
2021-11-24 04:33:31 +00:00
Argo
2e3f0cba0a !1923 feat(#I4CSI9): add OnAfterRenderCallback parameter on Table
* chore: bump version to 5.13.2
* doc: 增加 OnAfterRenderCallback 回调说明文档
* feat: 增加参数
* chore: 重命名项目文件夹
* chore: 更新项目文件夹
* feat: 增加 OnAfterRenderCallback 回调
2021-10-06 14:19:10 +00:00
Argo
e0073bd0f4 !1918 refactor(#I4CQ5G): remove Microsoft.AspNetCore.Http dependence
* doc: 更新客户端信息示例文档
* refactor: 未登录用户赋值 null
* doc: 更新地址位置文档
* chore: add BootstrapBlazor.Middleware dependence
* chore: remove test branch
* chore: update ci script
* feat: 增加 BootstrapBlazor.Middleware 中间件
* refactor: 组件库移除 UseBootstrapBlazor 中间件
2021-10-05 03:19:09 +00:00
Argo
f7ada54151 !1678 fix(#I43RIH): markdown not support set value in async
* chore: bump version to 5.1.0
* chore: 更新打包配置信息
* chore: 更新项目文件
* chore: 更新打包脚本支持 setMarkdown 方法
* chore: 更新 Markdown 项目打包脚本
* chore: 更新文件内联配置文件
* chore: 更新 Markdown 组件配置文件
2021-08-03 14:57:27 +00:00
Argo
193b2d6ef3 !1482 feat(#I3VBB7): enable hot reload
* feat: enable hot reload feature
* chore: 更新项目文件支持 net6.0-preview4
* chore: 增加配置文件
* chore: 恢复框架为 5.0
* wip: update target framework
* feat: enable hot reload
2021-06-11 12:12:56 +08:00
Argo
f362d7707c !1434 chore(#I3S2RS): add dockfile
* chore: add dockerfile
* chore: add docker.yml
* chore: 增加 Dockerfile
2021-05-25 21:12:28 +08:00
Argo
292af40f82 !1391 refactor(#I3PZI7): add margin-top style for li in side menu
* fix: 修复菜单侧边栏最后一个 li 样式问题
* chore: 增加 props 文件
2021-05-07 11:26:54 +08:00
Argo
bebdf4e7c6 !1346 docs(#I3NFM4): update readme.md
* chore: 增加 build actions
* docs: 更新 readme 文档
2021-04-21 16:30:46 +08:00
Argo
29bbffe68e !1174 chore(#I3CBS1): use props file set TargetFramework
* chore: 统一设置框架
* chore: net5.0 框架消除 8620 警告
* refactor: 重构参数集合可为空消除警告
2021-03-21 14:50:57 +08:00
Argo-Cloud
79a381eec5 chore: update dependences lib 2021-03-18 11:24:15 +08:00
Argo
f4cb518f45 !972 chore(#I371RB): add dev branch auto pack to nuget
* chore: 更新打包脚本
2021-02-05 15:15:52 +08:00
Argo
58d55948a9 !918 docs(#I2E8RX): redesign Docs system
* refactor: 移除 doc 工程
* docs: 更新 logo 图标减小文件大小
* docs: 更新资源文件路径
* feat: 通过资源文件获取文件名称
* chore: 增加文件名资源文件
* docs: 更新 widgets 路由路径
* refactor: 更改 WebsiteOptions 注册方式
* feat: 使用注入服务获取仓库地址
* refactor: 精简代码
* refactor: 移除命名空间
* docs: 移动手写输入到 Samples 文件夹
* refacotr: 移动 Table 示例文档位置
* refactor: 优化代码写法
* refactor: 重新整理文件夹
* style: 微调示例页 Tab 样式
* refactor: 优化 Pre 组件
* style: 更新 Header 样式
* docs: 增加命名空间引用
* docs: 更新介绍文档
* refactor: 增加 ComponentLayout 模板
* refactor: 移除 Example 可为空判断
* refactor: 移除不使用的回调委托
2021-01-21 16:05:38 +08:00