voiptime-components 1.11.0 → 1.11.2
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +1742 -1726
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1142,7 +1142,7 @@ export declare const uniqueAsync: (checkFn: (val: any) => Promise<boolean>, mess
|
|
|
1142
1142
|
/**
|
|
1143
1143
|
* Build validation tree recursively
|
|
1144
1144
|
*/
|
|
1145
|
-
export declare function useValidate(rulesOrFactory: RulesObject | (() => RulesObject), state: AnyObject, globalOpts?: {
|
|
1145
|
+
export declare function useValidate(rulesOrFactory: RulesObject | (() => RulesObject), state: AnyObject | any, globalOpts?: {
|
|
1146
1146
|
silentErrors?: boolean;
|
|
1147
1147
|
}): ValidationGroup;
|
|
1148
1148
|
|