@fox-js/foxui-pc 4.0.1-111 → 4.0.1-113

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-desktop v4.0.0 Mon Apr 22 2024 19:48:46 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Mon May 06 2024 08:40:08 GMT+0800 (中国标准时间)
3
3
  */
@@ -1352,6 +1352,12 @@ export declare const objectToString: () => string;
1352
1352
  */
1353
1353
  export declare function once(func: GenericFunction): GenericFunction;
1354
1354
 
1355
+ /**
1356
+ * 覆盖更新公共的校验处理器
1357
+ * @param validateHandler
1358
+ */
1359
+ export declare function overrideGlobalValidateHandler(validateHandler: Partial<ValidateHandler>): void;
1360
+
1355
1361
  /**
1356
1362
  * padding
1357
1363
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
3
  "type": "module",
4
- "version": "4.0.1-111",
4
+ "version": "4.0.1-113",
5
5
  "description": "FoxUI PC端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",