@matchain/matchid-sdk-react 0.1.37-alpha.8 → 0.1.38
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/dist/assets/icon/index.d.mts +1 -1
- package/dist/assets/icon/index.d.ts +1 -1
- package/dist/{chunk-65NEGWW3.mjs → chunk-F5CJROWH.mjs} +42 -33
- package/dist/chunk-F5CJROWH.mjs.map +1 -0
- package/dist/{chunk-X3VJMKNQ.mjs → chunk-IHRQKSSO.mjs} +2 -2
- package/dist/chunk-IHRQKSSO.mjs.map +1 -0
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +18 -18
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-yEwP0nd2.d.ts → index-B89X65ox.d.ts} +2 -2
- package/dist/{index-BKdqrCum.d.ts → index-BICt0DjJ.d.ts} +4 -4
- package/dist/{index-Dm5o2w2J.d.mts → index-BTTka3Uo.d.mts} +1 -1
- package/dist/{index-CV5LZa9w.d.mts → index-CAvsdgJw.d.mts} +2 -2
- package/dist/{index-DqWn6VEO.d.mts → index-CzAaZV-2.d.mts} +4 -4
- package/dist/{index-BPveUnst.d.ts → index-DUCRzr-P.d.ts} +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +41 -32
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{types.d-IS3DBl3p.d.mts → types.d-Cqt8ifXa.d.mts} +1 -1
- package/dist/{types.d-IS3DBl3p.d.ts → types.d-Cqt8ifXa.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-65NEGWW3.mjs.map +0 -1
- package/dist/chunk-X3VJMKNQ.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { E as EmailModalProps,
|
|
2
|
+
import { E as EmailModalProps, d as InputProps, B as ButtonProps, M as ModalProps, e as ModalWithHeaderProps, P as PopoverProps, f as LoginBoxProps, g as OtherLoginMethodType, R as RecommendLoginMethodType, W as WalletType, h as PopoverPositionType, i as PopoverTypeType, j as LoginPanelProps, k as LoginModalProps } from './types.d-Cqt8ifXa.js';
|
|
3
3
|
import { ReactNode, PropsWithChildren } from 'react';
|
|
4
4
|
|
|
5
5
|
declare function EmailModal({ isOpen, width, onClose, onBack, onLogin }: EmailModalProps): react_jsx_runtime.JSX.Element;
|
|
@@ -18,7 +18,7 @@ declare function Button({ size, disabled, loading, children, onClick, highlight,
|
|
|
18
18
|
declare function Modal({ children, isOpen, width, zIndex, className }: ModalProps): react_jsx_runtime.JSX.Element;
|
|
19
19
|
declare function ModalWithHeader({ children, onBack, onClose, title, showBorder, showClose, ...props }: ModalWithHeaderProps): react_jsx_runtime.JSX.Element;
|
|
20
20
|
|
|
21
|
-
declare function Popover({ children, content, position, type, className, gap }: PopoverProps): react_jsx_runtime.JSX.Element;
|
|
21
|
+
declare function Popover({ children, content, position, type, className, gap }: PopoverProps): false | "" | 0 | react_jsx_runtime.JSX.Element | null | undefined;
|
|
22
22
|
|
|
23
23
|
declare function LoginBox({ recommendMethods, methods, walletMethods, inModal }: LoginBoxProps): react_jsx_runtime.JSX.Element;
|
|
24
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
2
|
import { UseQueryOptions } from '@tanstack/react-query/src/types';
|
|
3
|
-
import { m as PohZkpassParams, n as BindItemType, o as BindInfoType, p as PohItemType } from './types.d-
|
|
3
|
+
import { m as PohZkpassParams, n as BindItemType, o as BindInfoType, p as PohItemType } from './types.d-Cqt8ifXa.js';
|
|
4
4
|
|
|
5
5
|
interface MyResponseType<T> {
|
|
6
6
|
code: number;
|
|
@@ -28,8 +28,8 @@ declare const chooseIdentityApi: ({ identity }: {
|
|
|
28
28
|
}) => Promise<MyResponseType<any>>;
|
|
29
29
|
declare const mintPassportNftApi: () => Promise<MyResponseType<any>>;
|
|
30
30
|
|
|
31
|
-
declare function useBindList(options?: Omit<UseQueryOptions<BindItemType[]>, 'queryKey' | 'queryFn'
|
|
32
|
-
declare function useBindInfo(options?: Omit<UseQueryOptions<BindInfoType>, 'queryKey' | 'queryFn'
|
|
31
|
+
declare function useBindList(options?: Partial<Omit<UseQueryOptions<BindItemType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<BindItemType[], Error>;
|
|
32
|
+
declare function useBindInfo(options?: Partial<Omit<UseQueryOptions<BindInfoType>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<BindInfoType, Error>;
|
|
33
33
|
|
|
34
34
|
declare const bind_bindCexApi: typeof bindCexApi;
|
|
35
35
|
declare const bind_unBindApi: typeof unBindApi;
|
|
@@ -40,7 +40,7 @@ declare namespace bind {
|
|
|
40
40
|
export { bind_bindCexApi as bindCexApi, bind_unBindApi as unBindApi, bind_unBindWalletApi as unBindWalletApi, bind_useBindInfo as useBindInfo, bind_useBindList as useBindList };
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
declare function usePohList(options?: Omit<UseQueryOptions<PohItemType[]>, 'queryKey' | 'queryFn'
|
|
43
|
+
declare function usePohList(options?: Partial<Omit<UseQueryOptions<PohItemType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<PohItemType[], Error>;
|
|
44
44
|
|
|
45
45
|
declare const poh_usePohList: typeof usePohList;
|
|
46
46
|
declare const poh_verifyPohApi: typeof verifyPohApi;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as ISocialLoginMethod, O as OverviewInfo, C as CEXType, c as LoginMethodType, I as IMatchEvents } from './types.d-Cqt8ifXa.mjs';
|
|
2
2
|
import * as viem from 'viem';
|
|
3
3
|
import { SignableMessage, Hex, TransactionSerializable, Account } from 'viem';
|
|
4
4
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { E as EmailModalProps,
|
|
2
|
+
import { E as EmailModalProps, d as InputProps, B as ButtonProps, M as ModalProps, e as ModalWithHeaderProps, P as PopoverProps, f as LoginBoxProps, g as OtherLoginMethodType, R as RecommendLoginMethodType, W as WalletType, h as PopoverPositionType, i as PopoverTypeType, j as LoginPanelProps, k as LoginModalProps } from './types.d-Cqt8ifXa.mjs';
|
|
3
3
|
import { ReactNode, PropsWithChildren } from 'react';
|
|
4
4
|
|
|
5
5
|
declare function EmailModal({ isOpen, width, onClose, onBack, onLogin }: EmailModalProps): react_jsx_runtime.JSX.Element;
|
|
@@ -18,7 +18,7 @@ declare function Button({ size, disabled, loading, children, onClick, highlight,
|
|
|
18
18
|
declare function Modal({ children, isOpen, width, zIndex, className }: ModalProps): react_jsx_runtime.JSX.Element;
|
|
19
19
|
declare function ModalWithHeader({ children, onBack, onClose, title, showBorder, showClose, ...props }: ModalWithHeaderProps): react_jsx_runtime.JSX.Element;
|
|
20
20
|
|
|
21
|
-
declare function Popover({ children, content, position, type, className, gap }: PopoverProps): react_jsx_runtime.JSX.Element;
|
|
21
|
+
declare function Popover({ children, content, position, type, className, gap }: PopoverProps): false | "" | 0 | react_jsx_runtime.JSX.Element | null | undefined;
|
|
22
22
|
|
|
23
23
|
declare function LoginBox({ recommendMethods, methods, walletMethods, inModal }: LoginBoxProps): react_jsx_runtime.JSX.Element;
|
|
24
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
2
|
import { UseQueryOptions } from '@tanstack/react-query/src/types';
|
|
3
|
-
import { m as PohZkpassParams, n as BindItemType, o as BindInfoType, p as PohItemType } from './types.d-
|
|
3
|
+
import { m as PohZkpassParams, n as BindItemType, o as BindInfoType, p as PohItemType } from './types.d-Cqt8ifXa.mjs';
|
|
4
4
|
|
|
5
5
|
interface MyResponseType<T> {
|
|
6
6
|
code: number;
|
|
@@ -28,8 +28,8 @@ declare const chooseIdentityApi: ({ identity }: {
|
|
|
28
28
|
}) => Promise<MyResponseType<any>>;
|
|
29
29
|
declare const mintPassportNftApi: () => Promise<MyResponseType<any>>;
|
|
30
30
|
|
|
31
|
-
declare function useBindList(options?: Omit<UseQueryOptions<BindItemType[]>, 'queryKey' | 'queryFn'
|
|
32
|
-
declare function useBindInfo(options?: Omit<UseQueryOptions<BindInfoType>, 'queryKey' | 'queryFn'
|
|
31
|
+
declare function useBindList(options?: Partial<Omit<UseQueryOptions<BindItemType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<BindItemType[], Error>;
|
|
32
|
+
declare function useBindInfo(options?: Partial<Omit<UseQueryOptions<BindInfoType>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<BindInfoType, Error>;
|
|
33
33
|
|
|
34
34
|
declare const bind_bindCexApi: typeof bindCexApi;
|
|
35
35
|
declare const bind_unBindApi: typeof unBindApi;
|
|
@@ -40,7 +40,7 @@ declare namespace bind {
|
|
|
40
40
|
export { bind_bindCexApi as bindCexApi, bind_unBindApi as unBindApi, bind_unBindWalletApi as unBindWalletApi, bind_useBindInfo as useBindInfo, bind_useBindList as useBindList };
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
declare function usePohList(options?: Omit<UseQueryOptions<PohItemType[]>, 'queryKey' | 'queryFn'
|
|
43
|
+
declare function usePohList(options?: Partial<Omit<UseQueryOptions<PohItemType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<PohItemType[], Error>;
|
|
44
44
|
|
|
45
45
|
declare const poh_usePohList: typeof usePohList;
|
|
46
46
|
declare const poh_verifyPohApi: typeof verifyPohApi;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as ISocialLoginMethod, O as OverviewInfo, C as CEXType, c as LoginMethodType, I as IMatchEvents } from './types.d-Cqt8ifXa.js';
|
|
2
2
|
import * as viem from 'viem';
|
|
3
3
|
import { SignableMessage, Hex, TransactionSerializable, Account } from 'viem';
|
|
4
4
|
|
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-
|
|
3
|
-
export { i as Components } from './index-
|
|
4
|
-
export { i as Hooks } from './index-
|
|
5
|
-
export { i as Api } from './index-
|
|
2
|
+
import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-Cqt8ifXa.mjs';
|
|
3
|
+
export { i as Components } from './index-CAvsdgJw.mjs';
|
|
4
|
+
export { i as Hooks } from './index-BTTka3Uo.mjs';
|
|
5
|
+
export { i as Api } from './index-CzAaZV-2.mjs';
|
|
6
6
|
export { i as Chains } from './index-DXRGMAbv.mjs';
|
|
7
7
|
import 'react/jsx-runtime';
|
|
8
8
|
import 'viem';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-
|
|
3
|
-
export { i as Components } from './index-
|
|
4
|
-
export { i as Hooks } from './index-
|
|
5
|
-
export { i as Api } from './index-
|
|
2
|
+
import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-Cqt8ifXa.js';
|
|
3
|
+
export { i as Components } from './index-B89X65ox.js';
|
|
4
|
+
export { i as Hooks } from './index-DUCRzr-P.js';
|
|
5
|
+
export { i as Api } from './index-BICt0DjJ.js';
|
|
6
6
|
export { i as Chains } from './index-DXRGMAbv.js';
|
|
7
7
|
import 'react/jsx-runtime';
|
|
8
8
|
import 'viem';
|
package/dist/index.js
CHANGED
|
@@ -2037,14 +2037,9 @@ function PasswordModal({
|
|
|
2037
2037
|
return "";
|
|
2038
2038
|
}, [rePassword, password]);
|
|
2039
2039
|
(0, import_react6.useEffect)(() => {
|
|
2040
|
-
if (isOpen
|
|
2040
|
+
if (isOpen) {
|
|
2041
2041
|
setPassword("");
|
|
2042
2042
|
setRePassword("");
|
|
2043
|
-
const did2 = overview.did.split(":")[2];
|
|
2044
|
-
initWallet({
|
|
2045
|
-
did: did2,
|
|
2046
|
-
address: ""
|
|
2047
|
-
});
|
|
2048
2043
|
}
|
|
2049
2044
|
}, [isOpen, overview]);
|
|
2050
2045
|
const [isSubmitting, setIsSubmitting] = (0, import_react6.useState)(false);
|
|
@@ -2052,8 +2047,13 @@ function PasswordModal({
|
|
|
2052
2047
|
if (isSubmitting) return;
|
|
2053
2048
|
try {
|
|
2054
2049
|
setIsSubmitting(true);
|
|
2050
|
+
const did2 = overview ? overview.did.split(":")[2] : "";
|
|
2051
|
+
await initWallet({
|
|
2052
|
+
did: did2,
|
|
2053
|
+
address: ""
|
|
2054
|
+
});
|
|
2055
2055
|
const address = await generateWallet({
|
|
2056
|
-
did:
|
|
2056
|
+
did: did2.split(":")[2],
|
|
2057
2057
|
userPasscode: password
|
|
2058
2058
|
});
|
|
2059
2059
|
await refreshOverview();
|
|
@@ -2139,11 +2139,6 @@ function RecoveryModal({
|
|
|
2139
2139
|
(0, import_react7.useEffect)(() => {
|
|
2140
2140
|
if (isOpen && overview) {
|
|
2141
2141
|
setPassword("");
|
|
2142
|
-
const did = overview.did.split(":")[2];
|
|
2143
|
-
initWallet({
|
|
2144
|
-
did,
|
|
2145
|
-
address: overview.address
|
|
2146
|
-
});
|
|
2147
2142
|
}
|
|
2148
2143
|
}, [isOpen, overview]);
|
|
2149
2144
|
const [isSubmitting, setIsSubmitting] = (0, import_react7.useState)(false);
|
|
@@ -2151,6 +2146,11 @@ function RecoveryModal({
|
|
|
2151
2146
|
if (isSubmitting) return;
|
|
2152
2147
|
try {
|
|
2153
2148
|
setIsSubmitting(true);
|
|
2149
|
+
const did = overview ? overview.did.split(":")[2] : "";
|
|
2150
|
+
await initWallet({
|
|
2151
|
+
did,
|
|
2152
|
+
address: overview?.address || ""
|
|
2153
|
+
});
|
|
2154
2154
|
await recoveryWallet("ethereum", "user_passcode_recovery_key", password);
|
|
2155
2155
|
await refreshOverview();
|
|
2156
2156
|
onSuccess && onSuccess();
|
|
@@ -2432,7 +2432,7 @@ function Popover({
|
|
|
2432
2432
|
gap = "20px"
|
|
2433
2433
|
}) {
|
|
2434
2434
|
const [active, setActive] = (0, import_react11.useState)(false);
|
|
2435
|
-
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2435
|
+
return children && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2436
2436
|
"div",
|
|
2437
2437
|
{
|
|
2438
2438
|
onClick: () => {
|
|
@@ -2976,7 +2976,7 @@ function UsernameModal({
|
|
|
2976
2976
|
}, onClick: onSubmit, size: "lg", block: true, highlight: true, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_react_intl10.FormattedMessage, { id: "confirm" }) }),
|
|
2977
2977
|
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { style: {
|
|
2978
2978
|
marginTop: isDownMd ? "12px" : "24px"
|
|
2979
|
-
}, onClick: props.onClose, size: "lg", block: true, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_react_intl10.FormattedMessage, { id: "
|
|
2979
|
+
}, onClick: props.onClose, size: "lg", block: true, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_react_intl10.FormattedMessage, { id: "cancel" }) })
|
|
2980
2980
|
] }) });
|
|
2981
2981
|
}
|
|
2982
2982
|
|
|
@@ -3532,10 +3532,10 @@ var UnisatAdapter = class {
|
|
|
3532
3532
|
window.unisat.disconnect();
|
|
3533
3533
|
await this.checkChain();
|
|
3534
3534
|
const accounts = await window.unisat.getAccounts();
|
|
3535
|
-
|
|
3535
|
+
matchlog_default.log("accounts", accounts);
|
|
3536
3536
|
if (accounts.length === 0) {
|
|
3537
3537
|
const accounts2 = await window.unisat.requestAccounts();
|
|
3538
|
-
|
|
3538
|
+
matchlog_default.log("accounts", accounts2);
|
|
3539
3539
|
if (!accounts2 || accounts2.length === 0) throw new Error("No accounts found in Unisat Wallet");
|
|
3540
3540
|
return accounts2[0];
|
|
3541
3541
|
}
|
|
@@ -3567,7 +3567,7 @@ var XverseAdapter = class {
|
|
|
3567
3567
|
try {
|
|
3568
3568
|
await (0, import_sats_connect.getCapabilities)({
|
|
3569
3569
|
onFinish: (response) => {
|
|
3570
|
-
|
|
3570
|
+
matchlog_default.log(response);
|
|
3571
3571
|
this.capabilities = new Set(response);
|
|
3572
3572
|
resolve(true);
|
|
3573
3573
|
},
|
|
@@ -3580,7 +3580,7 @@ var XverseAdapter = class {
|
|
|
3580
3580
|
}
|
|
3581
3581
|
});
|
|
3582
3582
|
} catch (err) {
|
|
3583
|
-
console.
|
|
3583
|
+
console.error(err);
|
|
3584
3584
|
resolve(false);
|
|
3585
3585
|
}
|
|
3586
3586
|
});
|
|
@@ -3591,7 +3591,7 @@ var XverseAdapter = class {
|
|
|
3591
3591
|
purposes: [import_sats_connect.AddressPurpose.Ordinals],
|
|
3592
3592
|
message: "SATS Connect Demo"
|
|
3593
3593
|
});
|
|
3594
|
-
|
|
3594
|
+
matchlog_default.log("getAccounts ~ response:", response);
|
|
3595
3595
|
if (response.status === "success") {
|
|
3596
3596
|
const ordinalsAddressItem = response.result.find(
|
|
3597
3597
|
(address) => address.purpose === import_sats_connect.AddressPurpose.Ordinals
|
|
@@ -3645,13 +3645,13 @@ var LeatherAdapter = class {
|
|
|
3645
3645
|
async connect() {
|
|
3646
3646
|
if (!await this.isInstalled()) throw new Error("Leather Wallet is not installed");
|
|
3647
3647
|
const response = await window.LeatherProvider?.request("getAddresses");
|
|
3648
|
-
|
|
3648
|
+
matchlog_default.log("Addresses:", response.result.addresses);
|
|
3649
3649
|
return response.result.addresses[0].address;
|
|
3650
3650
|
}
|
|
3651
3651
|
async signMessage(message) {
|
|
3652
3652
|
if (!await this.isInstalled()) throw new Error("Hiro Wallet is not installed");
|
|
3653
3653
|
const response = await window.LeatherProvider?.request("signMessage", { message });
|
|
3654
|
-
|
|
3654
|
+
matchlog_default.log("response", response);
|
|
3655
3655
|
return response.result.signature;
|
|
3656
3656
|
}
|
|
3657
3657
|
};
|
|
@@ -3714,7 +3714,7 @@ function BTCModal({
|
|
|
3714
3714
|
return !!address;
|
|
3715
3715
|
}, [address]);
|
|
3716
3716
|
const disconnect = async () => {
|
|
3717
|
-
wallet.disconnet();
|
|
3717
|
+
wallet && wallet.disconnet && wallet.disconnet();
|
|
3718
3718
|
setStatus("");
|
|
3719
3719
|
chooseWallet(null);
|
|
3720
3720
|
statusRef.current = "";
|
|
@@ -3798,7 +3798,7 @@ function BTCModal({
|
|
|
3798
3798
|
}
|
|
3799
3799
|
}, [props.isOpen]);
|
|
3800
3800
|
const onBack = () => {
|
|
3801
|
-
wallet.disconnet();
|
|
3801
|
+
wallet && wallet.disconnet && wallet.disconnet();
|
|
3802
3802
|
setStatus("");
|
|
3803
3803
|
chooseWallet(null);
|
|
3804
3804
|
statusRef.current = "";
|
|
@@ -4336,7 +4336,8 @@ var en_default = {
|
|
|
4336
4336
|
CEXBindTips3: "3. Only one API can be bound to the same exchange at the same time.",
|
|
4337
4337
|
CEXBindApiKey: "API Key",
|
|
4338
4338
|
CEXBindApiSecretKey: "API Secret Key",
|
|
4339
|
-
CEXBindApiPassphrase: "API Passphrase"
|
|
4339
|
+
CEXBindApiPassphrase: "API Passphrase",
|
|
4340
|
+
cancel: "Cancel"
|
|
4340
4341
|
};
|
|
4341
4342
|
|
|
4342
4343
|
// src/i18n/zh.json
|
|
@@ -4386,7 +4387,8 @@ var zh_default = {
|
|
|
4386
4387
|
CEXBindTips3: "3. \u540C\u4E00\u65F6\u95F4\u53EA\u80FD\u7ED1\u5B9A\u4E00\u4E2A API \u5230\u76F8\u540C\u7684\u4EA4\u6613\u6240\u3002",
|
|
4387
4388
|
CEXBindApiKey: "API \u5BC6\u94A5",
|
|
4388
4389
|
CEXBindApiSecretKey: "API \u79D8\u94A5",
|
|
4389
|
-
CEXBindApiPassphrase: "API \u5BC6\u7801\u77ED\u8BED"
|
|
4390
|
+
CEXBindApiPassphrase: "API \u5BC6\u7801\u77ED\u8BED",
|
|
4391
|
+
cancel: "\u53D6\u6D88"
|
|
4390
4392
|
};
|
|
4391
4393
|
|
|
4392
4394
|
// src/i18n/tw.json
|
|
@@ -4436,7 +4438,8 @@ var tw_default = {
|
|
|
4436
4438
|
CEXBindTips3: "3. \u540C\u4E00\u6642\u9593\u53EA\u80FD\u7D81\u5B9A\u4E00\u500B API \u5230\u76F8\u540C\u7684\u4EA4\u6613\u6240\u3002",
|
|
4437
4439
|
CEXBindApiKey: "API \u91D1\u9470",
|
|
4438
4440
|
CEXBindApiSecretKey: "API \u5BC6\u9470",
|
|
4439
|
-
CEXBindApiPassphrase: "API \u5BC6\u78BC\u77ED\u8A9E"
|
|
4441
|
+
CEXBindApiPassphrase: "API \u5BC6\u78BC\u77ED\u8A9E",
|
|
4442
|
+
cancel: "\u53D6\u6D88"
|
|
4440
4443
|
};
|
|
4441
4444
|
|
|
4442
4445
|
// src/i18n/fr.json
|
|
@@ -4486,7 +4489,8 @@ var fr_default = {
|
|
|
4486
4489
|
CEXBindTips3: "3. Une seule API peut \xEAtre li\xE9e au m\xEAme \xE9change \xE0 la fois.",
|
|
4487
4490
|
CEXBindApiKey: "Cl\xE9 API",
|
|
4488
4491
|
CEXBindApiSecretKey: "Cl\xE9 Secr\xE8te API",
|
|
4489
|
-
CEXBindApiPassphrase: "Phrase secr\xE8te API"
|
|
4492
|
+
CEXBindApiPassphrase: "Phrase secr\xE8te API",
|
|
4493
|
+
cancel: "Annuler"
|
|
4490
4494
|
};
|
|
4491
4495
|
|
|
4492
4496
|
// src/i18n/ja.json
|
|
@@ -4536,7 +4540,8 @@ var ja_default = {
|
|
|
4536
4540
|
CEXBindTips3: "3. \u540C\u3058\u53D6\u5F15\u6240\u306B\u540C\u6642\u306B\u30D0\u30A4\u30F3\u30C9\u3067\u304D\u308B API \u306F1\u3064\u3060\u3051\u3067\u3059\u3002",
|
|
4537
4541
|
CEXBindApiKey: "API \u30AD\u30FC",
|
|
4538
4542
|
CEXBindApiSecretKey: "API \u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u30AD\u30FC",
|
|
4539
|
-
CEXBindApiPassphrase: "API \u30D1\u30B9\u30D5\u30EC\u30FC\u30BA"
|
|
4543
|
+
CEXBindApiPassphrase: "API \u30D1\u30B9\u30D5\u30EC\u30FC\u30BA",
|
|
4544
|
+
cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB"
|
|
4540
4545
|
};
|
|
4541
4546
|
|
|
4542
4547
|
// src/i18n/ko.json
|
|
@@ -4586,7 +4591,8 @@ var ko_default = {
|
|
|
4586
4591
|
CEXBindTips3: "3. \uB3D9\uC77C\uD55C \uAC70\uB798\uC18C\uC5D0 \uB3D9\uC2DC\uC5D0 \uC5F0\uACB0\uD560 \uC218 \uC788\uB294 API\uB294 \uD558\uB098\uBFD0\uC785\uB2C8\uB2E4.",
|
|
4587
4592
|
CEXBindApiKey: "API \uD0A4",
|
|
4588
4593
|
CEXBindApiSecretKey: "API \uBE44\uBC00 \uD0A4",
|
|
4589
|
-
CEXBindApiPassphrase: "API \uC554\uD638 \uAD6C\uBB38"
|
|
4594
|
+
CEXBindApiPassphrase: "API \uC554\uD638 \uAD6C\uBB38",
|
|
4595
|
+
cancel: "\uCDE8\uC18C"
|
|
4590
4596
|
};
|
|
4591
4597
|
|
|
4592
4598
|
// src/i18n/vi.json
|
|
@@ -4636,7 +4642,8 @@ var vi_default = {
|
|
|
4636
4642
|
CEXBindTips3: "3. Ch\u1EC9 c\xF3 th\u1EC3 li\xEAn k\u1EBFt m\u1ED9t API v\u1EDBi c\xF9ng m\u1ED9t s\xE0n giao d\u1ECBch t\u1EA1i m\u1ED9t th\u1EDDi \u0111i\u1EC3m.",
|
|
4637
4643
|
CEXBindApiKey: "Kh\xF3a API",
|
|
4638
4644
|
CEXBindApiSecretKey: "Kh\xF3a b\xED m\u1EADt API",
|
|
4639
|
-
CEXBindApiPassphrase: "C\u1EE5m m\u1EADt kh\u1EA9u API"
|
|
4645
|
+
CEXBindApiPassphrase: "C\u1EE5m m\u1EADt kh\u1EA9u API",
|
|
4646
|
+
cancel: "H\u1EE7y"
|
|
4640
4647
|
};
|
|
4641
4648
|
|
|
4642
4649
|
// src/i18n/es.json
|
|
@@ -4686,7 +4693,8 @@ var es_default = {
|
|
|
4686
4693
|
CEXBindTips3: "3. Solo se puede vincular una API al mismo intercambio a la vez.",
|
|
4687
4694
|
CEXBindApiKey: "Clave API",
|
|
4688
4695
|
CEXBindApiSecretKey: "Clave Secreta API",
|
|
4689
|
-
CEXBindApiPassphrase: "Frase de contrase\xF1a API"
|
|
4696
|
+
CEXBindApiPassphrase: "Frase de contrase\xF1a API",
|
|
4697
|
+
cancel: "Cancelar"
|
|
4690
4698
|
};
|
|
4691
4699
|
|
|
4692
4700
|
// src/i18n/pt.json
|
|
@@ -4736,7 +4744,8 @@ var pt_default = {
|
|
|
4736
4744
|
CEXBindTips3: "3. Apenas uma API pode ser vinculada ao mesmo c\xE2mbio ao mesmo tempo.",
|
|
4737
4745
|
CEXBindApiKey: "Chave API",
|
|
4738
4746
|
CEXBindApiSecretKey: "Chave Secreta API",
|
|
4739
|
-
CEXBindApiPassphrase: "Senha de API"
|
|
4747
|
+
CEXBindApiPassphrase: "Senha de API",
|
|
4748
|
+
cancel: "Cancelar"
|
|
4740
4749
|
};
|
|
4741
4750
|
|
|
4742
4751
|
// src/i18n/index.ts
|