@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/index.cjs.js +4 -4
- package/dist/index.esm.js +3358 -3344
- package/dist/index.umd.js +4 -4
- package/dist/locale/index.esm.js +1 -1
- package/dist/locale/index.umd.js +1 -1
- package/dist/style.css +1 -1
- 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
|
@@ -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
|
*/
|