@authing/react-ui-components 4.3.12-rc.0 → 4.3.12

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.
Files changed (31) hide show
  1. package/dist/asset-manifest.json +26 -0
  2. package/dist/index.html +1 -0
  3. package/dist/static/css/2.c8e70804.chunk.css +3 -0
  4. package/dist/static/css/2.c8e70804.chunk.css.map +1 -0
  5. package/dist/static/css/main.98fc077f.chunk.css +2 -0
  6. package/dist/static/css/main.98fc077f.chunk.css.map +1 -0
  7. package/dist/static/js/2.a44b6e48.chunk.js +3 -0
  8. package/dist/static/js/2.a44b6e48.chunk.js.LICENSE.txt +92 -0
  9. package/dist/static/js/2.a44b6e48.chunk.js.map +1 -0
  10. package/dist/static/js/3.cdb98af5.chunk.js +2 -0
  11. package/dist/static/js/3.cdb98af5.chunk.js.map +1 -0
  12. package/dist/static/js/main.078d3347.chunk.js +2 -0
  13. package/dist/static/js/main.078d3347.chunk.js.map +1 -0
  14. package/dist/static/js/runtime-main.f781373c.js +2 -0
  15. package/dist/static/js/runtime-main.f781373c.js.map +1 -0
  16. package/dist/static/media/loading.3cf0104f.svg +32 -0
  17. package/lib/index.min.css +1 -1
  18. package/lib/index.min.js +1 -1
  19. package/lib/index.min.js.LICENSE.txt +3 -9
  20. package/package.json +1 -1
  21. package/types/_utils/index.d.ts +1 -1
  22. package/types/version/version.d.ts +1 -1
  23. package/types/AccountMerge/UserRadio.d.ts +0 -5
  24. package/types/AccountMerge/index.d.ts +0 -3
  25. package/types/AccountMerge/interface.d.ts +0 -27
  26. package/types/AccountMerge/utils.d.ts +0 -3
  27. package/types/ChangeAccoutType/index.d.ts +0 -3
  28. package/types/CompleteInfo/core/components/TreeSelect.d.ts +0 -11
  29. package/types/Login/core/withDingTalkQrcode.d.ts +0 -2
  30. package/types/Login/core/withLandrayQrcode.d.ts +0 -11
  31. package/types/Login/core/withWeComQrcode.d.ts +0 -2
@@ -5,15 +5,9 @@
5
5
  */
6
6
 
7
7
  /*!
8
- Copyright (c) 2017 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/classnames
11
- */
12
-
13
- /*!
14
- Copyright (c) 2018 Jed Watson.
15
- Licensed under the MIT License (MIT), see
16
- http://jedwatson.github.io/classnames
8
+ Copyright (c) 2018 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
17
11
  */
18
12
 
19
13
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.3.12-rc.0",
3
+ "version": "4.3.12",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -27,7 +27,7 @@ export declare const getClassnames: (classnames: (string | boolean | undefined)[
27
27
  * @param item
28
28
  * @returns {boolean}
29
29
  */
30
- export declare function isObject(item: any): any;
30
+ export declare function isObject(item: any): boolean;
31
31
  /**
32
32
  * https://www.itranslater.com/qa/details/2115518846294557696
33
33
  * Deep merge two objects.
@@ -1,2 +1,2 @@
1
- declare const _default: "4.3.12-rc.0";
1
+ declare const _default: "4.3.12";
2
2
  export default _default;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { UserRadioItemProps, UserRadioProps } from './interface';
3
- import './styles.less';
4
- export declare const UserRadioItem: React.FC<UserRadioItemProps>;
5
- export declare const UserRadio: React.FC<UserRadioProps>;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import './styles.less';
3
- export declare const GuardAccountMergeView: React.FC;
@@ -1,27 +0,0 @@
1
- export interface BriefUserInfo {
2
- displayName: string;
3
- avatar: string;
4
- phone: string;
5
- email: string;
6
- username: string;
7
- name: string;
8
- }
9
- export interface GuardAccountMergeInitData {
10
- currentUserInfo: BriefUserInfo;
11
- existingUserInfo: BriefUserInfo;
12
- mergeToken?: string;
13
- }
14
- export interface UserRadioProps {
15
- currentUserInfo: BriefUserInfo;
16
- existingUserInfo: BriefUserInfo;
17
- onChange?: (value: any) => void;
18
- value?: any;
19
- }
20
- export interface UserRadioItemProps extends BriefUserInfo {
21
- value: boolean;
22
- selected: boolean;
23
- onClick: (value: boolean) => void;
24
- }
25
- export declare enum AuthFlowAction {
26
- MERGE = "confirm-account-merge"
27
- }
@@ -1,3 +0,0 @@
1
- import { User } from 'authing-js-sdk';
2
- export declare const getDisplayName: (user: User) => string;
3
- export declare const getDisplayNameByEmail: (displayName: string) => string;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import './style.less';
3
- export declare const GuardChangeAccoutTypesView: () => JSX.Element;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- export declare type OptionType = {
3
- id: string;
4
- name: string;
5
- children: OptionType[];
6
- };
7
- interface TreeSelectProps {
8
- options: OptionType[];
9
- }
10
- declare const TreeSelect: React.FC<TreeSelectProps>;
11
- export default TreeSelect;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const LoginWithDingTalkQrcode: (props: any) => JSX.Element;
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- import { StoreInstance } from '../../Guard/core/hooks/useMultipleAccounts';
3
- interface LoginWithLandrayQrcodeProps {
4
- onLoginSuccess: any;
5
- canLoop: boolean;
6
- qrCodeScanOptions: any;
7
- id: string;
8
- multipleInstance?: StoreInstance;
9
- }
10
- export declare const LoginWithLandrayQrcode: (props: LoginWithLandrayQrcodeProps) => JSX.Element | null;
11
- export {};
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const LoginWithWeComQrcode: (props: any) => JSX.Element;