@toolspack/ttd-common 1.3.0 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -53,4 +53,6 @@
53
53
  1.1.6: 优化msg
54
54
  1.1.7: 优化errormsg
55
55
  1.2.0: 优化getUkeyImage 方法的 错误提示!(查询代码 是没有老ukey 使用ukey内图片了,但还是兼容了新旧ukey)
56
- 1.2.1: 添加控制印章图片的参数: sealImageSize // 签章图片大小
56
+ 1.3.0: 添加控制印章图片的参数: sealImageSize // 签章图片大小
57
+ 1.3.1: 添加了X、Y 非负数的校验
58
+ 1.3.2: 修复1.3.1在ie模式下 SignOnClick 方法返回和 chrome 不一样的问题