@fox-js/foxui 4.0.1-43 → 4.0.1-45

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/dist/style.esm.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-base v4.0.0 Mon Apr 29 2024 17:16:45 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-base v4.0.0 Mon May 06 2024 21:15:49 GMT+0800 (中国标准时间)
3
3
  */
@@ -1566,6 +1566,12 @@ declare type Options = {
1566
1566
  [propName: string]: any;
1567
1567
  };
1568
1568
 
1569
+ /**
1570
+ * 覆盖更新公共的校验处理器
1571
+ * @param validateHandler
1572
+ */
1573
+ export declare function overrideGlobalValidateHandler(validateHandler: Partial<ValidateHandler>): void;
1574
+
1569
1575
  /**
1570
1576
  * padding
1571
1577
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui",
3
3
  "type": "module",
4
- "version": "4.0.1-43",
4
+ "version": "4.0.1-45",
5
5
  "description": "FoxUI轻量级移动端组件库(支持小程序开发)",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",