@authing/react-ui-components 4.3.0-alpha.4 → 4.3.0

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.3.0-alpha.4",
3
+ "version": "4.3.0",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -235,5 +235,6 @@
235
235
  "webpack-dev-server": "3.11.0",
236
236
  "webpack-manifest-plugin": "2.2.0",
237
237
  "workbox-webpack-plugin": "5.1.4"
238
- }
238
+ },
239
+ "gitHead": "6b5e87a88b83b3dbb054437ce706c7678b4f9fe2"
239
240
  }
@@ -22,7 +22,8 @@ export declare enum GuardModuleType {
22
22
  FLOW_SELECT_ACCOUNT = "flowSelectAccount",
23
23
  /** 多租户门户选择页 */
24
24
  TENANT_PORTAL = "tenant-portal",
25
- New_SUBMIT_SUCCESS = "newSubmitSuccess"
25
+ New_SUBMIT_SUCCESS = "newSubmitSuccess",
26
+ RESET_ACCOUNT_NAME = "resetAccountName"
26
27
  }
27
28
  export interface GuardModuleAction {
28
29
  action: string;
@@ -1,3 +1,5 @@
1
- /// <reference types="react" />
1
+ import { FC } from 'react';
2
2
  import './styles.less';
3
- export declare const GuardLoginView: () => JSX.Element;
3
+ export declare const GuardLoginView: FC<{
4
+ isResetPage?: boolean;
5
+ }>;
@@ -7,6 +7,5 @@ export declare enum ErrorCode {
7
7
  PASSWORD_ERROR = 2333,
8
8
  USER_NOT_EXIST = 2004,
9
9
  MULTIPLE_ERROR_LOCK = 2057,
10
- ACCOUNT_LOCK = 2005,
11
- RESET_ACCOUNT_NAME = 1108
10
+ ACCOUNT_LOCK = 2005
12
11
  }
@@ -1,2 +1,2 @@
1
- declare const _default: "4.3.0-alpha.4";
1
+ declare const _default: "4.3.0";
2
2
  export default _default;