Commit Graph

2927 Commits

Author SHA1 Message Date
Argo
3b7d2d6695 !2299 doc(#I4Q071): add sample code for multiple column sort on Table component
* chore: bump version to 6.2.5
* doc: 增加 Table 多列排序示例
2022-01-09 10:28:01 +00:00
Argo
67cc577960 !2298 feat(#I4Q03I): add OnSort action on Table component
* refactor: 重构 Table 组件 OnSort 回调委托
* feat: 动态多列排序功能
2022-01-09 09:34:23 +00:00
Argo
386e2a4364 !2297 feat(#I4PZBR): remove UseInjectDataService parameter from Table component
* chore: bump version 6.2.4
* doc: 更新表格边距示例
* feat: 弃用 UseInjectDataService 参数
2022-01-09 03:32:25 +00:00
Argo
bae5b76c2c !2296 fix(#I4PKOC): throw exception when switch page that has Model component
* chore: bump version to 6.2.3
* revert: 修复Modal 组件切换页面导致报错问题
2022-01-08 06:33:39 +00:00
Argo
809808eb03 !2295 chore(#I4PXI0): add lang for docker image
* chore: dockerfile 镜像增加文化信息
2022-01-08 06:10:24 +00:00
alex_zou
ae70fd1ab0 !2294 fix(#I4PWKC): filter result incorrect when use more than one conditions
* 修复 issues/I4PWKC 数量列筛选点+号添加新筛选条件,新筛选条件绑定@Value1错误,应为@Value2
2022-01-08 05:00:36 +00:00
Argo
9f0328151d !2293 fix(#I4PSJO): advance search than has enum type property always has value even set CustomerSearchModel
* chore: bump version 6.2.2
* fix: 修复 SearchModel 包含枚举类型导致条件一直有默认值
2022-01-07 04:58:32 +00:00
Argo
2e4e96853c !2292 fix(#I4PM8I): DeleteAsync callback method not work on dynamic context Table component
* doc: 增加说明文档
* doc: 更新示例文档
* fix: 修复动态删除回调失效问题
* wip: 临时提交转移电脑
2022-01-06 16:36:43 +00:00
Argo
ff9a0cb50e !2291 fix(#I4PPY4): throw exception when datasource collection is empty on Table component
* chore: bump version 6.2.1
* doc: 更新示例
* fix: 修复集合为空时聚合函数报错
* feat: 更新 Empty 内部结构
2022-01-06 12:04:45 +00:00
Argo
b0cbe1da84 !2290 doc(#I4PPRR): update sample code for table footer
* doc: 更新 Footer 示例
2022-01-06 11:17:37 +00:00
Argo
22d74bbefb !2289 feat(#I4PPQ2): add IsHideFooterWhenNoData parameter on Table
* feat: 增加 IsHideFooterWhenNoData 参数
* feat: 无数据模板移动到 Body 内部
2022-01-06 11:08:43 +00:00
Argo
f7682ee0ab !2288 doc(#I4PNVD): update SearchTemplate sample code for table
* doc: 修复 SearchTemplate 模板查询示例
2022-01-06 08:21:32 +00:00
Argo-Tianyi
4b42220450 chore: bump version to 6.2.0 2022-01-06 11:04:21 +08:00
Argo
7f202574bb !2287 test(#I4PJME): add unit test for DateTimeRange
* test: 增加代码覆盖率
* refactor: 移除无法覆盖的代码
* test: 增加 UpdateValue 方法代码覆盖率
* test: 增加下月按钮点击事件单元测试
* test: 更新确认按钮单元测试
* test: 增加侧边栏点击事件单元测试
* doc: 格式化文档
* Merge branch 'main' into dev-test-datetimerange
* test: 添加 DateTimeRange 组件单元测试
2022-01-05 15:40:37 +00:00
Argo
e59096592a !2286 feat(#I4PBOF): add AdvanceSearchs on QueryOptions for Table component
* test: 移除不需要的单元测试
* feat: bump version to beta13
* feat: Table 组件增加 AdvanceSearchs 条件集合
2022-01-04 09:04:02 +00:00
Argo
df09bf8389 !2285 feat(#I4P9YK): add Sort<TModel> extension method support EFCore
* chore: bump version beta12
* feat: 增加多列排序 Sort 拉姆达表达式
2022-01-04 06:56:15 +00:00
Argo
9c20038fb2 !2284 feat(#I4P8MS): add SortList parameter on Table component support multiple column sort
* chore: bump version beta11
* feat: 更新多列排序 Lambda 表达式
* feat QueryPageOptions 增加多列排序参数
* feat: 增加 GetSortList lambda 表达式方法
* style: 更新重连遮罩 z-index 为 2000
2022-01-04 04:44:23 +00:00
Argo
da71fbaa23 !2283 fix(#I4P1LQ): row checked after click extensions button
* chore: bump version to beta10
* fix: 修复点击扩展按钮导致正行被选中问题
* style: 微调 Tag 组件在其他组件内时高度
2022-01-03 12:29:32 +00:00
Argo
e02782376f !2282 feat(#I4P0X5): add LogoutLink component
* chore: bump version to beat09
* doc: 更新文档
* doc: 更新 Table 文档
* doc: 增加资源文件
* feat: 增加 LogoutLink 组件
2022-01-03 05:56:55 +00:00
Argo
43229c6f9e !2281 feat(#I4P0U6): update Empty in Table component
* chore: bump version beta08
* feat: 增加渲染 Empty 组件方法
* wip: 更新 Empty 组件
2022-01-03 04:50:19 +00:00
Argo
23d3f6837d !2280 feat(#I4P0MT): increment width of label
* feat: 更改标签宽度默认为 6 个汉字长度
2022-01-03 02:49:32 +00:00
Argo
322b9f6411 !2278 refactor(#I4P0JW): update Card header style
* chore: bump version to beta07
* style: 微调 motronic 样式
2022-01-03 01:53:04 +00:00
Argo
91c60edace !2277 feat(#I4P0H1): support ShowToolbar parameter SkeletonTable in Table component
* feat: 行内扩展编辑删除按钮逻辑更新
* doc: 格式化文档
* feat: 骨架屏增加 ShowToolbar 参数联动
* doc: format document
* refactor: 格式化文档
2022-01-02 18:35:29 +00:00
刘江峰
18d8de8326 !2275 feat(#I4P03T): add Size parameter on Table
* 增加编辑对话框、搜索对话框的弹出窗口自定义大小设置
2022-01-02 09:37:28 +00:00
Argo
14dc58290b !2274 fix(#I4OZWN): trigger logger twice in ErrorLogger
* refactor: 重构 ErrorLogger 内部逻辑
* doc: format document
* refactor: 格式化文档
2022-01-02 06:55:34 +00:00
Argo
c905c557a0 !2271 refactor(#I4OZ32): remove TabItemTextDictionary from Tab component
* refactor: Layout 组件移除 TabItemTextDictionary 参数
* refactor: 移除 TabItemTextDictionary 参数
2022-01-01 04:35:00 +00:00
Argo
fde3ce8a61 !2270 feat(#I4OXMZ): add IsShadow on Card component
* chore: bump version to beta06
* feat: Card 组件增加 IsShadow 参数
* doc: 更新示例代码使用 Readonly
2021-12-31 08:41:36 +00:00
Argo
2ebdf61773 !2269 doc(#I4OWJT): update namespace segment
* doc: 格式化文档
* doc: 格式化文档
* doc: 更改命名空间新写法
* doc: 格式化文档
* doc: 移除 NavigateTo 扩展方法调用
* doc: 格式化代码
2021-12-31 06:39:41 +00:00
Nine
2d73651004 !2268 test(#I4OV1A): add empty component unit tests
* test: Empty 组件单元测试
2021-12-31 02:33:30 +00:00
Argo
c402e1523a !2267 feat(#I4OTDY): remove NavigateTo from NavigationManager extension method
* feat: 弃用 NavigateTo 方法
* doc: 文档格式化
2021-12-30 10:51:48 +00:00
Argo
e69873a09b !2266 feat(#I4OROX): add IsShow parameter on TableCellButton
* feat: 行内扩展按钮增加 IsShow 参数
* doc: 格式化文档
2021-12-30 07:59:32 +00:00
Argo
2f4dce7a09 !2265 feat(#I4OQMH): add parameters on Pagination component
* chore: bump version to beta05
* doc: 更新说明文档
* feat: 分页组件公开标签参数可自定义显示文本
* doc: 格式化文档
* doc: 删除 OnSortAsync 回调文档内部方法
2021-12-30 06:29:21 +00:00
Argo
ba10803160 !2264 feat(#I4OJT2): add Shadow effect on Dropdown component
* feat: Dropdown 组件下拉框增加阴影效果
2021-12-29 05:05:59 +00:00
Argo
d9c5f0cfbe !2263 refactor(#I4OJRD): redesign Tab component
* doc: 格式化文档
* refactor: 更新 TabLink 内部逻辑
2021-12-29 04:44:06 +00:00
Argo
4278593c31 !2262 fix(#I4OEBG): PopconfirmButton in Column no Text
* chore: bump verson to beta04
* fix: 修复工具栏与扩展弹窗按钮二次弹出时丢失文字问题
* feat: PopconfirmButton 增加对选中行功能支持
* feat: 扩展按钮增加是否自动刷新表格功能
* refactor: 增加选中检查
2021-12-28 07:34:26 +00:00
Argo
19f5db4ad1 !2261 test(#I4ODUT): add Toast unit test
* test: add unit test for Toast
* test: add Toast unit test
* test: refactor GetSortFunc test
* doc: format document
2021-12-28 04:55:58 +00:00
Argo
82ff0fd8a5 !2260 test: increment unit test code coverage percent
* refactor: 增加断言关键字
* test: 增加 Text 单元测试
* revert: 恢复代码修改
* revert: 恢复代码修改
* refactor: 格式化文档
* refactor: 格式化文档
* refactor: 格式化文档
2021-12-28 04:16:20 +00:00
Argo
d23c047a00 !2259 doc(#I4OBAA): add doc for ErrorLogger inside Layout
* doc: 增加 Layout 组件配合使用说明
* doc: 更新资源文件
* doc: 格式化文档
2021-12-27 12:13:19 +00:00
Argo
f97b7b2e30 !2258 fix(#I4O26C): OnCellRender not work in mobile mode
* chore: bump version beta03
* fix: 修复单元格 OnCellRender 回调在移动端不生效问题
2021-12-27 10:44:52 +00:00
Nine
9dd58b9589 !2257 doc(#I44KDH): add english translation of timeline page
* doc: 添加 TimeLines 页面资源文件
2021-12-27 08:18:54 +00:00
Nine
0a28cbad90 !2256 doc(#I4O8WT): add english translation of tag page
* doc: 添加 Tags 页面资源文件
2021-12-27 07:26:20 +00:00
Argo
fc3489a9ff !2255 feat(#I4O3RX): add Readonly parameter on BootstrapInput
* refactor: format document
* feat: 增加 Readonly 属性
2021-12-26 05:06:29 +00:00
Argo
0243feaf10 !2254 feat(#I4O3RS): add IsCollapsible on Card
* feat: Card 组件增加 IsCollapsible 参数
2021-12-26 05:01:49 +00:00
Argo
931f2df30b !2253 feat(#I4O30Z): remove margin from CardUpload when set IsSingle to true
* chore: bump version to beta01
* style: 更新 Card 组件样式
* feat: 微调单文件上传组件样式
* doc: 更新注释
2021-12-25 09:48:40 +00:00
Argo
d6226c75f8 !2252 feat(#I4O30L): Display support auto show Label when inside ValidateForm
* feat: Display 组件支持嵌套表单内自动显示 Text 特性
2021-12-25 09:42:30 +00:00
Argo
6323954ec4 !2251 feat(#I4NYAZ): table edit dialog auto use lookup as select items parameter
* feat: 编辑模板增加对 Lookup 自动识别支持
2021-12-24 05:19:18 +00:00
Argo
d55f6ea731 !2250 feat(#I4NY9A): bind-Value support private property of Model
* test: 更新单元测试支持绑定私有属性
* refactor: 增加扩展方法 GetPropertyByName
2021-12-24 05:04:58 +00:00
Argo
132677f9d0 !2249 test(#I4NWBH): add unit test for AmbiguousMatchException
* chore:  bump version to 6.1.1
* test: 增加二义性异常单元测试
* fix: 增加数据类型判断
* fix: 兼容子类 new 复写父类属性情况
* test: 增加子类使用 new 重写父类属性单元测试
* fix: 修复子类使用 new 导致属性二义性异常
* refactor: 重构代码
2021-12-23 17:27:37 +00:00
Argo
5f777a2b06 !2248 fix(#I3HWSW): throw AmbiguousMatchException when subclass use new override inherit class
* fix: 增加数据类型判断
* fix: 兼容子类 new 复写父类属性情况
* test: 增加子类使用 new 重写父类属性单元测试
* fix: 修复子类使用 new 导致属性二义性异常
* refactor: 重构代码
2021-12-23 17:20:54 +00:00
Argo
1be0a04934 !2247 test(#I4NW9R): add TitleService unit test
* test: 增加  TitleService 单元测试
* refactor: 更新代码移除 set  属性
2021-12-23 15:58:25 +00:00