@authing/react-ui-components 3.1.29-alpha.0 → 3.1.29-alpha.1

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 CHANGED
@@ -1815,7 +1815,7 @@ declare module '@authing/react-ui-components/components/Guard/core/hooks/useMult
1815
1815
  way: LoginWay;
1816
1816
  account: string;
1817
1817
  } | undefined;
1818
- delUserById: (id: string) => void;
1818
+ delUserById: (id: string) => string;
1819
1819
  getMemberState: () => boolean;
1820
1820
  getFirstBackFillData: () => BackFillMultipleState | undefined;
1821
1821
  };
@@ -1850,7 +1850,7 @@ declare module '@authing/react-ui-components/components/Guard/core/hooks/useMult
1850
1850
  way: LoginWay;
1851
1851
  account: string;
1852
1852
  } | undefined;
1853
- delUserById: (id: string) => void;
1853
+ delUserById: (id: string) => string;
1854
1854
  getMemberState: () => boolean;
1855
1855
  getFirstBackFillData: () => BackFillMultipleState | undefined;
1856
1856
  } | undefined;
@@ -1942,7 +1942,7 @@ declare module '@authing/react-ui-components/components/Guard/event' {
1942
1942
  way: import("@authing/react-ui-components/components/Guard/core/hooks/useMultipleAccounts").LoginWay;
1943
1943
  account: string;
1944
1944
  } | undefined;
1945
- delUserById: (id: string) => void;
1945
+ delUserById: (id: string) => string;
1946
1946
  getMemberState: () => boolean;
1947
1947
  getFirstBackFillData: () => import("@authing/react-ui-components/components/Guard/core/hooks/useMultipleAccounts").BackFillMultipleState | undefined;
1948
1948
  } | undefined, openEventsMapping?: boolean | undefined) => GuardEvents;
@@ -2454,7 +2454,15 @@ declare module '@authing/react-ui-components/components/Login/hooks/useLoginMult
2454
2454
  * TODO: HOOK 参数有时间整理成为对象,开始没有想到有这么多
2455
2455
  * 调用地方 core 中需要回填的两个登录方式
2456
2456
  */
2457
- function useLoginMultipleBackFill(form: FormInstance<any>, way: LoginWay, formKey: string, backfillData?: BackFillMultipleState, isOnlyInternationSms?: boolean, setAreaCode?: React.Dispatch<React.SetStateAction<string>>): void;
2457
+ function useLoginMultipleBackFill(options: {
2458
+ form: FormInstance<any>;
2459
+ way: LoginWay;
2460
+ formKey: string;
2461
+ backfillData?: BackFillMultipleState;
2462
+ isOnlyInternationSms?: boolean;
2463
+ setAreaCode?: React.Dispatch<React.SetStateAction<string>>;
2464
+ cancelBackfill?: boolean;
2465
+ }): void;
2458
2466
  /**
2459
2467
  * 多账号统一状态管理
2460
2468
  * @param setLoginWay
@@ -2484,7 +2492,7 @@ declare module '@authing/react-ui-components/components/Login/hooks/useLoginMult
2484
2492
  way: LoginWay;
2485
2493
  account: string;
2486
2494
  } | undefined;
2487
- delUserById: (id: string) => void;
2495
+ delUserById: (id: string) => string;
2488
2496
  getMemberState: () => boolean;
2489
2497
  getFirstBackFillData: () => BackFillMultipleState | undefined;
2490
2498
  } | undefined;
@@ -3614,7 +3622,7 @@ declare module '@authing/react-ui-components/components/_utils/context' {
3614
3622
  way: import("@authing/react-ui-components/components/Guard/core/hooks/useMultipleAccounts").LoginWay;
3615
3623
  account: string;
3616
3624
  } | undefined;
3617
- delUserById: (id: string) => void;
3625
+ delUserById: (id: string) => string;
3618
3626
  getMemberState: () => boolean;
3619
3627
  getFirstBackFillData: () => BackFillMultipleState | undefined;
3620
3628
  } | undefined;
@@ -4094,7 +4102,7 @@ declare module '@authing/react-ui-components/components/version/index' {
4094
4102
 
4095
4103
  }
4096
4104
  declare module '@authing/react-ui-components/components/version/version' {
4097
- const _default: "3.1.29-alpha.0";
4105
+ const _default: "3.1.29-alpha.1";
4098
4106
  export default _default;
4099
4107
 
4100
4108
  }