@authing/react-ui-components 3.1.30 → 3.1.31-rc.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/lib/index.d.ts +5 -2
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -2851,7 +2851,10 @@ declare module '@authing/react-ui-components/components/ValidatorRules/index' {
|
|
|
2851
2851
|
checkRepeat?: boolean;
|
|
2852
2852
|
checkExist?: boolean;
|
|
2853
2853
|
areaCode?: string;
|
|
2854
|
-
|
|
2854
|
+
/**
|
|
2855
|
+
* 控制内部FormItem组件关于pattern的校验规则
|
|
2856
|
+
*/
|
|
2857
|
+
isCheckPattern?: boolean;
|
|
2855
2858
|
}
|
|
2856
2859
|
export interface ValidatorFormItemMetaProps extends ValidatorFormItemProps {
|
|
2857
2860
|
method: 'email' | 'phone' | 'username';
|
|
@@ -3534,7 +3537,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3534
3537
|
|
|
3535
3538
|
}
|
|
3536
3539
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3537
|
-
const _default: "3.1.
|
|
3540
|
+
const _default: "3.1.31-rc.2";
|
|
3538
3541
|
export default _default;
|
|
3539
3542
|
|
|
3540
3543
|
}
|