Commit Graph

4180 Commits

Author SHA1 Message Date
Argo
b45e17689b !3611 chore(#I65MRN): update config for dismiss NET5 warning
* Merge branch 'main' into chore/config
* chore: 消除 NET5 过期警告信息
2022-12-10 16:31:49 +00:00
Argo
deb63b4173 !3610 fix(#I65MRM): add focus to false config on Modal component
* chore: bump version 7.1.5
* fix: 修复弹窗内 popover 组件无法获得焦点问题
* fix: Excel 模式自动设置 IsPopover 参数
2022-12-10 16:25:24 +00:00
Argo
d9d8ce996d !3609 fix(#I65MRC): do not update Value when input value on search box on Select component
* Merge branch 'main' into fix/select
* fix: 修复 Select 下拉框输入搜索条件时 Value 直接改变问题
2022-12-10 16:11:51 +00:00
Argo
9b153e4330 !3608 feat(#I65MR9): RadioList support disable single item
* Merge branch 'main' into feat/radiolist
* chore: bump version 7.1.5-beta04
* doc: 增加单项禁用示例
* feat: 支持单项禁用功能
* test: 增加 IsDisabled 单元测试
* doc: 增加单项禁用示例
* feat: CheckboxList 支持单项禁用功能
2022-12-10 16:07:46 +00:00
Argo
5a6d0f5c94 !3607 feat(#I658MP): support item disable on CheckboxList
* test: 增加 IsDisabled 单元测试
* doc: 增加单项禁用示例
* feat: CheckboxList 支持单项禁用功能
2022-12-10 16:06:07 +00:00
Argo
51e1944a1f !3605 chore(#I65LDR): update unit test for Anchor and update document
* test: 增加 IsAnimation 单元测试
* refactor: 移除 ElementReference
* chore: 更新资源文件
* doc: 更新文档
* doc: 更新示例
* Merge branch 'main' into dev-confirm-button
* chore: 修复资源文件
* doc: 添加 PopConfirmButton BodyTemplate 文档
2022-12-10 04:52:29 +00:00
alex_zou
a216a9792f !3601 doc(#I65LBG): update json resource file
* 英文文档翻译调整
2022-12-10 04:09:41 +00:00
Argo
75936df297 !3604 refactor(#I65LB2): rename BodyTemplate to ChildContent on PopConfirmButtonContent
* Merge branch 'main' into feat/Popovers
* Merge branch 'main' into feat/Popovers
* test: 移除 ChildContent 单元测试
* test: 补充 IsDefault 单元测试
* test: 增加 ChildContent 单元测试
* refactor: BodyTemplate 更改为 ChildContent
2022-12-10 04:05:09 +00:00
Argo
2b6bd6fe7b !3603 feat(#I65LA7): add IsAnimation parameter on Anchor
* chore: bump version 7.1.5-beta02
* feat: 更改 IsAnimation 默认值为 false
* Merge branch 'main' into feat/anchor
* feat: 增加 IsAnimation 参数
* feat: anchor 增加 Animation 参数
2022-12-10 03:56:06 +00:00
Argo
ae1762b305 !3602 feat(#I65HOU): add QueryPageOptions on OnExportAsync callback on Table component
* chore: bump version 7.1.5-beta01
* test: 更新单元测试
* doc: 更新 OnExportAsync 回调接口
* chore: 更新打包脚本
* feat: OnExportAsync 增加 参数接口更新
2022-12-10 03:21:41 +00:00
alex_zou
bc5d65a2c3 !3596 feat(#I65E62): add PDF Reader components
* Done
* Update docs.json
* Add  PDF Reader components / 添加 PDF阅读器 PDF Reader 组件
2022-12-08 19:33:47 +00:00
alex_zou
35b6e33eca !3597 doc(#I65E66): update document for bluetooth component
* Fixed docs text error
2022-12-08 19:30:02 +00:00
Argo
f9dce43dbc !3599 feat(#I65E6Q): add close method on drawer component
* chore: bump version 7.1.4
* feat: 增加关闭抽屉方法
* feat: 抽屉组件支持脚本动态加载
* chore: 更新 drawer 脚本
2022-12-08 19:26:33 +00:00
Argo
9ee534a27f !3598 feat(#I65E6O): the container of Anchor support class name
* feat: anchor 组件脚本更新支持样式作为容器定位
2022-12-08 19:06:19 +00:00
Argo
dd7a917ee0 !3595 feat(#I64VRE): update fixed column logic for table component
* chore: bump version 7.1.4-beta02
* feat: 增加固定列缓存
* chore: bump version 7.1.4-beta01
2022-12-08 06:11:22 +00:00
Argo
60dd3523f2 !3594 feat(#I6594Z): add IsDefault parameter on RibbonTabItem
* refactor: 重构代码
* test: 增加单元测试
* feat: 增加 IsDefault 参数
2022-12-08 05:19:12 +00:00
Alex chow
453e063f86
Bluetooth printer components doc menu follow master (#302)
* 添加 蓝牙和打印 Bluetooth & Printer 组件

1. 蓝牙打印机 Printer,可打印标签/条码/QR码
2. 蓝牙心率带 Heart Rate
3. 蓝牙设备电量 Battery Level

* 完善文档

* 完善文档

* 添加蓝牙组件说明性文字 Tips

* Update BluetoothBatteryLevel.razor.cs

* Update BootstrapBlazor.Shared.csproj

* Revert "Update BluetoothBatteryLevel.razor.cs"

This reverts commit 51cbb2fa4c4ba80aeb591d2776d1989d78f0cd16.

* Update BootstrapBlazor.Shared.csproj

* Done

* Update NavMenu.razor.cs

Co-authored-by: Argo-Asicotech <argo@163.com>
2022-12-07 23:44:29 +08:00
Alex chow
58da840f20
Add Bluetooth & Printer components / 添加 蓝牙和打印 Bluetooth & Printer 组件 (#253)
* 添加 蓝牙和打印 Bluetooth & Printer 组件

1. 蓝牙打印机 Printer,可打印标签/条码/QR码
2. 蓝牙心率带 Heart Rate
3. 蓝牙设备电量 Battery Level

* 完善文档

* 完善文档

* 添加蓝牙组件说明性文字 Tips

Co-authored-by: Argo-Asicotech <argo@163.com>
2022-12-07 22:34:13 +08:00
Nine
88316b4651 !3593 feat(#I656CI): add BodyTemplate parameter on PopConfirmButton for customize content
* test: 添加 BodyTemplate 单元测试
* feat: popConfirmButton 添加自定义 Body 功能
2022-12-07 14:19:18 +00:00
Argo
294e9e7d5b !3592 feat(#I6561O): add IsPopover parameter on IEditorItem interface
* chore: bump version 7.1.3
* doc: 更新文档
* refactor: 更新 Lookup 服务键值
* feat: 增加 NoSearchDataText 参数
* refactor: 微调 Select 组件下拉框样式
* test: 更新单元测试
* feat: 增加 IsPopover 参数
2022-12-07 12:32:00 +00:00
Argo
42f427bb58 !3591 feat(#I655QS): add ShowSearchWhenSelect parameter on IEditItem
* feat: 支持自定义组件为 Select 是设置是否显示搜索框
* refactor: 重命名 ShowSearchWhenSelect
* chore: 更新 wasm 模式升级到 NET7
* test: 增加单元测试
* feat: 增加 ShowSearchWhenLookup 实现逻辑
* feat: 增加 ShowSearchWhenLookup 参数
* refactor: 格式化代码
2022-12-07 12:00:02 +00:00
Argo
66e6022e5f !3590 feat(#I64Z8W): add ChildContent parameter on Footer
* chore: bump version 7.1.2
* test: 增加单元测试
* doc: 增加属性说明
* doc: 增加 CSS 组件
* doc: 增加 ChildContent 示例
* chore: 更改 padding 参数
* doc: 增加 ShowGoto 示例
* chore: 微调样式
* feat: 增加 ChildContent 逻辑
* feat: 增加是否显示 Goto 逻辑
* style: 样式变量化
* chore: 删除基类
* chore: 增加 ChildContent 与 ShowGoto 参数
* chore: 移除基类
2022-12-07 03:29:38 +00:00
Argo
3added8fa3 !3589 doc(#I64VQ4): update document for table export function
* chore: 更新组件依赖到最新
* chore: 更改内置服务生命周期
* refactor: 精简代码
2022-12-06 08:07:40 +00:00
Argo
87e33cd01d !3588 fix(#I64UPA): update TableExport service life cycle
* chore: bump version 7.1.1
* feat: 更改导出服务生命周期
2022-12-06 07:39:38 +00:00
Argo
40ce10b9f9 !3587 feat(#I64V5Y): update style for fix column on Table component
* feat: 增加多选列固定样式
* feat: 更新操作列固定是样式
* Merge branch 'main' into fix-resize-column
* doc: 更新示例
* feat: 更新固定列样式
* doc: 固定表头增加 RenderMode 参数防止小屏自动 CardView 模式
2022-12-06 07:34:21 +00:00
Argo
95cb46948d !3586 doc(#I64UVV): update sample code for Table
* doc: 固定表头增加 RenderMode 参数防止小屏自动 CardView 模式
2022-12-06 07:02:52 +00:00
Argo
e5d1fd25d5 !3585 feat(#I64QCQ): update IconList component add Category scroll spy
* chore: bump version 7.0.1
* Merge branch 'main' into feat/dialog
* chore: 移除高度样式
* chore: 更新脚本
* chore: 更新样式
* chore: 更新样式
* chore: 更新脚本支持分类栏侦听功能
* feat: 增加侧边栏导航功能
2022-12-05 11:54:21 +00:00
Argo
4f56a9cb6e !3584 test(#I64Q89): update unit test improve code coverage
* chore: bump version 7.1.1
* test: 更新单元测试
2022-12-05 11:31:41 +00:00
Argo
9bac26e5f3 !3583 feat(#I64OVQ): update DialogCloseButton implement Button component
* doc: 更新示例
* chore: bump version 7.1.1.-beta02
* chore: 支持 Button 功能
2022-12-05 09:12:16 +00:00
Argo
5079a093eb !3582 test(#I64IUW): add unit test for ModalDialog
* test: 补充 ModalDialog 单元测试
* test: 修复失败的单元测试
2022-12-04 15:53:19 +00:00
Argo
2cb9b9a5e7 !3581 fix(#I640AO): update Modal prevent close dialog loop
* chore: bump version 7.1.1-beta01
* fix: 修复模态窗导致关窗死循环问题
* feat: DialogResult 增加 Unset 枚举值
2022-12-03 08:20:53 +00:00
Argo
dbeda7103a !3580 feat(#I63Y3Y): support image preview on CardUpload component
* test: 更新单元测试
* chore: bump version 7.1.0
* feat: 增加图片预览功能
* chore: 更新脚本
* refactor: 动态调整 PreviewList 参数通知 js
* refactor: 更新图片预览
* feat: ImageViewer 内部使用 ImagePreviewer 组件
* refactor: 更改组件名
* refactor: 更新脚本剥离出 image-previewer 脚本
2022-12-03 07:30:18 +00:00
Argo
13de2669e8 !3579 feat(#I641HK): add AutoSelectFirstWhenValueIsNull on RadioList component
* chore: bump version 7.0.10
* test: 增加单元测试
* doc: 更新示例
* feat: 增加 AutoSelectFirstWhenValueIsNull 参数
2022-12-02 08:28:34 +00:00
Argo
6cf735da98 !3578 doc(#I64A1F): update document for TableExport remove js
* chore: 更新资源文件
* doc: 移除 JS 文档
* doc: 移除导出 js 脚本
2022-12-02 04:02:18 +00:00
Argo
54bd2f22b9 !3577 feat(#I649WS): add align-content style for ListView component
* feat: 微调样式
2022-12-02 03:47:39 +00:00
Argo
8a84bbce48 !3576 feat(#I6439W): update OnMenuClickAsync on RibbonTab component
* chore: 更新版本 7.0.10-beta03
* chore: 更新版本
* test: 更新单元测试
* doc: 更新文档
* feat: 更改 OnMenuClickAsync 回调参数
2022-12-01 05:40:19 +00:00
Argo
99451ea687 !3575 feat(#I63T9E): bump BootstrapBlazor.TableExport version to 7.1.0
* refactor: 根据最新接口更新服务
* chore: 更新依赖包 7.0.9
* doc: 更新依赖组件库
* feat: TableExport 更新使用 download service 完成下载
2022-11-30 00:33:49 +00:00
Argo
92fcb35a2e !3574 feat(#I63T8D): remove IJSRuntime parameter from ITableExcelExport interface
* chore: bump version 7.0.9
* feat: 更新 ITableExport 接口移除 IJSRuntime 参数
2022-11-30 00:19:07 +00:00
Argo
c937655f81 !3573 feat(#I63PS5): add EditDialogCloseAsync parameter on Table
* test: 增加 EditDialogCloseAsync 单元测试
* chore: bump version 7.0.8
* test: 增加单元测试
* feat: 增加 EditDialogCloseAsync 回调方法
2022-11-29 07:44:50 +00:00
Argo
170f80d99e !3572 feat(#I63P27): add ExportButtonIcon parameter on table component
* test: 增加 ExportButtonIcon 单元测试
* feat: 增加 ExportButtonIcon 参数
2022-11-29 06:53:30 +00:00
代码搬运工
c1458d7e6a !3569 doc(#I63OB7): update document for Table component
* update document for Table component
* 层次缩进 描述显示异常
* Table 树形数据展示
2022-11-29 06:40:04 +00:00
代码搬运工
6439df904d !3571 update document for Table component
* update document for Table component
* 层次缩进 描述显示异常
* Table 树形数据展示
2022-11-29 06:39:43 +00:00
Argo
516801e56a !3570 test(#I63OA1): add unit test improve code coverage
* test: 增加 Root 单元测试
* test: 增加异常捕获单元测试
* doc: 移除不使用的命名空间
* test: 增加复杂类型数据单元测试
* test: 更新单元测试变量名
* test: 增加 Menu 单元测试
* test: 更新 ajax 单元测试
* test: 增加 Menu 单元测试提高代码覆盖率
* test: 提高代码覆盖率
* test: 补充 Menu 单元测试
* test: 增加 JSModule 的单元测试
* refactor: 使用变量代替常量
2022-11-29 05:45:41 +00:00
Argo
a3246b3105 !3568 test(#I63L3F): add unit test
* test: 增加 TableSettings 单元测试
* test: 增加 DialogCloseButton 颜色单元测试
* test: 增加 Swal 单元测试
* test: 更新 TableSettings 单元测试
* test: 增加 ShowShadow 单元测试
* test: 增加 CustomClass 单元测试
* test: 增加 DialogCloseButton 单元测试
* test: 增加 ShowCopyColumn 单元测试
* test: 更新 BootstrapBlazorOption 单元测试
2022-11-28 14:08:13 +00:00
Argo
5d5d6ae5e0 !3566 doc(#I63CZ8): update document for table toolbar
* doc: 更新 Toolbar 文档
2022-11-27 15:37:11 +00:00
Argo
9e7a104518 !3565 feat(#I62QKU): add FixedMultipleColumn parameter on Table
* chore: bump version 7.0.8-beta05
* doc: 更新固定列示例
* feat: 增加固定选择列功能
* feat: 增加样式
* feat: 增加 MultiColumnWidth 精简逻辑
* feat: 增加选择列样式
* feat: 增加 FixedMultipleColumn 参数
2022-11-27 15:30:43 +00:00
Argo
5b9a037ed6 !3564 doc(#I639B0): update sample for Calendar component
* chore: bump version 7.0.8-beta04
* test: 增加单元测试
* test: 更新单元测试消除警告信息
* chore: 增加多语言
* refactor: 结构体更改为类
* doc: 增加 Calendar 工时统计示例
2022-11-26 06:48:13 +00:00
Argo
6335e168c9 !3563 feat(#I638ZX): add binding Value support switch month/year
* feat: 增加 Value 双向绑定支持
* refactor: 格式化代码
* test: 增加 SwalOption Class 参数单元测试
* refactor: 增加可为空标记消除警告信息
2022-11-26 05:26:03 +00:00
Argo
bd93106ec0 !3562 feat(#I6386V): add Class parameter on SwalOption
* chore: bump version 7.0.8-beta03
* feat: 增加 Class 参数用于设置弹窗样式
2022-11-25 16:44:57 +00:00
Argo
88b53a3189 !3561 fix(#I631ZW): do not update the DateTImePicker value in Year/Month view
* chore: bump version 7.0.8-beta02
* fix: 修复年月视图选择时间未生效问题
2022-11-25 05:09:58 +00:00