Commit Graph

1172 Commits

Author SHA1 Message Date
luoluo
f2fc8f6415 !738 Table 组件数据服务支持 Entity Framework
Merge pull request !738 from luoluo/dev-EF
2020-12-09 14:13:09 +08:00
Argo
c2bdd6ccf0 !739 feat(#I28QEQ): Table 组件数据服务支持 EFCore
* build: 增加 EF 工程
* Merge branch 'dev' into dev-efcore
* refactor: 更改文件名
* feat: 增加 EntityFramework 支持
2020-12-09 14:12:42 +08:00
Argo Zhang
3fa3e2c0c9
Revert "Prepare SCSS version - Use normal CSS as init (currently without variables, is equal to the current master css)"
This reverts commit ecde278994.
2020-12-09 11:35:47 +08:00
LORDofDOOM
ecde278994
Prepare SCSS version - Use normal CSS as init (currently without variables, is equal to the current master css) 2020-12-09 11:35:41 +08:00
Argo
005eaba072 !737 feat(#I28PD2): Table 组件数据服务支持 IFreesql
* refactor: 增加获取 Count 方法
* refactor: 剥离依赖
* refactor: 增加数据标签
* feat: 精简代码增加 IFreesql 支持
* revert: 撤销新建 test.db 库
* revert: 撤销 Alex 对分页设置的修改
* revert: 撤销 Alex 提交
* feat: 完善 Freesql 的数据操作方法
* build: 更新项目依赖
* doc: 更新文档
* refactor: 增加 IFreesql 配置回调方法
* Merge remote-tracking branch 'github.com/master' into dev-Freesql
* feat: 实现增删改查
* refactor: 增加 Freesql 引用
* refactor: 重命名文件名
* feat: 增加 Freesql 支持
* 完善freesql
* 完善freesql
* feat: 实现增删改查
* refactor: 增加 Freesql 引用
* refactor: 重命名文件名
* feat: 增加 Freesql 支持
2020-12-09 11:15:18 +08:00
Argo-Cloud
96229fb3f5 release: 发布新版本 5.0.6-beta04 2020-12-08 17:34:17 +08:00
Argo
e9813f9868 !736 feat(#I28MB2): Table 组件数据服务支持 PetaPoco
* build: 依赖组件升级增加对 PetaPoco 数据服务支持
* doc: 更新示例文件
* feat: 增加 对 PetaPoco 的 IDatabase 注入
* doc: 开启自动生成列精简代码
* build: 增加版本号 5.0.0
* refactor: 启用批量删除
* feat: 增加 PetaPoco 数据服务示例
* feat: 增加 PetaPocoContext 服务注入
* refactor: 重构代码
* refactor: 增加静态方法关键字
* refactor: 增加 PetaPoco 实体类映射关系标签
* refactor: 增加静态方法关键字
2020-12-08 17:32:23 +08:00
Argo
a11e17faa0 !735 feat(#I28H8X): Table 组件增加使用数据服务能力
* doc: 增加 UseInjectDataService 文档信息
* doc: 增加数据库连接字符串设置
* doc: 增加利用数据服务示例
* feat: 增加演示数据服务实现类
* doc: 移除表单编辑设置
* refactor: 增加演示示例数据服务注入
* refactor: 修复 PetaPoco 扩展工程错误
* refactor: 增加 UseInjectDataService 参数判断
* build: 移除对 PetaPoco 扩展类依赖
* refactor: 重构 PetaPoco DataService 类
* feat: 增加 DataService 逻辑
* refactor: 设计 IDataService 基类
* feat: 增加 IDataService 注入服务功能
* build: 增加 PetaPoco 数据服务扩展操作类
* doc: 增加 Table 组件使用数据服务示例
* doc: 更新 Tables/Edit Upd 标示
* doc: 增加 DateTimeRange 组件 Upd 标示
* build: 更新依赖到 5.0 版本
2020-12-07 19:46:09 +08:00
Argo Zhang
ffa47b9541
release: 发布新版本 5.0.6-beta03 2020-12-07 11:35:41 +08:00
Argo
9b21ee08b3 !734 fix(#I28BQD): 修复时间区间弹窗出现双重时间框问题
* style: 清空按钮增加 is-clear 标示
* scripts: 清空按钮使用客户端脚本关闭弹窗
2020-12-07 11:32:45 +08:00
Argo
56fe32bea6 !733 doc(#I28BM6): Alerts 文档支持本地化
* doc: Block 组件支持本地化
* doc: Alerts 页面支持本地化
* build: 增加本地化资源文件
* doc: 增加示例网站资源文件
* feat: 增加 LocalizedHtmlString 隐式转换
* refactor: 更新服务注册 IHtmlLocalizer
* feat: 增加 LocalizerdHtmlString 类
* refactor: 移除不使用的类
* feat: 增加 IHtmlLocalizer 实现类
* feat: 增加 IHtmlLocalizer 接口
* refactor: 更正命名空间
* refactor: 更新 IHtmlLocalizerFactory 命名空间
* refactor: 移动 StringLocalizer 文件位置
* feat: 增加 IHtmlLocalizerFactory 注入服务
2020-12-06 21:00:33 +08:00
Argo
41ad09eb07 !732 feat(#I28BM5): 演示网站支持本地化
* build: 增加本地化资源文件
* doc: 增加示例网站资源文件
* feat: 增加 LocalizedHtmlString 隐式转换
* refactor: 更新服务注册 IHtmlLocalizer
* feat: 增加 LocalizerdHtmlString 类
* refactor: 移除不使用的类
* feat: 增加 IHtmlLocalizer 实现类
* feat: 增加 IHtmlLocalizer 接口
* refactor: 更正命名空间
* refactor: 更新 IHtmlLocalizerFactory 命名空间
* refactor: 移动 StringLocalizer 文件位置
* feat: 增加 IHtmlLocalizerFactory 注入服务
2020-12-06 20:59:13 +08:00
Argo
89488fe562 !731 doc(#I28AKH): 更新网站标题
* doc: 更新网站 Title 以及 SEO 描述信息
2020-12-06 00:32:08 +08:00
Argo
5de405e88e !730 fix(#I28AIN): 修复示例代码 Copy 小按钮不工作问题
* fix: 修复示例代码 copy 脚本
2020-12-05 23:40:53 +08:00
Argo-Cloud
30a04f7593 refactor: 精简项目文件 2020-12-05 21:11:38 +08:00
Argo-Cloud
18ca6fe463 release: 发布新版本 5.0.6-beta02 2020-12-05 15:23:23 +08:00
Argo
ecb0fceb21 !729 fix(#I27Y5W): 修复 Table 组件固定列拖动列样式击穿问题
* fix: 修复固定列鼠标悬浮时样式击穿问题
2020-12-05 15:22:00 +08:00
Argo
fc8cac523c !728 feat(#I282OH): 固定扩展按钮操作列功能
* doc: 增加示例文档
* doc: 增加固定操作列示例
* doc: 增加固定列 upd 状态
* feat: 增加固定扩展按钮列功能
* feat: 增加 ExtendButtonsColumn 属性
* doc: 移除 5.0.6 版本中的变化
2020-12-05 14:58:48 +08:00
Argo-Cloud
21e2d49ddd Merge remote-tracking branch 'github.com/master' 2020-12-05 11:18:37 +08:00
Patrick
1d8e4e4ef0 update date formats for Germany 2020-12-05 11:17:12 +08:00
Argo Zhang
fdddb039f1 release: 发布新版本 5.0.6-beta01 2020-12-05 11:17:12 +08:00
Argo
c540930158 !727 fix(#I2880C): 修复 BarcodeReader 组件 AutoStart 未生效问题
* scripts: 更新打包脚本
* fix: 修复 Barcode 无法自动打开问题
2020-12-05 11:17:12 +08:00
Argo Zhang
9cbd25de61
release: 发布新版本 5.0.6-beta01 2020-12-04 20:30:48 +08:00
Argo
8ee30867af !727 fix(#I2880C): 修复 BarcodeReader 组件 AutoStart 未生效问题
* scripts: 更新打包脚本
* fix: 修复 Barcode 无法自动打开问题
2020-12-04 20:28:28 +08:00
Argo Zhang
c6777a7f4a
release: 发布新版本 5.0.5 2020-12-04 15:48:57 +08:00
Argo Zhang
1e8d1490d0
release: 发布新版本 5.0.5-beta10 2020-12-04 11:56:28 +08:00
Argo
62fa70f7d0 !726 doc(#I284E3): Table 文档折行描述中 OverflowEllipsis 更改为 TextEllipsis
* doc: 更新文档属性 OverflowEllipsis 为 TextEllipsis
2020-12-04 11:50:17 +08:00
Argo
ce666403c6 !725 feat(#I28487): Camera 组件增加未找到视频相关设备提示信息
* doc: 增加 NotFoundDevicesString 属性说明
* doc: 移除对 zxing 的文档
* feat: 增加未找到视频相关设备提示信息
2020-12-04 11:42:47 +08:00
Argo
9c5e26e03e !724 feat(#I27Y72): BarcodeReader 增加自动开启摄像头功能
* fix: 修复设备未找到时提示信息
* doc: 增加设备未找到资源文件
* feat: 增加判断摄像头逻辑是否自动开启
* refactor: 更新脚本
* scripts: 更新脚本
* scripts: 更新打包脚本方便调试
* doc: 自动开启示例更改扫描类型为摄像头
* doc: 增加示例文档文件
* doc: 增加示例
* scripts: 增加客户端脚本支持
* feat: 增加 AutoStart 属性
2020-12-04 11:29:42 +08:00
Argo
98d35ed272 !723 feat(#I283EZ): BarcodeReader 组件增加本地化功能
* feat: BarcodeReader 组件增加本地化功能
2020-12-04 10:09:53 +08:00
Argo Zhang
802e03d6b9
release: 发布新版本 5.0.5-beta09 2020-12-03 15:22:49 +08:00
Argo
e2d11026d0 !722 feat(#I27Y72): Camera 组件增加自动开启摄像头功能
* doc: 增加示例文档
* doc: 增加自动开启摄像头示例
* scripts: 增加自动开启摄像头支持
* feat: Camera 组件增加自动开启摄像头功能
2020-12-03 15:03:36 +08:00
Argo
2d80c38b3a !721 feat(#I27Z9O): Camera 组件支持本地化功能
* doc: 更新属性说明
* doc: Camera 组件增加  Udp 标签
* feat: Camera 组件支持本地化功能
* doc: 增加 Camera 组件资源文件
2020-12-03 12:19:19 +08:00
Argo
201f47432a !720 doc(#I27VVD): 完善 Table 组件排序示例文档
* doc: 增加 SortLambdaCache 变量
2020-12-03 12:02:17 +08:00
Argo
205f8285cd !719 fix(#I27TPJ): 修复 Table 组件紧凑模式下排序与过滤图标错位问题
* fix: 修复 Table 组件紧凑模式下过滤与排序图标错误问题
2020-12-02 15:47:50 +08:00
Argo-Cloud
0d388bf2fb release: 发布新版本 5.0.5-beta08 2020-12-02 15:22:32 +08:00
luoluo
46b4ce9ec8 !717 Table: filter功能增强
* Table: filter功能增强
2020-12-02 15:19:53 +08:00
Argo
e50b85dd7f !718 feat(#I27UXO): EditForm 中使用组件双向绑定非 Model 时报错
* doc: 增加 EditorItem 绑定示例
* feat: 增加 SkipValidate 属性
2020-12-02 15:18:40 +08:00
Argo-Cloud
f1636099bb release: 发布新版本 5.0.5-beta07 2020-12-02 12:06:03 +08:00
Argo
f4e3c2f182 !716 feat(#I27TMF): Editor 组件增加 OnValueChanged 回调委托
* feat: 增加  OnValueChanged 回调委托
2020-12-02 12:04:21 +08:00
Argo
77e241195c !715 refactor(#I27TKX): Editor 组件更改属性名称 EditorToolbarButton
* doc: 更新示例文件
* doc: 更新属性名称
* refactor: 更新 Editor 组件属性名
2020-12-02 11:59:33 +08:00
Argo Zhang
5eb6edd536
Revert "!712 fix(#I27POY): 修复继承 Validate 的组件在 Table 组件内呈现时使用 ShowLabel 控制是否显示标签"
This reverts commit 6ae5c72f09.
2020-12-02 11:47:51 +08:00
Argo
025e8b15f6 !714 fix(#I27THV): 修复 AutoGenreateColumn 标签无法设置 Width 属性问题
* fix: 修复 AutoGenreateColumn 标签无法设置 Width 问题
2020-12-02 11:45:54 +08:00
Argo
567f2db521 !713 fix(#I27PMY): 修复未设置 AutoGenerateColumn 标签时自定义 TableColumn 属性值未生效问题
* fix: 修复未设置 AutoGenerateColumn 标签是自定义 TableColumn 值未生效问题
2020-12-02 11:37:55 +08:00
Argo
6ae5c72f09 !712 fix(#I27POY): 修复继承 Validate 的组件在 Table 组件内呈现时使用 ShowLabel 控制是否显示标签
* refactor: Validate 组件放到 Table 组件内时使用 ShowLabel 组件控制是否显示标签
2020-12-02 11:08:25 +08:00
Argo
9cd520c7a0 !711 refactor(#I27SQ8): 更改 EditorItem 属性名 FieldType 为 PropertyType
* refactor: 重命名 FieldType 为 PropertyType
2020-12-02 10:36:43 +08:00
Argo
9f4903df60 !710 doc(#I27NXN): Upload 组件增加更新标记
* doc: 上传组件增加 Udp 标记
2020-12-01 13:11:14 +08:00
Argo
2a57571b0d !709 doc(#I27NXK): MultiSelect 组件更新搜索框回调文档
* doc: 增加 MultiSelect 组件搜索框回调方式说明文档
2020-12-01 13:10:29 +08:00
Argo
41f315bdec !708 doc(#I27NMF): 更新示例文档拷贝代码小按钮
* refactor: 优化示例代码 copy 小按钮
2020-12-01 11:43:59 +08:00
Argo-Cloud
9e347368a8 release: 发布新版本 5.0.5-beta06 2020-12-01 11:00:02 +08:00