@cryptforge/client-vue 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -0
- package/dist/components/PingTest.vue.d.ts +3 -0
- package/dist/components/PingTest.vue.d.ts.map +1 -0
- package/dist/components/auth/Authentication.vue.d.ts +3 -0
- package/dist/components/auth/Authentication.vue.d.ts.map +1 -0
- package/dist/components/auth/CreatePassword.vue.d.ts +3 -0
- package/dist/components/auth/CreatePassword.vue.d.ts.map +1 -0
- package/dist/components/auth/EnterPassword.vue.d.ts +3 -0
- package/dist/components/auth/EnterPassword.vue.d.ts.map +1 -0
- package/dist/components/auth/GenerateSeed.vue.d.ts +3 -0
- package/dist/components/auth/GenerateSeed.vue.d.ts.map +1 -0
- package/dist/components/auth/NameKeystore.vue.d.ts +3 -0
- package/dist/components/auth/NameKeystore.vue.d.ts.map +1 -0
- package/dist/components/auth/RestoreSeed.vue.d.ts +3 -0
- package/dist/components/auth/RestoreSeed.vue.d.ts.map +1 -0
- package/dist/components/auth/SelectKeystore.vue.d.ts +3 -0
- package/dist/components/auth/SelectKeystore.vue.d.ts.map +1 -0
- package/dist/components/auth/VerifySeed.vue.d.ts +3 -0
- package/dist/components/auth/VerifySeed.vue.d.ts.map +1 -0
- package/dist/components/index.d.ts +29 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/onboard/Slide.vue.d.ts +24 -0
- package/dist/components/onboard/Slide.vue.d.ts.map +1 -0
- package/dist/components/onboard/StartScreen.vue.d.ts +39 -0
- package/dist/components/onboard/StartScreen.vue.d.ts.map +1 -0
- package/dist/components/onboard/Walkthrough.vue.d.ts +3 -0
- package/dist/components/onboard/Walkthrough.vue.d.ts.map +1 -0
- package/dist/components/settings/IdentityView.vue.d.ts +3 -0
- package/dist/components/settings/IdentityView.vue.d.ts.map +1 -0
- package/dist/components/settings/WalletButton.vue.d.ts +3 -0
- package/dist/components/settings/WalletButton.vue.d.ts.map +1 -0
- package/dist/components/setup/CryptforgeApp.vue.d.ts +18 -0
- package/dist/components/setup/CryptforgeApp.vue.d.ts.map +1 -0
- package/dist/components/setup/SetupComplete.vue.d.ts +18 -0
- package/dist/components/setup/SetupComplete.vue.d.ts.map +1 -0
- package/dist/components/sync/AdminBroadcastKey.vue.d.ts +3 -0
- package/dist/components/sync/AdminBroadcastKey.vue.d.ts.map +1 -0
- package/dist/components/sync/AdminBroadcastPIN.vue.d.ts +3 -0
- package/dist/components/sync/AdminBroadcastPIN.vue.d.ts.map +1 -0
- package/dist/components/sync/AdminConnect.vue.d.ts +3 -0
- package/dist/components/sync/AdminConnect.vue.d.ts.map +1 -0
- package/dist/components/sync/AdminDeviceFound.vue.d.ts +3 -0
- package/dist/components/sync/AdminDeviceFound.vue.d.ts.map +1 -0
- package/dist/components/sync/AdminEnableBroadcast.vue.d.ts +3 -0
- package/dist/components/sync/AdminEnableBroadcast.vue.d.ts.map +1 -0
- package/dist/components/sync/AdminFinishSetup.vue.d.ts +3 -0
- package/dist/components/sync/AdminFinishSetup.vue.d.ts.map +1 -0
- package/dist/components/sync/ClientConnect.vue.d.ts +3 -0
- package/dist/components/sync/ClientConnect.vue.d.ts.map +1 -0
- package/dist/components/sync/ClientEnterKey.vue.d.ts +3 -0
- package/dist/components/sync/ClientEnterKey.vue.d.ts.map +1 -0
- package/dist/components/sync/ClientEnterPIN.vue.d.ts +3 -0
- package/dist/components/sync/ClientEnterPIN.vue.d.ts.map +1 -0
- package/dist/components/sync/ClientError.vue.d.ts +3 -0
- package/dist/components/sync/ClientError.vue.d.ts.map +1 -0
- package/dist/components/sync/SyncProgressIndicator.vue.d.ts +24 -0
- package/dist/components/sync/SyncProgressIndicator.vue.d.ts.map +1 -0
- package/dist/components/sync/SyncSetupAdmin.vue.d.ts +3 -0
- package/dist/components/sync/SyncSetupAdmin.vue.d.ts.map +1 -0
- package/dist/components/sync/SyncSetupClient.vue.d.ts +3 -0
- package/dist/components/sync/SyncSetupClient.vue.d.ts.map +1 -0
- package/dist/components/wallet/Confirm.vue.d.ts +3 -0
- package/dist/components/wallet/Confirm.vue.d.ts.map +1 -0
- package/dist/components/wallet/ReceiveCrypto.vue.d.ts +3 -0
- package/dist/components/wallet/ReceiveCrypto.vue.d.ts.map +1 -0
- package/dist/components/wallet/SendCrypto.vue.d.ts +3 -0
- package/dist/components/wallet/SendCrypto.vue.d.ts.map +1 -0
- package/dist/components/wallet/SendSuccess.vue.d.ts +3 -0
- package/dist/components/wallet/SendSuccess.vue.d.ts.map +1 -0
- package/dist/components/wallet/Transactions.vue.d.ts +3 -0
- package/dist/components/wallet/Transactions.vue.d.ts.map +1 -0
- package/dist/components/wallet/Wallet.vue.d.ts +3 -0
- package/dist/components/wallet/Wallet.vue.d.ts.map +1 -0
- package/dist/components/wallet/WalletOverview.vue.d.ts +3 -0
- package/dist/components/wallet/WalletOverview.vue.d.ts.map +1 -0
- package/dist/composables/index.d.ts +10 -0
- package/dist/composables/index.d.ts.map +1 -0
- package/dist/composables/useAuth.d.ts +49 -0
- package/dist/composables/useAuth.d.ts.map +1 -0
- package/dist/composables/useCryptForgeClient.d.ts +4 -0
- package/dist/composables/useCryptForgeClient.d.ts.map +1 -0
- package/dist/composables/useNetworkPresenceClient.d.ts +7 -0
- package/dist/composables/useNetworkPresenceClient.d.ts.map +1 -0
- package/dist/composables/useSettings.d.ts +15 -0
- package/dist/composables/useSettings.d.ts.map +1 -0
- package/dist/composables/useSetup.d.ts +25 -0
- package/dist/composables/useSetup.d.ts.map +1 -0
- package/dist/composables/useSyncAdmin.d.ts +57 -0
- package/dist/composables/useSyncAdmin.d.ts.map +1 -0
- package/dist/composables/useSyncClient.d.ts +47 -0
- package/dist/composables/useSyncClient.d.ts.map +1 -0
- package/dist/composables/useTheme.d.ts +19 -0
- package/dist/composables/useTheme.d.ts.map +1 -0
- package/dist/composables/useWalkthrough.d.ts +12 -0
- package/dist/composables/useWalkthrough.d.ts.map +1 -0
- package/dist/composables/useWallet.d.ts +61 -0
- package/dist/composables/useWallet.d.ts.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +106 -0
- package/dist/index.mjs +28688 -0
- package/dist/internal/Alert.vue.d.ts +77 -0
- package/dist/internal/Alert.vue.d.ts.map +1 -0
- package/dist/internal/Header.vue.d.ts +13 -0
- package/dist/internal/Header.vue.d.ts.map +1 -0
- package/dist/internal/InlineDropdown.vue.d.ts +44 -0
- package/dist/internal/InlineDropdown.vue.d.ts.map +1 -0
- package/dist/internal/NavigationStack.vue.d.ts +142 -0
- package/dist/internal/NavigationStack.vue.d.ts.map +1 -0
- package/dist/internal/Popover.vue.d.ts +193 -0
- package/dist/internal/Popover.vue.d.ts.map +1 -0
- package/dist/internal/Subheader.vue.d.ts +28 -0
- package/dist/internal/Subheader.vue.d.ts.map +1 -0
- package/dist/internal/TaskFlowNavigator.vue.d.ts +149 -0
- package/dist/internal/TaskFlowNavigator.vue.d.ts.map +1 -0
- package/dist/internal/useNavigationStack.d.ts +30 -0
- package/dist/internal/useNavigationStack.d.ts.map +1 -0
- package/dist/internal/useTogglePane.d.ts +15 -0
- package/dist/internal/useTogglePane.d.ts.map +1 -0
- package/dist/plugin/index.d.ts +11 -0
- package/dist/plugin/index.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/package.json +58 -0
package/README.md
ADDED
|
File without changes
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=PingTest.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PingTest.vue.d.ts","sourceRoot":"","sources":["../../src/components/PingTest.vue"],"names":[],"mappings":";AAiGA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Authentication.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Authentication.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/Authentication.vue"],"names":[],"mappings":"AAIA;;AAoEA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=CreatePassword.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreatePassword.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/CreatePassword.vue"],"names":[],"mappings":"AAIA;;AA+ZA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=EnterPassword.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnterPassword.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/EnterPassword.vue"],"names":[],"mappings":"AAIA;;AA4XA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=GenerateSeed.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenerateSeed.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/GenerateSeed.vue"],"names":[],"mappings":"AAIA;;AAwQA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=NameKeystore.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NameKeystore.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/NameKeystore.vue"],"names":[],"mappings":"AAIA;;AAqPA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=RestoreSeed.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RestoreSeed.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/RestoreSeed.vue"],"names":[],"mappings":"AAIA;;AAqTA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=SelectKeystore.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectKeystore.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/SelectKeystore.vue"],"names":[],"mappings":"AAIA;;AAwUA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=VerifySeed.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VerifySeed.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/VerifySeed.vue"],"names":[],"mappings":"AAIA;;AA8YA,wBAKG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export { default as PingTest } from './PingTest.vue';
|
|
2
|
+
export { default as Authentication } from './auth/Authentication.vue';
|
|
3
|
+
export { default as CreatePassword } from './auth/CreatePassword.vue';
|
|
4
|
+
export { default as EnterPassword } from './auth/EnterPassword.vue';
|
|
5
|
+
export { default as GenerateSeed } from './auth/GenerateSeed.vue';
|
|
6
|
+
export { default as RestoreSeed } from './auth/RestoreSeed.vue';
|
|
7
|
+
export { default as VerifySeed } from './auth/VerifySeed.vue';
|
|
8
|
+
export { default as NameKeystore } from './auth/NameKeystore.vue';
|
|
9
|
+
export { default as SelectKeystore } from './auth/SelectKeystore.vue';
|
|
10
|
+
export { default as Slide } from './onboard/Slide.vue';
|
|
11
|
+
export { default as StartScreen } from './onboard/StartScreen.vue';
|
|
12
|
+
export { default as Walkthrough } from './onboard/Walkthrough.vue';
|
|
13
|
+
export { default as WalletButton } from './settings/WalletButton.vue';
|
|
14
|
+
export { default as SetupComplete } from './setup/SetupComplete.vue';
|
|
15
|
+
export { default as CryptforgeApp } from './setup/CryptforgeApp.vue';
|
|
16
|
+
export { default as AdminBroadcastKey } from './sync/AdminBroadcastKey.vue';
|
|
17
|
+
export { default as AdminBroadcastPIN } from './sync/AdminBroadcastPIN.vue';
|
|
18
|
+
export { default as AdminConnect } from './sync/AdminConnect.vue';
|
|
19
|
+
export { default as AdminDeviceFound } from './sync/AdminDeviceFound.vue';
|
|
20
|
+
export { default as AdminEnableBroadcast } from './sync/AdminEnableBroadcast.vue';
|
|
21
|
+
export { default as AdminFinishSetup } from './sync/AdminFinishSetup.vue';
|
|
22
|
+
export { default as ClientConnect } from './sync/ClientConnect.vue';
|
|
23
|
+
export { default as ClientEnterKey } from './sync/ClientEnterKey.vue';
|
|
24
|
+
export { default as ClientEnterPIN } from './sync/ClientEnterPIN.vue';
|
|
25
|
+
export { default as ClientError } from './sync/ClientError.vue';
|
|
26
|
+
export { default as SyncProgressIndicator } from './sync/SyncProgressIndicator.vue';
|
|
27
|
+
export { default as SyncSetupAdmin } from './sync/SyncSetupAdmin.vue';
|
|
28
|
+
export { default as SyncSetupClient } from './sync/SyncSetupClient.vue';
|
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAGrD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAGtE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAGnE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAGtE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAGrE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { WalkthroughStep } from '@cryptforge/core';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
step: {
|
|
6
|
+
type: () => WalkthroughStep;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
onNext: {
|
|
10
|
+
type: PropType<() => void>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
step: {
|
|
15
|
+
type: () => WalkthroughStep;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
onNext: {
|
|
19
|
+
type: PropType<() => void>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
export default _default;
|
|
24
|
+
//# sourceMappingURL=Slide.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slide.vue.d.ts","sourceRoot":"","sources":["../../../src/components/onboard/Slide.vue"],"names":[],"mappings":"AAIA;AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;;;cAoQ/B,MAAM,eAAe;;;;cAInB,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;;cAJtB,MAAM,eAAe;;;;cAInB,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;AAX1C,wBAeG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
icon: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
name: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
description: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
action: {
|
|
17
|
+
type: PropType<() => void>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
+
icon: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
name: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
description: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
action: {
|
|
34
|
+
type: PropType<() => void>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
38
|
+
export default _default;
|
|
39
|
+
//# sourceMappingURL=StartScreen.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StartScreen.vue.d.ts","sourceRoot":"","sources":["../../../src/components/onboard/StartScreen.vue"],"names":[],"mappings":"AAIA;AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;cAwNT,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;cAApB,QAAQ,CAAC,MAAM,IAAI,CAAC;;;;AAnB1C,wBAuBG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Walkthrough.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Walkthrough.vue.d.ts","sourceRoot":"","sources":["../../../src/components/onboard/Walkthrough.vue"],"names":[],"mappings":"AAIA;;AAkJA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=IdentityView.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdentityView.vue.d.ts","sourceRoot":"","sources":["../../../src/components/settings/IdentityView.vue"],"names":[],"mappings":";AAmyBA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=WalletButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WalletButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/settings/WalletButton.vue"],"names":[],"mappings":";AA8OA,wBAKG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
rootView: Component;
|
|
5
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
rootView: Component;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=CryptforgeApp.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CryptforgeApp.vue.d.ts","sourceRoot":"","sources":["../../../src/components/setup/CryptforgeApp.vue"],"names":[],"mappings":"AAEA,OAAO,EAAa,SAAS,EAAE,MAAM,KAAK,CAAC;;cAiG/B,SAAS;;cAAT,SAAS;;AANrB,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
rootView: Component;
|
|
5
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
rootView: Component;
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=SetupComplete.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SetupComplete.vue.d.ts","sourceRoot":"","sources":["../../../src/components/setup/SetupComplete.vue"],"names":[],"mappings":"AAIA;AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;;cAqKpB,SAAS;;cAAT,SAAS;;AANrB,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=AdminBroadcastKey.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdminBroadcastKey.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/AdminBroadcastKey.vue"],"names":[],"mappings":"AAIA;;AAsRA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=AdminBroadcastPIN.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdminBroadcastPIN.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/AdminBroadcastPIN.vue"],"names":[],"mappings":"AAIA;;AAkOA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=AdminConnect.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdminConnect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/AdminConnect.vue"],"names":[],"mappings":"AAIA;;AAqRA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=AdminDeviceFound.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdminDeviceFound.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/AdminDeviceFound.vue"],"names":[],"mappings":"AAIA;;AA8OA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=AdminEnableBroadcast.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdminEnableBroadcast.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/AdminEnableBroadcast.vue"],"names":[],"mappings":"AAIA;;AAgOA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=AdminFinishSetup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdminFinishSetup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/AdminFinishSetup.vue"],"names":[],"mappings":"AAIA;;AAqOA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ClientConnect.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClientConnect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/ClientConnect.vue"],"names":[],"mappings":"AAIA;;AAiQA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ClientEnterKey.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClientEnterKey.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/ClientEnterKey.vue"],"names":[],"mappings":"AAIA;;AAgVA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ClientEnterPIN.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClientEnterPIN.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/ClientEnterPIN.vue"],"names":[],"mappings":"AAIA;;AAkqBA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ClientError.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClientError.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/ClientError.vue"],"names":[],"mappings":"AAIA;;AA+JA,wBAKG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export type Status = "Connecting" | "Waiting" | "Receiving" | "Success" | "Failure";
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
status: {
|
|
4
|
+
type: () => Status;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
animate: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
status: {
|
|
13
|
+
type: () => Status;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
animate: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
|
+
animate: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
export default _default;
|
|
24
|
+
//# sourceMappingURL=SyncProgressIndicator.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SyncProgressIndicator.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/SyncProgressIndicator.vue"],"names":[],"mappings":"AAIA;AAsFA,MAAM,MAAM,MAAM,GACd,YAAY,GACZ,SAAS,GACT,WAAW,GACX,SAAS,GACT,SAAS,CAAC;;;cA4TM,MAAM,MAAM;;;;;;;;;cAAZ,MAAM,MAAM;;;;;;;;;;AAPhC,wBAeG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=SyncSetupAdmin.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SyncSetupAdmin.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/SyncSetupAdmin.vue"],"names":[],"mappings":"AAIA;;AA6EA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=SyncSetupClient.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SyncSetupClient.vue.d.ts","sourceRoot":"","sources":["../../../src/components/sync/SyncSetupClient.vue"],"names":[],"mappings":"AAIA;;AAyEA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Confirm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Confirm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/wallet/Confirm.vue"],"names":[],"mappings":";AA0dA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ReceiveCrypto.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReceiveCrypto.vue.d.ts","sourceRoot":"","sources":["../../../src/components/wallet/ReceiveCrypto.vue"],"names":[],"mappings":";AA6OA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=SendCrypto.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendCrypto.vue.d.ts","sourceRoot":"","sources":["../../../src/components/wallet/SendCrypto.vue"],"names":[],"mappings":";AA6aA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=SendSuccess.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendSuccess.vue.d.ts","sourceRoot":"","sources":["../../../src/components/wallet/SendSuccess.vue"],"names":[],"mappings":";AAwMA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Transactions.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Transactions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/wallet/Transactions.vue"],"names":[],"mappings":";AAqjBA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=Wallet.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Wallet.vue.d.ts","sourceRoot":"","sources":["../../../src/components/wallet/Wallet.vue"],"names":[],"mappings":"AAIA;;AAyEA,wBAKG"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=WalletOverview.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WalletOverview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/wallet/WalletOverview.vue"],"names":[],"mappings":";AAocA,wBAKG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './useCryptForgeClient';
|
|
2
|
+
export * from './useAuth';
|
|
3
|
+
export * from './useSettings';
|
|
4
|
+
export * from './useSetup';
|
|
5
|
+
export * from './useSyncClient';
|
|
6
|
+
export * from './useSyncAdmin';
|
|
7
|
+
export * from './useWalkthrough';
|
|
8
|
+
export * from './useNetworkPresenceClient';
|
|
9
|
+
export * from './useTheme';
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composables/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Pane } from '@umbra.ui/core';
|
|
2
|
+
|
|
3
|
+
export type AuthEvents = {
|
|
4
|
+
cancel: string | undefined;
|
|
5
|
+
signup: void;
|
|
6
|
+
login: void;
|
|
7
|
+
auth: void;
|
|
8
|
+
unauth: void;
|
|
9
|
+
selectKeystore: string;
|
|
10
|
+
};
|
|
11
|
+
export type AuthType = "signup" | "login";
|
|
12
|
+
type AuthViewName = "Generate New Seed" | "Restore From Seed" | "Verify Seed" | "Name Keystore" | "Create Password" | "Enter Password";
|
|
13
|
+
export declare const useAuth: () => {
|
|
14
|
+
taskKey: string;
|
|
15
|
+
panes: import('vue').Ref<{
|
|
16
|
+
name: string;
|
|
17
|
+
background: string;
|
|
18
|
+
foreground: string;
|
|
19
|
+
component: any;
|
|
20
|
+
props: Record<string, any>;
|
|
21
|
+
}[], Pane[] | {
|
|
22
|
+
name: string;
|
|
23
|
+
background: string;
|
|
24
|
+
foreground: string;
|
|
25
|
+
component: any;
|
|
26
|
+
props: Record<string, any>;
|
|
27
|
+
}[]>;
|
|
28
|
+
navigateTo: (name: AuthViewName, animated?: boolean, addToHistory?: boolean) => void;
|
|
29
|
+
pop: () => void;
|
|
30
|
+
generateNewKeys: () => Promise<void>;
|
|
31
|
+
restoreKeysFromSeedPhrase: (_phrase: string) => Promise<void>;
|
|
32
|
+
validateSeedPhrase: (phrase: string) => Promise<void>;
|
|
33
|
+
nameKeystore: (name: string) => Promise<void>;
|
|
34
|
+
selectAddress: (id: string) => Promise<void>;
|
|
35
|
+
saveWallet: (password: string) => Promise<void>;
|
|
36
|
+
lockWallet: () => Promise<void>;
|
|
37
|
+
unlockWallet: (address: string, password: string) => Promise<void>;
|
|
38
|
+
finishSetup: (type: AuthType) => Promise<void>;
|
|
39
|
+
createUserDocument: () => Promise<string>;
|
|
40
|
+
seedPhrase: import('vue').Ref<string | null, string | null>;
|
|
41
|
+
enterPasswordPrompt: import('vue').Ref<string | null, string | null>;
|
|
42
|
+
deriveUserDocumentId: (path: string) => Promise<string>;
|
|
43
|
+
deriveUserDocumentPath: () => Promise<string>;
|
|
44
|
+
events: import('mitt').Emitter<AuthEvents>;
|
|
45
|
+
cancelAuth: () => void;
|
|
46
|
+
previousScreenName: import('vue').Ref<string | undefined, string | undefined>;
|
|
47
|
+
};
|
|
48
|
+
export {};
|
|
49
|
+
//# sourceMappingURL=useAuth.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAuth.d.ts","sourceRoot":"","sources":["../../src/composables/useAuth.ts"],"names":[],"mappings":"AAQA,OAAO,EAAsB,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAK1D,MAAM,MAAM,UAAU,GAAG;IACvB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,EAAE,IAAI,CAAC;IACb,KAAK,EAAE,IAAI,CAAC;IACZ,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,EAAE,IAAI,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE1C,KAAK,YAAY,GACb,mBAAmB,GACnB,mBAAmB,GACnB,aAAa,GACb,eAAe,GACf,iBAAiB,GACjB,gBAAgB,CAAC;AA6DrB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;uBAiBV,YAAY,aACR,OAAO,iBACH,OAAO;;2BAkCW,OAAO,CAAC,IAAI,CAAC;yCAKG,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;iCAI9B,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;yBAW9B,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;wBA2LvB,MAAM;2BAtLH,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;sBAoJ7B,OAAO,CAAC,IAAI,CAAC;4BAc/B,MAAM,YACL,MAAM,KACf,OAAO,CAAC,IAAI,CAAC;wBAuBiB,QAAQ;8BA5HJ,OAAO,CAAC,MAAM,CAAC;;;iCALV,MAAM,KAAG,OAAO,CAAC,MAAM,CAAC;kCArBzB,OAAO,CAAC,MAAM,CAAC;;;;CAqMzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCryptForgeClient.d.ts","sourceRoot":"","sources":["../../src/composables/useCryptForgeClient.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAGzD,wBAAgB,mBAAmB,IAAI,gBAAgB,CAStD"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ClientConnectionState, CryptForgeClient } from '@cryptforge/core';
|
|
2
|
+
|
|
3
|
+
export declare const connectionState: import('vue').Ref<ClientConnectionState, ClientConnectionState>;
|
|
4
|
+
export declare const isConnected: import('vue').ComputedRef<boolean>;
|
|
5
|
+
export declare const peerStates: import('vue').Ref<Record<string, ClientConnectionState>, Record<string, ClientConnectionState>>;
|
|
6
|
+
export declare const useNetworkPresence: (cryptforgeClient: CryptForgeClient) => Promise<void>;
|
|
7
|
+
//# sourceMappingURL=useNetworkPresenceClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNetworkPresenceClient.d.ts","sourceRoot":"","sources":["../../src/composables/useNetworkPresenceClient.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAG3E,eAAO,MAAM,eAAe,iEAAwC,CAAC;AACrE,eAAO,MAAM,WAAW,oCAEvB,CAAC;AAIF,eAAO,MAAM,UAAU,iGAAiD,CAAC;AAEzE,eAAO,MAAM,kBAAkB,GAC7B,kBAAkB,gBAAgB,kBAuFnC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Pane } from '../internal/TaskFlowNavigator.vue';
|
|
2
|
+
|
|
3
|
+
type SettingsViewName = "System Settings" | "Admin Setup Sync" | "Wallet Overview";
|
|
4
|
+
export declare const useSettings: () => {
|
|
5
|
+
taskKey: string;
|
|
6
|
+
panes: Pane[];
|
|
7
|
+
currentIndex: import('vue').Ref<number, number>;
|
|
8
|
+
navigateTo: (name: SettingsViewName, animated?: boolean) => void;
|
|
9
|
+
pop: () => void;
|
|
10
|
+
switchIdentity: () => Promise<void>;
|
|
11
|
+
showIdentityView: import('vue').Ref<boolean, boolean>;
|
|
12
|
+
alertShowing: import('vue').Ref<boolean, boolean>;
|
|
13
|
+
};
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=useSettings.d.ts.map
|