@authing/react-ui-components 3.0.0-rc.33 → 3.0.0-rc.37
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 +4 -1
- package/lib/index.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1311,6 +1311,7 @@ declare module '@authing/react-ui-components/components/Guard/authClient' {
|
|
|
1311
1311
|
|
|
1312
1312
|
}
|
|
1313
1313
|
declare module '@authing/react-ui-components/components/Guard/config' {
|
|
1314
|
+
import { ReactNode } from 'react';
|
|
1314
1315
|
import { GuardModuleType } from '@authing/react-ui-components/components/Guard/index';
|
|
1315
1316
|
import { LoginConfig } from '@authing/react-ui-components/components/Login/interface';
|
|
1316
1317
|
import { RegisterConfig } from '@authing/react-ui-components/components/Register/interface';
|
|
@@ -1320,6 +1321,8 @@ declare module '@authing/react-ui-components/components/Guard/config' {
|
|
|
1320
1321
|
isSSO?: boolean;
|
|
1321
1322
|
defaultScenes?: GuardModuleType;
|
|
1322
1323
|
defaultInitData?: any;
|
|
1324
|
+
showLoading?: boolean;
|
|
1325
|
+
loadingComponent?: ReactNode;
|
|
1323
1326
|
}
|
|
1324
1327
|
export const getDefaultGuardLocalConfig: () => GuardLocalConfig;
|
|
1325
1328
|
|
|
@@ -2482,7 +2485,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2482
2485
|
|
|
2483
2486
|
}
|
|
2484
2487
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2485
|
-
const _default: "3.0.0-rc.
|
|
2488
|
+
const _default: "3.0.0-rc.37";
|
|
2486
2489
|
export default _default;
|
|
2487
2490
|
|
|
2488
2491
|
}
|