@wagmi/vue 0.4.14 → 0.4.15
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/esm/composables/useBalance.js +0 -1
- package/dist/esm/composables/useBalance.js.map +1 -1
- package/dist/esm/composables/useBlockNumber.js +0 -1
- package/dist/esm/composables/useBlockNumber.js.map +1 -1
- package/dist/esm/composables/useBytecode.js +0 -2
- package/dist/esm/composables/useBytecode.js.map +1 -1
- package/dist/esm/composables/useChainId.js.map +1 -1
- package/dist/esm/composables/useChains.js.map +1 -1
- package/dist/esm/composables/useClient.js.map +1 -1
- package/dist/esm/composables/useConfig.js.map +1 -1
- package/dist/esm/composables/useConnect.js.map +1 -1
- package/dist/esm/composables/useConnection.js.map +1 -1
- package/dist/esm/composables/useConnectionEffect.js.map +1 -1
- package/dist/esm/composables/useConnections.js.map +1 -1
- package/dist/esm/composables/useConnectorClient.js +0 -1
- package/dist/esm/composables/useConnectorClient.js.map +1 -1
- package/dist/esm/composables/useConnectors.js.map +1 -1
- package/dist/esm/composables/useDisconnect.js.map +1 -1
- package/dist/esm/composables/useEnsAddress.js +0 -1
- package/dist/esm/composables/useEnsAddress.js.map +1 -1
- package/dist/esm/composables/useEnsAvatar.js +0 -1
- package/dist/esm/composables/useEnsAvatar.js.map +1 -1
- package/dist/esm/composables/useEnsName.js +0 -2
- package/dist/esm/composables/useEnsName.js.map +1 -1
- package/dist/esm/composables/useEstimateGas.js +0 -1
- package/dist/esm/composables/useEstimateGas.js.map +1 -1
- package/dist/esm/composables/useReadContract.js +0 -1
- package/dist/esm/composables/useReadContract.js.map +1 -1
- package/dist/esm/composables/useReconnect.js.map +1 -1
- package/dist/esm/composables/useSendTransaction.js.map +1 -1
- package/dist/esm/composables/useSignMessage.js.map +1 -1
- package/dist/esm/composables/useSignTypedData.js.map +1 -1
- package/dist/esm/composables/useSimulateContract.js +0 -1
- package/dist/esm/composables/useSimulateContract.js.map +1 -1
- package/dist/esm/composables/useSwitchChain.js.map +1 -1
- package/dist/esm/composables/useSwitchConnection.js.map +1 -1
- package/dist/esm/composables/useTransaction.js +0 -1
- package/dist/esm/composables/useTransaction.js.map +1 -1
- package/dist/esm/composables/useTransactionReceipt.js +0 -1
- package/dist/esm/composables/useTransactionReceipt.js.map +1 -1
- package/dist/esm/composables/useWaitForTransactionReceipt.js +0 -1
- package/dist/esm/composables/useWaitForTransactionReceipt.js.map +1 -1
- package/dist/esm/composables/useWatchBlockNumber.js.map +1 -1
- package/dist/esm/composables/useWatchContractEvent.js.map +1 -1
- package/dist/esm/composables/useWriteContract.js.map +1 -1
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/composables/useBalance.d.ts +1 -2
- package/dist/types/composables/useBalance.d.ts.map +1 -1
- package/dist/types/composables/useBlockNumber.d.ts +1 -2
- package/dist/types/composables/useBlockNumber.d.ts.map +1 -1
- package/dist/types/composables/useBytecode.d.ts +1 -2
- package/dist/types/composables/useBytecode.d.ts.map +1 -1
- package/dist/types/composables/useChainId.d.ts +1 -1
- package/dist/types/composables/useChainId.d.ts.map +1 -1
- package/dist/types/composables/useChains.d.ts +1 -1
- package/dist/types/composables/useChains.d.ts.map +1 -1
- package/dist/types/composables/useClient.d.ts +1 -2
- package/dist/types/composables/useClient.d.ts.map +1 -1
- package/dist/types/composables/useConfig.d.ts +1 -1
- package/dist/types/composables/useConfig.d.ts.map +1 -1
- package/dist/types/composables/useConnect.d.ts +2 -5
- package/dist/types/composables/useConnect.d.ts.map +1 -1
- package/dist/types/composables/useConnection.d.ts +1 -1
- package/dist/types/composables/useConnection.d.ts.map +1 -1
- package/dist/types/composables/useConnectionEffect.d.ts +1 -2
- package/dist/types/composables/useConnectionEffect.d.ts.map +1 -1
- package/dist/types/composables/useConnections.d.ts +1 -1
- package/dist/types/composables/useConnections.d.ts.map +1 -1
- package/dist/types/composables/useConnectorClient.d.ts +1 -2
- package/dist/types/composables/useConnectorClient.d.ts.map +1 -1
- package/dist/types/composables/useConnectors.d.ts +1 -1
- package/dist/types/composables/useConnectors.d.ts.map +1 -1
- package/dist/types/composables/useDisconnect.d.ts +1 -2
- package/dist/types/composables/useDisconnect.d.ts.map +1 -1
- package/dist/types/composables/useEnsAddress.d.ts +1 -2
- package/dist/types/composables/useEnsAddress.d.ts.map +1 -1
- package/dist/types/composables/useEnsAvatar.d.ts +1 -2
- package/dist/types/composables/useEnsAvatar.d.ts.map +1 -1
- package/dist/types/composables/useEnsName.d.ts +1 -2
- package/dist/types/composables/useEnsName.d.ts.map +1 -1
- package/dist/types/composables/useEstimateGas.d.ts +1 -1
- package/dist/types/composables/useEstimateGas.d.ts.map +1 -1
- package/dist/types/composables/useReadContract.d.ts +1 -2
- package/dist/types/composables/useReadContract.d.ts.map +1 -1
- package/dist/types/composables/useReconnect.d.ts +2 -5
- package/dist/types/composables/useReconnect.d.ts.map +1 -1
- package/dist/types/composables/useSendTransaction.d.ts +1 -2
- package/dist/types/composables/useSendTransaction.d.ts.map +1 -1
- package/dist/types/composables/useSignMessage.d.ts +1 -2
- package/dist/types/composables/useSignMessage.d.ts.map +1 -1
- package/dist/types/composables/useSignTypedData.d.ts +1 -2
- package/dist/types/composables/useSignTypedData.d.ts.map +1 -1
- package/dist/types/composables/useSimulateContract.d.ts +1 -1
- package/dist/types/composables/useSimulateContract.d.ts.map +1 -1
- package/dist/types/composables/useSwitchChain.d.ts +2 -5
- package/dist/types/composables/useSwitchChain.d.ts.map +1 -1
- package/dist/types/composables/useSwitchConnection.d.ts +2 -5
- package/dist/types/composables/useSwitchConnection.d.ts.map +1 -1
- package/dist/types/composables/useTransaction.d.ts +1 -2
- package/dist/types/composables/useTransaction.d.ts.map +1 -1
- package/dist/types/composables/useTransactionReceipt.d.ts +1 -2
- package/dist/types/composables/useTransactionReceipt.d.ts.map +1 -1
- package/dist/types/composables/useWaitForTransactionReceipt.d.ts +1 -2
- package/dist/types/composables/useWaitForTransactionReceipt.d.ts.map +1 -1
- package/dist/types/composables/useWatchBlockNumber.d.ts +2 -2
- package/dist/types/composables/useWatchBlockNumber.d.ts.map +1 -1
- package/dist/types/composables/useWatchContractEvent.d.ts +2 -2
- package/dist/types/composables/useWatchContractEvent.d.ts.map +1 -1
- package/dist/types/composables/useWriteContract.d.ts +1 -1
- package/dist/types/composables/useWriteContract.d.ts.map +1 -1
- package/dist/types/types/properties.d.ts +0 -4
- package/dist/types/types/properties.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -11
- package/src/composables/useBalance.ts +1 -3
- package/src/composables/useBlockNumber.ts +1 -3
- package/src/composables/useBytecode.ts +1 -4
- package/src/composables/useChainId.ts +1 -2
- package/src/composables/useChains.ts +1 -2
- package/src/composables/useClient.ts +1 -3
- package/src/composables/useConfig.ts +1 -2
- package/src/composables/useConnect.ts +4 -5
- package/src/composables/useConnection.ts +1 -2
- package/src/composables/useConnectionEffect.ts +1 -3
- package/src/composables/useConnections.ts +1 -2
- package/src/composables/useConnectorClient.ts +2 -4
- package/src/composables/useConnectors.ts +1 -2
- package/src/composables/useDisconnect.ts +1 -2
- package/src/composables/useEnsAddress.ts +1 -3
- package/src/composables/useEnsAvatar.ts +1 -3
- package/src/composables/useEnsName.ts +1 -4
- package/src/composables/useEstimateGas.ts +1 -2
- package/src/composables/useReadContract.ts +1 -3
- package/src/composables/useReconnect.ts +4 -5
- package/src/composables/useSendTransaction.ts +1 -2
- package/src/composables/useSignMessage.ts +1 -2
- package/src/composables/useSignTypedData.ts +1 -2
- package/src/composables/useSimulateContract.ts +1 -2
- package/src/composables/useSwitchChain.ts +4 -5
- package/src/composables/useSwitchConnection.ts +4 -6
- package/src/composables/useTransaction.ts +2 -4
- package/src/composables/useTransactionReceipt.ts +2 -4
- package/src/composables/useWaitForTransactionReceipt.ts +2 -4
- package/src/composables/useWatchBlockNumber.ts +6 -3
- package/src/composables/useWatchContractEvent.ts +6 -3
- package/src/composables/useWriteContract.ts +1 -1
- package/src/types/properties.ts +0 -5
- package/src/version.ts +1 -1
- package/dist/esm/exports/internal.js +0 -5
- package/dist/esm/exports/internal.js.map +0 -1
- package/dist/types/exports/internal.d.ts +0 -2
- package/dist/types/exports/internal.d.ts.map +0 -1
- package/internal/package.json +0 -5
- package/src/exports/internal.ts +0 -5
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.4.
|
|
1
|
+
export const version = '0.4.15';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Config, GetBalanceErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetBalanceData, type GetBalanceOptions } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
6
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
6
|
export type UseBalanceParameters<config extends Config = Config, selectData = GetBalanceData> = Compute<DeepMaybeRef<GetBalanceOptions<config, selectData> & ConfigParameter<config>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useBalance.d.ts","sourceRoot":"","sources":["../../../src/composables/useBalance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAChF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useBalance.d.ts","sourceRoot":"","sources":["../../../src/composables/useBalance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAChF,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,iBAAiB,EAEvB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEnD,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,oBAAoB,CAC9B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,cAAc,IACzB,OAAO,CACT,YAAY,CAAC,iBAAiB,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAC9E,CAAA;AAED,MAAM,MAAM,oBAAoB,CAAC,UAAU,GAAG,cAAc,IAC1D,kBAAkB,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAA;AAErD,sDAAsD;AACtD,wBAAgB,UAAU,CACxB,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,cAAc,EAE3B,UAAU,GAAE,oBAAoB,CAAC,MAAM,EAAE,UAAU,CAAM,GACxD,oBAAoB,CAAC,UAAU,CAAC,CAWlC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Config, GetBlockNumberErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { Compute, UnionCompute, UnionStrictOmit } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter, UnionCompute, UnionStrictOmit } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetBlockNumberData, type GetBlockNumberOptions } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import type { DeepMaybeRef, DeepUnwrapRef } from '../types/ref.js';
|
|
6
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
6
|
import { type UseWatchBlockNumberParameters } from './useWatchBlockNumber.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useBlockNumber.d.ts","sourceRoot":"","sources":["../../../src/composables/useBlockNumber.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EACN,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EACV,OAAO,EACP,YAAY,EACZ,eAAe,EAChB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,qBAAqB,EAE3B,MAAM,mBAAmB,CAAA;
|
|
1
|
+
{"version":3,"file":"useBlockNumber.d.ts","sourceRoot":"","sources":["../../../src/composables/useBlockNumber.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EACN,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EACV,OAAO,EACP,eAAe,EACf,YAAY,EACZ,eAAe,EAChB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,qBAAqB,EAE3B,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAElE,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAGrE,OAAO,EACL,KAAK,6BAA6B,EAEnC,MAAM,0BAA0B,CAAA;AAEjC,MAAM,MAAM,wBAAwB,CAClC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,kBAAkB,IAC7B,OAAO,CACT,YAAY,CACV,qBAAqB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,GAChD,eAAe,CAAC,MAAM,CAAC,GAAG;IACxB,KAAK,CAAC,EACF,OAAO,GACP,YAAY,CACV,eAAe,CACb,aAAa,CAAC,6BAA6B,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,EAC7D,SAAS,GAAG,QAAQ,GAAG,eAAe,GAAG,SAAS,CACnD,CACF,GACD,SAAS,CAAA;CACd,CACJ,CACF,CAAA;AAED,MAAM,MAAM,wBAAwB,CAAC,UAAU,GAAG,kBAAkB,IAClE,kBAAkB,CAAC,UAAU,EAAE,uBAAuB,CAAC,CAAA;AAEzD,0DAA0D;AAC1D,wBAAgB,cAAc,CAC5B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,kBAAkB,EAE/B,UAAU,GAAE,wBAAwB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAM,GACrE,wBAAwB,CAAC,UAAU,CAAC,CAgCtC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Config, GetBytecodeErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetBytecodeData, type GetBytecodeOptions } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
6
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
6
|
export type UseBytecodeParameters<config extends Config = Config, selectData = GetBytecodeData> = Compute<DeepMaybeRef<GetBytecodeOptions<config, selectData> & ConfigParameter<config>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useBytecode.d.ts","sourceRoot":"","sources":["../../../src/composables/useBytecode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useBytecode.d.ts","sourceRoot":"","sources":["../../../src/composables/useBytecode.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,kBAAkB,EAExB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEnD,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,qBAAqB,CAC/B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,eAAe,IAC1B,OAAO,CACT,YAAY,CAAC,kBAAkB,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAC/E,CAAA;AAED,MAAM,MAAM,qBAAqB,CAAC,UAAU,GAAG,eAAe,IAC5D,kBAAkB,CAAC,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAEtD,iDAAiD;AACjD,wBAAgB,WAAW,CACzB,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,eAAe,EAE5B,UAAU,GAAE,qBAAqB,CAAC,MAAM,EAAE,UAAU,CAAM,GACzD,qBAAqB,CAAC,UAAU,CAAC,CAWnC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type Config, type GetChainIdReturnType, type ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { ConfigParameter } from '@wagmi/core/internal';
|
|
2
3
|
import { type Ref } from 'vue';
|
|
3
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
4
4
|
export type UseChainIdParameters<config extends Config = Config> = ConfigParameter<config>;
|
|
5
5
|
export type UseChainIdReturnType<config extends Config = Config> = Ref<GetChainIdReturnType<config>>;
|
|
6
6
|
/** https://wagmi.sh/vue/api/composables/useChainId */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useChainId.d.ts","sourceRoot":"","sources":["../../../src/composables/useChainId.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,oBAAoB,EAEzB,KAAK,gBAAgB,EAEtB,MAAM,aAAa,CAAA;AACpB,OAAO,
|
|
1
|
+
{"version":3,"file":"useChainId.d.ts","sourceRoot":"","sources":["../../../src/composables/useChainId.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,oBAAoB,EAEzB,KAAK,gBAAgB,EAEtB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,EAAkB,KAAK,GAAG,EAAiB,MAAM,KAAK,CAAA;AAG7D,MAAM,MAAM,oBAAoB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAC7D,eAAe,CAAC,MAAM,CAAC,CAAA;AAEzB,MAAM,MAAM,oBAAoB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAAI,GAAG,CACpE,oBAAoB,CAAC,MAAM,CAAC,CAC7B,CAAA;AAED,sDAAsD;AACtD,wBAAgB,UAAU,CAAC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAC3E,UAAU,GAAE,oBAAoB,CAAC,MAAM,CAAM,GAC5C,oBAAoB,CAAC,MAAM,CAAC,CAY9B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type Config, type GetChainsReturnType, type ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { ConfigParameter } from '@wagmi/core/internal';
|
|
2
3
|
import { type Ref } from 'vue';
|
|
3
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
4
4
|
export type UseChainsParameters<config extends Config = Config> = ConfigParameter<config>;
|
|
5
5
|
export type UseChainsReturnType<config extends Config = Config> = Ref<GetChainsReturnType<config>>;
|
|
6
6
|
/** https://wagmi.sh/vue/api/composables/useChains */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useChains.d.ts","sourceRoot":"","sources":["../../../src/composables/useChains.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,mBAAmB,EAExB,KAAK,gBAAgB,EACtB,MAAM,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"useChains.d.ts","sourceRoot":"","sources":["../../../src/composables/useChains.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,mBAAmB,EAExB,KAAK,gBAAgB,EACtB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAE3D,OAAO,EAAkB,KAAK,GAAG,EAAiB,MAAM,KAAK,CAAA;AAG7D,MAAM,MAAM,mBAAmB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAC5D,eAAe,CAAC,MAAM,CAAC,CAAA;AAEzB,MAAM,MAAM,mBAAmB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAAI,GAAG,CACnE,mBAAmB,CAAC,MAAM,CAAC,CAC5B,CAAA;AAED,qDAAqD;AACrD,wBAAgB,SAAS,CAAC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAC1E,UAAU,GAAE,mBAAmB,CAAC,MAAM,CAAM,GAC3C,mBAAmB,CAAC,MAAM,CAAC,CAY7B"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { type Config, type GetClientParameters, type GetClientReturnType, type ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type Ref } from 'vue';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
6
5
|
export type UseClientParameters<config extends Config = Config, chainId extends config['chains'][number]['id'] | number | undefined = config['chains'][number]['id'] | undefined> = Compute<DeepMaybeRef<GetClientParameters<config, chainId> & ConfigParameter<config>>>;
|
|
7
6
|
export type UseClientReturnType<config extends Config = Config, chainId extends config['chains'][number]['id'] | number | undefined = config['chains'][number]['id'] | undefined> = Ref<GetClientReturnType<config, chainId>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useClient.d.ts","sourceRoot":"","sources":["../../../src/composables/useClient.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EAExB,KAAK,gBAAgB,EAEtB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useClient.d.ts","sourceRoot":"","sources":["../../../src/composables/useClient.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EAExB,KAAK,gBAAgB,EAEtB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EAGL,KAAK,GAAG,EAIT,MAAM,KAAK,CAAA;AACZ,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAInD,MAAM,MAAM,mBAAmB,CAC7B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SAAS,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,GAAG,SAAS,GAC/D,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAC9B,SAAS,IACX,OAAO,CACT,YAAY,CAAC,mBAAmB,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAC7E,CAAA;AAED,MAAM,MAAM,mBAAmB,CAC7B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SAAS,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,GAAG,SAAS,GAC/D,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAC9B,SAAS,IACX,GAAG,CAAC,mBAAmB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;AAE7C,qDAAqD;AACrD,wBAAgB,SAAS,CACvB,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SAAS,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,GAAG,SAAS,GAC/D,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAC9B,SAAS,EAEb,UAAU,GAAE,mBAAmB,CAAC,MAAM,EAAE,OAAO,CAAM,GACpD,mBAAmB,CAAC,MAAM,EAAE,OAAO,CAAC,CAkBtC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Config, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { ConfigParameter } from '
|
|
2
|
+
import type { ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
4
4
|
export type UseConfigParameters<config extends Config = Config> = DeepMaybeRef<ConfigParameter<config>>;
|
|
5
5
|
export type UseConfigReturnType<config extends Config = Config> = config;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useConfig.d.ts","sourceRoot":"","sources":["../../../src/composables/useConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"useConfig.d.ts","sourceRoot":"","sources":["../../../src/composables/useConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAC3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAO3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEnD,MAAM,MAAM,mBAAmB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAAI,YAAY,CAC5E,eAAe,CAAC,MAAM,CAAC,CACxB,CAAA;AAED,MAAM,MAAM,mBAAmB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAAI,MAAM,CAAA;AAExE,qDAAqD;AACrD,wBAAgB,SAAS,CAAC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAC1E,WAAW,GAAE,mBAAmB,CAAC,MAAM,CAAM,GAC5C,mBAAmB,CAAC,MAAM,CAAC,CAa7B"}
|
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
import type { Config, ConnectErrorType, GetConnectorsReturnType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type ConnectData, type ConnectMutate, type ConnectMutateAsync, type ConnectOptions, type ConnectVariables } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import type { UseMutationReturnType } from '../utils/query.js';
|
|
6
5
|
export type UseConnectParameters<config extends Config = Config, context = unknown> = Compute<ConfigParameter<config> & ConnectOptions<config, context>>;
|
|
7
|
-
export type UseConnectReturnType<config extends Config = Config, context = unknown> = Compute<UseMutationReturnType<ConnectData<config, config['connectors'][number], boolean>, ConnectErrorType, ConnectVariables<config, config['connectors'][number], boolean>, context
|
|
6
|
+
export type UseConnectReturnType<config extends Config = Config, context = unknown> = Compute<UseMutationReturnType<ConnectData<config, config['connectors'][number], boolean>, ConnectErrorType, ConnectVariables<config, config['connectors'][number], boolean>, context, ConnectMutate<config, context>, ConnectMutateAsync<config, context>> & {
|
|
8
7
|
/** @deprecated use `mutate` instead */
|
|
9
8
|
connect: ConnectMutate<config, context>;
|
|
10
9
|
/** @deprecated use `mutateAsync` instead */
|
|
11
10
|
connectAsync: ConnectMutateAsync<config, context>;
|
|
12
11
|
/** @deprecated use `useConnectors` instead */
|
|
13
12
|
connectors: Compute<GetConnectorsReturnType> | config['connectors'];
|
|
14
|
-
mutate: ConnectMutate<config, context>;
|
|
15
|
-
mutateAsync: ConnectMutateAsync<config, context>;
|
|
16
13
|
}>;
|
|
17
14
|
/** https://wagmi.sh/vue/api/composables/useConnect */
|
|
18
15
|
export declare function useConnect<config extends Config = ResolvedRegister['config'], context = unknown>(parameters?: UseConnectParameters<config, context>): UseConnectReturnType<config, context>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useConnect.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnect.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useConnect.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnect.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EAEtB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAA;AAI9D,MAAM,MAAM,oBAAoB,CAC9B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,GAAG,OAAO,IACf,OAAO,CAAC,eAAe,CAAC,MAAM,CAAC,GAAG,cAAc,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;AAEtE,MAAM,MAAM,oBAAoB,CAC9B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,GAAG,OAAO,IACf,OAAO,CACT,qBAAqB,CACnB,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,EAC1D,gBAAgB,EAChB,gBAAgB,CAAC,MAAM,EAAE,MAAM,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,EAC/D,OAAO,EACP,aAAa,CAAC,MAAM,EAAE,OAAO,CAAC,EAC9B,kBAAkB,CAAC,MAAM,EAAE,OAAO,CAAC,CACpC,GAAG;IACF,uCAAuC;IACvC,OAAO,EAAE,aAAa,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACvC,4CAA4C;IAC5C,YAAY,EAAE,kBAAkB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACjD,8CAA8C;IAC9C,UAAU,EAAE,OAAO,CAAC,uBAAuB,CAAC,GAAG,MAAM,CAAC,YAAY,CAAC,CAAA;CACpE,CACF,CAAA;AAED,sDAAsD;AACtD,wBAAgB,UAAU,CACxB,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,GAAG,OAAO,EAEjB,UAAU,GAAE,oBAAoB,CAAC,MAAM,EAAE,OAAO,CAAM,GACrD,oBAAoB,CAAC,MAAM,EAAE,OAAO,CAAC,CAsBvC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type Config, type GetConnectionReturnType, type ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { ConfigParameter } from '@wagmi/core/internal';
|
|
2
3
|
import { type ToRefs } from 'vue';
|
|
3
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
4
4
|
export type UseConnectionParameters<config extends Config = Config> = ConfigParameter<config>;
|
|
5
5
|
export type UseConnectionReturnType<config extends Config = Config> = ToRefs<GetConnectionReturnType<config>>;
|
|
6
6
|
/** https://wagmi.sh/vue/api/composables/useConnection */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useConnection.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnection.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,uBAAuB,EAE5B,KAAK,gBAAgB,EAEtB,MAAM,aAAa,CAAA;AACpB,OAAO,
|
|
1
|
+
{"version":3,"file":"useConnection.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnection.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,uBAAuB,EAE5B,KAAK,gBAAgB,EAEtB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,EAAsC,KAAK,MAAM,EAAU,MAAM,KAAK,CAAA;AAI7E,MAAM,MAAM,uBAAuB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAChE,eAAe,CAAC,MAAM,CAAC,CAAA;AAEzB,MAAM,MAAM,uBAAuB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAAI,MAAM,CAC1E,uBAAuB,CAAC,MAAM,CAAC,CAChC,CAAA;AAED,yDAAyD;AACzD,wBAAgB,aAAa,CAC3B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAElD,UAAU,GAAE,uBAAuB,CAAC,MAAM,CAAM,GAC/C,uBAAuB,CAAC,MAAM,CAAC,CAajC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type GetConnectionReturnType } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
3
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
4
3
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
5
4
|
export type UseConnectionEffectParameters = Compute<DeepMaybeRef<{
|
|
6
5
|
onConnect?(data: Compute<Pick<Extract<GetConnectionReturnType, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useConnectionEffect.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnectionEffect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,uBAAuB,EAAmB,MAAM,aAAa,CAAA;AAC3E,OAAO,KAAK,EAAE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useConnectionEffect.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnectionEffect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,uBAAuB,EAAmB,MAAM,aAAa,CAAA;AAC3E,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAEpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAInD,MAAM,MAAM,6BAA6B,GAAG,OAAO,CACjD,YAAY,CACV;IACE,SAAS,CAAC,CACR,IAAI,EAAE,OAAO,CACX,IAAI,CACF,OAAO,CAAC,uBAAuB,EAAE;QAAE,MAAM,EAAE,WAAW,CAAA;KAAE,CAAC,EACzD,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,CAC5D,GAAG;QACF,aAAa,EAAE,OAAO,CAAA;KACvB,CACF,GACA,IAAI,CAAA;IACP,YAAY,CAAC,IAAI,IAAI,CAAA;CACtB,GAAG,eAAe,CACpB,CACF,CAAA;AAED,+DAA+D;AAC/D,wBAAgB,mBAAmB,CACjC,UAAU,GAAE,6BAAkC,QAsC/C"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type GetConnectionsReturnType } from '@wagmi/core';
|
|
2
|
+
import type { ConfigParameter } from '@wagmi/core/internal';
|
|
2
3
|
import { type Ref } from 'vue';
|
|
3
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
4
4
|
export type UseConnectionsParameters = ConfigParameter;
|
|
5
5
|
export type UseConnectionsReturnType = Ref<GetConnectionsReturnType>;
|
|
6
6
|
/** https://wagmi.sh/vue/api/composables/useConnections */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useConnections.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnections.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,wBAAwB,EAG9B,MAAM,aAAa,CAAA;AACpB,OAAO,
|
|
1
|
+
{"version":3,"file":"useConnections.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnections.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,wBAAwB,EAG9B,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,EAAkB,KAAK,GAAG,EAAiB,MAAM,KAAK,CAAA;AAG7D,MAAM,MAAM,wBAAwB,GAAG,eAAe,CAAA;AAEtD,MAAM,MAAM,wBAAwB,GAAG,GAAG,CAAC,wBAAwB,CAAC,CAAA;AAEpE,0DAA0D;AAC1D,wBAAgB,cAAc,CAC5B,UAAU,GAAE,wBAA6B,GACxC,wBAAwB,CAY1B"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Config, GetConnectorClientErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetConnectorClientData, type GetConnectorClientOptions } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
6
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
6
|
export type UseConnectorClientParameters<config extends Config = Config, chainId extends config['chains'][number]['id'] = config['chains'][number]['id'], selectData = GetConnectorClientData<config, chainId>> = Compute<DeepMaybeRef<GetConnectorClientOptions<config, chainId, selectData> & ConfigParameter<config>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useConnectorClient.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnectorClient.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EAEN,2BAA2B,EAC3B,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useConnectorClient.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnectorClient.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EAEN,2BAA2B,EAC3B,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAE/B,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEnD,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAKrE,MAAM,MAAM,4BAA4B,CACtC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,IAClD,OAAO,CACT,YAAY,CACV,yBAAyB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,GACpD,eAAe,CAAC,MAAM,CAAC,CAC1B,CACF,CAAA;AAED,MAAM,MAAM,4BAA4B,CACtC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,IAClD,kBAAkB,CAAC,UAAU,EAAE,2BAA2B,CAAC,CAAA;AAE/D,8DAA8D;AAC9D,wBAAgB,kBAAkB,CAChC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,EAEpD,UAAU,GAAE,4BAA4B,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAM,GACzE,4BAA4B,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,CA2B3D"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type Config, type GetConnectorsReturnType, type ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { ConfigParameter } from '@wagmi/core/internal';
|
|
2
3
|
import { type Ref } from 'vue';
|
|
3
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
4
4
|
export type UseConnectorsParameters<config extends Config = Config> = ConfigParameter<config>;
|
|
5
5
|
export type UseConnectorsReturnType<config extends Config = Config> = Ref<GetConnectorsReturnType<config>>;
|
|
6
6
|
/** https://wagmi.sh/vue/api/composables/useConnectors */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useConnectors.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnectors.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,uBAAuB,EAE5B,KAAK,gBAAgB,EAEtB,MAAM,aAAa,CAAA;AACpB,OAAO,
|
|
1
|
+
{"version":3,"file":"useConnectors.d.ts","sourceRoot":"","sources":["../../../src/composables/useConnectors.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,uBAAuB,EAE5B,KAAK,gBAAgB,EAEtB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,EAAkB,KAAK,GAAG,EAAO,MAAM,KAAK,CAAA;AAGnD,MAAM,MAAM,uBAAuB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAChE,eAAe,CAAC,MAAM,CAAC,CAAA;AAEzB,MAAM,MAAM,uBAAuB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAAI,GAAG,CACvE,uBAAuB,CAAC,MAAM,CAAC,CAChC,CAAA;AAED,yDAAyD;AACzD,wBAAgB,aAAa,CAC3B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAElD,UAAU,GAAE,uBAAuB,CAAC,MAAM,CAAM,GAC/C,uBAAuB,CAAC,MAAM,CAAC,CAYjC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { Connector, DisconnectErrorType } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type DisconnectData, type DisconnectMutate, type DisconnectMutateAsync, type DisconnectOptions, type DisconnectVariables } from '@wagmi/core/query';
|
|
4
4
|
import { type Ref } from 'vue';
|
|
5
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
6
5
|
import type { UseMutationReturnType } from '../utils/query.js';
|
|
7
6
|
export type UseDisconnectParameters<context = unknown> = Compute<ConfigParameter & DisconnectOptions<context>>;
|
|
8
7
|
export type UseDisconnectReturnType<context = unknown> = Compute<UseMutationReturnType<DisconnectData, DisconnectErrorType, DisconnectVariables, context, DisconnectMutate<context>, DisconnectMutateAsync<context>> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDisconnect.d.ts","sourceRoot":"","sources":["../../../src/composables/useDisconnect.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AACjE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useDisconnect.d.ts","sourceRoot":"","sources":["../../../src/composables/useDisconnect.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AACjE,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EAEzB,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EAAY,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AACxC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAA;AAI9D,MAAM,MAAM,uBAAuB,CAAC,OAAO,GAAG,OAAO,IAAI,OAAO,CAC9D,eAAe,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAC7C,CAAA;AAED,MAAM,MAAM,uBAAuB,CAAC,OAAO,GAAG,OAAO,IAAI,OAAO,CAC9D,qBAAqB,CACnB,cAAc,EACd,mBAAmB,EACnB,mBAAmB,EACnB,OAAO,EACP,gBAAgB,CAAC,OAAO,CAAC,EACzB,qBAAqB,CAAC,OAAO,CAAC,CAC/B,GAAG;IACF,+CAA+C;IAC/C,UAAU,EAAE,GAAG,CAAC,SAAS,SAAS,EAAE,CAAC,CAAA;IACrC,uCAAuC;IACvC,UAAU,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAA;IACrC,4CAA4C;IAC5C,eAAe,EAAE,qBAAqB,CAAC,OAAO,CAAC,CAAA;CAChD,CACF,CAAA;AAED,yDAAyD;AACzD,wBAAgB,aAAa,CAAC,OAAO,GAAG,OAAO,EAC7C,UAAU,GAAE,uBAAuB,CAAC,OAAO,CAAM,GAChD,uBAAuB,CAAC,OAAO,CAAC,CAclC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Config, GetEnsAddressErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetEnsAddressData, type GetEnsAddressOptions } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
6
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
6
|
export type UseEnsAddressParameters<config extends Config = Config, selectData = GetEnsAddressData> = Compute<DeepMaybeRef<GetEnsAddressOptions<config, selectData> & ConfigParameter<config>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEnsAddress.d.ts","sourceRoot":"","sources":["../../../src/composables/useEnsAddress.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useEnsAddress.d.ts","sourceRoot":"","sources":["../../../src/composables/useEnsAddress.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EAE1B,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEnD,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,uBAAuB,CACjC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,iBAAiB,IAC5B,OAAO,CACT,YAAY,CACV,oBAAoB,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,eAAe,CAAC,MAAM,CAAC,CACnE,CACF,CAAA;AAED,MAAM,MAAM,uBAAuB,CAAC,UAAU,GAAG,iBAAiB,IAChE,kBAAkB,CAAC,UAAU,EAAE,sBAAsB,CAAC,CAAA;AAExD,yDAAyD;AACzD,wBAAgB,aAAa,CAC3B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,iBAAiB,EAE9B,UAAU,GAAE,uBAAuB,CAAC,MAAM,EAAE,UAAU,CAAM,GAC3D,uBAAuB,CAAC,UAAU,CAAC,CAWrC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Config, GetEnsAvatarErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetEnsAvatarData, type GetEnsAvatarOptions } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
6
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
6
|
export type UseEnsAvatarParameters<config extends Config = Config, selectData = GetEnsAvatarData> = Compute<DeepMaybeRef<GetEnsAvatarOptions<config, selectData> & ConfigParameter<config>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEnsAvatar.d.ts","sourceRoot":"","sources":["../../../src/composables/useEnsAvatar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,qBAAqB,EACrB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useEnsAvatar.d.ts","sourceRoot":"","sources":["../../../src/composables/useEnsAvatar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,qBAAqB,EACrB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EAEzB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEnD,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,sBAAsB,CAChC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,gBAAgB,IAC3B,OAAO,CACT,YAAY,CACV,mBAAmB,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,eAAe,CAAC,MAAM,CAAC,CAClE,CACF,CAAA;AAED,MAAM,MAAM,sBAAsB,CAAC,UAAU,GAAG,gBAAgB,IAC9D,kBAAkB,CAAC,UAAU,EAAE,qBAAqB,CAAC,CAAA;AAEvD,wDAAwD;AACxD,wBAAgB,YAAY,CAC1B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,gBAAgB,EAE7B,UAAU,GAAE,sBAAsB,CAAC,MAAM,EAAE,UAAU,CAAM,GAC1D,sBAAsB,CAAC,UAAU,CAAC,CAWpC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Config, GetEnsNameErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetEnsNameData, type GetEnsNameOptions } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
6
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
6
|
export type UseEnsNameParameters<config extends Config = Config, selectData = GetEnsNameData> = Compute<DeepMaybeRef<GetEnsNameOptions<config, selectData> & ConfigParameter<config>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEnsName.d.ts","sourceRoot":"","sources":["../../../src/composables/useEnsName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAChF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useEnsName.d.ts","sourceRoot":"","sources":["../../../src/composables/useEnsName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAChF,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,iBAAiB,EAEvB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEnD,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,oBAAoB,CAC9B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,cAAc,IACzB,OAAO,CACT,YAAY,CAAC,iBAAiB,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAC9E,CAAA;AAED,MAAM,MAAM,oBAAoB,CAAC,UAAU,GAAG,cAAc,IAC1D,kBAAkB,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAA;AAErD,sDAAsD;AACtD,wBAAgB,UAAU,CACxB,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,cAAc,EAE3B,UAAU,GAAE,oBAAoB,CAAC,MAAM,EAAE,UAAU,CAAM,GACxD,oBAAoB,CAAC,UAAU,CAAC,CAWlC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Config, EstimateGasErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { ConfigParameter } from '@wagmi/core/internal';
|
|
2
3
|
import { type EstimateGasData, type EstimateGasOptions } from '@wagmi/core/query';
|
|
3
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
4
4
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
5
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
6
6
|
export type UseEstimateGasParameters<config extends Config = Config, chainId extends config['chains'][number]['id'] | undefined = undefined, selectData = EstimateGasData> = DeepMaybeRef<EstimateGasOptions<config, chainId, selectData> & ConfigParameter<config>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEstimateGas.d.ts","sourceRoot":"","sources":["../../../src/composables/useEstimateGas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,
|
|
1
|
+
{"version":3,"file":"useEstimateGas.d.ts","sourceRoot":"","sources":["../../../src/composables/useEstimateGas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,kBAAkB,EAExB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEnD,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAKrE,MAAM,MAAM,wBAAwB,CAClC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SAAS,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EACtE,UAAU,GAAG,eAAe,IAC1B,YAAY,CACd,kBAAkB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,GAAG,eAAe,CAAC,MAAM,CAAC,CAC1E,CAAA;AAED,MAAM,MAAM,wBAAwB,CAAC,UAAU,GAAG,eAAe,IAC/D,kBAAkB,CAAC,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAEtD,sDAAsD;AACtD,wBAAgB,cAAc,CAC5B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SAAS,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EACtE,UAAU,GAAG,eAAe,EAE5B,UAAU,CAAC,EAAE,wBAAwB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,GACjE,wBAAwB,CAAC,UAAU,CAAC,CAAA"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import type { Config, ReadContractErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import type { UnionCompute } from '@wagmi/core/internal';
|
|
2
|
+
import type { ConfigParameter, UnionCompute } from '@wagmi/core/internal';
|
|
3
3
|
import { type ReadContractData, type ReadContractOptions } from '@wagmi/core/query';
|
|
4
4
|
import type { Abi, ContractFunctionArgs, ContractFunctionName } from 'viem';
|
|
5
5
|
import { type MaybeRef } from 'vue';
|
|
6
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
7
6
|
import type { DeepMaybeRef } from '../types/ref.js';
|
|
8
7
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
9
8
|
export type UseReadContractParameters<abi extends Abi | readonly unknown[] = Abi, functionName extends ContractFunctionName<abi, 'pure' | 'view'> = ContractFunctionName<abi, 'pure' | 'view'>, args extends ContractFunctionArgs<abi, 'pure' | 'view', functionName> = ContractFunctionArgs<abi, 'pure' | 'view', functionName>, config extends Config = Config, selectData = ReadContractData<abi, functionName, args>> = MaybeRef<UnionCompute<ReadContractOptions<abi, functionName, args, config, selectData> & ConfigParameter<config>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useReadContract.d.ts","sourceRoot":"","sources":["../../../src/composables/useReadContract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,qBAAqB,EACrB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useReadContract.d.ts","sourceRoot":"","sources":["../../../src/composables/useReadContract.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import type { Connector, ReconnectErrorType } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type ReconnectData, type ReconnectMutate, type ReconnectMutateAsync, type ReconnectOptions, type ReconnectVariables } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import { type UseMutationReturnType } from '../utils/query.js';
|
|
6
5
|
export type UseReconnectParameters<context = unknown> = Compute<ConfigParameter & ReconnectOptions<context>>;
|
|
7
|
-
export type UseReconnectReturnType<context = unknown> = Compute<UseMutationReturnType<ReconnectData, ReconnectErrorType, ReconnectVariables, context
|
|
6
|
+
export type UseReconnectReturnType<context = unknown> = Compute<UseMutationReturnType<ReconnectData, ReconnectErrorType, ReconnectVariables, context, ReconnectMutate<context>, ReconnectMutateAsync<context>> & {
|
|
8
7
|
connectors: readonly Connector[];
|
|
9
|
-
mutate: ReconnectMutate<context>;
|
|
10
|
-
mutateAsync: ReconnectMutateAsync<context>;
|
|
11
8
|
/** @deprecated use `mutate` instead */
|
|
12
9
|
reconnect: ReconnectMutate<context>;
|
|
13
10
|
/** @deprecated use `mutateAsync` instead */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useReconnect.d.ts","sourceRoot":"","sources":["../../../src/composables/useReconnect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAChE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useReconnect.d.ts","sourceRoot":"","sources":["../../../src/composables/useReconnect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAChE,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EAExB,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EAAE,KAAK,qBAAqB,EAAe,MAAM,mBAAmB,CAAA;AAG3E,MAAM,MAAM,sBAAsB,CAAC,OAAO,GAAG,OAAO,IAAI,OAAO,CAC7D,eAAe,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAC5C,CAAA;AAED,MAAM,MAAM,sBAAsB,CAAC,OAAO,GAAG,OAAO,IAAI,OAAO,CAC7D,qBAAqB,CACnB,aAAa,EACb,kBAAkB,EAClB,kBAAkB,EAClB,OAAO,EACP,eAAe,CAAC,OAAO,CAAC,EACxB,oBAAoB,CAAC,OAAO,CAAC,CAC9B,GAAG;IACF,UAAU,EAAE,SAAS,SAAS,EAAE,CAAA;IAChC,uCAAuC;IACvC,SAAS,EAAE,eAAe,CAAC,OAAO,CAAC,CAAA;IACnC,4CAA4C;IAC5C,cAAc,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAA;CAC9C,CACF,CAAA;AAED,wDAAwD;AACxD,wBAAgB,YAAY,CAAC,OAAO,GAAG,OAAO,EAC5C,UAAU,GAAE,sBAAsB,CAAC,OAAO,CAAM,GAC/C,sBAAsB,CAAC,OAAO,CAAC,CAWjC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Config, ResolvedRegister, SendTransactionErrorType } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type SendTransactionData, type SendTransactionMutate, type SendTransactionMutateAsync, type SendTransactionOptions, type SendTransactionVariables } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import type { UseMutationReturnType } from '../utils/query.js';
|
|
6
5
|
export type UseSendTransactionParameters<config extends Config = Config, context = unknown> = Compute<ConfigParameter<config> & SendTransactionOptions<config, context>>;
|
|
7
6
|
export type UseSendTransactionReturnType<config extends Config = Config, context = unknown> = Compute<UseMutationReturnType<SendTransactionData, SendTransactionErrorType, SendTransactionVariables<config, config['chains'][number]['id']>, context, SendTransactionMutate<config, context>, SendTransactionMutateAsync<config, context>> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSendTransaction.d.ts","sourceRoot":"","sources":["../../../src/composables/useSendTransaction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,wBAAwB,EACzB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useSendTransaction.d.ts","sourceRoot":"","sources":["../../../src/composables/useSendTransaction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,wBAAwB,EACzB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAE9B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAA;AAG9D,MAAM,MAAM,4BAA4B,CACtC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,GAAG,OAAO,IACf,OAAO,CAAC,eAAe,CAAC,MAAM,CAAC,GAAG,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;AAE9E,MAAM,MAAM,4BAA4B,CACtC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,GAAG,OAAO,IACf,OAAO,CACT,qBAAqB,CACnB,mBAAmB,EACnB,wBAAwB,EACxB,wBAAwB,CAAC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,EAChE,OAAO,EACP,qBAAqB,CAAC,MAAM,EAAE,OAAO,CAAC,EACtC,0BAA0B,CAAC,MAAM,EAAE,OAAO,CAAC,CAC5C,GAAG;IACF,uCAAuC;IACvC,eAAe,EAAE,qBAAqB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACvD,4CAA4C;IAC5C,oBAAoB,EAAE,0BAA0B,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAClE,CACF,CAAA;AAED,8DAA8D;AAC9D,wBAAgB,kBAAkB,CAChC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,GAAG,OAAO,EAEjB,UAAU,GAAE,4BAA4B,CAAC,MAAM,EAAE,OAAO,CAAM,GAC7D,4BAA4B,CAAC,MAAM,EAAE,OAAO,CAAC,CAU/C"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { SignMessageErrorType } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type SignMessageData, type SignMessageMutate, type SignMessageMutateAsync, type SignMessageOptions, type SignMessageVariables } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import { type UseMutationReturnType } from '../utils/query.js';
|
|
6
5
|
export type UseSignMessageParameters<context = unknown> = Compute<ConfigParameter & SignMessageOptions<context>>;
|
|
7
6
|
export type UseSignMessageReturnType<context = unknown> = Compute<UseMutationReturnType<SignMessageData, SignMessageErrorType, SignMessageVariables, context, SignMessageMutate<context>, SignMessageMutateAsync<context>> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSignMessage.d.ts","sourceRoot":"","sources":["../../../src/composables/useSignMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useSignMessage.d.ts","sourceRoot":"","sources":["../../../src/composables/useSignMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EAE1B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EAAE,KAAK,qBAAqB,EAAe,MAAM,mBAAmB,CAAA;AAG3E,MAAM,MAAM,wBAAwB,CAAC,OAAO,GAAG,OAAO,IAAI,OAAO,CAC/D,eAAe,GAAG,kBAAkB,CAAC,OAAO,CAAC,CAC9C,CAAA;AAED,MAAM,MAAM,wBAAwB,CAAC,OAAO,GAAG,OAAO,IAAI,OAAO,CAC/D,qBAAqB,CACnB,eAAe,EACf,oBAAoB,EACpB,oBAAoB,EACpB,OAAO,EACP,iBAAiB,CAAC,OAAO,CAAC,EAC1B,sBAAsB,CAAC,OAAO,CAAC,CAChC,GAAG;IACF,uCAAuC;IACvC,WAAW,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAA;IACvC,4CAA4C;IAC5C,gBAAgB,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAA;CAClD,CACF,CAAA;AAED,0DAA0D;AAC1D,wBAAgB,cAAc,CAAC,OAAO,GAAG,OAAO,EAC9C,UAAU,GAAE,wBAAwB,CAAC,OAAO,CAAM,GACjD,wBAAwB,CAAC,OAAO,CAAC,CAUnC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { SignTypedDataErrorType } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type SignTypedDataData, type SignTypedDataMutate, type SignTypedDataMutateAsync, type SignTypedDataOptions, type SignTypedDataVariables } from '@wagmi/core/query';
|
|
4
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
5
4
|
import { type UseMutationReturnType } from '../utils/query.js';
|
|
6
5
|
export type UseSignTypedDataParameters<context = unknown> = Compute<ConfigParameter & SignTypedDataOptions<context>>;
|
|
7
6
|
export type UseSignTypedDataReturnType<context = unknown> = Compute<UseMutationReturnType<SignTypedDataData, SignTypedDataErrorType, SignTypedDataVariables, context, SignTypedDataMutate<context>, SignTypedDataMutateAsync<context>> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSignTypedData.d.ts","sourceRoot":"","sources":["../../../src/composables/useSignTypedData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AACzD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useSignTypedData.d.ts","sourceRoot":"","sources":["../../../src/composables/useSignTypedData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AACzD,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAE5B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EAAE,KAAK,qBAAqB,EAAe,MAAM,mBAAmB,CAAA;AAG3E,MAAM,MAAM,0BAA0B,CAAC,OAAO,GAAG,OAAO,IAAI,OAAO,CACjE,eAAe,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAChD,CAAA;AAED,MAAM,MAAM,0BAA0B,CAAC,OAAO,GAAG,OAAO,IAAI,OAAO,CACjE,qBAAqB,CACnB,iBAAiB,EACjB,sBAAsB,EACtB,sBAAsB,EACtB,OAAO,EACP,mBAAmB,CAAC,OAAO,CAAC,EAC5B,wBAAwB,CAAC,OAAO,CAAC,CAClC,GAAG;IACF,uCAAuC;IACvC,aAAa,EAAE,mBAAmB,CAAC,OAAO,CAAC,CAAA;IAC3C,4CAA4C;IAC5C,kBAAkB,EAAE,wBAAwB,CAAC,OAAO,CAAC,CAAA;CACtD,CACF,CAAA;AAED,4DAA4D;AAC5D,wBAAgB,gBAAgB,CAAC,OAAO,GAAG,OAAO,EAChD,UAAU,GAAE,0BAA0B,CAAC,OAAO,CAAM,GACnD,0BAA0B,CAAC,OAAO,CAAC,CAUrC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Config, ResolvedRegister, SimulateContractErrorType } from '@wagmi/core';
|
|
2
|
+
import type { ConfigParameter } from '@wagmi/core/internal';
|
|
2
3
|
import { type SimulateContractData, type SimulateContractOptions } from '@wagmi/core/query';
|
|
3
4
|
import type { Abi, ContractFunctionArgs, ContractFunctionName } from 'viem';
|
|
4
5
|
import { type MaybeRef } from 'vue';
|
|
5
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
6
6
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
7
|
export type UseSimulateContractParameters<abi extends Abi | readonly unknown[] = Abi, functionName extends ContractFunctionName<abi, 'nonpayable' | 'payable'> = ContractFunctionName<abi, 'nonpayable' | 'payable'>, args extends ContractFunctionArgs<abi, 'nonpayable' | 'payable', functionName> = ContractFunctionArgs<abi, 'nonpayable' | 'payable', functionName>, config extends Config = Config, chainId extends config['chains'][number]['id'] | undefined = undefined, selectData = SimulateContractData<abi, functionName, args, config, chainId>> = MaybeRef<SimulateContractOptions<abi, functionName, args, config, chainId, selectData> & ConfigParameter<config>>;
|
|
8
8
|
export type UseSimulateContractReturnType<abi extends Abi | readonly unknown[] = Abi, functionName extends ContractFunctionName<abi, 'nonpayable' | 'payable'> = ContractFunctionName<abi, 'nonpayable' | 'payable'>, args extends ContractFunctionArgs<abi, 'nonpayable' | 'payable', functionName> = ContractFunctionArgs<abi, 'nonpayable' | 'payable', functionName>, config extends Config = Config, chainId extends config['chains'][number]['id'] | undefined = undefined, selectData = SimulateContractData<abi, functionName, args, config, chainId>> = UseQueryReturnType<selectData, SimulateContractErrorType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSimulateContract.d.ts","sourceRoot":"","sources":["../../../src/composables/useSimulateContract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,yBAAyB,EAC1B,MAAM,aAAa,CAAA;AACpB,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAE7B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,GAAG,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,MAAM,CAAA;AAC3E,OAAO,EAAY,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"useSimulateContract.d.ts","sourceRoot":"","sources":["../../../src/composables/useSimulateContract.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import type { Config, ResolvedRegister, SwitchChainErrorType } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type SwitchChainData, type SwitchChainMutate, type SwitchChainMutateAsync, type SwitchChainOptions, type SwitchChainVariables } from '@wagmi/core/query';
|
|
4
4
|
import type { Ref } from 'vue';
|
|
5
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
6
5
|
import { type UseMutationReturnType } from '../utils/query.js';
|
|
7
6
|
export type UseSwitchChainParameters<config extends Config = Config, context = unknown> = Compute<ConfigParameter<config> & SwitchChainOptions<config, context>>;
|
|
8
|
-
export type UseSwitchChainReturnType<config extends Config = Config, context = unknown> = Compute<UseMutationReturnType<SwitchChainData<config, config['chains'][number]['id']>, SwitchChainErrorType, SwitchChainVariables<config, config['chains'][number]['id']>, context
|
|
7
|
+
export type UseSwitchChainReturnType<config extends Config = Config, context = unknown> = Compute<UseMutationReturnType<SwitchChainData<config, config['chains'][number]['id']>, SwitchChainErrorType, SwitchChainVariables<config, config['chains'][number]['id']>, context, SwitchChainMutate<config, context>, SwitchChainMutateAsync<config, context>> & {
|
|
9
8
|
/** @deprecated use `useChains` instead */
|
|
10
9
|
chains: Ref<config['chains']>;
|
|
11
|
-
mutate: SwitchChainMutate<config, context>;
|
|
12
|
-
mutateAsync: SwitchChainMutateAsync<config, context>;
|
|
13
10
|
/** @deprecated use `mutate` instead */
|
|
14
11
|
switchChain: SwitchChainMutate<config, context>;
|
|
15
12
|
/** @deprecated use `mutateAsync` instead */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSwitchChain.d.ts","sourceRoot":"","sources":["../../../src/composables/useSwitchChain.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useSwitchChain.d.ts","sourceRoot":"","sources":["../../../src/composables/useSwitchChain.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EAE1B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAC9B,OAAO,EAAE,KAAK,qBAAqB,EAAe,MAAM,mBAAmB,CAAA;AAI3E,MAAM,MAAM,wBAAwB,CAClC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,GAAG,OAAO,IACf,OAAO,CAAC,eAAe,CAAC,MAAM,CAAC,GAAG,kBAAkB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;AAE1E,MAAM,MAAM,wBAAwB,CAClC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,GAAG,OAAO,IACf,OAAO,CACT,qBAAqB,CACnB,eAAe,CAAC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,EACvD,oBAAoB,EACpB,oBAAoB,CAAC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,EAC5D,OAAO,EACP,iBAAiB,CAAC,MAAM,EAAE,OAAO,CAAC,EAClC,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,CACxC,GAAG;IACF,0CAA0C;IAC1C,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAA;IAC7B,uCAAuC;IACvC,WAAW,EAAE,iBAAiB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC/C,4CAA4C;IAC5C,gBAAgB,EAAE,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC1D,CACF,CAAA;AAED,0DAA0D;AAC1D,wBAAgB,cAAc,CAC5B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,GAAG,OAAO,EAEjB,UAAU,GAAE,wBAAwB,CAAC,MAAM,EAAE,OAAO,CAAM,GACzD,wBAAwB,CAAC,MAAM,EAAE,OAAO,CAAC,CAW3C"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import type { Config, Connector, ResolvedRegister, SwitchConnectionErrorType } from '@wagmi/core';
|
|
2
|
-
import type { Compute } from '@wagmi/core/internal';
|
|
2
|
+
import type { Compute, ConfigParameter } from '@wagmi/core/internal';
|
|
3
3
|
import { type SwitchConnectionData, type SwitchConnectionMutate, type SwitchConnectionMutateAsync, type SwitchConnectionOptions, type SwitchConnectionVariables } from '@wagmi/core/query';
|
|
4
4
|
import { type Ref } from 'vue';
|
|
5
|
-
import type { ConfigParameter } from '../types/properties.js';
|
|
6
5
|
import { type UseMutationReturnType } from '../utils/query.js';
|
|
7
6
|
export type UseSwitchConnectionParameters<config extends Config = Config, context = unknown> = Compute<ConfigParameter<config> & SwitchConnectionOptions<config, context>>;
|
|
8
|
-
export type UseSwitchConnectionReturnType<config extends Config = Config, context = unknown> = Compute<UseMutationReturnType<SwitchConnectionData<config>, SwitchConnectionErrorType, SwitchConnectionVariables, context
|
|
7
|
+
export type UseSwitchConnectionReturnType<config extends Config = Config, context = unknown> = Compute<UseMutationReturnType<SwitchConnectionData<config>, SwitchConnectionErrorType, SwitchConnectionVariables, context, SwitchConnectionMutate<config, context>, SwitchConnectionMutateAsync<config, context>> & {
|
|
9
8
|
/** @deprecated use `useConnections` instead */
|
|
10
9
|
connectors: Ref<readonly Connector[]>;
|
|
11
|
-
mutate: SwitchConnectionMutate<config, context>;
|
|
12
|
-
mutateAsync: SwitchConnectionMutateAsync<config, context>;
|
|
13
10
|
/** @deprecated use `switchConnection` instead */
|
|
14
11
|
switchAccount: SwitchConnectionMutate<config, context>;
|
|
15
12
|
/** @deprecated use `switchConnectionAsync` instead */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSwitchConnection.d.ts","sourceRoot":"","sources":["../../../src/composables/useSwitchConnection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,SAAS,EACT,gBAAgB,EAChB,yBAAyB,EAC1B,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"useSwitchConnection.d.ts","sourceRoot":"","sources":["../../../src/composables/useSwitchConnection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,SAAS,EACT,gBAAgB,EAChB,yBAAyB,EAC1B,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,2BAA2B,EAChC,KAAK,uBAAuB,EAC5B,KAAK,yBAAyB,EAE/B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EAAY,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AACxC,OAAO,EAAE,KAAK,qBAAqB,EAAe,MAAM,mBAAmB,CAAA;AAI3E,MAAM,MAAM,6BAA6B,CACvC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,GAAG,OAAO,IACf,OAAO,CAAC,eAAe,CAAC,MAAM,CAAC,GAAG,uBAAuB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;AAE/E,MAAM,MAAM,6BAA6B,CACvC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,GAAG,OAAO,IACf,OAAO,CACT,qBAAqB,CACnB,oBAAoB,CAAC,MAAM,CAAC,EAC5B,yBAAyB,EACzB,yBAAyB,EACzB,OAAO,EACP,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,EACvC,2BAA2B,CAAC,MAAM,EAAE,OAAO,CAAC,CAC7C,GAAG;IACF,+CAA+C;IAC/C,UAAU,EAAE,GAAG,CAAC,SAAS,SAAS,EAAE,CAAC,CAAA;IACrC,iDAAiD;IACjD,aAAa,EAAE,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACtD,sDAAsD;IACtD,kBAAkB,EAAE,2BAA2B,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAChE,uCAAuC;IACvC,gBAAgB,EAAE,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACzD,4CAA4C;IAC5C,qBAAqB,EAAE,2BAA2B,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACpE,CACF,CAAA;AAED,+DAA+D;AAC/D,wBAAgB,mBAAmB,CACjC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,GAAG,OAAO,EAEjB,UAAU,GAAE,6BAA6B,CAAC,MAAM,EAAE,OAAO,CAAM,GAC9D,6BAA6B,CAAC,MAAM,EAAE,OAAO,CAAC,CAgBhD"}
|