Commit Graph

3158 Commits

Author SHA1 Message Date
Argo
2d55759767 !2537 feat(#I4Y2BM): checkbox support xl xxl size
* doc: 更新示例文档
* chore: 增加大小样式
2022-03-16 03:58:55 +00:00
Argo
9c08789821 !2536 feat(#I4Y24F): avatar support xxl size
* doc: 更新文档
* doc: 增加超大示例
* chore: 增加 is-xxl 样式
2022-03-16 03:30:13 +00:00
Argo
66ab7a0e97 !2535 feat(#I4Y0FS): support extra extra large size
* doc: 更新示例文档增加超超大弹窗
* feat: 更新弹窗默认值为 xxl 大小
* chore: 增加 xxl 样式
* feat: 增加 xxl 样式
2022-03-16 03:18:39 +00:00
Argo
012f5dc39b !2534 fix(#I4XZDD): missing DisplayText when set IsDisabled on Switch component
* chore: bump version beta03
* fix: missing DisplayText when set IsDisabled on Switch component
2022-03-15 14:43:56 +00:00
Argo
3abbe89b71 !2533 feat(#I4Y023): change save callback parameter to nullable
* chore: bump version to beta02
* feat: ShowSaveDialog 参数可为空
* doc: 增加参数注释
2022-03-15 14:09:32 +00:00
Argo
6208392599 !2532 test(#I4XYP2): add unit test for cascade
* test: 增加 IsDisabled 单元测试
* refactor: 重构代码提高可读性
* refactor: 更新设置默认值逻辑
* test: 增加设置默认值单元测试
* test: 增加 Items 单元测试
* test: 增加 Color 单元测试
* test: 增加表单内单元测试
* refactor: 重构代码
* refactor: 格式化代码
* test: 增加单元测试
2022-03-15 09:35:49 +00:00
Argo
ba43ff1802 !2531 fix(#I4XVKU): Light component support custom class html attribute
* fix: Light 组件支持自定义 class 属性
2022-03-15 05:02:22 +00:00
Argo
04070c1ac5 !2530 fix(#I4XPYY): input can't auto focus when inside Modal
* chore: bump version beta01
* fix(#I4XPYY): 修复弹出窗内的 input 无法自动获得焦点问题
2022-03-14 07:47:08 +00:00
Argo
2856ef0bc5 !2529 test(#I4XPYV): add unit test for readonly property render to Display
* test: 增加只读属性单元测试
* test: 实现 LookupServiceKey 接口
2022-03-14 07:15:56 +00:00
william19941994
679dda9cc9 !2527 feat(#I4XOJE): add LookUpService
* doc: 更新 TableColumn 文档
* chore: bump version 6.4.4
* doc: 更新示例
* doc: 更新示例
* doc: 更新注释文档
* refactor: 重构示例 Lookup 服务位置
* refactor: 移除接口显式实现代码
* feat: Display 组件支持 LookupService
* refactor: LookupService 支持空键值
* refactor: 更改 EmptyLookupService 为 NullLookupService
* refactor: 更改服务名称
* Merge branch 'main' into dev-lookup
* !2525 增加了个LookUpService类
* 增加了个LookUpService类,通过AutoGenerateColumnAttribute中的LookUpServiceCatalog…
2022-03-14 06:54:07 +00:00
Argo
3174b4d620 !2528 test(#I4XOJ0): add Captcha unit test
* test: improve code coverage
* test: 更新单元测试
* test: 增加单元测试
* refactor: 精简代码
* refactor: 移除 set 属性
* refactor: 移除 Captcha 基类
2022-03-14 04:25:10 +00:00
Argo
2aa480dc55 !2526 doc(#I4XOHU): update ul-demo style for web site
* doc: 更新网站 UL 提示样式
2022-03-14 04:13:56 +00:00
Argo
8fffa6c5ed !2522 test(#I4XKX7): add unit test for camera
* test: 增加 AutoStart 单元测试
* test: 增加 Preview 单元测试
* test: 增加 Capture 单元测试
* test: 增加 Stop 单元测试
* test: 增加 Start 单元测试
* test: 增加 Error 单元测试
* test: 增加 Init 单元测试
* refactor: 更新销毁逻辑
* refactor: 移除无用的代码
* refactor: 增加 PlaceHolder 赋值
* refactor: Select 组件增加 PlaceHolder 支持
* test: 增加宽高单元测试
* test: 增加单元测试
* doc: 精简判断条件
* doc: 格式化代码
2022-03-13 05:13:19 +00:00
Argo
19b1775173 !2521 test(#I4XK56): improve code coverage
* test: 补充 Password 单元测试
* test: 补充 Readonly 单元测试
* feat: 更新单元测试
2022-03-12 12:03:04 +00:00
Nine
9080183667 !2520 fix(#I4XJ5M): fix IsDisable property of tablecellbutton component
* fix: 修复 tablecellbutton IsDisable 无效
2022-03-12 11:34:11 +00:00
Argo
8cddaf2092 !2519 feat(#I4XHT5): InputGroup compatibale with Select component
* chore: bump version beta04
* Merge branch 'main' into refactor-display
* doc: 增加 Select 组合示例
* doc: 重命名 Text 为 DisplayText
* style: 适配 Select 组件
* refactor: 弃用 Text 属性
* doc: 格式化文档
* fix: Group 支持 html 标签
* refactor: 设置 Text 与 DisplayText 同步
2022-03-11 16:51:17 +00:00
Argo
87f12037fb !2518 refactor(#I4XHT3): move Print method into extension class
* refactor: 拆分服务
* doc: 格式化代码
2022-03-11 16:44:53 +00:00
Argo
2ca65c31f9 !2517 feat(#I4U3DX): make the item visible in dropdown menu on Select component
* style: 更新样式
* feat: 增加脚本滚动下拉框
* doc: 代码格式化
2022-03-11 16:41:28 +00:00
Argo
c37236fd16 !2515 feat(#I4XGLY): BootstrapInputGroupLabel adopt ValidateForm
* doc: 增加示例
* refactor: GroupLabel 增加功能
* refactor: 更改类可见性
* feat: 表单组件基类增加对 InputGroup 组件兼容代码
* feat: 骨架屏组件支持自定义 html 属性
2022-03-11 09:43:02 +00:00
Argo
384467184d !2514 fix(#I4U9JM): improve skeleton tree for Tree component
* chore: bump version beta03
* test: 更新单元测试
* doc: 增加异步加载显示骨架屏示例代码
* doc: 更新资源文件
* feat: 增加额外样式处理
* fix: Tree 增加骨架屏支持
2022-03-11 04:58:25 +00:00
Argo
72ea67e99e !2513 feat(#I4XDLI): add SkeletonTree component
* doc: 增加 SkeletonTree 示例
* feat: 增加 SkeletonTree 组件
2022-03-11 04:35:34 +00:00
Argo
999d9a2b0f !2512 refactor(#I4XBU1): change device to enum type of WebClientInfo
* feat: 更改 DeviceType 为枚举类型
2022-03-11 01:25:09 +00:00
Argo
510024088c !2510 feat(#I4X9JC): add overflow datetime check
* chore: bump version beta01
* feat: 增加时间溢出样式
* feat: 增加时间溢出判断方法
* fix: 时间加减增加保护
* feat: 增加扩展方法
2022-03-10 11:53:48 +00:00
Argo
2bfe57a8fb !2509 feat(#I4X74N): CanWrite extension method support complex property name
* feat: CanWrite 支持复杂类型属性名
2022-03-10 05:04:03 +00:00
Argo
1117e4a74f !2508 feat(#I4WP77): table column support readonly property
* Merge branch 'main' into feat-table-column
* feat: 增加 CanWrite 扩展方法
* feat: Table Excel 模式支持只读属性
* feat: EditorForm 支持只读属性
* refactor: Display 组件移除 ValueChanged 回调委托
* feat: 增加 FieldName 参数支持只读属性
* refactor: 格式化代码使用 char 数据类型
2022-03-10 04:49:42 +00:00
Argo
5b41f22c15 !2507 feat(#I4X736): public extend method GenerateValueChanged
* feat: 公开 GenerateValueChanged 方法
2022-03-10 04:47:27 +00:00
Argo
d7477ca689 !2506 feat(#I4X3SG): add ButtonTemplate parameter on Tab component
* chore: bump beta01
* test: 增加 ButtonTemplate 单元测试
* feat: Tab 组件增加扩展按钮模板
2022-03-10 02:05:17 +00:00
Argo
45fc1c8206 !2505 refactor(#I4X43P): modify private to protected for IsAuthenticated on Layout component
* feat: IsAuthenticated 子类可赋值
2022-03-09 12:26:06 +00:00
Argo
1f1eb77657 !2504 refactor(#I4X3WW): update Filter/Sort lambda expression for complex bind field on TableColumn
* Merge branch 'main' into feat-filter
* refactor: 重构代码
* refactor: 重构 GetPropertyLambdaByName 方法
* refactor: 重构 QueryableOrderBy 方法
* refactor: 重构 EnumerableThenBy
* refactor: 重构 EnumerableOrderBy 方法
* refactor: 增加过滤条件支持复杂数据类型
2022-03-09 11:41:47 +00:00
szpeak
44c41ee268 !2502 feat(#I4X067): support Filter/Sort function when bind complex property
* 解决Table列复杂类型绑定过滤和排序问题
2022-03-09 04:13:43 +00:00
Argo
34735d83aa !2503 test(#I4X05H): add unit test for Dropdown
* refactor: 重构代码支持下拉框模板
* test: 更新单元测试覆盖率 100%
* test: 更新 OnValueChanged 单元测试
* test: 更新 OnSelectedItemChanged 单元测试
* test: 更新在验证表单内单元测试
* test: 更新 IsFixedButtonText 单元测试
* test: 更新对齐方式单元测试
* test: 更新弹出窗方向单元测试
* add  DropdownTest.cs 未完成。
2022-03-09 04:06:10 +00:00
Argo
62ba867a9d !2500 refactor(#I4WVXC): refine code for the value not in Items
* test: 补充单元测试
* chore: bump version 6.4.2
* refactor: 重构赋值逻辑
2022-03-08 08:50:10 +00:00
Argo
64021c348e !2499 refactor(#I4WVAB): remove HasKey property on TableTreeNode class
* refactor: 精简判断模型是否有 Key 标签逻辑
2022-03-08 08:12:45 +00:00
Argo
ca07795087 !2498 fix(#I4WV6R): edit/delete button in table toolbar enable when no row selected
* doc: 更新示例代码
* fix: 修复行编辑后导致工具栏编辑按钮仍然可用问题
* test: 增加单元测试
* feat: 增加缓存方法
* feat: 增加 Lambda 扩展方法获得 Key 标签属性值
* doc: 增加描述信息
* feat: 移除未实现的下载列表
2022-03-08 07:47:25 +00:00
Argo
60d625dab6 !2497 feat(#I4WV52): add GetKeyValue method on Utility extension class
* refactor: 合并单元测试
* test: 增加单元测试
* feat: 增加缓存方法
* feat: 增加 Lambda 扩展方法获得 Key 标签属性值
2022-03-08 07:44:11 +00:00
Argo
75838fdc98 !2496 revert(#I4WSL1): recover remove code in ValidateForm
* test: 补充占位符单元测试
* test: 增加 ValidateFormTestBase 类
* refactor: 支持占位符错误信息
* revert: 恢复删除代码
2022-03-08 03:46:50 +00:00
szpeak
09d447cd1d !2495 fix(#I4WSEI): update Value use UI data when value not in Items on Select component
* 解决Select初始化的时候界面自动选择了第一个,但是没有同步绑定的值,导致值和数据不同步
2022-03-08 02:26:13 +00:00
Argo
66e311d365 !2494 feat(#I4WM94): add IsLink parameter on PopConfirmButton component
* chore: bump version 6.4.1
* test: 增加 IsLink 相关单元测试
* doc: 增加 IsLink 参数说明
* doc: 增加超链接确认按钮示例
* refactor: 改用动态组件渲染确认按钮
* feat: 增加 IsLink 参数
2022-03-07 04:31:54 +00:00
Argo
d5f43e525d !2493 refactor(#I4WLN7): remove GenerateElement from DynamicElement component
* refactor: 移除 GenerateElement 参数
2022-03-07 03:24:18 +00:00
Argo
c28f31157d !2492 feat(#I4WLL7): add Obsolete on IsComplete parameter on SwalOption
* refactor: 相关组件适配调整移除对 IsConfirm 属性的引用
* feat: Swal 组件适配调整
* feat: IsConfirm 增加已弃用关键字
2022-03-07 03:21:25 +00:00
Argo
9e0cf3f5b2 !2491 refactor(#I4WI7K): move DialgService extension method into DialogExtensions file
* chore: bump version beta03
* refactor: 移动弹窗到扩展方法类中
2022-03-06 11:06:40 +00:00
Argo
f90a8e7ba5 !2490 fix(#I4WI7I): remove IsConfirm parameter on SwalOption
* test: 更新单元测试
* fix: 修复 ShowModal 需要手动设置 IsConfirm 参数
* refactor: 重构代码移动 ShowModal 到扩展类中
* refactor: 重构代码
2022-03-06 11:02:20 +00:00
Argo
09790adc59 !2489 test(#I4WHSZ): fix test run fail issue
* fix: 修复 Test 并发报错问题
2022-03-06 07:00:39 +00:00
Argo
bbf5ac338c !2488 fix(#I4WG4N): not show filename when bind value type is string on InputUpload component
* chore: bump version beta02
* fix: 修复 InputUpload 丢失文件名问题
2022-03-05 06:34:25 +00:00
Argo
9aa671f67f !2487 fix(#I4WFYV): can't inherit from PopConfirmButton
* chore: bump version beta01
* refactor: 移动 OnClick 回调到 Button 类中
* feat: ConfirmButton 移除 sealed 关键字
2022-03-05 05:50:14 +00:00
Argo
6024ce6b76 !2486 feat(#I4WFOW): add GetFieldByName static method
* feat: 增加 GetFieldByName 方法
2022-03-05 03:46:20 +00:00
alex_zou
9c9a520a82 !2485 test(#I4WF7Y): add unit test for Breadcrumb
* doc: 格式化代码
* BreadcrumbsTest
2022-03-05 03:43:19 +00:00
alex_zou
b080c06d66 !2484 test(#I4WF7U): add unit test for Split
* doc: 格式化代码
* Update SplitTest.cs
* Create SplitTest.cs
2022-03-05 03:39:46 +00:00
Argo
cb7c6f465a !2483 refactor(#I4WEZR): redesign complex property get/set function
* fix: 修复简单属性无法获取问题
* Merge branch 'main' into feat-multiple-property
* feat: TableColumn 支持多层次属性
* doc: 更新 ValidateForms 参数名称
* refactor: 优化获取级联参数方法
2022-03-04 13:57:46 +00:00
szpeak
46d3ce5416 !2479 feat(#I4WEZR): support complex property on TableColumn
* 增加对Table列的多级属性绑定
2022-03-04 13:37:23 +00:00