@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/index.cjs.js +3 -3
- package/dist/index.esm.js +1042 -1037
- package/dist/index.umd.js +3 -3
- package/dist/style.esm.js +1 -1
- package/dist/types/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/style.esm.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
*/
|