@authing/react-ui-components 3.1.4-rc.10 → 3.1.4-rc.11

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
@@ -1498,6 +1498,7 @@ declare module '@authing/react-ui-components/components/Guard/core/renderContext
1498
1498
  export const RenderContext: React.FC<{
1499
1499
  guardProps: GuardProps;
1500
1500
  initState: ModuleState;
1501
+ forceUpdate: number;
1501
1502
  }>;
1502
1503
 
1503
1504
  }
@@ -1518,7 +1519,7 @@ declare module '@authing/react-ui-components/components/Guard/core/useAppendConf
1518
1519
  import { GuardProps } from '@authing/react-ui-components/components/index';
1519
1520
  export const getGuardWindow: () => (Window & typeof globalThis) | undefined;
1520
1521
  export const useGuardWindow: () => (Window & typeof globalThis) | undefined;
1521
- export const useInitGuardAppendConfig: (guardProps: GuardProps) => void;
1522
+ export const useInitGuardAppendConfig: (guardProps: GuardProps, setForceUpdate: any) => void;
1522
1523
 
1523
1524
  }
1524
1525
  declare module '@authing/react-ui-components/components/Guard/core/usePlugin' {
@@ -2674,7 +2675,7 @@ declare module '@authing/react-ui-components/components/_utils/config/index' {
2674
2675
  export const getPublicConfig: (appId: string) => ApplicationConfig;
2675
2676
  export const setPublicConfig: (appId: string, config: ApplicationConfig) => ApplicationConfig;
2676
2677
  export const useMergeDefaultConfig: (defaultConfig: GuardLocalConfig, config?: GuardComponentConfig | undefined) => GuardLocalConfig | undefined;
2677
- export const useMergePublicConfig: (appId: string, config?: GuardLocalConfig | undefined, httpClient?: GuardHttp | undefined, serError?: any) => {
2678
+ export const useMergePublicConfig: (appId: string, forceUpdate: number, config?: GuardLocalConfig | undefined, httpClient?: GuardHttp | undefined, serError?: any) => {
2678
2679
  host: string;
2679
2680
  isSSO?: boolean | undefined;
2680
2681
  defaultScenes?: import("@authing/react-ui-components/components/index").GuardModuleType | undefined;
@@ -2758,7 +2759,7 @@ declare module '@authing/react-ui-components/components/_utils/config/index' {
2758
2759
  export const getPageConfig: (appId: string) => GuardPageConfig;
2759
2760
  export const setPageConfig: (appId: string, config: GuardPageConfig) => GuardPageConfig;
2760
2761
  export const requestGuardPageConfig: (appId: string, httpClient: GuardHttp) => Promise<GuardPageConfig>;
2761
- export const useGuardPageConfig: (appId: string, httpClient?: GuardHttp | undefined, serError?: any) => GuardPageConfig | undefined;
2762
+ export const useGuardPageConfig: (appId: string, forceUpdate: number, httpClient?: GuardHttp | undefined, serError?: any) => GuardPageConfig | undefined;
2762
2763
 
2763
2764
  }
2764
2765
  declare module '@authing/react-ui-components/components/_utils/context' {
@@ -3216,7 +3217,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3216
3217
 
3217
3218
  }
3218
3219
  declare module '@authing/react-ui-components/components/version/version' {
3219
- const _default: "3.1.4-rc.10";
3220
+ const _default: "3.1.4-rc.11";
3220
3221
  export default _default;
3221
3222
 
3222
3223
  }