@authing/react-ui-components 3.1.22-rc.3 → 3.1.22-rc.4
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 +3 -3
- package/lib/index.min.css +2 -2
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2009,6 +2009,7 @@ declare module '@authing/react-ui-components/components/Login/core/withVerifyCod
|
|
|
2009
2009
|
import { VerifyLoginMethods } from '@authing/react-ui-components/components/AuthingGuard/api/index';
|
|
2010
2010
|
export interface FormItemIdentifyProps extends FormItemProps {
|
|
2011
2011
|
checkRepeat?: boolean;
|
|
2012
|
+
checkExist?: boolean;
|
|
2012
2013
|
methods: VerifyLoginMethods[];
|
|
2013
2014
|
currentMethod: 'phone-code' | 'email-code';
|
|
2014
2015
|
areaCode?: string;
|
|
@@ -2831,12 +2832,11 @@ declare module '@authing/react-ui-components/components/ValidatorRules/index' {
|
|
|
2831
2832
|
export interface ValidatorFormItemProps extends FormItemProps {
|
|
2832
2833
|
form?: FormInstance;
|
|
2833
2834
|
checkRepeat?: boolean;
|
|
2835
|
+
checkExist?: boolean;
|
|
2834
2836
|
areaCode?: string;
|
|
2835
2837
|
isCheckI18nSms?: boolean;
|
|
2836
2838
|
}
|
|
2837
2839
|
export interface ValidatorFormItemMetaProps extends ValidatorFormItemProps {
|
|
2838
|
-
form?: FormInstance;
|
|
2839
|
-
checkRepeat?: boolean;
|
|
2840
2840
|
method: 'email' | 'phone' | 'username';
|
|
2841
2841
|
}
|
|
2842
2842
|
export interface PasswordFormItemProps extends FormItemProps {
|
|
@@ -3501,7 +3501,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3501
3501
|
|
|
3502
3502
|
}
|
|
3503
3503
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3504
|
-
const _default: "3.1.22-rc.
|
|
3504
|
+
const _default: "3.1.22-rc.4";
|
|
3505
3505
|
export default _default;
|
|
3506
3506
|
|
|
3507
3507
|
}
|