@newview/ui 1.1.43 → 1.1.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "1.1.43",
3
+ "version": "1.1.44",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
@@ -1665,6 +1665,13 @@ export interface signProp{
1665
1665
  * 是否使用假验章
1666
1666
  */
1667
1667
  isFakeVerifySign?:Boolean;
1668
+
1669
+ /**
1670
+ * 签字成功
1671
+ * @param event
1672
+ * @returns
1673
+ */
1674
+ onSignSuccess?: (event?:{result,img}) => any;
1668
1675
 
1669
1676
  }
1670
1677