@authing/react-ui-components 4.1.0-rc.11 → 4.1.0-rc.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.1.0-rc.11",
3
+ "version": "4.1.0-rc.14",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -95,5 +95,6 @@ export interface CompleteInfoRequest {
95
95
  export declare enum OmitCompleteInfo {
96
96
  'registerByEmail' = "email",
97
97
  'registerByPhoneCode' = "phone",
98
- 'registerByEmailCode' = "email"
98
+ 'registerByEmailCode' = "email",
99
+ 'phone-password' = "phone"
99
100
  }
@@ -76,7 +76,6 @@ export declare const getPasswordValidate: (strength?: PasswordStrength, customPa
76
76
  export declare const getPasswordValidateRules: (strength?: PasswordStrength, customPasswordStrength?: any, customValidateTrigger?: string | undefined, fieldRequiredRuleMessage?: string | undefined) => Rule[];
77
77
  export declare const sleep: (delay: number) => Promise<unknown>;
78
78
  export declare const shoudGoToComplete: (user: User, contextType: ComplateFiledsPlace, config: ApplicationConfig | undefined, autoRegister?: boolean | undefined) => boolean;
79
- export declare const tabSort: (tabList: string[], defaultMethod?: string | undefined) => string[];
80
79
  export declare const transformMethod: (method: RegisterMethods | string) => string;
81
80
  export declare const mailDesensitization: (mail: string) => string;
82
81
  export declare const phoneDesensitization: (phone: string) => string;
@@ -94,4 +93,4 @@ export declare const getPasswordIdentify: (identity: string) => string;
94
93
  export declare const getCurrentLng: () => Lang;
95
94
  export declare const getSortLabels: (methods: string[], i18nConfig: Map<string, TabFieldsI18nItem>, defaultLanguageConfig: Lang) => string;
96
95
  export declare const getI18nLabel: (method: string | RegisterSortMethods, i18nFields: Map<string, TabFieldsI18nItem>, defaultLanguageConfig: Lang) => string;
97
- export declare const getSortTabs: (tabs: string[], tab: string) => string[];
96
+ export declare const getSortTabs: (tabs: string[], tab?: string | undefined) => string[];
@@ -1,2 +1,2 @@
1
- declare const _default: "4.1.0-rc.11";
1
+ declare const _default: "4.1.0-rc.14";
2
2
  export default _default;